/*----------------------------------*/
/*			Font - Face				*/
/*----------------------------------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#NeoSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----------------------------------*/
/*			CSS GERAL				*/
/*----------------------------------*/

* {
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {

}

.video_container {
    position: relative;
    width: 100%;
}

.video {
    width: 100%;
}

.video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.lxtravel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 100%;
    max-width: 625px;
    margin-top: 20%;
}

.top_banner {
    position: relative;
    background: #28282a;
    text-align: center;
}

.top_banner_slider {

}

.top_banner_slider img {
    width: 100%;
}

.top_banner_img {
    position: absolute;
    top: 0;
    left: 0;
}

.top_banner_img_bg {
    top: 0;
    left: 0;
    z-index: 1;
}

.top_banner_img_bg img {
    width: 100%;
    max-width: 960px;
}

.top_banner_slider {
    height: 200px;
}

.top_banner_slider.swiper-container {
    height: fit-content;
}

.top_banner_slider .swiper-wrapper {
    background: url('../images/top_banner_bg.jpg') no-repeat center center;
    background-size: 100%;
    height: fit-content;
}

.top_banner_slider .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
}

.top_banner_slider .swiper-wrapper .swiper-slide-active {
    opacity: 1 !important;
}

.top_banner_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    -webkit-justify-content: none;
    justify-content: none;
    -webkit-box-align: none;
    -ms-flex-align: none;
    -webkit-align-items: none;
    align-items: none;
}


/*===================
LX Travel Worldwide
===================*/

.lxtravel_worldwide {
    font-family: 'Lato', sans-serif;
}

.lxtravel_worldwide h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 36px;
}

.lxtravel_worldwide h1 span.txt_small {
    font-size: 24px;
}


.lxtravel_worldwide img {
    width: 100%;
    max-width: 960px;
}

.lxtravel_worldwide h2 {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding-left: 60px;
    padding-top: 15px;
}

.lxtravel_worldwide h2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url('../images/services_icon01.jpg') no-repeat top left;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.lxtravel_worldwide h2.services01:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url('../images/services_icon01.jpg') no-repeat top left;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.lxtravel_worldwide h2.services02:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url('../images/services_icon02.jpg') no-repeat top left;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.lxtravel_worldwide h2.services03:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url('../images/services_icon03.jpg') no-repeat top left;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.lxtravel_worldwide h2.services04:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url('../images/services_icon04.jpg') no-repeat top left;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.lxtravel_worldwide ul {
    margin-left: 40px;
    margin-top: -10px
}

.lxtravel_worldwide ul li {
    list-style-type: square;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.break {
    display: block;
}



/*========
Latest Events
========*/

.lxtravel_latestevents {
    position: relative;
    margin-top: 110px;
}

.lxtravel_latestevents h2 {
    position: absolute;
    top: -15%;
    right: 0px;
    background: #fea621;
    padding: 75px 95px 95px 20px;
    z-index: 100;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 100;
    width: 262px;
    height: 262px;
}

.lxtravel_latestevents .swiper-container {
    height: 540px;
    width: 95%;
    margin-left: 0;
}

.lxtravel_latestevents .swiper-button-next, .lxtravel_latestevents .swiper-container-rtl .lxtravel_latestevents .swiper-button-prev {
    background: url('../images/arrow.png') no-repeat top left;
    width: 40px;
    height: 67px;
    right: 0px;
    left: auto;
    opacity: 0.5;
    outline: 0;
}

.lxtravel_latestevents .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url('../images/arrow.png') no-repeat top left;
    width: 40px;
    height: 67px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    left: 0px;
    right: auto;
    opacity: 0.5;
    outline: 0;
}

.latestevents_txt {
    position: absolute;
    left: 105px;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    background: rgba(0,0,0,0.7);
    text-align: left;
    padding: 25px;
    box-sizing: border-box;
}

.latestevents_txt h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fea621;
}

.latestevents_txt h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-transform: uppercase;
}

.latestevents_txt p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

.latestevents_txt ul {
    padding-left: 15px;
    margin: 0;
    column-count: 2;
    column-gap: 30px;
}

