 /**
 * Theme Name:  Travellair
 * Theme URI:   http://www.travellair.com
 * Description: WordPress theme for Travellair
 * Version:     1.0.0
 * Author:      Digitalbox
 * Author URI:  http://www.digitalbox.gr
 * Tags:        one-column, custom-colors
 * Text Domain: wptheme_api_framework
 */
 
 :root {
    --bgColor: #fff;
    --sectionBgColor: #47525f;
    --elementBgColor: 255, 255, 255;
    --mainFont: 'Montserrat', sans-serif;
    --textCenterAlign: center;
    --textRightAlign: right;
    --fontWeightExtraBold: 800;
    --fontWeightBold: 700;
    --fontWeightLight: 300;
    --fontWeightMedium: 500;
    --mainFontColor: #020200;
    --secondaryFontColor: #7b96b6;
    --thirdFontColor: #272527;
    --fourthFontColor: #fff;
    --fifthFontColor: #2121d8;
    --sixthFontColor: #606161;
    --seventhFontColor: #d9c7b0;
    --mainTransition: all 250ms ease-out 0s;
    font-size: 100%;
}

body {
    background: var(--bgColor);
    color: var(--mainFontColor);
    font-family: var(--mainFont);
    font-size: 1rem;
    font-weight: normal;
    overflow-x: hidden;
}

.row {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
}

.row.full-width {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutter-all {
    margin: 0 auto;
}

.row.no-gutter-all [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
/** HEADER **/

.topbar {
    background: #D9C7B0;
    padding: 0.625rem 0;
    text-align: var(--textCenterAlign);
    font-weight: 500;
    font-size: 0.84rem;
    letter-spacing: -.0.039850565020544rem;
}

.topbar p {
    margin: 0;
    padding: 0;
}

.topbar p a {
    color: var(--fifthFontColor);
    transition: var(--mainTransition);
}

.topbar p a:hover {
    text-decoration: none;
    opacity: .8;
}

.logonav {
    background: var(--thirdFontColor);
    padding: 1.875rem 0 0;
}

.logonav ul.ta-menu {
    padding: 5.0625rem 0 0 0;
    list-style: none;
    margin: 0 -0.9375rem 0 0;
    float: var(--textRightAlign);
}

.logonav ul.ta-menu li {
    float: left;
    margin: 0 1.0625rem;
    padding: 0 0 35px;
}

.logonav ul.ta-menu li:first-child {
    margin-left: 0;
}

.logonav ul.ta-menu li:last-child {
    margin-right: 0;
}

.logonav ul.ta-menu li a {
    color: var(--secondaryFontColor);
    font-size: 0.981rem;
    letter-spacing: .034869244392976rem;
    font-weight: var(--fontWeightBold);
    transition: var(--mainTransition);
}

.logonav ul.ta-menu li a:hover,
.logonav ul.ta-menu li.current-menu-item a,
.logonav ul.ta-menu li.current-page-ancestor a {
    text-decoration: none;
    color: var(--fourthFontColor);
}

@media only screen and (max-width: 767px) {
    .logonav {
        padding: 1.875rem 0;
    }
}
/** HOME PAGE **/

section#welcome {
    height: 56.25rem;
    background: url(images/wecome_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome .welcometext {
    position: absolute;
    bottom: 18.85%;
}

section#welcome .welcometext h1 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding-left: 10.5rem;
}

section#welcome .welcometext h2 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 0;
}


section#below-opening-screen {
    background: var(--thirdFontColor);
    padding: 5.875rem 0 5.625rem;
}

section#below-opening-screen p {
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    font-size: 3.75rem;
    line-height: 4.6875rem;
    font-weight: var(--fontWeightExtraBold);
    margin: 0;
}

section#main-content {
    min-height: 168.75rem;
    background: url(images/main_section_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#main-content .firstelement {
    background: rgba(var(--elementBgColor), .6);
    padding: 16.25rem 0;
}

section#main-content .firstelement h3 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 0;
}

section#main-content .firstelement p {
    color: var(--thirdFontColor);
    font-size: 2.00rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 1.875rem 0 0;
}

section#main-content .secondelement {
    padding: 15.21rem 0;
    text-align: var(--textRightAlign);
}

section#main-content .secondelement h4 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

section#main-content .secondelement h5 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.70rem;
    margin-top: 1.65rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
}

section#main-content .secondelement p {
    color: var(--thirdFontColor);
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: 0.04375rem;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 1.63rem 0 0;
}

section#main-content .thirdelement {
    background: rgba(255, 255, 255, .6);
    padding: 17.10rem 0;
}

section#main-content .thirdelement h6 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 0;
}

section#main-content .thirdelement p {
    color: var(--thirdFontColor);
    font-size: 2.00rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.022rem;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 1.875rem 0 0;
}

section#home-carousel .single-item {
    padding: 10.4375rem 0;
    text-align: var(--textCenterAlign);
}

section#home-carousel .single-item .carouselpattern {
    margin: 0 auto 4.0625rem;
    display: table;
}

section#home-carousel .single-item h6 {
    color: var(--fourthFontColor);
    font-size: 5.45rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    margin: 0;
    padding: 0;
}

section#home-carousel .single-item p {
    color: var(--thirdFontColor);
    font-size: 2.25rem;
    line-height: 2.85rem;
    font-weight: var(--fontWeightLight);
    margin: 2.375rem 0 0;
    padding: 0;
}

section#home-carousel .single-item a.carouselbtn {
    color: var(--fourthFontColor);
    font-size: 1.285rem;
    line-height: 2.85rem;
    font-weight: var(--fontWeightMedim);
    margin: 3.5rem auto 0;
    display: table;
    padding: 0.3125rem 2.75rem;
    letter-spacing: .048318810087409rem;
    border: 1px solid var(--fourthFontColor);
    transition: var(--mainTransition);
}

section#home-carousel .single-item a.carouselbtn:hover {
    text-decoration: none;
    background: var(--thirdFontColor);
    border: 1px solid var(--thirdFontColor);
}

.slick-prev {
    margin-left: 11.25rem;
    z-index: 99;
}

.slick-next {
    margin-right: 11.25rem;
}

.slick-prev:before {
    content: url(images/prev-arrow.png);
}

.slick-next:before {
    content: url(images/next-arrow.png);
}
/** COMPANY PAGE **/

#welcomecompany {
    position: relative;
}

#companymaincontent .company-bg {
    min-height: 2700px;
    background: url(images/company_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#companymaincontent #vision {
    padding: 47px 0 0 110px;
}

#companymaincontent #vision h1 {
    color: var(--seventhFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent #vision h2 {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.23rem;
    letter-spacing: .035rem;
    margin-top: 3.52rem;
}

#companymaincontent #vision h3 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 1.7rem;
}

#companymaincontent p {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.85rem;
    margin-top: 1.9rem;
    letter-spacing: .035rem;
}

#companymaincontent p.smaller {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.22rem;
    line-height: 1.91rem;
    margin-top: 2.6rem;
    letter-spacing: .039rem;
}

#companymaincontent #mission {
    padding: 155px 0 0 110px;
}

#companymaincontent #mission h4 {
    color: var(--seventhFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent #mission h5 {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.23rem;
    letter-spacing: .035rem;
    margin-top: 3.52rem;
}

#companymaincontent #mission h6 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 1.7rem;
}

#companymaincontent #philosophy {
    padding: 193px 0 0 110px;
}

#companymaincontent #philosophy h6 {
    color: var(--seventhFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent #philosophy h6.subtitle {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.23rem;
    letter-spacing: .035rem;
    margin-top: 3.52rem;
}

#companymaincontent #philosophy h6.maintexttitle {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 1.7rem;
}

#welcomecompanymobile {
    display: none;
}

