/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
body {
    font: 14px/1.6 "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#scroll-top-link {
    background: #000;
    opacity: 0.2;
    border: none;
    color: #fff;
}
#scroll-top-link:hover {
    opacity: 1;
}
#top #searchform > div {
    margin: 30px auto;
}
#top .title_container .container {
    min-height: 80px !important;
}
#header_meta, #socket {
    background: #2e2e2e;
}
#header_meta, #header_meta a, #header_meta span {
    color: #D4D4D4;
}
#header_meta a:hover {
    text-decoration: none;
}
#top .social_bookmarks li {
    border: 0;
   }
.main_menu #avia-menu li a {
    text-transform: uppercase;
    color: #636363;
/*    font-weight: 900;
*/    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 0px !important;
    letter-spacing: 1px;
    position: relative;
    font-size: 12px !important;
    transition: all .20s linear;
} 

.main_menu #avia-menu li a:hover {
    position: relative;
    z-index: 99;
    color: #fff;
} 

.main_menu #avia-menu li a:after{
    content: "";
    position: absolute;
    width: 0;
    opacity: 0;
    left: 0;
    height: 39%;
    display: block;
    margin: 0 auto;
    right: 0;
    top: 27px;
    background: #EA0012;
    z-index: -1;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: 0.6s transform ease;
    transition: all .20s linear;
}

.main_menu #avia-menu .current-menu-item a{
    color: #fff;
}

.main_menu #avia-menu .current-menu-item .sub-menu li a{
    color: #333 !important;
}

.main_menu #avia-menu .pll-parent-menu-item a{
    color: #333 !important;
}
    
.main_menu #avia-menu .current-menu-item a:after{
    content: "";
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    height: 39%;
    display: block;
    margin: 0 auto;
    right: 0;
    top: 27px;
    background: #EA0012;
    z-index: -1;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: 0.6s transform ease;
    transition: all .20s linear;
}

.main_menu #avia-menu .pll-parent-menu-item a:after{
    display: none;
}

.main_menu #avia-menu li a:hover:after { 
    width: 100%;
    opacity: 1;
}

.main_menu #avia-menu li ul .menu-item a:hover:after{
    display: none;
} 

.lang-item.current-menu-item a{
    color: #fb0004 !important;
}

.lang-item a:hover{
    color: #fb0004 !important;
}

.lang-item a:after{
    background: none !important;
}

.phone-info a {
    margin-right: 14px;
}  
.phone-info a {
    margin-right: 10px;
}
.phone-info .fa {
    margin: 0 5px;
}
.av-special-heading-tag {
  font-family: "Montserrat";
  font-weight: bold !important;
  text-transform: uppercase !important;
}

h2.av-special-heading-tag {
  font-size: 30px;
  position: relative;
  margin: 55px 0 40px;
}
h2.av-special-heading-tag::after {
	content: "";
	height: 12px;
	width: 100%;
	margin-top: 12px;
	background: url('../../../uploads/2016/10/tbg.png') no-repeat center center;
	display: block;
}

h2.av-special-heading-tag-vs1 {
    font-size: 13px !important;
    text-transform: none !important;
    font-style: italic;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}
h2.av-special-heading-tag-vs1:after {
    content: "";
    height: 12px;
    width: 100%;
    margin-top: 12px;
    background: url('../../../uploads/2016/10/tbg.png') no-repeat center center;
    display: block;
}

.special-heading-tag-v2{
    font-size: 30px;
    position: relative;
    margin: 30px 0px 18px;
}

.mice .special-heading-tag-v2{
    color: #fb0004;
}

.special-heading-tag-v2 label{
    font-size: 13px !important;
    text-transform: none;
    font-weight: 400 !important;
    color: #a6a6a6;
    letter-spacing: 0;
}

.what-we-do ul{
    margin: 0;
    padding: 0;
}

.what-we-do ul li{
    list-style-type: none;
    display: block;
    margin-right: 60px;
} 

.what-we-do ul li:before{
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
    color: #fb0004;
} 

