
/* col-xxl-* */
@media screen and (min-width: 1921px) and (max-width: 2560px) {

    div.img-ticket-wrapper {
/*        right: 30px;*/
    }
    img.img-ticket-single {
        right: -120px;
        
/*        right: auto;*/
    }
    /* Team Section */
    .team {
/*        margin-top: 300px;*/
    }
    .team img.path-block-top {
        margin-bottom: -2px;
    }
    .team img.people {
        margin-top: -450px;
    }
    /* Locations Section */
    div.img-comte-wrapper {
        right: 517px;
    }
    img.img-comte {
        right: auto;
    }
}
/* col-xl-* */
@media screen and (min-width: 1367px) and (max-width: 1920px) {

    /* Intro Section */
    div.img-ticket-wrapper {
/*        right: 47.5px;*/
    }
    img.img-ticket-single {
/*        right: auto;*/
    }
    /* Team Section */
    section.team {
/*        margin-top: 400px;*/
    }
    .team img.people {
        margin-top: -300px;
    }
    /* Locations Section */
    div.img-comte-wrapper {
        right: 187px;
    }
    img.img-comte {
        right: auto;
    }
}
/* col-lg-* */
@media screen and (min-width: 992px) and (max-width: 1366px) {

    /* Team Section */
    .path-bottom {
        margin-top: -2px;
    }
}
/* col-md-* */
@media screen and (min-width: 768px) and (max-width: 992px) {

    /* Team Section */
    .team img.people {
        margin-top: -204px;
    }
}
/* col-sm-* */
@media screen and (min-width: 320px) and (max-width: 767px) {

    .about-us-page .container {
        /*padding-left: 35px;*/
        /*padding-right: 35px;*/
    }


    .about-us-page .title {
        font-size: 24px;
    }
    /* Intro Section */
    .intro .intro-text {
        margin-top: 100px;
        font-size: 22px;
        text-align: center;
    }
    div.img-ticket-wrapper {
        display: none;
    }
    /* Team Section */
    .team img.people {
        margin-top: -154px;
    }
    /* Locations Section */
    .locations iframe {
        height: 250px;
    }
    /* Customer Approach Section */
    .customer-approach {
        margin-top: 120px !important;
    }
    div.img-comte-wrapper {
        /*margin-top: 0px;*/
    }
    img.img-comte {
        /*margin-top: -18px;*/
        /*height: 160px;*/
        /*right: -45px;*/
    }
    .customer-approach .intro-text {
        text-align: center;
        margin-top: 50px;
    }
}
/* col-xs-* */
@media screen and (min-width: 321px) and (max-width: 480px) {


    /* Intro */
    .intro .intro-text {
        margin-top: 70px;
        font-size: 20px !important;
    }
    /* Team Section */
    .team img.people {
        margin-top: -94px;
    }
    /* Locations */
    section.locations iframe {
        height: 250px;
        margin-bottom: 20px;
    }
    /* Customer Approach */
    .about-us-page>section.customer-approach {
        margin-top: 150px;
    }
    div.img-comte-wrapper {
        /*right: 0;*/
    }
    img.img-comte {
        /*margin-top: -20px;*/
        /*right: -57px;*/
    }
    .customer-approach .intro-text {
        margin-top: 50px;
        text-align: center;
        font-size: 20px;
    }
}
/* col-xxs-* */
@media screen and (max-width: 320px) {

    /* Intro */
    section.intro .intro-text {
        margin-top: 45px;
        font-size: 18px !important;
    }
    .intro img.img-ticket-double {
        margin-top: -15px;
    }
    /* Team Section */
    .team img.people {
        margin-top: -54px;
    }
    /* Customer Approach */
    .customer-approach .intro-text {
        font-size: 20px;
    }
}


@media screen and (min-width: 768px) {
    .quote {
        margin-top: -230px;
    }
    .customer-approach-body {
        margin-top: 100px;
    }
    .img-ticket-double {
        margin-top: 110px;
    }
    .intro .article-text {
        margin-top: 150px;
    }
    div.img-ticket-wrapper {
        margin-top: -45px;
    }
    img.img-ticket-single {
        right: -255px;
        width: 80%;
        height: 80%;

    }
}


@media screen and (min-width: 1200px) {
    /*div.img-ticket-wrapper {*/
        /*border: 1px solid #f00;*/
        /*right: 0;*/
        /*overflow: visible;*/
   /*}*/
    div.img-ticket-wrapper img {
        right: -140px;
        /*position: relative;*/
    }


}