@media only screen and (max-width: 1440px) {
    #companymaincontent .company-bg {
        min-height: 2500px;
    }
}

@media only screen and (max-width: 1366px) {
    #companymaincontent #vision,
    #companymaincontent #mission,
    #companymaincontent #philosophy {
        padding-left: 75px;
    }
}

@media only screen and (max-width: 1240px) {
    #companymaincontent .company-bg {
        min-height: 2300px;
    }
}

@media only screen and (max-width: 1180px) {
    #companymaincontent #vision,
    #companymaincontent #mission,
    #companymaincontent #philosophy {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #companymaincontent .company-bg {
        min-height: 2100px;
    }
}

@media only screen and (max-width: 1023px) {
    #companymaincontent .company-bg {
        display: none;
    }
    #companymaincontent #philosophy {
        padding-bottom: 55px;
    }
    #companymaincontent #vision,
    #companymaincontent #mission,
    #companymaincontent #philosophy {
        padding-left: 20px;
        padding-right: 20px;
    }
    #companymaincontent #vision br,
    #companymaincontent #mission br,
    #companymaincontent #philosophy br {
        display: none;
    }
    #companymaincontent #mission,
    #companymaincontent #philosophy {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #companymaincontent #vision h2,
    #companymaincontent #mission h5,
    #companymaincontent #philosophy h6.subtitle {
        margin-top: 0.52rem;
    }
    #welcomecompany {
        display: none;
    }
    #welcomecompanymobile {
        display: block;
    }
}

@media only screen and (max-width: 459px) {
    #companymaincontent #vision h1,
    #companymaincontent #mission h4,
    #companymaincontent #philosophy h6 {
        font-size: 4.4rem;
    }
}
/** WHO WE ARE PAGE **/

section#welcome.whoweare {
    min-height: 112.50rem;
    background: url(images/whoweare.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.whoweare .welcometext-whoweare,
section#welcome.whoweare .welcomesecondsection {
    min-height: 56.25em;
    position: relative;
}

section#welcome.whoweare .welcomesecondsection {
    background: rgba(255, 255, 255, .7);
}

section#welcome.whoweare .welcometext-whoweare h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 51%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

section#welcome.whoweare .welcomesecondsection .welcomesecondsectionarea {
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
}

section#welcome.whoweare .welcomesecondsection h2 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 0;
}

section#welcome.whoweare .welcomesecondsection p {
    color: var(--thirdFontColor);
    font-size: 1.86rem;
    line-height: 2.65rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: 0.04375rem;
    padding: 0 0.9375rem 0 10.5rem;
    margin: 1.98rem 0 0;
}

section#main-content.whowearecontent {
    min-height: 1800px;
    background: url(images/whoweare2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#main-content.whowearecontent .whoweare-elements {
    background: rgba(var(--elementBgColor), .6);
    min-height: 1800px;
}

section#main-content.whowearecontent .whoweare-elements .firstelement {
    background: transparent;
    padding: 9.5rem 7.81rem 0 0;
    text-align: right;
}

section#main-content.whowearecontent .whoweare-elements .firstelement p.wwa-subtitle {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

section#main-content.whowearecontent .whoweare-elements .firstelement h3 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0;
    margin: 0.75rem 0 0;
}

section#main-content.whowearecontent .whoweare-elements .firstelement p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.125rem 0 0;
}

section#main-content.whowearecontent .whoweare-elements .secondelement {
    padding: 25.65rem 7.81rem 0 0;
    text-align: right;
}

section#main-content.whowearecontent .whoweare-elements .secondelement h4 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

section#main-content.whowearecontent .whoweare-elements .secondelement h5 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0;
    margin: 0.75rem 0 0;
}

section#main-content.whowearecontent .whoweare-elements .secondelement p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 0.8rem 0 0;
}

@media only screen and (max-width: 1600px) {
    section#welcome.whoweare .welcomesecondsection h2,
    section#welcome.whoweare .welcomesecondsection p {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 1280px) {
    section#main-content.whowearecontent .whoweare-elements .firstelement,
    section#main-content.whowearecontent .whoweare-elements .secondelement {
        padding-right: 3.4rem;
    }
}

@media only screen and (max-width: 1024px) {
    section#main-content.whowearecontent,
    section#main-content.whowearecontent .whoweare-elements {
        min-height: 1400px;
    }
}

@media only screen and (max-width: 840px) {
    section#main-content.whowearecontent,
    section#main-content.whowearecontent .whoweare-elements {
        min-height: 1100px;
    }
    section#main-content.whowearecontent .whoweare-elements .firstelement,
    section#main-content.whowearecontent .whoweare-elements .secondelement {
        background: transparent;
    }
}

@media only screen and (max-width: 420px) {
    section#welcome.whoweare .welcomesecondsection p br {
        display: none;
    }
    section#welcome.whoweare .welcomesecondsection .welcomesecondsectionarea h2 {
        max-width: 280px;
    }
}

@media only screen and (max-width: 359px) {
    section#main-content.whowearecontent .whoweare-elements .firstelement,
    section#main-content.whowearecontent .whoweare-elements .secondelement {
        padding-right: 1.7rem;
    }
}
/** OUR NETWORK PAGE **/

section#welcome.ournetwork {
    min-height: 112.50rem;
    background: url(images/ournetwork.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.ournetwork .welcometext-ournetwork,
section#welcome.ournetwork .welcomesecondsection {
    min-height: 56.25em;
    position: relative;
}

section#welcome.ournetwork .welcomesecondsection {
    background: rgba(255, 255, 255, .7);
}

section#welcome.ournetwork .welcometext-ournetwork h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 49%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

section#welcome.ournetwork .welcomesecondsection .welcomesecondsectionarea {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section#welcome.ournetwork .welcomesecondsection h2 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0 10.5rem 0 0.9375rem;
    margin: 0;
    float: right;
}

section#welcome.ournetwork .welcomesecondsection p {
    color: var(--thirdFontColor);
    font-size: 1.86rem;
    line-height: 2.65rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: 0.04375rem;
    padding: 1rem 10.5rem 0 0.9375rem;
    margin: 1.98rem 0 0;
    text-align: right;
    clear: both;
}

section#main-content.ournetworkcontent {
    min-height: 112.50rem;
    background: url(images/ournetwork2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#main-content.ournetworkcontent .ournetwork-elements {
    min-height: 112.50rem;
}

section#main-content.ournetworkcontent .ournetwork-elements .firstelement {
    background: transparent;
    padding: 13rem 0 0 9.75rem;
}

section#main-content.ournetworkcontent .ournetwork-elements .firstelement p.wwa-subtitle {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

section#main-content.ournetworkcontent .ournetwork-elements .firstelement h3 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0;
    margin: 0.75rem 0 0;
}

section#main-content.ournetworkcontent .ournetwork-elements .firstelement p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.325rem 0 0;
}

section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
    padding: 33.5rem 7.81rem 0 0;
    text-align: right;
}

section#main-content.ournetworkcontent .ournetwork-elements .secondelement h4 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--fourthFontColor);
}

section#main-content.ournetworkcontent .ournetwork-elements .secondelement h5 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    display: inline-block;
    padding: 0;
    margin: 0.45rem 0 0;
}

section#main-content.ournetworkcontent .ournetwork-elements .secondelement p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.3rem 0 0;
}

@media only screen and (max-width: 1600px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 41rem 15rem 0 0;
    }
    section#welcome.ournetwork .welcomesecondsection h2,
    section#welcome.ournetwork .welcomesecondsection p {
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 1440px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 42.5rem 1.5rem 0 0;
    }
    section#main-content.ournetworkcontent .ournetwork-elements .firstelement {
        padding: 13rem 0 0 1.5rem;
    }
}

@media only screen and (max-width: 1280px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 51rem 1.5rem 0 0;
    }
}