.special-heading-tag-v2:after{
    content: "";
	height: 12px;
	width: 100%;
	margin-top: 16px;
	background: url('../../../uploads/2016/10/tbg.png') no-repeat left center;
	display: block;
}

.carousel-kti-v1 .vc_images_carousel{
    width: 100% !important;
}

/*
.carousel-kti-v1 .vc_images_carousel ol.vc_carousel-indicators{
    width: 100% !important;
}
*/

.carousel-kti .vc_images_carousel{
    width: 100% !important;
}

.carousel-kti ol.vc_carousel-indicators{
    margin-bottom: -50px !important;
}

.kti-voyages p{
    font-size: 16px;
    line-height: 28px;
}

.experience .kti-voyages p{
    font-size: 14px;
}

#top .avia-button.avia-color-light {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
} 
.avia-button {
	border-radius: 0px !important;
	border: none !important;
	font: 18px "Montserrat";
	text-transform: uppercase !important;
	letter-spacing: 1px;
	position: relative;
	background: #EA0012 !important;
}

.avia-button .vc_btn3{
    z-index: 1;
}

.avia-button::after {
	content: "";
	width: 120%;
	position: absolute;
	left: -10%;
	height: 105%;
	display: block;
	top: 0;
	background: #EA0012;
	z-index: 0;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	transform: skew(-25deg);
	transition: 0.6s transform ease;
}
.avia-button:hover::after {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	
}
.template-page.content {
    padding-bottom: 0;
    padding-top: 0;
}
#kti-slider {
    margin-top: 0px !important;
}
#kti-slider .ls-slide h1 {
    
}
#kti-slider .ls-slide p.ls-l {
    margin: 18px 0px;
}
#expeditions h3.av-special-heading-tag {
	font-size: 20px;
	position: relative;
}
#expeditions .avia-image-container {
    margin-bottom: 40px;
    box-shadow: 0px 0px 20px rgb(236, 233, 233);
}
#expeditions .vc_figure {
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
}
#expeditions .vc_figure-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #000;
    height: 40px;
    font: 14px/40px montserrat;
    text-transform: uppercase;
}

.other-tours .vc_figure-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #000;
    height: 40px;
    font: 14px/40px montserrat;
    text-transform: uppercase;
}

.other-tours .wpb_single_image a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea0012;
    display: block;
    content: "";
    opacity: 0;
    transition: all .30s linear;
}

.other-tours .wpb_single_image a:after{
    font-family: 'FontAwesome';
    content:"\f072";
    border-radius: 50%;
    background: #fff;
    color: #ea0012;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: all .30s linear;
    display: block;
}

.other-tours .wpb_single_image:hover a:before{
    opacity: .5;
}

.other-tours .wpb_single_image:hover a:after{
    opacity: 1;
    transform: scale(1);
}

.other-tours a .image-overlay{
    display: none !important;
}

#expeditions .avia-content-slider-element-container {
    position: relative;
}
#expeditions .avia-smallarrow-slider-heading {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
#expeditions .avia-smallarrow-slider-heading .avia-slideshow-dots {
    text-align: center;
    width: 100%;
}
#expeditions .slide-entry-title {
    position: absolute;
    bottom: 90px;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 8px;
}
#expeditions .slide-entry-excerpt img, #expeditions .slide-entry-excerpt p {
    margin: 0;
    padding: 0;
}
#expeditions .wpb_wrapper {
    text-align: center;
    position: relative;
}
#expeditions .vc_images_carousel .vc_carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px 4px;
    border-radius: 15px;
    border: 3px solid #fff;
    background-color: transparent;
}
#expeditions .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background-color: #fff;
}

