﻿
/*************************************************************************************************************************************/
    /* OUR SERVICES */
/*************************************************************************************************************************************/
/* SERVICES BANNER */
.servicesBanner {
    background-image: url(/Images/services-banner-bg-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 255px;
    color: #fff;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.servicesBanner p {
    font-size: 18px;
}
@media (min-width: 425px) {
    .servicesBanner {
        background-image: url(/Images/services-banner-bg-md.jpg);
        height: 290px;
    }
}
@media(min-width: 768px) {
    .servicesBanner h1 {
        width: 100px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .servicesBanner {
        background-image: url(/Images/services-banner-bg-lg.jpg);
        height: 370px;
    }
    .servicesBanner h1 {
        margin-bottom: 90px;
    }
    .servicesBanner h2 {
        width: 1000px
    }
}

/* SERVICE-FEATURES */
.sf-container {
    margin: 60px 0;
}
.sf-block {
    text-align: center;
    display: block;
    width: 65%;
    margin: 0 auto 30px auto;
}
.sf-block img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.sf-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #42474d;
    margin: 20px 0 12px 0;
}
.sf-block p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 18px
}

@media (min-width: 768px) {
    .sf-container {
        width: 700px;
        margin: 60px auto; 
    }
    .sf-block {
        display: inline-block;
        width: 49%;
        margin: 0 auto 30px auto;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1024px) {
    .sf-container {
        width: 1024px;
        margin: 60px auto; 
    }
    .sf-block {
        display: inline-block;
        width: 24%;
        margin: 0 auto 30px auto;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* SERVICE AIRPORTS */
.service-airports {
    background-image: url(/Images/service-aiports-bg-sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 500px;
    color: #fff;
    background-color: #f7f7f7;
}
.service-airports-wrapper {
    width: 80%;
    padding: 15px 0 30px 0;
    margin: 0 auto;
}
.service-airports-header {
    margin-bottom: 20px;
}
.service-airports-header h1 {
    font-size: 26px;
    line-height: 25px;
    display: inline-block;
    width: 80%;
    line-height: 22px;
}
.service-airports-header img {
    width: 44px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
}
.sac-block {
    display: inline-block;
    width: 49%;
    margin: 0 auto;
    padding-right: 10px;
    vertical-align: top;
    margin-bottom: 16px;
}
.sac-block h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.sac-block a {
    font-size: 13px;
    opacity: 0.9;
}
.sac-block a:hover{
    color: #fff;
    opacity: 1;
}

@media (min-width: 375px) {
    .service-airports-wrapper {
        width: 90%;
        padding: 30px 0 30px 0;
    }
    .service-airports-header {
        margin-bottom: 40px;
    }
    .service-airports-header img {
        width: 50px;
        height: 100%;
        margin-left: 10px;
    }
}
@media (min-width: 425px) {
    .service-airports-wrapper {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .service-airports {
        background-image: url(/Images/service-airports-bg-md.png);
    }
    .service-airports-wrapper {
        width: 90%;
        padding: 100px 0 30px 0;
    }
    .service-airports-header {
        display: inline-block;
        width: 42%;
        vertical-align: top;
        border-right: 1px solid #fff;
        margin-bottom: 0;
        height: 150px;
    }
    .service-airports-header h1 {
        width: 68%;
    }
    .service-airports-header img {
       margin: 10px 0 0 0;
       vertical-align: top;
    }
    .service-airports-content {
        display: inline-block;
        width: 50%;
        margin-left: 30px;
    }
}
@media (min-width: 1024px) {
    .service-airports-wrapper {
        padding: 130px 0 30px 0;
        width: 920px;
        margin: 0 auto;
    }
    .service-airports-header {
        width: 35%;
        padding-right: 0px;
    }
    .service-airports-header h1 {
        width: 80%;
        font-size: 34px;
        line-height: 28px;
    }
    .service-airports-content {
        width: 60%;
    }
    .sac-block {
        width: 32%;
    }
}

/* SERVICE EXTRAS */
.service-extras {
    text-align: center;
    margin-bottom: 40px;
}
.service-extras h2 {
    font-size: 18px;
    font-weight: 600;
    width: 90%; 
    margin: 40px auto;
}
.services-extras-block {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}
.services-extras-block img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.services-extras-block h4 {
    font-size: 14px;
    color: #42474d;
    text-transform: uppercase;
    width: 90%;
    margin: 16px auto 10px auto;
}
.services-extras-block p {
    font-size: 14px;
    color: #888c90;
    width: 75%;
    margin: 0 auto;
}
.services-extras-block a {
    color: #009bc8;
}

@media (min-width: 425px) and (max-width: 767px) {
    .services-extras-block {
        width: 48%;
        vertical-align: top;
    }
    .services-extras-block p {
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 768px){
    .services-extras-block {
        width: 33%;
    }
    .services-extras-block p {
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .service-extras-container {
        width: 100%;
        margin: 0 auto;
    }
    .services-extras-block {
        width: 23%;
    }
    .services-extras-block p {
        width: 85%;
        font-size: 13px;
    }
}

/* VIDEO */
.why-video-container {
    margin-top: 20px;
    width: 100%;
    height: 210px;
}
.why-video {
    width: 100%;
    height: 100%;
}

@media (min-width: 0) and (max-width: 380px){
    .why-video-container {
        height: 210px;
    }
}
@media (min-width: 381px) and (max-width: 780px){
    .why-video-container {
        height: 382px;
    }
}
@media (min-width: 781px) {
    .why-video-container {
        height: 590px;
    }
}

/* SERVICES - BUSINESS */
.service-business-wrapper {
    height: 375px;
}
.service-business-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-business-content {
    z-index: 3;
    background-color: #75a13c;
    position: absolute;
    color: #fff;
    padding: 20px;
    width: 100%;
    position: absolute;
}
.service-business-content h1 {
    font-weight: 900;
    line-height: 24px;
    font-size: 28px;
    margin-bottom: 20px;
}
.service-business-content a {
    background-color: black;
    padding: 6px 20px;
    opacity: 0.9;
}
.service-business-content a:hover {
    color: #fff;
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-business-bg-img {
    position: absolute;
    background-image: url(/Images/service-business-bg-sm.jpg);
    /*background-position: right 0;*/
    background-repeat: no-repeat;
    z-index: 2;
    width: 100%;
    height: 375px;
    margin-top: 80px;     
}

@media (min-width: 425px) {
    .service-business-wrapper {
        height: 250px;
    }
    .service-business-content {
        padding: 0;
        width: 280px;
        height: 209px;
    }    
    .service-business-content h1 {
        margin: 25px 40px;
        width: 160px;
    }
    .service-business-content a {
        display: block;
        width: 130px;
        margin-left: 40px;
    }
    .service-business-bg-img {
        height: 209px;
        width: 100%;
        background-image: url(/Images/service-business-bg-md.jpg);
        background-position: right 0;
        position: relative;
        margin-top: 0px;     
    }
}
@media (min-width: 768px) {
    .service-business-wrapper {
        height: 320px;
    }
    .service-business-content {
        height: 290px;
        width: 400px;
    }
    .service-business-content h1 {
        margin: 50px 0 25px 60px;
        width: 160px;
        font-size: 40px;
        line-height: 30px;
    }
    .service-business-content a {
        display: block;
        width: 160px;
        margin-left: 60px;
        font-size: 18px;
    }
    .service-business-bg-img {
        height: 290px;
        background-image: url(/Images/service-business-bg-lg.jpg);
        background-position: right 0;    
    }
}
@media (min-width: 1024px) {
    .service-business-wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}

/* SERVICES - FAQ */
.service-faq {
    width: 100%;
    padding-bottom: 40px;
}
.service-faq-link-lg {
    display: none;
}
.service-faq-wrapper {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.service-faq-wrapper h4 {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
}
.service-faq-wrapper div a {
    font-size: 17px;
    line-height: 21px;
    color: #42474d;
    display: inline-block;
    margin-bottom: 6px;
}
.service-faq-link-xs {
    padding-bottom: 20px;
}
.service-more-faqs, .service-more-faqs span {
    font-size: 14px;
    color: #369ac6;
}
.service-more-faqs:hover, .service-more-faqs span:hover {
    font-weight: 600;
    color: #369ac6;
}

@media (min-width: 800px) {
    .service-faq-wrapper div a {
        font-size: 24px;
        line-height: 29px; 
    }
}
@media (min-width: 620px) {
    .service-faq {
        width: 100%;
        padding-bottom: 40px;
    }   
    .service-faq-link-xs {
        display: none;
    }
    .service-faq-wrapper {
        width: 90%;
    }
    .service-faq-link-lg {
        display: table;
        margin-bottom: 30px;
    }
    .service-faq-wrapper div a {
        display: table-cell;
        width: 33%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }
    .service-faq-wrapper div .seperator {
        background: rgba(66, 71, 77, 0.6);
    }
}
@media (min-width: 1024px) {
    .service-faq-wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}