@media only screen and (max-width: 1140px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 56rem 1.5rem 0 0;
    }
}

@media only screen and (max-width: 1080px) {
    body.page-template-page-our-network #below-opening-screen p br {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 69rem 1.5rem 0 0;
    }
}

@media only screen and (max-width: 860px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 77.5rem 1.5rem 0 0;
    }
}

@media only screen and (max-width: 768px) {
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding: 85rem 1.5rem 0 0;
    }
}

@media only screen and (max-width: 767px) {
    section#main-content.ournetworkcontent,
    section#main-content.ournetworkcontent .ournetwork-elements {
        min-height: 1rem;
    }
    section#main-content.ournetworkcontent .ournetwork-elements .firstelement,
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        background: transparent;
    }
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement {
        padding-right: 1.5rem;
    }
    section#main-content.ournetworkcontent .ournetwork-elements .firstelement,
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement,
    section#main-content.ournetworkcontent .ournetwork-elements .thirdelement {
        padding: 6.3rem 0;
    }
    section#welcome.ournetwork .welcometext-ournetwork h1 {
        padding-top: 3.75rem;
    }
}

@media only screen and (max-width: 500px) {
    section#welcome.ournetwork .welcomesecondsection p br,
    section#main-content.ournetworkcontent .ournetwork-elements .firstelement p br,
    section#main-content.ournetworkcontent .ournetwork-elements .secondelement p br {
        display: none;
    }
    section#welcome.ournetwork .welcometext-ournetwork h1 {
        font-size: 5.2rem;
    }
}
/** OUR TEAM PAGE **/

section#welcome.ourteam {
    min-height: 56.25rem;
    background: url(images/ourteam.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.ourteam .welcometext-ourteam h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 49%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent.ourteam .company-bg {
    min-height: 1800px;
    background: url(images/ourteam_bg.jpg);
    background-position: center top;
}

#companymaincontent.ourteam #thebest {
    padding: 125px 90px 0 0;
    text-align: var(--textRightAlign);
}

#companymaincontent.ourteam #thebest h1 {
    color: var(--seventhFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent.ourteam #thebest h2 {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.23rem;
    letter-spacing: .035rem;
    margin-top: 3.52rem;
}

#companymaincontent.ourteam #thebest h3 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 1.7rem;
}

#companymaincontent.ourteam #corevalue {
    padding: 235px 90px 0 0;
    text-align: var(--textRightAlign);
}

#companymaincontent.ourteam #corevalue h4 {
    color: var(--seventhFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

#companymaincontent.ourteam #corevalue h5 {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightMedium);
    font-size: 1.23rem;
    letter-spacing: .035rem;
    margin-top: 3.52rem;
}

#companymaincontent.ourteam #corevalue h6 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 1.7rem;
}

section#prefooter.ourteam {
    min-height: 56.25rem;
    background: url(images/ourteam_prefooter_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#prefooter.ourteam .prefootertext-ourteam {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
}

section#prefooter.ourteam .prefootertext-ourteam h6 {
    color: var(--secondaryFontColor);
    font-size: 5.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    text-align: center;
    display: block;
    width: 100%;
    margin: 3.1rem 0 3.8rem;
}

section#prefooter.ourteam .prefootertext-ourteam p {
    color: var(--thirdFontColor);
    font-size: 2.32rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 0;
    text-align: var(--textCenterAlign);
}

@media only screen and (max-width: 1280px) {
    #companymaincontent.ourteam #thebest,
    #companymaincontent.ourteam #corevalue {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 900px) {
    #companymaincontent.ourteam #thebest,
    #companymaincontent.ourteam #corevalue {
        text-align: left;
        padding: 90px 0 0 15px;
    }
    #companymaincontent.ourteam #corevalue {
        padding-bottom: 90px;
    }
    #companymaincontent.ourteam #thebest h3 br,
    #companymaincontent.ourteam #thebest p br,
    #companymaincontent.ourteam #corevalue h6 br,
    #companymaincontent.ourteam #corevalue p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #companymaincontent.ourteam #thebest h2,
    #companymaincontent.ourteam #corevalue h5 {
        margin-top: 0.52rem;
    }
    #companymaincontent.ourteam {
        padding-bottom: 7.5rem;
    }
}

@media only screen and (max-width: 600px) {
    #companymaincontent.ourteam #thebest,
    #companymaincontent.ourteam #corevalue {
        padding: 90px 15px 0 15px;
    }
    section#prefooter.ourteam .prefootertext-ourteam p br {
        display: none;
    }
}
/** OUR SERVICES PAGE **/

section#welcome.ourservices {
    min-height: 56.25rem;
    background: url(images/our_services_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
}

section#welcome.ourservices .welcometext-ourservices img {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 49%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

.services-submenu {
    background: rgba(0, 0, 0, .73);
    padding: 14px 0;
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.col.submenu{
	flex-direction: row-reverse;
    display: flex;
}

ul.subpages-services {
    margin: 0 40px 0 0;
    padding: 0;
    list-style: none;
    float: right;
	
	display: flex;
    flex-direction: column;
}

ul.subpages-services li {
    padding-bottom: 13px;
}

ul.subpages-services li:first-child {
    padding-top: 8px;
}

ul.subpages-services li a {
    color: var(--secondaryFontColor);
    font-size: 0.981rem;
    letter-spacing: .034869244392976rem;
    font-weight: var(--fontWeightBold);
    transition: var(--mainTransition);
}

ul.subpages-services li a:hover,
ul.subpages-services li.current a {
    color: var(--fourthFontColor);
    text-decoration: none;
}

#ourservicescontent .servicecol1,
#ourservicescontent .servicecol2 {
    position: relative;
    min-height: 56.25rem;
    text-align: var(--textRightAlign);
    background: var(--bgColor);
}

#ourservicescontent .servicecol1.counterate {
    text-align: left;
}

#ourservicescontent .servicecol1 .services-section-text-content {
    position: absolute;
    width: 100%;
    padding-right: 92px;
    z-index: 2;
    top: 48%;
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
}

#ourservicescontent .servicecol1.counterate .services-section-text-content {
    padding-left: 92px;
    padding-right: 0;
}

#ourservicescontent .servicecol1 .services-section-text-content h1 {
    font-size: 5.6rem;
    font-weight: var(--fontWeightExtraBold);
}

#ourservicescontent .servicecol1 .services-section-text-content p {
    color: var(--thirdFontColor);
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 8px 0 0;
    margin: 0;
}

#ourservicescontent .servicecol2 .services-section-pattern-content {
    position: absolute;
    text-align: var(--textCenterAlign);
    left: 0;
    right: 0;
    z-index: 2;
    top: 48%;
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
}

@media only screen and (max-width: 1366px) {
    ul.subpages-services {
        margin: 0 55px 0 0;
    }
    #ourservicescontent .servicecol1 .services-section-text-content {
        padding-right: 45px;
    }
    #ourservicescontent .servicecol1.counterate .services-section-text-content {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 1240px) {
    section#welcome.ourservices .welcometext-ourservices img {
        width: 85%;
    }
}

@media only screen and (max-width: 1170px) {
    #ourservicescontent .servicecol1 .services-section-text-content {
        padding-right: 25px;
    }
    #ourservicescontent .servicecol1.counterate .services-section-text-content {
        padding-left: 25px;
    }
    #ourservicescontent .servicecol2 .services-section-pattern-content img {
        width: 70%;
    }
}

@media only screen and (max-width: 1080px) {
    #ourservicescontent .servicecol1 .services-section-text-content p {
        font-size: 2rem;
        line-height: 2.3rem;
    }
}

@media only screen and (max-width: 940px) {
    #ourservicescontent .servicecol1 .services-section-text-content h1 {
        font-size: 4.5rem;
    }
    .services-section-pattern-content img {
        width: 70%;
    }
    #ourservicescontent .servicecol1 .services-section-text-content p {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
}