h3.av-special-heading-tag::before {
	content: "";
	width: 70px;
	border-top: 4px solid #525252;
	margin-bottom: 12px;
	height: 4px;
	display: block;
}
#mice figure, #mice .vc-figure {
    position: relative;
}
element {
    position: absolute;
    bottom: 0%;
}
#mice figcaption {
	position: absolute;
	bottom: 0%;
	text-align: center;
	width: 80%;
	background: #fff;
	font: 16px "Montserrat";
	text-transform: uppercase;
	padding: 6px 0;
	left: 10%;
}
#mice .av_one_fourth .avia_textblock p {
    margin-top: 26px;
}
#mice .av_one_fourth .avia_textblock p, #team .avia_textblock p {
    line-height: 1.4;
    text-align: center;
    color: #555;
}
#team .flex_column .av-special-heading {
    margin-top: 20px;
}
#team .av-subheading {
    font-size: 14px;
    font-style: italic;
    color: #a1a1a1;
}
#team .av-subheading::after {
	content: "";
	width: 50px;
	border-top: 1px solid #ff0000;
	display: block;
	margin: 12px auto 0;
}
#team .vc_single_image-img { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all .6s ease; 
    -moz-transition: all .6s ease;  
    transition: all .6s ease;  
}
#team .vc_single_image-img:hover { 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  
    -moz-filter: grayscale(100%); 
    filter: gray; 
}

#kti-num {
    margin-bottom: 0px !important;
}

#kti-num .avia_textblock p {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin: 13px;
}
#kti-num .wpb_wrapper > h1 {
    color: #fff;
    font: bold 52px "Montserrat";
}
#kti-num .wpb_wrapper > h3 {
	color: #fff;
	font: bold 18px "Montserrat";
	text-transform: uppercase;
	letter-spacing: 1px;
}
#kti-num .vc_icon_element {
    margin-bottom: 10px;
}

#testimo .wpb_text_column p {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    color: #555;
}
#testimo .vc_figure-caption, #testimo .wpb_wrapper p > em {
    color: #999;
    font-size: 13px;
}
#testimo .wpb_wrapper p > strong {
    text-align: center;
    font-size: 130px;
    line-height: 0;
    color: #999;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    color: rgb(153, 153, 153);
}
#testimo .vc_pagination-trigger {
    background: #fff !important;
    border-color: rgb(138, 138, 138) !important;
    height: 14px !important;
    width: 14px !important;
}
#testimo .vc_active .vc_pagination-trigger {
    background: rgb(138, 138, 138) !important;
}

#testimonial {
    background-color: rgb(249, 249, 249);
    margin-top: 0px !important;
}

#testimonial .wpb_text_column p {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    color: #555;
}
#testimonial .vc_figure-caption, #testimo .wpb_wrapper p > em {
    color: #999;
    font-size: 13px;
}
#testimonial .wpb_wrapper p > strong {
    text-align: center;
    font-size: 130px;
    line-height: 0;
    color: #999;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    color: rgb(153, 153, 153);
}
#testimonial .vc_pagination-trigger {
    background: #fff !important;
    border-color: rgb(138, 138, 138) !important;
    height: 14px !important;
    width: 14px !important;
}
#testimonial .vc_active .vc_pagination-trigger {
    background: rgb(138, 138, 138) !important;
}
#references .vc_inner img { 
/*
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
*/
    -webkit-transition: all .6s ease; 
    -moz-transition: all .6s ease;  
    transition: all .6s ease;  
    opacity: 0.7;
    margin: 0 auto;
    display: block;
    width: auto;
    height: 70px;
}
#references .vc_inner img:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  
    -moz-filter: grayscale(0%); 
    filter: none; 
    opacity: 1;
}
#blog .vc_gitem-zone {
    background-color: #fff !important;
}
#blog .vc_column_container > .vc_column-inner {
    padding-top: 0px;
}
#blog .vc_grid-container {
    margin-bottom: 0px !important;
}
#blog .vc_gitem-zone .vc_gitem-link {
    color: rgb(237, 0, 0) !important;
}
#blog h3.slide-entry-title {
    margin: 18px 0px 10px;
}
#blog span.minor-meta, #blog .slide-meta {
    display: none;
}
#kti-cta {
    margin-bottom: 0px !important;
}
#kti-cta .wpb_wrapper p .fa {
	margin-right: 16px;
}
#kti-cta .wpb_wrapper > h4, #kti-cta .wpb_wrapper > h5 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
#kti-cta .wpb_wrapper > h4 {
    margin-bottom: 40px;
}
#kti-cta .wpb_wrapper > h4::after {
    content: "";
    width: 70px;
    border-bottom: 3px solid #fff;
    display: block;
    margin: 12px auto 0;
    position: absolute;
    left: 15px;
}
#kti-cta .av_textblock_section {
    margin-top: 30px;
}
#kti-cta .wpb_wrapper p a {
    color: #fff;
    font: bold 18px/1.7 "Montserrat" !important;
}
#kti-cta .wpb_wrapper p a:hover {
	text-decoration: none;
}
#kti-cta .last {
    text-align: right;
}
#kti-cta .last .wpb_wrapper p {
    color: #fff;
    font-style: italic;
}

