.top-left{
    top: 0px;
    left: 0px;
}

.top-left-offset-1{
    top: 0px;
    left: 8.3333%;
}

.top-right-offset-1{
    top: 0px;
    right: 0px;
}

.top-right{
    top: 0px;
    right: 0px;
}



.bottom-50-center{
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bottom-30-center{
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top--100{
    top: -100px;
}

.top--250{
    top: -250px;
}

.top--160{
    top: -160px;
}

.top--136{
    top: -136px;
}

.top-180{
    top: 180px;
}

.bottom--180{
    top: auto;
    bottom: 120px;
}

.bottom-link{
    position: relative;
}

@media all and (max-width: 1191.98px){
    .bottom-100-right-offset-1{
        top: 70%;
        right: 0px;
    }

    .top--250{
        top: -110px;
    }

    .bottom--180{
        bottom: 80px;
    }

    .bottom-link{
        top: 24px;
    }

    .top--136{
      top: -70px;
    }

}


@media all and (max-width: 991.98px){
    .top--100{
        top: -37px;
    }

    .top--136{
        top: -10px;
    }



    .top-180{
        top: 80px;
    }

    .bottom-100-right-offset-1{
        top: 80%;
    }



    .top-left-offset-1{
        left: 0px;
    }



}

@media all and (max-width: 767.98px){
    .bottom-30-center{
        bottom: 10px;
    }


    .top--250{
        top: -10px;
    }

    .bottom--180{
        bottom: -30px;
    }

    .top--160{
        top: auto;
    }

    .bottom-link{
        top: 15px;
    }

}

@media all and (max-width: 575.98px){
    .bottom-30-center{
        bottom: 5px;
        left: 200px;
    }
}

@media all and (min-width: 768px){
    .position-sm-absolute{
        position: absolute;
    }


}