@media only screen and (max-width: 767px) {
    section#welcome.ourservices {
        min-height: 56.25rem;
        background: url(images/our_services_bg_mobile.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        opacity: 1;
    }
    .services-submenu,
    .welcometext-ourservices {
        display: none;
    }
    #ourservicescontent .servicecol1,
    #ourservicescontent .servicecol2,
    #ourservicescontent .servicecol1.counterate {
        min-height: 30.25rem;
        text-align: var(--textCenterAlign);
    }
    #ourservicescontent .servicecol1 .services-section-text-content p br {
        display: none;
    }
    #ourservicescontent .servicecol1 .services-section-text-content p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .services-section-pattern-content img {
        max-width: 70%;
    }
    #ourservicescontent .servicecol1 .services-section-text-content {
        padding-right: 0;
    }
    #ourservicescontent .servicecol1.counterate .services-section-text-content {
        padding-left: 0;
    }
}
/** CORPORATE TRAVELLING PAGE **/

section#welcome.corptravel {
    min-height: 112.50rem;
    background: url(images/corporate_travelling.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.corptravel .welcometext-corptravel,
section#welcome.corptravel .welcomesecondsection {
    min-height: 56.25em;
    position: relative;
}

section#welcome.corptravel .welcomesecondsection {
    min-height: 56.25em;
    background: rgba(255, 255, 255, .7);
    position: relative;
}

section#welcome.corptravel .welcometext-corptravel h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

section#welcome.corptravel .welcomesecondsection .welcomesecondsectionarea {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 140px;
}

section#welcome.corptravel .welcomesecondsection h2 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
    text-align: var(--textRightAlign);
}

section#welcome.corptravel .welcomesecondsection h3 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
    text-align: var(--textRightAlign);
}

section#welcome.corptravel .welcomesecondsection p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.125rem 0 0;
    text-align: var(--textRightAlign);
}

#corptravelcontent {
    position: relative;
}

#corptravelcontent .corp1,
#corptravelcontent .corp2 {
    position: relative;
    min-height: 56.25rem;
    background: var(--bgColor);
}

#corptravelcontent .corp1 {
    background: var(--secondaryFontColor);
}

#corptravelcontent .corp1 h4 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#weprovide {
    position: relative;
    min-height: 56.25rem;
}

#slider-with-blocks-1, #slider-with-blocks-3 {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    min-height: 620px;
}

.rsContent {
    float: left;
}

.bContainer {
    position: relative;
}

.rep-content {
    padding: 20% 0 0 45px;
}

.rep-content h5 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

.rep-content p {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: #fff;
    color: var(--thirdFontColor);
}

.rsArrow.rsArrowLeft {
    display: none !important;
}

.rsArrow.rsArrowRight {
    display: none !important;
}

.rsBullets {
    position: absolute !important;
    top: 45%;
    left: -5%;
    z-index: 9999 !important;
    cursor: pointer
}

.rsMinW .rsBullet {
    width: 12px;
    height: 12px;
    padding: 6px 5px 12px 4px;
}

.rsMinW .rsBullet span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7b96b6 !important;
    border: 2px solid #fff;
}

.rsNavItem.rsBullet.rsNavSelected span {
    border: 2px solid #000;
}

@media only screen and (min-width: 768px) {
    .rsMinW .rsBullet {
        display: block;
    }
    #slider-with-blocks-2 .rsBullets {
        position: absolute !important;
        top: 45%;
        left: 102.5% !important;
        width: 100px;
        z-index: 9999 !important;
        cursor: pointer;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .rep-content {
        padding-top: 72px;
    }
    .rsBullets {
        left: -7%;
    }
    section#welcome.corptravel .welcomesecondsection .welcomesecondsectionarea {
        margin-right: 70px;
    }

    .gol-content.plat-content p br {display:none;}
}

@media only screen and (max-width: 767px) {
    .rsContent {
        float: none;
        width: 100%;
        text-align: var(--textCenterAlign);
    }
    .bContainer {
        position: relative;
    }
    .rep-content {
        padding: 0 35px;
    }
    .rsBullets {
        min-width: 70px;
    }
    .rsMinW .rsBullet {
        width: 17px;
        height: 17px;
        padding: 12px 5px 12px 4px;
    }
    section#welcome.corptravel .welcomesecondsection .welcomesecondsectionarea {
        margin-right: 40px;
    }
    #corptravelcontent .corp2,
    #corptravelcontent .corp2 #weprovide #slider-with-blocks-1,
    #corptravelcontent .corp2 #weprovide #slider-with-blocks-3 {
        min-height: 1rem;
    }
    #corptravelcontent .corp2 #weprovide #slider-with-blocks-1 .rsBullets,
    #corptravelcontent .corp2 #weprovide #slider-with-blocks-3 .rsBullets {
        margin: auto;
        position: absolute;
        top: 300px;
        left: 0;
        bottom: 0;
        right: 0;
    }
   
    #goldservicescontent #weprovide #slider-with-blocks-1 .rsBullets {
        margin: auto;
        position: absolute;
        top: 400px;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #goldservicescontent #weprovide #slider-with-blocks-3 .rsBullets {
        margin: auto;
        position: absolute;
        top: 450px;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #goldservicescontent #weprovide #slider-with-blocks-1 {
        min-height: 450px;
    }

    #goldservicescontent #weprovide #slider-with-blocks-3 {
        min-height: 500px;
    }
    #goldservicescontent #weprovide2 #slider-with-blocks-2 .rsBullets {
        margin: auto;
        position: absolute;
        top: 350px;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #goldservicescontent #weprovide2 #slider-with-blocks-2 {
        min-height: 400px;
    }
}
/** GOLD SERVICES PAGE **/

section#welcome.goldservices {
    min-height: 56.25rem;
    background: url(images/goldservices.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.goldservices .welcometext-goldservices h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    color: var(--fourthFontColor);
}

#goldservicescontent {
    position: relative;
}

#goldservicescontent .gold1,
#goldservicescontent .gold2 {
    position: relative;
    min-height: 56.25rem;
    background: var(--bgColor);
}

#goldservicescontent .gold1.silver1 {
    background: var(--secondaryFontColor);
}

#goldservicescontent .gold1 {
    background: var(--seventhFontColor);
}

#goldservicescontent .gold1.platinum {
    background: #bfb8af;
}

#goldservicescontent .gold1 h4 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gold-section-text-content .rsMinW .rsBullet span {
    background: var(--seventhFontColor) !important;
}

.gold-section-text-content.platinum-text-content .rsMinW .rsBullet span {
    background: #BFB8AF!important;
}

.gold-section-text-content.silver-text-contt .rsMinW .rsBullet span {
    background: var(--secondaryFontColor) !important;
}

.gol-content {
    padding: 40px 0 0 45px;
}

.gol-content.silver-content {
    text-align: right;
    padding: 40px 45px 0 0;
}

#slider-with-blocks-2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 580px;
}

#slider-with-blocks-1, #slider-with-blocks-3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 580px;
}

.gol-content h5 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

.gol-content h6 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
}

.gol-content p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.125rem 0 0;
}

.gold-section-text-content a.carouselbtnsl {
    color: var(--thirdFontColor);
    font-size: 1.285rem;
    line-height: 2.85rem;
    font-weight: var(--fontWeightMedim);
    margin: 1.6rem 0 0;
    display: table;
    padding: 0.285rem 2.75rem;
    letter-spacing: .048318810087409rem;
    border: 1px solid var(--thirdFontColor);
    transition: var(--mainTransition);
}

.gold-section-text-content a.carouselbtnsl:hover {
    text-decoration: none;
    background: #333 !important;
    border: 1px solid var(--thirdFontColor) !important;
    color: var(--fourthFontColor) !important;
}