.shortcode_wysija p{
    margin-top: 0;
}

.shortcode_wysija input {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 8px 12px !important;
	letter-spacing: 1px;
	z-index: 14;
    color: #fff;
}

.shortcode_wysija input[type="submit"]{
    background: #fb0004 !important;
    color: #fff !important;
    float: right;
    border: none !important;
    margin: 0;
    padding: 13px 20px !important; 
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 900;
}

.shortcode_wysija{
    position: relative;
}
.shortcode_wysija .nl-wrap::after {
    border: 1px solid #fff;
    background: transparent;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    z-index: -1;
}

/* internal pages */ 
#main .stretch_full.container_wrap {
    background: #f8f8f8;
    height: 80px;
    line-height: 54px;
}
.stretch_full .breadcrumb-trail, .stretch_full .breadcrumb-trail a {
    color: #919191;
}
#main .stretch_full h1.main-title {
	line-height: 60px;
}
#main .stretch_full h1.main-title a {
    color: rgb(81, 81, 81) !important;
}
#socket {
    text-align: center;
    border-color: #4d4d4d;
}
#socket .copyright {
    float: none;
}
#socket .copyright, #socket .copyright a {
    color: #c1c1c1;
}
#footer.container_wrap {
    border: none;
}
#footer .widgettitle {
    margin-bottom: 24px;
}
#footer #social-footer .fa {
    font-size: 32px;
    margin: 9px 12px;
    color: #999;
}
#footer #social-footer a:hover .fa {
    color: #fff;
}
/* Internal pages */
.page-id-41 .vc_row .vc_carousel-indicators {
    bottom: -30px;
}
/* VC STYLES */
.vc_row {
    margin: 20px 0 !important;
}

.images-grid-mice .vc_row{
    margin-bottom: 0 !important;
}
    
.btn-center {
    margin: 0 auto !important;
    display: table !important;
}
.vc_btn3.vc_btn3-size-md {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    color: #fff !important;
}

.contact-infos h3{
    color: #fb0004;
    font-size: 14px;
}

.timeline-mobile{
    display: none;
}

@media( max-width: 728px ){
#blog div .av_one_fourth {

    width: 100% !important;
    height: auto;
    margin-bottom: 30px !important;
}

.ls-slide{
    width: 100% !important;
}

.ls-slide h1{
    white-space: normal !important;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 42px !important;
}

.ls-slide p{
    white-space: normal !important;
    left: 0;
    text-align: center !important;
    width: 100%;
    line-height: 22px !important;
    margin-top: 60px !important;
}



    .timeline-mobile{
        display: block;
    }  
    
    .timeline-desktop{
        display: none;
    } 
    
    .kti-voyages p{
        font-size: 13px;
        line-height: 21px;
        text-align: center;
    }
    
    .mice .vc_column-inner{
        padding-top: 0 !important;
    }
    
    .mice .special-heading-tag-v2{
        text-align: center !important;
    }
    
    .mice .special-heading-tag-v2:after{
        background-position: center center;
    }
    
    #expeditions .vc_figure-caption{
        font-size: 11px;
    }
    
    .vc_btn3.vc_btn3-size-md{
        font-size: 11px;
    }
    
    h2.av-special-heading-tag{
        margin: 0px 0 20px !important;
        font-size: 21px !important;
	line-height: 36px !important;
    }
    
    .special-heading-tag-v2{
        font-size: 18px;
        line-height: 26px;
        margin-top: 0;
        text-align: center !important;
    }
    
    .special-heading-tag-v2:after{
        background-position: center center;
    }
    
    .av-special-heading-tag{
        line-height: 26px;
        font-size: 18px;
    }
    
    .section-block .no-margin .vc_column-inner{
        margin-top: 0 !important;
    }
    
    .section-block .carousel-margin{
        margin-bottom: 40px;
    }
    
    .vc_btn3.vc_btn3-size-md{
        font-size: 11px;
    }
    
    .section-block .kti-voyages{
        padding-right: 0 !important;
        text-align-last: center;
    }
    
    .no-padding .to-box p{
        padding: 0 !important;
    }
    
    .trips .vc_tta-panel .vc_tta-panel-title a,
    .trips .vc_active a{
        font-size: 14px;
    }
}