.latestevents_txt ul li {
    list-style-type: square;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.latestevents_bg01 {
    background: url('../images/latestevents_bg01.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg02 {
    background: url('../images/latestevents_bg02.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg03 {
    background: url('../images/latestevents_bg03.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg04 {
    background: url('../images/latestevents_bg04.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg05 {
    background: url('../images/latestevents_bg05.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg06 {
    background: url('../images/latestevents_bg06.jpg') center center no-repeat;
    background-size: cover;
}

.latestevents_bg07 {
    background: url('../images/latestevents_bg07.jpg') center center no-repeat;
    background-size: cover;
}


/*===============
Our Clients
===============*/

.lxtravel_ourClients {
    position: relative;
    margin-top: 50px;
}

.lxtravel_ourClients h2 {
    background: #fea621;
    padding: 95px 95px 95px 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 100;
    width: 262px;
    height: 262px;
    z-index: 5;
}

.lxtravel_ourClients .swiper-container {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 10;
    height: 150px;
    width: 80%;
    background: #ffffff;
}

.lxtravel_ourClients .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.swiper-pagination-bullet {
    border-radius: 0;
    background: none;
    border: 1px solid #000;
}

.lxtravel_ourClients .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 0px;
    right: 0;
    width: 100%;
}

.lxtravel_ourClients .swiper-pagination {
    text-align: right;
    z-index: 10;
}

.lxtravel_ourClients img {
    width: 100%;
}

.logo_ycon {
    max-width:140px;
}

.logo_lg {
    max-width:120px;
}

.logo_soho {
    max-width:100px;
}

.logo_kern {
    max-width:160px;
}

.logo_claranet {
    max-width:140px;
}

.logo_rrg {
    max-width:120px;
}

.logo_anubisNetworks {
    max-width:170px;
}

.logo_bni {
    max-width:90px;
}

.logo_lacoste {
    max-width:140px;
}

.logo_pj {
    max-width:70px;
}

.logo_anticimex {
    max-width:170px;
}

.logo_espacoTi {
    max-width:130px;
}

.logo_certho {
    max-width:110px;
}

.logo_whiteHat {
    max-width:140px;
}

.logo_avila {
    max-width:130px;
}

.logo_soap {
    max-width:100px;
}

.logo_menarini {
    max-width:130px;
}

.logo_aemh {
    max-width:130px;
}

.logo_psg {
    max-width:100px;
}

.logo_bailleul {
    max-width:90px;
}

.logo_federacaoPortuguesaTiro {
    max-width:90px;
}

.logo_agenciaPortuguesaAmbiente {
    max-width:120px;
}

.logo_legal {
    max-width:120px;
}

.logo_realLife {
    max-width:90px;
}

.logo_fpvl {
    max-width:140px;
}


/*========
Swiper
========*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*=== Footer ===*/

#footer {
    width: 100%;
    background-color: #28282a;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
}

#footer h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

#footer p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #8d8d8d;
}

#footer a {
    color: #8d8d8d;
}

#footer a:hover {
    color: #fea621;
    text-decoration: none;
}

.footer_info {
    margin-top: 50px;
}

.contact_highlight {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    color: #ffffff !important;
    text-align: right;
}

.contact_highlight span {
    position: relative;
    font-weight: 700;
    font-size: 26px;
    color: #fea621 !important;
    padding-left: 27px;
}

.contact_highlight span:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    background: url('../images/contact_icon.png') no-repeat top left;
    background-position: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.LXTRavel_footer_logo {
    width: 100%;
    max-width: 185px;
}

.social_links {
    text-align: right;
    padding: 0;
}

.social_links li {
    list-style: none;
    display: inline;
    font-size: 26px;
    color: #8d8d8d;
}

.social_links li:nth-child(2) {
    margin-left: 10px;
}

.social_links li a {
    color: #8d8d8d;
}

.social_links li a:hover {
    color: #fea621;
}

.legal_info {
    background: #28282a;
    text-align: center;
}

.legal_info .container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #535353;
}

.legal_info p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #8d8d8d;
    margin: 0;
}

.legal_info ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.legal_info ul li {
    display: inline;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #8d8d8d;
}

.legal_info ul li:nth-child(n+2):before {
    content: "|";
    margin-right: 6px;
    margin-left: 3px;
}

.legal_info a {
    color: #8d8d8d;
}

.legal_info a:hover, .legal_info a.active {
    color: #fea621;
    text-decoration: none;
}