.gold-section-text-content a.carouselbtnsl.rightee {
    float: right;
}

#goldservicescontent .gold2 {
    z-index: 1;
}

#goldservicescontent .gold1 {
    z-index: 0;
}

#slider-with-blocks-2 {
    z-index: 2;
}

#below-opening-screen.goldpremium {
    text-align: var(--textCenterAlign);
}

#below-opening-screen.goldpremium h6 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
}

#below-opening-screen.goldpremium p {
    color: var(--fourthFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 2.45rem 0 0;
}

#below-opening-screen.goldpremium a.carouselbtn {
    color: var(--fourthFontColor);
    font-size: 1.285rem;
    line-height: 2.85rem;
    font-weight: var(--fontWeightMedim);
    margin: 3.5rem auto 0;
    display: table;
    padding: 0.285rem 2.75rem;
    letter-spacing: .048318810087409rem;
    border: 1px solid var(--fourthFontColor);
    transition: var(--mainTransition);
}

#below-opening-screen.goldpremium a.carouselbtn:hover {
    text-decoration: none;
    background: var(--fourthFontColor);
    border: 1px solid var(--fourthFontColor);
    color: var(--thirdFontColor);
}

#goldservicescontentbottom {
    position: relative;
}

#goldservicescontentbottom .goldbottom1,
#goldservicescontentbottom .goldbottom2 {
    position: relative;
    min-height: 56.25rem;
    background: var(--bgColor);
}

#goldservicescontentbottom .goldbottom1 {
    background: var(--secondaryFontColor);
}

#goldservicescontentbottom .goldbottom1 h4 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.silvercontent {
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 11%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: var(--textRightAlign);
}

.silvercontent h5 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
}

.silvercontent h6 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
}

.silvercontent p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.325rem 0 0;
}

.silvercontent a.carouselbtn {
    color: var(--thirdFontColor);
    font-size: 1.285rem;
    line-height: 2.85rem;
    font-weight: var(--fontWeightMedim);
    margin: 3.5rem auto 0;
    display: table;
    padding: 0.285rem 2.75rem;
    letter-spacing: .048318810087409rem;
    border: 1px solid var(--thirdFontColor);
    float: var(--textRightAlign);
    transition: var(--mainTransition);
}

.silvercontent a.carouselbtn:hover {
    text-decoration: none;
    background: var(--thirdFontColor);
    border: 1px solid var(--thirdFontColor);
    color: var(--fourthFontColor);
}

@media only screen and (max-width: 1366px) {
    .gol-content p {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}

@media only screen and (max-width: 1024px) {
    .gol-content {
        padding: 80px 0 0 45px;
    }
}

@media only screen and (max-width: 900px) {
    #below-opening-screen.goldpremium p,
    .silvercontent p {
        font-size: 2.1rem;
        line-height: 2.3rem;
    }
    .silvercontent {
        right: 7%;
    }
    .gol-content p {
        font-size: 1.75rem;
        line-height: 2.00rem;
    }
    .gol-content,
    .gol-content.silver-content {
        padding-top: 100px;
    }
    #slider-with-blocks-1,
    #slider-with-blocks-2,
    #slider-with-blocks-3 {
        min-height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    #below-opening-screen.goldpremium p,
    .silvercontent p {
        font-size: 1.9rem;
        line-height: 2.1rem;
    }
}

@media only screen and (max-width: 767px) {
    .gol-content a.carouselbtnsl,
    .gold-section-text-content a.carouselbtnsl.rightee {
        margin: 1.6rem auto 0;
    }
    .gol-content,
    .gol-content.silver-content {
        padding: 40px 65px;
    }
    .gol-content p br {
        display: none;
    }
    .gol-content p {
        line-height: 2.00rem;
    }
    .gol-content.silver-content {
        right: 0;
        left: 0;
        text-align: var(--textCenterAlign);
    }
    a.carouselbtnsl,
    .gold-section-text-content a.carouselbtnsl.rightee {
        float: none;
    }
}

#welcome.speedporterservices {
    position: relative;
    min-height: 112.50rem;
}