.contact-infos p{
    margin-top: 5px;
    font-size: 13px;
}

.contact-infos .contact-agence{
    font-size: 12px;
    margin-bottom: 5px;
}

.contact-infos .ville-agence{
    color: #b4b4b4;
}

.our-history:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .8);
    display: block !important;
}

.our-history{
    color: #fff;
}

.global .av-special-heading-tag{
    margin-top: 0;
}

.global h2.av-special-heading-tag:after{
    margin-top: 30px;
}

.trips .vc_tta-tab{
    border: 2px solid #ebebeb;
}

.trips .vc_tta-tab a{
    padding: 8px 12px !important;
    font-size: 12px;
    background: #fff !important;
    transition: all .20s linear;
    border: none !important;
    transition: all .20 ease;
    text-transform: uppercase;
}

.trips .vc_active a{
    background: #eb2315 !important;
    border-color: #eb2315 !important;
    color: #fff !important;
}



.trips .vc_tta-tab:hover{
    background: #eb2315 !important;
    border-color: #eb2315 !important;
    color: #fff !important;
}

.to-box .wpb_wrapper{
    height: 130px;
    width: 100%;
    display: table;
    transition: all .20s linear;
}

.to-box p{
    display: table-cell;
    vertical-align: middle;
    height: 130px;
    padding: 0 60px;
    text-align: center;
}

.to-box img{
    margin: 0 auto 10px;
}


.vc_images_carousel .vc_carousel-indicators{
    z-index: 9999 !important;
}

.vc_images_carousel .vc_carousel-control{
    width: 30px !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: 100% !important;
    opacity: 1 !important;
}

.vc_images_carousel .vc_carousel-control.vc_right{
    right: -20px !important;
} 

.vc_images_carousel .vc_carousel-control.vc_left{
    left: -20px !important;
} 

.link-kti-block{
    position: relative;
    z-index: 9;
    transition: all .20s linear;
}

.link-kti-block:hover{
    transform: scale(1.03);
    box-shadow: 0 0 5px 0 rgba(0,0,0, .1);
}

.link-kti-block:before{
    content: "";
    display: block;
    width: 10%;
    height: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background: #eb2315;
    z-index: -1;
    transition: all .20s linear;
}

.link-kti-block:after{
    content: "";
    display: block;
    width: 10%;
    height: 10%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eb2315;
    z-index: -1;
    transition: all .20s linear;
}

.link-kti-block:hover:after{
    bottom: -5px;
    right: -5px
}

.link-kti-block:hover:before{
    top: -5px;
    left: -5px
}

.link-kti-block img{
    margin: 0;
}

.link-kti-block .kti-title{
    background: #fff;
    padding: 10px 0;
    display: block;
    clear: both;
}

.link-kti-block .kti-title img{
    height: 50px;
    display: block;
    margin: 0 auto;
}

