
@media (min-width: 1200px) {

    .item-top {
        top: -50px;
        padding-right: 0;
        opacity: 0;
        position: relative;
    }
    .item-bottom {
        bottom: -50px;
        padding-left: 0;
        opacity: 0;
        position: relative;
    }
    .item-left {
        left: -80px;
        padding-right: 0;
        opacity: 0;
        position: relative;
    }
    .item-right {
        right: -80px;
        padding-left: 0;
        opacity: 0;
        position: relative;
    }
    .item-fade-in {
        opacity: 0;
    }

    .viewportHelper-1200 {
        display: block;
    }

}
@media (max-width: 1199px) {

    .hidden-md-max {
        display: none !important;
    }
    .block-md-max {
        display: block !important;
    }

    .mb-50-md-max {
        margin-bottom: 50px;
    }
    .mb-5-md-max {
        margin-bottom: 5px;
    }

    .pb-25-md-max {
        padding-bottom: 25px;
    }

    .parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

}
@media (max-width: 1199px) and (min-width: 992px) {

    .viewportHelper-992 {
        display: block;
    }

}
@media (min-width: 992px) {

    .col-md-15 {
        float: left;
        width: 12.5%;
    }
    .col-md-offset-15 {
        margin-left: 12.5%;
    }
    .col-md-offset-075 {
        margin-left: 6.25%;
    }

    .right-md-min {
        text-align: right;
    }

    .mt-30-md-min {
        margin-top: 30px;
    }

    .pl-30-md-min {
        padding-left: 30px;
    }
    .pl-0-md-min {
        padding-left: 0;
    }

    .pr-40-md-min {
        padding-right: 40px;
    }
    .pr-30-md-min {
        padding-right: 30px;
    }
    .pr-0-md-min {
        padding-right: 0;
    }

    .col2-text {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;

        -moz-column-gap: 3em;
        -webkit-column-gap: 3em;
        column-gap: 3em;
    }

}
@media (max-width: 991px) {

    #back-to-top {
        display: none !important;
    }

    .hide-sm-max {
        display: none !important;
    }

    .ib-sm-max {
        display: inline-block !important;
    }

    .center-sm-max {
        text-align: center !important;
    }
    .left-sm-max {
        text-align: left !important;
    }

    .mt-40-sm-max {
        margin-top: 40px !important;
    }

    .mb-70-sm-max {
        margin-bottom: 70px !important;
    }
    .mb-50-sm-max {
        margin-bottom: 50px !important;
    }
    .mb-40-sm-max {
        margin-bottom: 40px !important;
    }
    .mb-30-sm-max {
        margin-bottom: 30px !important;
    }
    .mb-20-sm-max {
        margin-bottom: 20px !important;
    }

    .pb-30-sm-max {
        padding-bottom: 30px !important;
    }

    .pl-30-sm-max {
        padding-left: 30px !important;
    }

    .pr-40-sm-max {
        padding-right: 40px !important;
    }
    .pr-30-sm-max {
        padding-right: 30px !important;
    }

}
@media (max-width: 991px) and (min-width: 768px) {

    .viewportHelper-768 {
        display: block;
    }

    .mb-50-sm {
        margin-bottom: 50px !important;
    }

    .pr-30-sm {
        padding-right: 30px !important;
    }

}
@media (min-width: 768px) {

    .col-without-padding-sm-min {
        padding-left: 0;
        padding-right: 0;
    }

    .right-sm-min {
        text-align: right;
    }

    .mt-30-sm-min {
        margin-top: 30px !important;
    }

}
@media (max-width: 767px) {

    .viewportHelper-0 {
        display: block;
    }

    .center-xs-max {
        text-align: center !important;
    }
    .left-xs-max {
        text-align: left !important;
    }
    .right-xs-max {
        text-align: right !important;
    }

    .pt-0-xs-max {
        padding-top: 0 !important;
    }

    .pb-0-xs-max {
        padding-bottom: 0 !important;
    }

    .pl-15-xs-max {
        padding-left: 15px !important;
    }
    .pl-5-xs-max {
        padding-left: 5px !important;
    }
    .pl-0-xs-max {
        padding-left: 0 !important;
    }

    .pr-15-xs-max {
        padding-right: 15px !important;
    }
    .pr-10-xs-max {
        padding-right: 10px !important;
    }
    .pr-0-xs-max {
        padding-right: 0 !important;
    }

    .mt-15-xs-max {
        margin-top: 15px !important;
    }
    .mt-0-xs-max {
        margin-top: 0 !important;
    }

    .mb-50-xs-max {
        margin-bottom: 50px !important;
    }
    .mb-45-xs-max {
        margin-bottom: 45px !important;
    }
    .mb-35-xs-max {
        margin-bottom: 35px !important;
    }
    .mb-30-xs-max {
        margin-bottom: 30px !important;
    }
    .mb-25-xs-max {
        margin-bottom: 25px !important;
    }
    .mb-20-xs-max {
        margin-bottom: 20px !important;
    }
    .mb-10-xs-max {
        margin-bottom: 10px !important;
    }
    .mb-0-xs-max {
        margin-bottom: 0 !important;
    }

    .ml-30-xs-max {
        margin-left: 30px !important;
    }
    .ml-0-xs-max {
        margin-left: 0 !important;
    }

    .width-100-xs-max {
        width: 100% !important;
    }
    .width-auto-xs-max {
        width: auto !important;
    }

    .block-xs-max {
        display: block !important;
    }
    .hide-xs-max {
        display: none !important;
    }

    .col-with-padding-xs-max {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-without-padding-xs-max {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .font-24-xs-max {
        font-size: 1.5em;
    }
    .font-20-xs-max {
        font-size: 1.25em;
    }
    .font-18-xs-max {
        font-size: 1.125em;
    }
    .font-16-xs-max {
        font-size: 1em;
    }
    .font-14-xs-max {
        font-size: 0.875em;
    }
    .font-13-xs-max {
        font-size: 0.8125em;
    }

}