.speedporterbg {
    min-height: 112.50rem;
    background: url(images/speedporter.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.speedportercontent {
    min-height: 112.50rem;
    background: url(images/speedporter2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.speedportertexts {
    padding-left: 110px;
}

.speedportercontent h1 {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    line-height: 6.3rem;
    padding: 370px 0 0;
}

.speedportercontent p {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.55rem;
    margin-top: 2.8rem;
    letter-spacing: .035rem;
}

.speedportercontent p a {
    color: #1336e5;
    transition: var(--mainTransition);
}

.speedportercontent p a:hover {
    text-decoration: none;
    color: var(--mainFontColor);
}

.speedportercontent h2 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 14.9rem;
}

.transferbg {
    min-height: 112.50rem;
    background: url(images/transfer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.eventbg {
    min-height: 112.50rem;
    background: url(images/business-team-celebration-party-success-concept.jpg);
    background-position: 45% top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

img.speedportermobile {
    display: none;
}

img.transfermobile {
    display: none;
}

#welcome.hotelsvillashousesservices {
    position: relative;
    min-height: 112.50rem;
}

.hotelsvillashousesbg {
    min-height: 112.50rem;
    background: url(images/hotelsvillashouses.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hotelsvillashousescontent {
    min-height: 112.50rem;
    background: url(images/speedporter2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hotelsvillashousestexts {
    padding-left: 110px;
}

.hotelsvillashousescontent h1 {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    line-height: 6.3rem;
    padding: 370px 0 0;
}

.hotelsvillashousescontent p {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.55rem;
    margin-top: 2.8rem;
    letter-spacing: .035rem;
}

.hotelsvillashousescontent p a {
    color: #1336e5;
    transition: var(--mainTransition);
}

.hotelsvillashousescontent p a:hover {
    text-decoration: none;
    color: var(--mainFontColor);
}

.hotelsvillashousescontent h2 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 14.9rem;
}

img.hotelsvillashousesmobile {
    display: none;
}

#welcome.yachtingservices {
    position: relative;
    min-height: 112.50rem;
}

.yachtingbg {
    min-height: 112.50rem;
    background: url(images/yachting.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.yachtingcontent {
    min-height: 112.50rem;
    background: url(images/speedporter2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.yachtingtexts {
    padding-left: 110px;
}

.yachtingcontent h1 {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    line-height: 6.3rem;
    padding: 370px 0 0;
}

.yachtingcontent p {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.55rem;
    margin-top: 2.8rem;
    letter-spacing: .035rem;
}

.yachtingcontent p a {
    color: #1336e5;
    transition: var(--mainTransition);
}

.yachtingcontent p a:hover {
    text-decoration: none;
    color: var(--mainFontColor);
}

.yachtingcontent h2 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 14.9rem;
}

img.yachtingmobile {
    display: none;
}

#welcome.marinetravelservices {
    position: relative;
    min-height: 84.625rem;
}

.marinetravelbg {
    min-height: 84.625rem;
    background: url(images/marinetravel.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.marinetravelcontent {
    min-height: 84.625rem;
    background: url(images/speedporter2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.marinetraveltexts {
    padding-left: 110px;
}

.marinetravelcontent h1 {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    line-height: 6.3rem;
    padding: 370px 0 0;
}

.marinetravelcontent p {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.55rem;
    margin-top: 2.8rem;
    letter-spacing: .035rem;
}

.marinetravelcontent p a {
    color: #1336e5;
    transition: var(--mainTransition);
}

.marinetravelcontent p a:hover {
    text-decoration: none;
    color: var(--mainFontColor);
}

.marinetravelcontent h2 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 14.9rem;
}

img.marinetravelmobile {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .speedportertexts {
        padding-left: 50px;
    }
    .hotelsvillashousestexts {
        padding-left: 50px;
    }
    .yachtingtexts, .marinetraveltexts {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1180px) {
    .speedportertexts,
    .hotelsvillashousestexts,
    .yachtingtexts, .marinetraveltexts {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 999px) {
    .speedporterbg, .transferbg, .eventbg,
    .hotelsvillashousesbg,
    .yachtingbg, .marinetravelbg {
        display: none;
    }
    img.speedportermobile,
    img.transfermobile,
    img.hotelsvillashousesmobile,
    img.yachtingmobile, img.marinetravelmobile {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .speedportercontent h1,
    .hotelsvillashousescontent h1,
    .yachtingcontent h1, .marinetravelcontent h1 {
        padding: 240px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .services-submenu-abs {
        display: none;
    }
    .speedportercontent h1 {
        padding: 140px 0 0;
    }
    .yachtingcontent h1, .marinetravelcontent h1 {
        padding: 40px 0 0;
    }
    .hotelsvillashousescontent h1 {
        padding: 100px 0 0;
    }
    .speedportercontent h1 br,
    .speedportercontent p br,
    .speedportercontent h2 br {
        display: none;
    }
    .speedportercontent h1,
    .speedportercontent p,
    .speedportercontent h2 {
        text-align: var(--textCenterAlign);
    }
    .speedportertexts {
        padding: 0 35px;
    }
    .speedportercontent p a {
        display: block;
        padding-top: 20px;
    }
    .speedportercontent h2 {
        margin-top: 6rem;
    }
    #welcome.speedporterservices {
        min-height: 90rem;
    }
    .speedportercontent {
        min-height: 90rem;
        background: url(images/speedporter2.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    .hotelsvillashousescontent h1 br,
    .hotelsvillashousescontent p br,
    .hotelsvillashousescontent h2 br {
        display: none;
    }
    .hotelsvillashousescontent h1,
    .hotelsvillashousescontent p,
    .hotelsvillashousescontent h2 {
        text-align: var(--textCenterAlign);
    }
    .hotelsvillashousestexts {
        padding: 0 35px;
    }
    .hotelsvillashousescontent p a {
        display: block;
        padding-top: 20px;
    }
    .hotelsvillashousescontent h2 {
        margin-top: 6rem;
    }
    #welcome.hotelsvillashousesservices {
        min-height: 90rem;
    }
    .hotelsvillashousescontent {
        min-height: 90rem;
        background: url(images/speedporter2.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    .yachtingcontent h1 br,
    .yachtingcontent p br,
    .yachtingcontent h2 br {
        display: none;
    }
    .yachtingcontent h1,
    .yachtingcontent p,
    .yachtingcontent h2 {
        text-align: var(--textCenterAlign);
    }
    .yachtingtexts {
        padding: 0 35px;
    }
    .yachtingcontent p a {
        display: block;
        padding-top: 20px;
    }
    .yachtingcontent h2 {
        margin-top: 6rem;
    }
    #welcome.yachtingservices {
        min-height: 90rem;
    }
    .yachtingcontent {
        min-height: 90rem;
        background: url(images/speedporter2.jpg);
        background-position: center bottom;
        background-size: cover;
    }

    .marinetravelcontent h1 br,
    .marinetravelcontent p br,
    .marinetravelcontent h2 br {
        display: none;
    }
    .marinetravelcontent h1,
    .marinetravelcontent p,
    .marinetravelcontent h2 {
        text-align: var(--textCenterAlign);
    }
    .marinetraveltexts {
        padding: 0 35px;
    }
    .marinetravelcontent p a {
        display: block;
        padding-top: 20px;
    }
    .marinetravelcontent h2 {
        margin-top: 6rem;
    }
    #welcome.marinetravelservices {
        min-height: 84.625rem;
    }
    .marinetravelcontent {
        min-height: 84.625rem;
        background: url(images/speedporter2.jpg);
        background-position: center bottom;
        background-size: cover;
    }
}
/** UNIQUE ACTIVITIES PAGE **/

section#welcome.uniqueact {
    min-height: 112.50rem;
    background: url(images/uniqueactivities.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section#welcome.uniqueact .welcometext-uniqueact,
section#welcome.uniqueact .welcomesecondsection {
    min-height: 56.25em;
    position: relative;
}

section#welcome.uniqueact .welcomesecondsection {
    min-height: 56.25em;
    background: rgba(255, 255, 255, .7);
    position: relative;
}

section#welcome.uniqueact .welcometext-uniqueact h1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
}

section#welcome.uniqueact .welcomesecondsection .welcomesecondsectionarea {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 140px;
}

section#welcome.uniqueact .welcomesecondsection h2 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--secondaryFontColor);
    text-align: var(--textLeftAlign);
}

section#welcome.uniqueact .welcomesecondsection h3 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
    text-align: var(--textLeftAlign);
}

section#welcome.uniqueact .welcomesecondsection p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.125rem 0 0;
    text-align: var(--textLeftAlign);
}

#uniqueactcontent {
    position: relative;
}

#uniqueactcontent .corp1,
#uniqueactcontent .corp2 {
    position: relative;
    min-height: 56.25rem;
    background: var(--bgColor);
}

#uniqueactcontent .corp1 {
    background: var(--secondaryFontColor);
}

#uniqueactcontent .corp1 h4 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#unique-destinations {
    padding: 40px 0 0;
    background: #fff;
}

.destination-block {
    margin-bottom: 40px;
}

.destination-block-content {
    padding: 37px 51px;
    min-height: 630px;
}

.destination-block-content.evenalign {
    text-align: var(--textRightAlign);
}

.destination-subtitle {
    color: #fff!important;
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
}

.destination-title {
    font-weight: var(--fontWeightExtraBold);
    font-size: 2.95rem;
    line-height: 4.00rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    margin: 30px 0;
}

.destination-descr {
    font-size: 1.8rem;
    line-height: 2.15rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
}

@media only screen and (max-width: 1360px) {
    .destination-descr br,
    .destination-title br {
        display: none;
    }
    .destination-descr {
        line-height: 2.5rem;
    }
    .destination-block-content {
        padding: 37px;
        min-height: 570px;
    }
}

@media only screen and (max-width: 1024px) {
    section#welcome.uniqueact .welcomesecondsection .welcomesecondsectionarea {
        margin-right: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .destination-block-content {
        padding: 37px 37px 65px 37px;
        min-height: 57px;
    }
    .destination-block-content.evenalign {
        text-align: var(--textLeftAlign);
    }
}

@media only screen and (max-width: 767px) {
    section#welcome.uniqueact .welcomesecondsection .welcomesecondsectionarea {
        margin-right: 20px;
        margin-left: 20px;
    }
    #uniqueactcontent .corp2,
    #uniqueactcontent .corp2 #weprovide #slider-with-blocks-1,
    #uniqueactcontent .corp2 #weprovide #slider-with-blocks-3 {
        min-height: 1rem;
    }
    #uniqueactcontent .corp2 #weprovide #slider-with-blocks-1 .rsBullets,
    #uniqueactcontent .corp2 #weprovide #slider-with-blocks-3 .rsBullets {
        margin: auto;
        position: absolute;
        top: 300px;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
/** CONTACT US PAGE **/

#welcome.contactus {
    position: relative;
    min-height: 112.50rem;
}

.contactusbg {
    min-height: 112.50rem;
    background: url(images/contactus.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contactuscontent {
    min-height: 112.50rem;
    background: url(images/speedporter2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contactustexts {
    padding-left: 110px;
}

.contactuscontent h1 {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 5.6rem;
    line-height: 6.3rem;
    padding: 195px 0 0;
}

.contactuscontent p {
    color: var(--fourthFontColor);
    font-weight: var(--fontWeightLight);
    font-size: 2.18rem;
    line-height: 2.55rem;
    margin-top: 3.3rem;
    letter-spacing: .035rem;
}

.contactuscontent p.darktext {
    color: var(--thirdFontColor);
    font-size: 2.18rem;
    line-height: 2.8rem;
    margin-top: 3rem;
}

.contactuscontent p a {
    color: #1336e5;
    transition: var(--mainTransition);
}

.contactuscontent p a:hover {
    text-decoration: none;
    color: var(--mainFontColor);
}

.contactuscontent h2 {
    color: var(--thirdFontColor);
    font-weight: var(--fontWeightExtraBold);
    font-size: 3.73rem;
    line-height: 4.65rem;
    margin-top: 7.6rem;
}

@media only screen and (max-width: 1440px) {
    .contactustexts {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1180px) {
    .contactustexts {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 999px) {
    .contactusbg {
        display: none;
    }
    .contactuscontent h1 {
        padding: 110px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .contactuscontent h1 {
        padding: 140px 0 0;
    }
    .contactuscontent h1 br,
    .contactuscontent h2 br {
        display: none;
    }
    .contactuscontent h1,
    .contactuscontent p,
    .contactuscontent h2 {
        text-align: var(--textCenterAlign);
    }
    .contactustexts {
        padding: 0 35px;
    }
}

.services-submenu-abs {
    background: rgba(0, 0, 0, .73);
    padding: 14px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
/* BRAND PAGE */

#brandcontent {
    position: relative;
}

#brandcontent .brand1,
#brandcontent .brand2 {
    position: relative;
    min-height: 56.25rem;
    background: var(--bgColor);
}

#brandcontent .brand2 {
    background: var(--secondaryFontColor);
}

#brandcontent .brand2.logo2 {
    background: var(--secondaryFontColor) url(images/ourbrand2.jpg) no-repeat;
}

#brandcontent .brand1 {
    background: var(--seventhFontColor);
}

#brandcontent .brand1 h4 {
    font-size: 5.6rem;
    line-height: 5rem;
    font-weight: var(--fontWeightExtraBold);
    text-align: var(--textCenterAlign);
    color: var(--fourthFontColor);
    position: absolute;
    z-index: 2;
    top: 52%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand2content {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: 11%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand2content h5 {
    font-size: 1.2rem;
    letter-spacing: .02490660313784rem;
    font-weight: var(--fontWeightMedium);
    color: var(--fourthFontColor);
}

.brand2content h6 {
    color: var(--thirdFontColor);
    font-size: 3.70rem;
    line-height: 4.90rem;
    font-weight: var(--fontWeightExtraBold);
    letter-spacing: -.048318810087409rem;
    padding: 0;
    margin: 0.75rem 0 0;
}

.brand2content p {
    color: var(--thirdFontColor);
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-weight: var(--fontWeightLight);
    letter-spacing: -.02490660313784rem;
    padding: 0;
    margin: 1.325rem 0 0;
}

a.download {
    color: var(--secondaryFontColor);
    padding-top: 140px;
    transition: var(--mainTransition);
    display: block;
}

a.download:hover {
    color: var(--bgColor);
    text-decoration: none;
}

#brandimage-mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    a.download {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .brand2content {
        right: 0;
        left: 0;
        text-align: var(--textCenterAlign);
    }
    #brandimage {
        display: none;
    }
    #brandimage-mobile {
        display: block;
    }
}

footer {
    background: var(--thirdFontColor);
    padding: 2.125rem 0;
}

footer #wpforms-form-83 {
    margin-top: 2.8125rem;
}

footer #wpforms-form-83 label {
    color: var(--secondaryFontColor);
    font-size: 1.04rem;
    padding-bottom: 0.25rem;
}

footer #wpforms-form-83 span.wpforms-required-label {
    color: var(--secondaryFontColor);
}

footer #wpforms-form-83 input[type=email] {
    padding: 1.375rem 1rem;
    max-width: 48%;
    border-radius: 0;
}