.intro{
    text-align-last: center;
    text-align: justify;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

.vc_gitem-zone-mini .avia-button{
    padding: 0 !important;
}

.vc_gitem-zone-mini .vc_gitem-post-data-source-post_title{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
}

.vc_gitem-zone-mini .vc_gitem-post-data-source-post_excerpt div{
    line-height: 24px;
/*
    text-align: justify !important;
    text-align-last: center;
*/
}

.tour-intro{
    font-size: 13px;
    height: 130px;
    display: table;
    text-align: justify;
    text-align-last: center;
}

.tour-intro p{
    margin: 0;
    text-align-last: center;
    display: table-cell;
    vertical-align: middle;
    height: 130px;
    padding: 20px;
    font-style: italic;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 900;
}

.tour-intro strong{
    font-weight: 900;
    color: #fff;
    font-size: 14px;
}

.important{ 
    font-size: 12px;
    color: #a8a8a8
}

.expiditions-tours .avia-button button,
.thematic-groups .avia-button button{
    position: relative !important;
    z-index: 99 !important;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 13px;
}

.expiditions-tours .avia-button:after,
.thematic-groups .avia-button:after{
    z-index: 9 !important;
    width: 135% !important;
    left: -13% !important;
}

.tour-programe h3{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #fb0004;
    font-size: 15px;
    font-weight: 900;
    padding: 15px 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

.tour-programe blockquote{
    font-size: 13px;
    line-height: 21px;
    font-weight: 900;
    margin-top: 30px;
}

.programs-tour .vc_tta-tab{
    border-radius: 0px !important;
    border: none !important;
    font: 18px "Montserrat";
    text-transform: uppercase !important;
    letter-spacing: 1px;
    position: relative;
    background: #EA0012 !important;
    padding: 10px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    margin: 0 10px 0 28px !important
}

.programs-tour .vc_tta-tab a{
    background-color: #EA0012 !important;
    color: #fff !important;
    padding: 10px 13px !important;
    font-size: 13px;
    transition: all .06s linear;
}

.programs-tour .vc_tta-tab:after {
    content: "";
    width: 120%;
    position: absolute;
    left: -5%;
    height: 105%;
    display: block;
    top: 0;
    background: #EA0012;
    z-index: -99;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    transition: all .20s linear;
}

.programs-tour .vc_tta-tab a:hover {
    color: #fff;
    background-color: #000 !important;
}

.programs-tour .vc_tta-tab:hover::after {
	background-color: #000;
}

.programs-tour1  .vc_tta-tab{
    border-radius: 0px !important;
    border: none !important;
    font: 18px "Montserrat";
    text-transform: uppercase !important;
    letter-spacing: 1px;
    position: relative;
    background: #EA0012 !important;
    padding: 10px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    margin: 0 10px 0 28px !important
}

.programs-tour1 .vc_tta-tab a{
    background-color: #EA0012 !important;
    color: #fff !important;
    padding: 10px 13px !important;
    font-size: 13px;
    transition: all .06s linear;
}

.programs-tour1 .vc_tta-tab:after {
    content: "";
    width: 106%;
    position: absolute;
    left: -3%;
    height: 105%;
    display: block;
    top: 0;
    background: #EA0012;
    z-index: -99;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    transition: all .20s linear;
}

.programs-tour1 .vc_tta-tab a:hover {
    color: #fff;
    background-color: #000 !important;
}

.programs-tour1 .vc_tta-tab:hover::after {
	background-color: #000;
}

.programs-tour2  .vc_tta-tab{
    border-radius: 0px !important;
    border: none !important;
    font: 18px "Montserrat";
    text-transform: uppercase !important;
    letter-spacing: 1px;
    position: relative;
    background: #EA0012 !important;
    padding: 10px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    margin: 0 10px 0 28px !important
}

.programs-tour2 .vc_tta-tab a{
    background-color: #EA0012 !important;
    color: #fff !important;
    padding: 10px 13px !important;
    font-size: 13px;
    transition: all .06s linear;
}

.programs-tour2 .vc_tta-tab.vc_active > a{
    background-color: #000 !important;
}

.programs-tour2 .vc_tta-tab.vc_active:after{
    background: #000;
}

.programs-tour2 .vc_tta-tab:after {
    content: "";
    width: 120%;
    position: absolute;
    left: -10%;
    height: 105%;
    display: block;
    top: 0;
    background: #EA0012;
    z-index: -99;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    transition: all .20s linear;
}

.programs-tour2 .vc_tta-tab a:hover {
    color: #fff;
    background-color: #000 !important;
}

.programs-tour2 .vc_tta-tab:hover::after {
	background-color: #000;
}

.nivo-slider-kti .nivoSlider{
    box-shadow: none !important;
}

.expiditions-tours .vc_btn3{
    z-index: 99 !important;
}

.expiditions .image-overlay{
    display: none !important;
}

.references-carousel{
    position: relative;
}

.references-carousel .thumbnail img{
    height: 50px;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.references-carousel .owl-buttons{
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.references-carousel .owl-buttons .owl-next{
    float: right;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-right: -50px;
}

.references-carousel .owl-buttons .owl-prev{
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-left: -50px;
}

.logo img{
    height: 43px;
    margin-top: 24px;
}

.ls-slide .avia-button:after{
    z-index: -1;
}

.ls-side .avia-button{
    z-index: 9;
    display: block;
}

.flexslider{
    border: none !important;
    box-shadow: none !important;
    margin-right: 8px;
    margin-bottom: 40px !important;
}

/* Modal Content/Box */
#my_popup {
    background: url('../images/kti-motif_3.jpg') repeat;
    margin: 6% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    position: relative;
    transition: all .20s linear;
}

#my_popup h3{
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 30px;
}

#my_popup form{
    margin-bottom: 0;
}

.my_popup_close{
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #ea0012;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}

.my_popup_close:hover{
    cursor: pointer;
}

.contact-page{
    background: ''
}

#my_popup {
  transform: scale(0.8);
}
.popup_visible #my_popup {
  transform: scale(1);
}

