
@media (min-width: 1200px) {

    .viewportHelper-1200 {
        display: block;
    }

    .pl-0-lg-min {
        padding-left: 0;
    }

    .ml-n12-lg-min {
        margin-left: -12px;
    }

    .mt-90-lg-min {
        margin-top: 90px;
    }
    .mt-50-lg-min {
        margin-top: 50px;
    }

    .hide-lg {
        display: none !important;
    }

    .col-lg-offset-15 {
        margin-left: 12.5%;
    }

}
@media (max-width: 1199px) {

    .hide-md-max {
        display: none !important;
    }
    .block-md-max {
        display: block !important;
    }

    .vbottom-md-max {
        vertical-align: bottom;
    }

    .mb-50-md-max {
        margin-bottom: 50px;
    }
    .mb-5-md-max {
        margin-bottom: 5px;
    }

    .pb-25-md-max {
        padding-bottom: 25px;
    }

    .font-60-md-max {
        font-size: 3.75em;
    }

    .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;
    }

    .vbottom-md {
        vertical-align: bottom;
    }

    .mt-50-md {
        margin-top: 50px;
    }

    .pl-60-md {
        padding-left: 60px;
    }
    .pl-40-md {
        padding-left: 40px;
    }

    .font-34-md {
        font-size: 2.125em;
    }
    .font-32-md {
        font-size: 2em;
    }

}
@media (min-width: 992px) {

    .hide-md-min {
        display: none !important;
    }

    .col-md-15 {
        float: left;
        width: 12.5%;
    }
    .col-md-offset-15 {
        margin-left: 12.5%;
    }
    .col-md-offset-075 {
        margin-left: 6.25%;
    }

    .left-md-min {
        text-align: left;
    }
    .right-md-min {
        text-align: right;
    }

    .mt-90-md-min {
        margin-top: 90px;
    }
    .mt-60-md-min {
        margin-top: 60px;
    }
    .mt-30-md-min {
        margin-top: 30px;
    }
    .mt-n60-md-min {
        margin-top: -60px;
    }
    .mt-n120-md-min {
        margin-top: -120px;
    }

    .mb-0-md-min {
        margin-bottom: 0;
    }

    .pb-200-md-min {
        padding-bottom: 200px;
    }
    .pb-120-md-min {
        padding-bottom: 120px;
    }

    .pt-40-md-min {
        padding-top: 40px;
    }

    .pl-50-md-min {
        padding-left: 50px;
    }
    .pl-30-md-min {
        padding-left: 30px;
    }
    .pl-0-md-min {
        padding-left: 0;
    }

    .pr-50-md-min {
        padding-right: 50px;
    }
    .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;
    }
    .block-sm-max {
        display: block !important;
    }

    .center-sm-max {
        text-align: center !important;
    }
    .left-sm-max {
        text-align: left !important;
    }

    .mt-40-sm-max {
        margin-top: 40px !important;
    }
    .mt-20-sm-max {
        margin-top: 20px !important;
    }
    .mt-10-sm-max {
        margin-top: 10px !important;
    }
    .mt-0-sm-max {
        margin-top: 0 !important;
    }

    .mb-100-sm-max {
        margin-bottom: 100px !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-25-sm-max {
        margin-bottom: 25px !important;
    }
    .mb-20-sm-max {
        margin-bottom: 20px !important;
    }

    .ml-15-sm-max {
        margin-left: 15px !important;
    }

    .pt-40-sm-max {
        padding-top: 40px !important;
    }
    .pt-30-sm-max {
        padding-top: 30px !important;
    }

    .pb-30-sm-max {
        padding-bottom: 30px !important;
    }

    .pl-15-sm-max {
        padding-left: 15px !important;
    }

    .pr-0-sm-max {
        padding-right: 0 !important;
    }

    .font-42-sm-max {
        font-size: 2.625em;
    }
    .font-30-sm-max {
        font-size: 1.875em;
    }

}
@media (max-width: 991px) and (min-width: 768px) {

    .viewportHelper-768 {
        display: block;
    }

    .mb-50-sm {
        margin-bottom: 50px !important;
    }

    .mt-20-sm {
        margin-top: 20px !important;
    }
    .mt-n10-sm {
        margin-top: -10px !important;
    }

    .pt-30-sm {
        padding-top: 30px !important;
    }

    .pr-30-sm {
        padding-right: 30px !important;
    }
    .pr-0-sm {
        padding-right: 0 !important;
    }
    
    .left-sm {
        text-align: left;
    }
    .right-sm {
        text-align: right;
    }

    .hide-sm {
        display: none !important;
    }

}
@media (min-width: 768px) {

    .col-without-padding-sm-min {
        padding-left: 0;
        padding-right: 0;
    }

    .right-sm-min {
        text-align: right;
    }
    .center-sm-min {
        text-align: center;
    }

    .mt-30-sm-min {
        margin-top: 30px !important;
    }

    .pl-0-sm-min {
        padding-left: 0;
    }

    .pr-0-sm-min {
        padding-right: 0;
    }

}
@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-20-xs-max {
        padding-top: 20px !important;
    }
    .pt-0-xs-max {
        padding-top: 0 !important;
    }

    .pb-50-xs-max {
        padding-bottom: 50px !important;
    }
    .pb-0-xs-max {
        padding-bottom: 0 !important;
    }

    .pl-20-xs-max {
        padding-left: 20px !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;
    }
    .mt-n50-xs-max {
        margin-top: -50px !important;
    }

    .mb-80-xs-max {
        margin-bottom: 80px !important;
    }
    .mb-60-xs-max {
        margin-bottom: 60px !important;
    }
    .mb-50-xs-max {
        margin-bottom: 50px !important;
    }
    .mb-45-xs-max {
        margin-bottom: 45px !important;
    }
    .mb-40-xs-max {
        margin-bottom: 40px !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;
    }

    .upper-xs-max {
        text-transform: uppercase;
    }

    .bold-xs-max {
        font-weight: 700;
    }

    .font-36-xs-max {
        font-size: 2.25em;
    }
    .font-30-xs-max {
        font-size: 1.875em;
    }
    .font-26-xs-max {
        font-size: 1.625em;
    }
    .font-24-xs-max {
        font-size: 1.5em !important;
    }
    .font-22-xs-max {
        font-size: 1.375em;
    }
    .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;
    }

}