footer #wpforms-form-83 button[type=submit] {
    margin-top: 1.8125rem;
    background: transparent;
    color: #fff;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    transition: var(--mainTransition);
}

footer #wpforms-form-83 button[type=submit]:hover {
    background: var(--fourthFontColor);
    color: var(--thirdFontColor);
}

.wpforms-container ::-webkit-input-placeholder {
    /* Chrome and Safari */
    font-size: 0.8125rem;
    color: var(--sixthFontColor);
}

.wpforms-container ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 0.8125rem;
    color: var(--sixthFontColor);
}

.wpforms-container ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 0.8125rem;
    color: var(--sixthFontColor);
}

footer .footerwidgets {
    padding-top: 1.375rem;
}

footer .widget.footerone {
    float: left;
    width: 30%;
}

footer .widget.footertwo {
    float: left;
    width: 30%;
}

footer .widget.footerthree {
    float: left;
    width: 30%;
}

footer .widget.footerfour {
    margin-left: 2.5rem;
}

footer .widget h6.title {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightBold);
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: .02em;
}

footer .widget ul.menu {
    padding: 0.3125rem 0 0;
    margin: 0;
    list-style: none;
}

footer .widget ul.menu li {
    padding-bottom: 0.4375rem;
    font-weight: var(--fontWeightLight);
    font-size: 0.9375rem;
}

footer .widget ul.menu li a {
    color: var(--fourthFontColor);
    transition: var(--mainTransition);
}

footer .widget ul.menu li a:hover {
    text-decoration: none;
    opacity: .6;
}

footer .widget ul.socials {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .widget ul.socials li {
    width: 2.0625rem;
    height: 2.0625rem;
    border-radius: 50%;
    padding: 0.25rem 0 0 0.4375rem;
    margin-bottom: 0.9375rem;
}

footer .widget ul.socials li.instagram {
    background: #d9c7b0;
}

footer .widget ul.socials li.facebook {
    background: #b5a795;
}

footer .widget ul.socials li.linkedin {
    background: #6e665e;
}

.gemi{
	color: #fff;
    font-size: 12px;
    padding-top: 10px;
}


.copyright {
    background: var(--thirdFontColor);
    border-top: 0.0625rem solid var(--fourthFontColor);
    padding: 3.5rem 0 1.625rem;
}

.copyright p {
    color: #fff;
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: .02em;
    font-weight: var(--fontWeightLight);
}

.copyright .backtotop {
    float: right;
}

.copyright .backtotop ul.topbtn {
    padding: 0;
    margin: 0;
    list-style: none;
}

.copyright .backtotop ul.topbtn li {
    float: left;
}

.copyright .backtotop ul.topbtn li:last-child {
    text-align: right;
    margin-left: 1.25rem;
    margin-top: -0.9375rem;
}

.copyright .backtotop ul.topbtn li a {
    color: var(--secondaryFontColor);
    font-weight: var(--fontWeightBold);
}

.copyright .backtotop ul.topbtn li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {
     :root {
        font-size: 90%;
    }
    section#welcome .welcometext h1,
    section#welcome .welcometext h2,
    section#main-content .firstelement h3,
    section#main-content .firstelement p,
    section#main-content .thirdelement h6,
    section#main-content .thirdelement p {
        padding-left: 3rem;
    }
    section#main-content .firstelement {
        padding: 14.625rem 0;
    }
    section#main-content .secondelement {
        padding: 21rem 0;
        margin-right: -110px;
    }
}

@media only screen and (max-width: 1440px) {
    .logonav nav {
        margin-right: 25px;
    }
    section#welcome {
        min-height: 50.625rem;
    }
    section#welcome .welcometext h1,
    section#welcome .welcometext h2,
    section#main-content .firstelement h3,
    section#main-content .firstelement p,
    section#main-content .thirdelement h6,
    section#main-content .thirdelement p {
        padding-left: 1.5rem;
    }
    section#main-content .secondelement {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .logonav ul.ta-menu {
        padding-top: 5.5rem;
    }
    section#main-content .secondelement {
        margin-right: 10px;
    }
    footer .widget ul.socials {
        margin-right: -20px;
    }
}