#my_popup input[type="text"],
#my_popup input[type="email"],
#my_popup input[type="tel"]{
	font-size: 13px;
	height: 50px;
	width: 100% !important;
	border: 2px solid #e1e1e1 !important;
    margin-bottom: 10px !important;
	transition: all .25s linear;
    padding: 0 15px;
}

#my_popup select{
    height: 50px;
    font-size: 13px;
    margin-bottom: 10px;
}

#my_popup textarea{
	height: 150px;
	font-size: 13px;
	width: 100% !important;
	border: 2px solid #D2D2D2;
	transition: all .25s linear;
    margin-bottom: 10px;
}

#my_popup textarea:focus,
#my_popup input:focus{
	border-color: #ea0012 !important;
    box-shadow: none !important;
}

.login-btn{
    width: 49%;
    float: left;
}

.login-btn a{
    height: 50px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #ea0012;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 50px;
}

.submit-btn{
    width: 49%;
    float: right;
}


#my_popup input[type="submit"]{
	width: 100%;
	height: 50px;
    color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
    background: #ea0012;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
}

#my_popup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1E1E1E !important;
}
#my_popup ::-moz-placeholder { /* Firefox 19+ */
  color: #1E1E1E !important;
}
#my_popup :-ms-input-placeholder { /* IE 10+ */
  color: #1E1E1E !important;
}
#my_popup :-moz-placeholder { /* Firefox 18- */
  color: #1E1E1E !important;
}

.cities-break-carousel .vc_images_carousel .vc_carousel-control.vc_left{
    left: 10px !important;
}

.cities-break-carousel .vc_images_carousel .vc_carousel-control .icon-next,
.cities-break-carousel .vc_images_carousel .vc_carousel-control .icon-prev{
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px !important;
    text-shadow: none;
}

.cities-break-carousel .vc_images_carousel .vc_carousel-control{
    text-shadow: none;
}

.cities-break-carousel .vc_images_carousel .vc_carousel-control.vc_right{
    right: 10px !important;
} 

/*
.cities-break-carousel{
    box-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
} */

.expiditions .wpb_single_image a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea0012;
    display: block;
    content: "";
    opacity: 0;
    transition: all .30s linear;
}

.expiditions .wpb_single_image a:after{
    font-family: 'FontAwesome';
    content:"\f072";
    border-radius: 50%;
    background: #fff;
    color: #ea0012;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: all .30s linear;
    display: block;
}

.expiditions .wpb_single_image:hover a:before{
    opacity: .5;
}

.expiditions .wpb_single_image:hover a:after{
    opacity: 1;
    transform: scale(1);
}