.airmet_footer_logo {
    width: 100%;
    max-width: 128px;
    float: right;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.legal_text {
    background: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.legal_text p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    color: #999999;
    margin: 0;
}

.legal_text a {
    color: #999999;
}

.legal_text a:hover {
    color: #28282a;
    text-decoration: none;
}

/*==================
Legal Info Content
==================*/

.legal_info_content {
    font-family: 'Lato', sans-serif;
    color: #28282a;
    margin-top: 50px;
}

.legal_info_content .lxTravel_logo {
    margin-bottom: 30px;
    width: 100%;
    max-width: 250px;
}

.legal_info_content h1 {
    font-size: 18px;
    font-weight: 700;
}

.legal_info_content p {
    font-size: 13px;
    font-weight: 400;
}

.legal_info_content a {
    color: #28282a;
}

.legal_info_content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.legal_info_content ol li {
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 4px;
}

.legal_info_content ol li ol {
    padding-left: 20px;
}

.legal_info_content ol li ol li ul {
    list-style-type: lower-latin;
}

.legal_info_content table {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.legal_info_content table tr td {
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    width: 1%;
}

.legal_info_content table tr:nth-child(1) td {
    text-align: center;
    background-color: #28282a !important;
    color: #ffffff;
}

.legal_info_content table tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

/*----------------------------------*/
/*		LAYOUT BREAKPOINTS			*/
/*----------------------------------*/

@media screen and (max-width:960px){
    .lxtravel_ourClients h2 {
        padding: 20px 95px 95px 20px;
    }
}

@media screen and (max-width:767px){
    .lxtravel {
        max-width: 485px;
        margin-top: 18%;
    }

    .lxtravel_latestevents h2 {
        transform-origin: top right;
        transform: scale3d(0.7, 0.7, 0.7);
        top: -5%;
    }

    .latestevents_txt {
        left: 95px;
    }

    .lxtravel_ourClients .swiper-pagination {
        top: inherit !important;
        bottom: 0 !important;
    }

    .lxtravel_copyright {
        display: block;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .legal_info ul {
        text-align: left;
    }

}

@media screen and (max-width:640px) { 
    .lxtravel {
        max-width: 385px;
        margin-top: 18%;
    }

    .lxtravel_worldwide h1 {
        font-size: 30px;
    }

    .lxtravel_worldwide h1 span.txt_small {
        font-size: 20px;
    }

    .latestevents_txt {
        width: 100%;
        max-width: inherit;
        left: 0px;
    }

}

@media screen and (max-width:575px){
    .LXTRavel_footer_logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .contact_highlight {
        text-align: center;
        margin-top: 20px;
    }

    .footer_info {
        margin-top: 25px;
    }

    .footer_info .col-sm-5  {
        width: 50%;
    }

    .footer_info .col-sm-4, .footer_info .col-sm-3  {
        width: 25%;
    }

    .legal_info ul {
        text-align: left;
    }

    .legal_info .col-sm-8 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .legal_info .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .legal_info .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:460px){
    .lxtravel {
        max-width: 285px;
        margin-top: 18%;
    }

    .lxtravel_worldwide h1 {
        padding-top: 25px;
        font-size: 22px;
    }

    .lxtravel_worldwide h1 span.txt_small {
        font-size: 15px;
    }

    .lxtravel_latestevents h2 {
        transform-origin: top right;
        transform: scale3d(0.6, 0.6, 0.6);
        top: -5%;
    }

    .lxtravel_latestevents .swiper-container {
        height: 460px;
    }

    .lxtravel_latestevents .swiper-button-next {
        transform-origin: top right;
        transform: scale3d(0.7, 0.7, 0.7);
        top: 40%;
    }

    .lxtravel_latestevents .swiper-button-prev {
        transform-origin: top;
        transform: scale3d(-0.7, 0.7, 0.7);
        left: -6px;
        top: 40%;
    }

    .lxtravel_ourClients h2 {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 20px;
        padding-bottom: 65px;
    }

    .lxtravel_ourClients .swiper-container {
        position: relative;
        display: block;
    }

    .lxtravel_ourClients .swiper-pagination {
        top: inherit !important;
        bottom: 0 !important;
    }
    
    .footer_info .col-sm-5  {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_info .col-sm-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .social_links {
        text-align: center;
    }
    
    .footer_info .col-sm-3  {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .legal_info .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .legal_info .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .legal_info .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .legal_info ul {
        text-align: center;
        margin-bottom: 15px;
    }

    .airmet_footer_logo {
        max-width: 80px;
        float: none;
    }

}

@media screen and (max-width:320px){
    .lxtravel {
        max-width: 200px;
        margin-top: 18%;
    }

}