@media only screen and (max-width: 1280px) {
     :root {
        font-size: 82%;
    }
    .logonav ul.ta-menu {
        padding-top: 5.8rem;
    }
    footer .widget ul.socials li img {
        width: 68%;
    }
}

@media only screen and (max-width: 1140px) {
     :root {
        font-size: 78%;
    }
    .logonav ul.ta-menu {
        padding-top: 6.6rem;
    }
}

@media only screen and (max-width: 1024px) {
     :root {
        font-size: 70%;
    }
    .logonav ul.ta-menu {
        padding-top: 6.6rem;
    }
    footer .widget ul.socials li img {
        width: 68%;
    }
}

@media only screen and (max-width: 960px) {
    .logonav ul.ta-menu {
        padding-top: 7.55rem;
    }
    section#below-opening-screen p {
        font-size: 3rem;
    }
    section#main-content .secondelement {
        margin-right: 0;
    }
    section#main-content .secondelement h5 {
        font-size: 3rem;
        line-height: 4.30rem;
    }
    section#main-content .secondelement p {
        letter-spacing: 0rem;
    }
    @media only screen and (max-width: 896px) {
        .logo a img {
            max-width: 195px;
        }
        .logonav ul.ta-menu {
            padding-top: 6.15rem;
        }
        section#main-content .firstelement h3,
        section#main-content .thirdelement h6,
        section#home-carousel .single-item h6 {
            font-size: 3.40rem;
            line-height: 4.40rem;
        }
        section#main-content .firstelement p,
        section#main-content .secondelement p,
        section#main-content .thirdelement p,
        section#home-carousel .single-item p {
            font-size: 1.80rem;
            line-height: 2.25rem;
        }
        section#main-content .secondelement h5 {
            font-size: 2.50rem;
            line-height: 2.95rem;
        }
        section#main-content .secondelement h4 {
            font-size: 1.1rem;
            letter-spacing: 0;
        }
        img.logofooter {
            max-width: 165px;
        }
        footer #wpforms-form-83 button[type="submit"] {
            margin-top: -1rem;
        }
        footer .footerwidgets {
            padding-top: 10rem;
        }
        section#main-content {
            min-height: 165rem;
        }
    }
    @media only screen and (max-width: 812px) {
         :root {
            font-size: 65%;
        }
        .logo a img {
            max-width: 160px;
        }
        .logonav ul.ta-menu li {
            margin: 0 0.6rem;
            margin-left: 1.1rem;
        }
        .logonav ul.ta-menu {
            padding-top: 5.2rem;
        }
        .logonav ul.ta-menu li a {
            font-size: 1.04rem;
        }
    }
    @media only screen and (max-width: 768px) {
         :root {
            font-size: 62%;
        }
        .logo a img {
            max-width: 150px;
        }
        .logonav ul.ta-menu li {
            margin: 0 0.3rem;
            margin-left: 1.1rem;
        }
        .logonav ul.ta-menu {
            padding-top: 5rem;
        }
        .logonav ul.ta-menu li a {
            font-size: 1.08rem;
        }
    }
    @media only screen and (max-width: 767px) {
         :root {
            font-size: 58%;
        }
        .topbar p {
            font-size: 1.11rem;
        }
        img.logofooter {
            display: table;
            margin: 0 auto;
        }
        section#main-content {
            min-height: 0.75rem;
            background: url(images/main_section_bg.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
        section#main-content .firstelement,
        section#main-content .secondelement,
        section#main-content .thirdelement {
            padding: 6.3rem 0;
        }
        #wpforms-83 {
            display: table;
            margin: 0 auto;
            text-align: center;
        }
        footer #wpforms-form-83 input[type="email"] {
            max-width: 100%;
        }
        footer .footerwidgets {
            padding-top: 4rem;
        }
        .copyright p,
        .copyright .backtotop ul.topbtn li {
            font-size: 1rem;
        }
        .copyright .backtotop ul.topbtn li img {
            max-width: 15px;
        }
        section#below-opening-screen p {
            font-size: 2.5rem;
        }
        section#main-content .secondelement {
            margin-right: -10px;
        }
    }
    @media only screen and (max-width: 679px) {
        section#below-opening-screen p {
            font-size: 3.35rem;
            line-height: 4rem;
        }
        section#below-opening-screen p br,
        section#home-carousel .single-item p br {
            display: none;
        }
        section#home-carousel .single-item p {
            padding: 0 60px;
        }
        section#main-content .secondelement {
            margin-right: 10px;
            background: rgba(255, 255, 255, .6);
        }
        .slick-prev {
            margin-left: 4.25rem;
            z-index: 99;
        }
        .slick-next {
            margin-right: 4.25rem;
        }
        .slick-prev:before {
            content: url(images/prev-arrow-sm.png);
        }
        .slick-next:before {
            content: url(images/next-arrow-sm.png);
        }
        section#home-carousel .single-item .carouselpattern img {
            width: 70%;
            display: table;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width: 535px) {
        section#main-content .thirdelement p br {
            display: none;
        }
        section#home-carousel .single-item p {
            padding: 0 30px;
        }
        footer .widget.footerone {
            float: left;
            width: 100%;
        }
        footer .widget.footertwo {
            float: left;
            width: 100%;
        }
        footer .widget.footerthree {
            float: left;
            width: 100%;
        }
        footer .widget h6.title {
            font-size: 1.25rem;
        }
        footer .widget ul.menu li {
            font-size: 1.15rem;
        }
        footer .widget.footertwo h6.title,
        footer .widget.footerthree h6.title {
            margin-top: 20px;
        }
        footer .widget.footerfour {
            margin-left: 0;
        }
        footer .widget ul.socials li {
            width: 2.0625rem;
            height: 2.0625rem;
            float: left;
            padding: 0.25rem 0 0 0.4375rem;
            margin: 0.9375rem 0.4375rem 0.9375rem 0;
        }
    }
    @media only screen and (max-width: 479px) {
        section#home-carousel .single-item {
            min-height: 630px;
        }
        section#home-carousel .single-item p {
            padding: 0 30px;
            font-size: 1.7rem;
        }
        section#home-carousel .single-item p br {
            display: none;
        }
    }
    @media only screen and (max-width: 381px) {
        section#welcome .welcometext h1 br,
        section#main-content .firstelement p br {
            display: none;
        }
    }
    @media only screen and (max-width: 321px) {
         :root {
            font-size: 50%;
        }
        section#home-carousel .single-item {
            min-height: 560px;
        }
    }
}

.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    left: 0;
    right: 100px;
    text-align: center;
    width: 5px;
    display: inline-block;
    margin: 0 auto;
}

.owl-theme .owl-dots span {
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fff;
    background: #7B95B8;
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-dots {
        top: 95%;
        left: 0;
        right: 0;
        text-align: center;
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
    section#main-content.whowearecontent .whoweare-elements .firstelement {
        text-align: left;
        padding-left: 35px;
    }
}

/*SETE*/
.logosete {
    max-width: 80px;
    /* display: flex; */
    /* justify-self: center; */
    /* align-self: end; */
    /* margin-top: 20px; */
    position: absolute;
    bottom: 0;
    
}
.logosete.left{
	left: 0;
}
.logosete.right{
	right: 0;
	display:none;
}
@media only screen and (max-width: 1460px) {
	.logosete.left{
		left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	a.logosete, .logosete img {
		max-width: 80px;
		position: relative; 
	}
	.logosete.left{
		display: none;
	}
	.logosete.right{
		display:block;
	}
	.widget ul.socials li{
		float:left;
	}
	footer .widget.footerfour {
		margin-left: 0!important;
	}
}