.cities-break-carousel .vc_item .vc_inner a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91%;
    background: #ea0012;
    display: block;
    content: "";
    opacity: 0;
    transition: all .30s linear;
}

.cities-break-carousel .vc_item .vc_inner a:after{
    font-family: 'FontAwesome';
    content:"\f072";
    border-radius: 50%;
    background: #fff;
    color: #ea0012;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: all .30s linear;
    display: block;
}

.cities-break-carousel .vc_item .vc_inner:hover a:before{
    opacity: .5;
}

.cities-break-carousel .vc_item .vc_inner:hover a:after{
    opacity: 1;
    transform: scale(1);
}

.kti-image{
    height: 415px;
}

.kti-image a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.5%;
    background: #ea0012;
    display: block;
    content: "";
    opacity: 0;
    transition: all .30s linear;
}

.kti-image a:after{
    font-family: 'FontAwesome';
    content:"\f072";
    border-radius: 50%;
    background: #fff;
    color: #ea0012;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: all .30s linear;
    display: block;
    text-align: center;
}

.kti-image:hover a:before{
    opacity: .5;
}

.kti-image:hover a:after{
    opacity: 1;
    transform: scale(1);
}

.kti-image .overlay-type-extern{
    display: none !important;
}
 
.tour-details{
    height: 548px;
    box-shadow: 0 1px 0px 0 rgba(0,0,0, .1);
}

.tour-details .vc_column-inner{
    height: 574px;
}

.tour-details .avia-icon-list-container{
    margin-top: 30px !important;
}

.tour-details .avia-button{
    position: absolute; 
    bottom: 60px;
    left: 0;
    right: 0;
    display: block !important;
    margin: 0 auto !important;
    width: 90px;
}

#blog div .av_one_fourth{
    margin-left: 1% !important;
    width: 24% !important;
    background: #fff;
    height: 305px;
}

#blog .avia-content-slider .slide-image{
    margin-bottom: 0;
    border-radius: 0;
}

#blog .avia-content-slider .slide-image .image-overlay{
    display: none !important;
}

#blog .avia-content-slider .slide-image img{
    border-radius: 0 !important;
    transition: all .30s linear;
    transform: scale(1) rotate(0);
}

#blog .avia-content-slider .slide-image:hover img{
    transform: scale(1.1) rotate(5deg);
}

#blog .avia-content-slider .slide-image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea0012;
    display: block;
    content: "";
    z-index: 1;
    transition: all .20s linear;
    opacity: 0;
}

#blog .avia-content-slider .slide-image:hover:before{
    opacity: .5;
}

#blog .avia-content-slider .slide-content{
    width: 100%;
    min-height: 75px;
    display: table;
    padding: 0 10px;
    height: 75px;
}

#blog .avia-content-slider .slide-content header{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

#blog .avia-content-slider .slide-content header h3{
    margin: 0 !important;
}

.cities-weather .wpb_widgetised_column{
    margin-bottom: 10px;
}

.cities-weather .simple-weather{
    width: 100%;
    padding-bottom: 0;
}

.cities-weather .simple-weather-widget .simple-weather-table{
    display: none !important;
}

.cities-weather .simple-weather-widget h4{
    color: #ea0012;
}

@media( max-width: 728px ){
#blog div .av_one_fourth {

    width: 100% !important;
    height: auto;
    margin-bottom: 30px !important;
}

#kti-cta .wpb_wrapper p a{
	font: bold 11px/1.7 "Montserrat" !important;
}

#kti-cta{
	background-repeat: repeat !important;
	padding: 0 0 30px 0!important;
}

#kti-cta .wpb_wrapper > h4, #kti-cta .wpb_wrapper > h5{
	text-align: left;
}

#kti-cta .last .wpb_wrapper p{
	text-align: left !important;
}

.kti-image{
	height: auto;
}
}

.copyright-text{float:left; line-height: 35px;}
.desgined{float:right;}
.desgined span{margin-top: 8px;display: block;float: left;margin-right: 10px;}
.desgined a{display: block; float: right;}
