﻿

/*------------------------------------------------------------------
[Table of contents]

1. PRELOAD
2. SLIDE SHOW
3. SLIDE GOOGLE MAPS
4. RESERVATION FORM
5. SECTION TOP OFFERTS
6. SECTION OFFERTS
7. PARALLAX MIDDLE SUPPORT
8. GALLERY EFFECT  - ICON BORDER ANIMATE
9. PAGES ABOUT
10. PAGES ABOUT 2
11. SKILL
12. PAGES SERVICES
13. PAGES GALLERY
14. PAGES BLOG
15. PAGES LIST TRIP
16. PAGES LIST FLY
17. PAGES DETAILS TRIP
18. PAGES CONTACT
19. FOOTER
20. MINI MENU
21. INTERACTIVE MAPS
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		13px Open Sans, sans-serif;
Headers:		13px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
Sub menu:	    11px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
Logo:	        30px 'Playfair Display', sans-serif;
h2:	            30px 'Playfair Display', sans-serif;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background:	#ffffff (white)
Content:	#1e1e1e (light black)
Header:	    #faab33 (yellow)
Footer:		#212121 (dark black)

-------------------------------------------------------------------*/

*{ 
	box-sizing: border-box; 
	margin: 0; 
	padding: 0 
}
body {
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;

	overflow-x:hidden;		
}
h2 {
    font-size: 42px;
    color: #393939;
    letter-spacing: 0px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform:uppercase;
    padding: 10px;
}
h2.big-text{
    text-align: center;
    font-size:40px;
    color:#333;
}
h2.sub-big-text{
    text-align: center;
    font-size:30px;
    color:#b78500;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}
.logo h2 span{font-style:italic; text-transform:none}

.logo h2{font-size:30px;}

span.go-logo{font-style:italic; text-transform:none}

h3 {
    font-size: 16px;
    color: #faab33;
    letter-spacing: 0px;
    font-family: 'Lato', sans-serif;
    line-height: inherit;
    font-weight: 400;
    margin-top: 0;
    text-transform:uppercase;
}
.text-center {
    text-align: center;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
hr {
	background:#ec6841;
	height:1px;
	width:40px;
	text-align: center;
}
img {
	max-width: 100%;
}
a:hover {
	text-decoration:none;
}
.grid-container10 .col-md-3 {
	width:20%;
	border-right:1 solid #ccc;
	height:350px;
}
.destination img {
	opacity: 0.6;
}
.grid-container10 .destination-img:hover img {
	opacity: 1;
}
.grid-container10 .col-md-3:last-child {
	border-right:0 solid #ccc;
}
.grid-container10 .col-md-3 h3 {
	font-size:14px;
}
.grid-container10 .col-md-3 ul li {
	color:#484848;
}
.grid-container10 .col-md-3 h3.second-txt {
	margin-top:-22px;
}
.sky-mega-menu li:first-child:hover > a.logo {
	background:#fff;
	text-decoration: none;
}

.btn {
  font-size:13px;	
}

.section-top-header{z-index: 999;}

.top-mega-menu {
	width: 100%;
    max-width: 100%;
    z-index: 99;
    margin-top:-30px;
    background-color:#fff;
    box-shadow: 0 0px 0px rgba(0,0,0,0.4);
    padding: 2px 0 0 0;
    top:0;
}
.push-top{position: fixed;}
.top-mega-menu.other-page {
	margin-top:0px;
}
.separator {
    height: 1px;
    background-color: #e1e1e1;
    width: 20%;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
}
.separator-style {
    background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}



/********************************************
            PRELOAD
 ********************************************/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #393939;
    z-index:9999;
}

.spinner-plane {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    background: url(../images/plain-login.png);
    background-size: 40px;
    background-repeat: no-repeat;
    position: relative;
    left: 39px;
    bottom: 30px;
    z-index: 999;
    transform: rotate(-16deg);
    height: 40px;
    width: 40px;
}
#loader
{
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background: linear-gradient(to top,#F1C933 10%,rgba(229,229,229,0) 90%);
    position: relative;
    animation: spin 990ms linear reverse infinite;
    -webkit-animation: spin 990ms linear reverse infinite;
    margin: -35px 0px 0px -35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader::before {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    content: '';
    background: #393939;
    display: block;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    position: relative;
    top: 0;
    left: 4px;
}

#loader::after {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    content: '';
    background: #393939;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


/********************************************
            SLIDE SHOW
 ********************************************/
 
.top-content{
    width:100%;
    position:relative; 
    z-index:9;
}

.home-page{
    background:rgba(255,255,255,0.4);
    border-radius:0px; 
    border:0px solid rgba(255,255,255,0.5);
}

.fullwidthbanner-container{
    width:100% !important;		
    position:relative;
    padding:0;		
    max-height:750px !important;
    overflow:hidden;
    margin-top:0px;
} 

label {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 13px;
    margin-left:0px;
    margin-top:2px;
}

/* Popover */
.popover-icon {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.popover {
	font-size: 12px;
	color: #5e5e5e;
	position: relative;
	z-index: 999999;
}



/***SLIDE GOOGLE MAPS****/
google-maps-slide{height:600px;}

#map_container_slide {
	width: 100%;
	margin-top:0px;	
	position: relative;
	height: 600px;
}
#map_canvas_slide {
    height: 600px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
}
#map_canvas_slider img { 
    max-width: none !important; 
    height: auto !important; 
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#section5 {
	position: relative;
}

.line-location {
	height:150px;
	width:1px;
	background:#fff;
}
.info-map p{
	padding:15px 10px;
	background-color:rgba(0,0,0,0.6);
	border:1px solid #212121;
	font-family: 'Lato', sans-serif;
	color:#ec6841;
    font-weight: 400;
    font-size:16px;
    text-transform: uppercase;
}
.info-map p span{
	color:#fff;
}

.nav-tabs{border-bottom:0px;}

/********************************************
            RESERVATION FORM
 ********************************************/
 
 #search {
	background-image: url(../images/meteo/garden.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat!important;
    width: 100%;
    padding: 50px 0;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 200px 0;
}
 
.reservation-home4.blue-reserv-form #reservation-form.reservation-color-form{background-color:rgba(0,0,0,0.5);}
.command-tabs ul{padding-left:15px;}
 
.reservation-home4.blue-reserv-form #reservation-form label{color:#fff;}
 
.reservation-home4.blue-reserv-form #reservation-form .popover-icon i{color:#fff;}

.reservation-home4.blue-reserv-form .nav-tabs > li.active > a, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:hover, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:focus
    {background-color:#2d3e52;border: 1px solid #2d3e52;color:#fff;}

.reservation-home4.blue-reserv-form .nav-tabs > li.active > a, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:hover, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:focus
    {background-color:#faab33;border: 1px solid #e2b31d;}

.reservation-home4.blue-reserv-form #reservation-form.reservation-color-form.pos-middle    {   
    box-shadow: 0 10px 35px rgba(0,0,0,0.5);
}

#reservation-form .btn-primary {
    color: #faab33;
    background-color: #393939;
    border-color: #393939;
    text-transform: uppercase;
    font-weight: 600;
}
.reservation-home4.blue-reserv-form #reservation-form .reservation-tabs.command-tabs{padding:0;}

.reservation-home4.blue-reserv-form #reservation-form.reservation-color-form{border:0px;}

.reservation-home4.blue-reserv-form .container-reservation{position:relative;}


.container-reservation.inside-slider.book-small-box{top: 150px;}

#reservation-form.resv-plus-meteo .step-where, #reservation-form.resv-plus-meteo .step-check, #reservation-form.resv-plus-meteo .step-who, #reservation-form.resv-plus-meteo .colbtn
{
    width:100%;
    padding: 0;
}
#reservation-form.resv-plus-meteo .reservation-hotel .col-sm-1, #reservation-form.resv-plus-meteo .reservation-hotel .col-sm-2, #reservation-form.resv-plus-meteo .reservation-hotel .col-sm-3
{
    padding:0;
}
#reservation-form.resv-plus-meteo .step-check .cc-out{padding-right:0;}

#reservation-form.resv-plus-meteo .room-book, #reservation-form.resv-plus-meteo .adult-book, #reservation-form.resv-plus-meteo .child{padding-right:0;}

#reservation-form.resv-plus-meteo .flight-where{width:100%;padding-right:0;}

#reservation-form.resv-plus-meteo .fly-check, #reservation-form.resv-plus-meteo .fly-who{width:100%;padding:0;}

#reservation-form.resv-plus-meteo .col-sm-2 button {
    margin-top: 30px;
    height: 34px;
}

#reservation-form.resv-plus-meteo .col-md-12{padding:0}

#reservation-form.resv-plus-meteo .box-fly-book{padding-left:0}

#reservation-form.resv-plus-meteo .box-fly-book.box-sec-book{padding-right:0}

.meteo-top-travel.meteo-slider-top .odd, .meteo-top-travel.meteo-slider-top .even {
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.meteo-top-travel.meteo-slider-top .weatherItem{color:#333; padding: 23px 15px 22px 15px;}

.meteo-top-travel.meteo-slider-top .weatherLink, .meteo-top-travel.meteo-slider-top .weatherForecastItem{display:none}


 
#reservation-form {
	margin-top: 0px;
	z-index:95;
	position: relative;
	padding-bottom:20px;
}
#reservation-form.reservation-color-form {
	border: 1px solid #ebebeb;
	background-color: #fff;
}

#reservation-form .col-md-12{
	margin-top: -40px;
}
div.radio {
    height: 20px;
    width: 20px;
    float: left;
}
#reservation-form .col-sm-3:first-child {
	width:20%;
}
#reservation-form .search-opt {
	display:inline-block;
	list-style-type:none;
	margin-bottom:10px;
}
#reservation-form .search-opt li{
	display:inline-block;
	padding-right: 4px;
}
ul.search-opt li.active a {
    color: #333;
}
ul.search-opt li a {
    color: #fff;
    display: block;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 0 30px;
    background: rgba(0,0,0,0.5);
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;
}
ul.search-opt li a:hover {
	background: #e2b31d;
	color: #fff;
	border:1px solid #faab33;
}
div.radio span {
    background: url(../images/custom-form-elements.png) 0 0 no-repeat;
    -webkit-font-smoothing: antialiased;
    float: left;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
div.radio input{
    height: 20px;
    width:20px;
    padding:0;
    cursor:pointer;
    opacity:0;
    }
#reservation-form .form-group .f-item {
    width: 125px;
    margin-top:10px;
}
#reservation-form .form-group .f-item.short-line {
    width: 85px;
}
div.radio .checked {
    background-position: 0 -21px;
}
.form-group .f-item {
    float: left;
    display: block;
    width: 100%;
    padding: 0 0 6px;
}
#reservation-form .reservation-tabs {
	padding: 0px 30px;
}
#reservation-form .reservation-hotel,#reservation-form .reservation-flight  {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	padding: 30px 30px;
	z-index: 9999;
}

#reservation-form label {
    text-transform: uppercase;
}
/* Hotel */

#reservation-form .reservation-hotel .col-sm-1, #reservation-form .reservation-hotel .col-sm-2, #reservation-form .reservation-hotel .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
#reservation-form .form-inline select.form-control {
	width: 100% !important;
}
#reservation-form .form-inline .form-group {
	width: 100%;
}
.col-sm-3.child {
	padding-left:0;
}
#reservation-form .col-sm-2.colbtn {
	padding:0;
}
/* Icons */
#reservation-form .popover-icon i {
	color: #9f9f9f;
	font-size: 18px;
}
#uniform-room span:first-child {
	display:none;
}
#uniform-adults span {
	display:none;
}
#uniform-children span {
	display:none;
}
#reservation-form .fa.infield {
	position: absolute;
	float: right;
	margin-top: 8px;
	font-size: 14px;
}

.form-control {
	font-size:12px;
	border-radius: 2px;
}
.opt-default {
	color:#555;
}
#reservation-form .form-control .selected {
	color:#555;
}
#reservation-form .form-control {
	margin-bottom: 15px;
}
#reservation-form .form-inline .fa.infield {
	position: absolute;
	float: right;
	right: 7px;
	font-size: 14px;
	top: 0;
	width: 14px;
}

/* Button */
#reservation-form .col-sm-2 button {
	margin-top: 62px;
	height: 34px;
}
/* Guests */
#reservation-form .guests-select {
	z-index: 100;
	cursor: pointer;
}
#reservation-form .guests-select .guests {
	margin-top: -261px;
	width: 200px;
	height: auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	z-index: 500;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	cursor: default !important;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
.btn {
	border-radius: 1px;
}
#reservation-form .form-inline .guests-select .form-group {
	padding-bottom: 15px;
}
/* Datepicker*/
#reservation-form .hasDatepicker {
	cursor: pointer;
}
/* Error Message */
.error_message {
	color: #F00;
}

#reservation-form .fa.infieldfly1 {
	margin-top: 8px;
	z-index: 999;
}
.content-checkin-data {
	position: relative;
}
#reservation-form .fa.infieldfly2 {
	margin-top: 8px;
}
.adultfly {
	padding-left:0;
}
#reservation-form .flight-where {
	padding-left:0;
}
/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
	padding: 20px !important;
}
#ui-datepicker-div, .ui-datepicker-title {
	color: #5e5e5e !important;
}
.ui-datepicker.ui-widget-content {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin-top: -3px;
}
.ui-datepicker .ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid #428bca !important;
	border-left: none !important;
}
.ui-datepicker-header {
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}

.ui-datepicker .ui-datepicker-next:hover {
	background-color:#222;
	
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	/*background: none !important*/
	background-color:transparent
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid !important;
}

/* Secondary text color */
#reservation-form .price, label span, .room-thumb .main .price, .room-thumb .content p span, .blog-author span, #owl-reviews .text-balloon span, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, aside .widget ul a:hover, .yamm a:hover {
	color: #428bca !important;
}
/* Icon color */
#reservation-form .fa.infield, #reservation-form .form-inline .fa.infield, .room-thumb .content i, .box-icon i, table i, #go-top i, .testimonials .owl-theme .owl-controls .owl-buttons div i, .standard-slider .owl-theme .owl-controls .owl-buttons div i, .testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div, #go-top {
	color: #ccc;
}
/* UI border color */ 

/* UI background color */
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover, article .meta-date, .comment .reply-button, aside .widget .tags a, aside .widget ul a:hover .badge, #call-to-action, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, #go-top:hover, .testimonials .owl-theme .owl-controls .owl-buttons div:hover, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover, .box-icon .circle:hover, .gallery a i, .gallery-slider a i {
	background: #428bca;
}


/********************************************
            SECTION TOP OFFERTS
 ********************************************/
 

.box-top-upimg {
    position: absolute;
    margin: 70px auto;
    text-align: center;
    left: 0;
    right: 0;
    background: #fff;
    width: 20%;
    padding: 20px;
    z-index:98;
}
.top-box-desc-img{position:absolute;bottom:50px;float:left;}

.box-line-border{
    width:1px; 
    height:0;
    background:#faab33; 
    margin:0 30px;
    float:left;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}
.top-box-desc-img h2{
    color:#fff;   
}
.top-box-desc-img .box-text-img{
    color:#fff; 
    width:0%;
    overflow:hidden;
    -webkit-transition: width 2s ease-in, width 1s ease-out;
    -moz-transition: width 2s ease-in, width 1s ease-out;
    -o-transition: width 2s ease-in, width 1s ease-out;
    transition: width 2s ease-in, width 1s ease-out;
}

.top-box-desc-img.top-desc-right{right:0;}

.travel-desc-agency .top-box-desc-img p{color:#fff;padding-left:10px;}

.travel-desc-agency img:hover + .top-box-desc-img .box-line-border, .top-box-desc-img:hover .box-line-border{
    height:100px;
}
.travel-desc-agency img:hover + .top-box-desc-img .box-text-img, .top-box-desc-img:hover .box-text-img{
    width:55%;
}

.box-desc-top-photo{
    padding:30px 10px;
}
.box-desc-top-photo h2 { font-size:30px;}

.box-top-upimg .text-center{margin-top:0px;border: 1px solid #c8c8c8;}
 
.top-txt-title{position:relative;}
.top-txt-title span.welcome{
    font-size: 140px;
    position: absolute;
    font-family: 'Playfair Display', sans-serif;
    top: 12px;
    left: 0;
    right: 0;
    line-height: 0 !important;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    opacity: .03;
    color: #2d3e52;
}

.top-txt-title h2 span{font-style:italic; text-transform:none}
 
.top-we-are{padding:100px 0 100px 0; float:left;}

#top-offerts{padding-bottom:100px;}

.travel-desc-agency{
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
 
.travel-desc-agency p{color:#333;}
 
.travel-desc-agency h3{
     font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.content-photo{
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding:0;
}
.travego-opportunity{padding:0;}
.travego-opportunity li{display:inline-block;}


.travel-desc-agency.last-cube{margin-bottom:60px;}

.travego-opportunity li i{
    padding:10px; 
    color:#111; 
    margin-top:10px;
    margin-right:5px; 
    font-size:22px;
}


.travego-opportunity li p{text-transform:uppercase; font-weight:600;text-align: center; margin:0;}
.travego-opportunity li i.fa-building-o{padding:10px 14px;}

.travego-opportunity li i.fa-plane{padding:10px 12px;}

/* icon inside image */

.travego-opportunity-up-img{
    padding:0;
    position: absolute;
    z-index: 999;
    color: #fff;
    right: 0;
}

.travego-opportunity-up-img.icn-left{left:0;margin-left: 20px;bottom:0;}

.travego-opportunity-up-img li{display:inline-block;margin-bottom: 20px;}

.travego-opportunity-up-img li i{
    padding:10px; 
    color:#111; 
    z-index:0;
    background: rgba(255,255,255,0.3);
    margin-top:10px;
    margin-right:25px; 
    font-size:22px;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    -webkit-transition: transform 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}

.travego-opportunity-up-img li i:hover{
    -webkit-border-radius: 100px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-topleft: 0;
    border-radius: 100px;
    border-top-left-radius: 0;
}

.travego-opportunity-up-img li p{text-transform:uppercase; color:#fff; font-weight:600;text-align: center; margin:0;}
.travego-opportunity-up-img li i.fa-building-o{padding:10px 14px;}

.travego-opportunity-up-img li i.fa-plane{padding:10px 12px;}
 

/********************************************
            SECTION OFFERTS
 ********************************************/ 
 
 
#top-offerts.box-tr-square .col-md-4, #lastminute-offerts.box-tr-square .col-md-4 {
    width: 32.4%;
}
.offerts-space{margin-bottom:100px;}

#lastminute-offerts{padding:100px 0;}


.text-center p {
    color: #656565;
    text-shadow: 1px 1px #fff;
    margin: 0 auto 0px auto;
    font-family: 'Open sans', Sans-Serif;
    font-size: 15px;
    width: 70%;
    text-transform: uppercase;
}
.text-center p.best-subtitle{width:100%;}

.view {
   margin: 0px 15px 0 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
   padding: 0;
   box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   width:100%;
}
.view figure{overflow: hidden;}

.view figure.inform-fly{background:#393939;}

.view:last-child {
   margin: 0px 0px 0 0;
}

.trip-travego-disc .content {
    width: 30%;
    overflow: hidden;
    right: 2px;
    top:-20px;
    z-index: 9;
    position: relative;
    float: right;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.view img {

   position: relative;
   max-width: 100%;
   border: 0px solid rgba(0, 0, 0, 0.2);
   padding:17px 20px;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'Lato', serif;
   font-size: 13px;
   position: relative;
   color: #fff;
   padding: 20px 0px 10px 0px;
   text-align: left;
   line-height: 20px;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.no-border-img .view img{padding: 0 0 0px 0}

.view-fifth img {
    position: relative;
    opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure{position:relative;}

figure .img-effect-flash::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    content: '';
    z-index:9999;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.view:hover .img-effect-flash::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.trip-travego-disc .trip-discount{
    position:absolute;
    z-index: 98;
    background: #faab33;
    color: #333;
    padding: 30px 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
    margin-left: 33%;
    margin-top: -40px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.trip-travego-disc .trip-discount p{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-time-fly{
    padding:20px 0;
    width: 100%;
    float: left;
}
.up-fly p, .down-fly p{text-align:center;}

.content a.btn{background-color: #faab33;text-align:center;}

.trip-travego-disc  .trip-discount.blue-minuts{background:#428bca;text-transform:none;padding: 30px 15px;}
.trip-travego-disc  .trip-discount.blue-minuts i{color:#fff; font-size:16px;margin-right:7px;}

.view .price p{
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 11px;
    color: #ccc;
    letter-spacing: 1px;
}
.trip-title{
    width:80%;
    float:left;
}
.view .trip-title p{
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    color: #ccc;
    letter-spacing: 1px;
}
.four-col.col-md-3{width:24%;}
.four-col.col-md-3 .mask{padding:0px 15px 20px 15px;}
.view-fifth .mask {   
   padding:0px 20px 20px 20px;
   background-color: rgba(255,255,255,1);
}
.view-fifth .mask .main {
    color:#484848;
    margin-top:0px;
}


.trip-travego-disc .content {
    position: relative;
    padding: 0px;
    text-align: left;
}
.content .list-unstyled{
	color:#484848;
	font-size: 13px;
}
.content .list-unstyled li{
	margin-bottom:5px;
}
.content .list-unstyled i{
	color:#ec6841;
}
.view-fifth .mask .main h3 {
    float:left;
    margin-left:0px;
    margin:0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}
.view-fifth .mask .main .price {
    margin-top:0px;
    margin-right:0px;    
    width:40%;
    font-family: 'Lato', sans-serif;
    float:right;
    padding:0;
    font-size: 20px;
    color: #faab33;
    font-weight: 600;
    text-align: right;
    height:auto;
}
.view-fifth .mask .main{height:auto;}

.view-fifth .mask .main .price span{
    font-size: 11px;
    color:#7db921; 
    margin-left:5px; 
}
.content .btn {
	border-radius:0px;
	padding: 8px 10px;
	font-size:14px;
    text-align: right;
    font-weight: 600;
    border:0px;
    border-bottom: 0px solid transparent;
    border-color: #ebebeb;
    color: #212121;
    background:#fff;
    text-transform: uppercase
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   color: #fff;
}
.team-travego .view-fifth p{color:#333;}



/********************************************
          
 ********************************************/
 
.container-reservation {
	top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 999;
}
.container-form-chose {
	width: 100%;
	display: table;
}
.container-reservation.inside-slider {
	top: 250px;
	z-index: 99;
}
#reservation-form.reservation-color-form.pos-inside-slide {
	top: 0;
	border: 0px;
}
#reservation-form.pos-inside-slide .reservation-tabs {
	padding: 0;
}

#reservation-form.pos-inside-slide .reservation-hotel, #reservation-form.pos-inside-slide .reservation-flight {
	padding: 30px 30px 30px 30px;
}

#parallax-footer.price-color-log {
	background-image: none;
	margin: 0;
}

/********************************************
            HOME
 ********************************************/
 
.top-contact{
    float:left;
    padding: 3px 16px 0px 0px;
    font-weight: 700;
    }
.top-login {
    float: right;
    padding: 3px 0px 0px 0px;
    font-weight: 800;
    font-size: 13px;
}
.top-login a{color:#fff;}
.top-login a:hover{color:#fff;}

.top-login .reg-top{margin-right:30px;}
.top-header{
    background:#25292c;    
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    position:relative;
    height: 40px;
    text-transform: uppercase;
}

.header-lang {
    float: right;
    position: relative;
}
.header-lang a {
    display: block;
    padding: 0px 13px 0px 13px;
    height: 27px;
    margin-top:-1px;
}
.langs-drop {
    display: none;
    position: absolute;
    left: 0px;
    top: 23px;
    border-top: 0px solid #fff;
    padding: 10px 10px 3px 15px;
    background: #393939;
    width: 125px;
    z-index: 999;
}

.header-lang a.langs-item.en {
    background: url(../images/flags/en.gif) left top no-repeat;
}
.header-lang a.langs-item {
    display: inline-block;
    font-size: 10px;
    color: #faab33;
    margin: 0px;
    padding: 0px;
    height: auto;
    padding: 0px 0px 0px 24px;
    font-family: 'Open sans';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 0px;
    line-height: 13px;
    margin-bottom: 11px;
}

.header-lang  a.langs-item:hover {color:#ff7200;	}
.header-lang a.langs-item.fr {
    background: url(../images/flags/fr.gif) left top no-repeat;
}
.header-lang a.langs-item.de {
    background: url(../images/flags/de.gif) left top no-repeat;
}
.header-lang a.langs-item.it {
    background: url(../images/flags/it.gif) left top no-repeat;
}
.top-mega-menu{margin-top:0px;}

.top-header i.fa-envelope{padding: 0 10px 0 30px;}
.top-header i
{
    padding: 0 10px;
}
.reservation-home4 #reservation-form.reservation-color-form {
    background-color: rgba(255,255,255,0.95);
}
.reservation-home4 .nav-tabs > li.active > a, .reservation-home4 .nav-tabs > li.active > a:hover, .reservation-home4 .nav-tabs > li.active > a:focus
{
    background-color: rgba(255,255,255,0.95);
    border-radius: 1px;
    outline:0;
}
 
.home4-section .view-fifth .mask {
    padding: 20px 25px 20px 25px;
    background-color: #393939;
    border-bottom: 0px solid #e1e1e1;
    float: left;
    width: 100%;
}

.home4-section .view{
    box-shadow: 0 0 0 #000;
    top: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.home4-section .view:hover{top: -10px;z-index:98;box-shadow: 1px -6px 18px rgba(0,0,0,0.2);}


.home4-section .view-fifth .mask .main .price{font-size: 20px;}

.paral-effect{
    background-color: rgba(0,0,0,0.4);
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
    z-index:9;
}

/********************************************
            PARALLAX MIDDLE SUPPORT
 ********************************************/
 
.why-choose-us {
    color: #fff;
    margin-top: 30px;
    position: relative;
    background-image: url(../images/global-map.jpg);
    background-position: center center;
    background-repeat: no-repeat!important;
    width: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.why-choose-us .box-middle-img {
    bottom: -100px;
    left: 70%;
    position: absolute;
    width: 33%;
    padding: 100px 0;
}
.why-choose-us .why-choose-us-wrapper {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 120px 40px 120px 0;
    z-index: 98;  
}

.why-choose-us-wrapper:after{
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    background: #ffffff;
    right: 0;
    top: 0;
    transform: skew(-34deg);
    -webkit-transform: skew(-34deg);
    -moz-transform: skew(-34deg);
    -o-transform: skew(-34deg);
    -ms-transform: skew(-34deg);
}

.why-choose-us-wrapper p{
    font-size: 30px;
    font-weight: 400;
    border-top: 1px dashed #b78500;
    border-bottom: 1px dashed #b78500;
    padding: 20px 10px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.why-choose-us-wrapper p i{
    margin-right: 10px;
    color: #fff;
    background: #b78500;
    border-radius: 100%;
    padding: 5px 8px;
    font-size: 26px;
}

.title-2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
    padding:0;
    text-align: center;
    text-transform: uppercase;
    background-color:transparent;
}

.why-choose-us .why-choose-us-wrapper img{width:5%;}

.box-button{text-align:center;}

.box-button a {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    margin-top: 25px;
    font-family: Lato;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#fff;
}

.box-button a:hover {
  background: #fff;
  color:#303b3c;
}



.box-button1{text-align:center;}

.box-button1 a {
    background-color: transparent;
    border-color: #fff;
    border-width: 1px;
    margin-top: -4px;
    font-family: Lato;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-style: normal;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#fff;
}

.box-button1 a:hover {
  background: #fff;
  color:#303b3c;
}



 #parallax_slide {
	height: auto;
    padding: 30px 0 100px 0;
    overflow: hidden;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
    width: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
#parallax_slide.service2-prx{margin-bottom:0;padding-bottom:0;padding-top: 100px;}
#parallax_slide .effect-over {
    background: rgba(0,0,0,0.4);
    background-repeat: repeat;
    z-index: 1;
    height: 100%;
}

.text-center.top-slide-middle
{
    margin-top: 0;
    margin-bottom: 140px;
}


/* ============================================================
  GALLERY EFFECT  - ICON BORDER ANIMATE
============================================================ */

.effects .img {
  position: relative;
  overflow: hidden;
}

.effects .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(252,199,31,0.85);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {display: none;}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
a.expand.discount {
  display: block;
  position: absolute;
  z-index: 100;
  width: 160px;
  height: 160px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.effect-5 .img.hover .overlay a.expand.discount.textdisc{
    margin-top: 12%;
    font-size: 20px;
    text-transform: uppercase;
}
.effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin:20px;
}
.effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.effect-5 .img.hover .overlay {
  opacity: 1;
}
.effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.effect-5 .img.hover .overlay a.expand.discount {
  border:0px;
  font-size: 35px;
  width: 160px;
  height: 60px;
}
.btn-gallery {
	border-radius:0px;
	margin-top:20px;
	font-size: 11px;
    font-weight: 600;
}


/********************************************
            PAGES ABOUT
 ********************************************/
 
 #top-team,.team-travego{padding-bottom:0px;}
 
.about-section-top {
    background: #faab33;
    margin-top: 0px;
}
.about-section-top ul.breadcrumbs {
	display:inline-block;
}
.pull-left {
    float: left;
}
.about-section-top .breadcrumbs li {
    float: left;
    line-height: 56px;
    display: inline;
    margin-left: 5px;
    font-size: 0.8333em;
    font-weight: bold;
    display:inline-block;
    list-style-type: none;
    text-transform: uppercase;
    color: #393939;
}
.about-section-top .breadcrumbs li a {
    padding-right: 5px;
    color: #393939;
}
.about-section-top .breadcrumbs li.active {
    color: #393939;
}
.view.view-about:last-child {
   margin: 20px 0px 0 0;
}
.view-about {
   margin: 20px 15px 0 0;
   width:24%;
   box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.view-about h3{color:#393939; font-weight:600;}

.title-about {
	color:#393939;
	font-weight: 400;
    margin-top: 8px;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 3px;
    font-family: 'Lato', sans-serif;
}
.about-text-center {
	text-align: center;
}
.about-text-center h2 {
	margin-top:100px;
}
.about-text-center p{
	color: #656565;
	text-shadow: 1px 1px #fff;
	margin-top:10px;
    font-family: 'Playfair Display', Sans-Serif;
    font-size: 15px;
}
.about2-slider{margin-top:100px;}

.desc-office {
	color: #fff;
    padding: 40px;
    background: #393939;
    float: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    line-height: 20px;
    margin: 290px 0 0px -50px;
    z-index: 9999;
}
.img-office {
	padding-left:0;
	text-align: center;
}
.desc-office1 {
	color:#fff;
	background: #393939;
	float:left;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	line-height:20px;
	margin-top:60px;
	position: absolute;
    right: 0;
    padding: 70px 30px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}


.img-office:hover + .desc-office1{opacity: 1;}
.desc-office1:hover{opacity: 1;}

.desc-office1.about1 {
	bottom: -120px;
}

.desc-office h3, .desc-office1 h3{
    font-weight: 900;
    color: #faab33;
    margin-bottom: 30px;
    font-size: 26px;
    width:100%;
}
.desc-office .img-office {
	float:left;
	margin-right:20px;
}
.view-about figcaption {
    position: absolute;
    bottom: 30px;
    line-height: 0;
    text-align: center;
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.view-about .social-icons {
    display: inline-block;
}
.social-icons li {
    float: left;
    list-style-type: none;
    text-align: center;
}

.view-about figure figcaption>.social-icons>li a:hover {
	opacity:1;
	color:#faab33;
}
.view-about figure {
    position: relative;
    overflow: hidden;
}
.social-icons li a {
    width: 32px;
    margin-right: 4px;
    height: 32px;
    display: inline-block;
    background: #393939;
    color: #faab33;
    line-height: 32px;
    border-radius:100%;
    font-size: 1.3333em;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.view-about img:hover + figcaption{
	bottom:40px;
	opacity:1;
}
.view-about figcaption:hover{
	bottom:40px;
	opacity:1;
}
#parallax.about-prx {
	background-image: url(../images/plain_fly.jpg);
}


/*Counter*/

.counter {
    font-size: 56px;
    color: #111;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
}
.content-number i {
	font-size:30px;
	margin-right: 30px;
	
}


/*counter 1*/

.number-structure-left {
	background:#fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	margin: 0 15px 0 0;
	width: 24%;
	padding: 0;
}
.number-structure-left:last-child {
	margin:0;
}
.number-structure-left .n-number span {
	padding: 25px 25px 25px 25px;
}
.n-number p {
	color: #838383;
	margin: -5px 0 0 0;
}
.n-number {
	text-align: center;
}
.count-ico {
	padding: 25px 25px 25px 25px;
	color: #2d3e52;
    text-align:center;
}
.count-ico i {
	font-size:32px;
	text-align: center;
}
.count-ico.n-color1 {
	color: #fff;
    background: #faab33;
    border: 3px solid #fdb714;
    box-shadow: 0px 0px 0px 1px #fff inset;
    box-sizing: border-box;
    
}
.count-ico.n-color2 {
	color: #fff;
	background: #faab33;
    border: 3px solid #fdb714;
    box-shadow: 0px 0px 0px 1px #fff inset;
    box-sizing: border-box;
}
.count-ico.n-color3 {
	color: #fff;
	background: #faab33;
	border: 3px solid #fdb714;
    box-shadow: 0px 0px 0px 1px #fff inset;
    box-sizing: border-box;
    
}
.count-ico.n-color4 {
	color: #fff;
	background: #faab33;
	border: 3px solid #fdb714;
    box-shadow: 0px 0px 0px 1px #fff inset;
    box-sizing: border-box;
    
}

.content-number-left {
	margin-top: 100px;
}


/********************************************
            PAGES ABOUT 2
 ********************************************/
 
 
#about2.about-section-top {margin-top: 0px;}
#top-who-is{padding:100px 0 0px 0;}
#top-meet-our{padding:100px 0 100px 0;}

.about-parallax {
    height:500px;
	background-image: url(../images/about/team-smiling.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat!important;
    width: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.about-color-parallax {
	background-color: rgba(0,0,0,0.3);
	height:500px;
}
.about-symbol {
	text-align:center;
	width:100%;
	margin-top:10%;	
}
.about-symbol img{
    padding: 10px;
    background: #faab33;
}
.about-symbol i{
	font-size:30px;
	padding:30px;
	border-radius:100%;
	background:#2d3e52;
}
.about-color-parallax h3 {
	font-size:65px;
	text-align: center;
	margin-top:75px;
	color:#fff;
	font-weight: 800;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.about-page-2 .desc-office .col-md-5{padding-left:0;}
.about-text-center .title-sep-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}
.title-heading-left {
	padding-right: 8px;
	float:left;
	display: table-cell;
	margin-bottom: 0;
	color:#484848;
	white-space: pre;
	font-weight:900;
}
.about-text-center.about2-tnt {margin: 10px 0 0#top-who-ispx;}
.about-text-center.team-meet {text-align: left;}

.about-text-center{
    display: table;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom:30px;
}
.about-text-center.tm-trav h2 {margin-top: 100px;}
.about-text-center .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.about-text-center .title-sep, .product .product-border {border-color: #e0dede;}
.about-square .skill-meet {margin: 10px 0 31px 15px;}
.about-square .acc.content {
	padding: 20px;
	color: #333;
}
.about-text-center .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.about-square {
	padding-left:0px;
	background:#fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.about-square.col-md-6 {
	width:49.2%;
	padding-bottom: 40px;
    padding-top: 20px;
}
.about-square.col-md-6.acc-content {margin-right:1.5%;}
.accordion {
    margin: 0 0 0 15px;
    padding:14px;
    height:45px;
    text-transform: uppercase;
    border-bottom:#fff 1px solid;
    background: #fff;
    font-family: 'Open sans', sans-serif;
    text-decoration:none;   
    color: #333;
    font-size:13px;
}
.accordion .container {width:100%;}
.accordion-open {
    background:#333;
    color: #fff;
}
.accordion-close {background:#efefef;}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion i {
	float:left;
	margin-right: 20px;
}
.accordion-open .fa-angle-up {
    display:block;
    margin-top: 3px;
}
.accordion-open .fa-angle-down {display:none;}
.accordion-close .fa-angle-up {display:none;   }
.accordion-close .fa-angle-down {
    display:block;   
    margin-top: 3px;
}
.accordion .content {
    background:#fff;
    color:#333;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.accordion .content ul, acc.content p {
    padding:0;
    margin:0;
    padding: 14px 14px 14px 20px;
    font-weight: 400;
    color:#6c6b6b;
    line-height: 20px;
}
.accordion .content ul li {
    list-style-position:inside;
    line-height:25px;
}
.accordion .content ul li a {color:#555555;}
code {overflow:auto;}

/*Bx Button*/

.bx-about2 .bx-wrapper .bx-viewport {z-index: 999;}
.bx-about2.noowlf .bx-wrapper .bx-viewport{overflow:hidden!important;}
.bx-about2.noowlf{overflow:hidden!important;}

.bx-about2 .bx-wrapper .bx-controls-direction .bx-prev i,.bx-about2 .bx-wrapper .bx-controls-direction .bx-next i {
	border: 0px solid rgba(220,220,220,0.6);
	color:#fff;
}
.bx-about2.noshadow .trip-slide-price{
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
}

.bx-about2 .bx-wrapper .bx-controls-direction .bx-prev, .bx-about2 .bx-wrapper .bx-controls-direction .bx-next {
    opacity: 0;
    display: block;
    position: absolute;
    padding: 0;
    border: 0px solid rgba(57,57,57,0.6);
    border-radius: 0px;
    top: 45%;
    margin-top: -35px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    text-align: center;
    color: #111;
    z-index: 11111;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bx-about2 .bx-wrapper {
	padding:0;
	margin: 0;
    
}

.bx-about2 .bx-prev:before,
.bx-about2 .bx-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #454141;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.bx-about2 .bx-next:before{
    left: auto;
    right: 0;
}
.bx-about2 .bx-prev .fa, .bx-about2 .bx-next .fa{position: relative;}
.bx-wrapper img {width: 100%;}
.bx-about2 .bx-prev:hover,
.bx-about2 .bx-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.bx-about2 .bx-wrapper .bx-controls-direction i {margin-top: -12px;}
.bx-about2 .bx-prev:hover:before,
.bx-about2 .bx-next:hover:before{
    opacity: 0.87;
}
.bx-about2 .bx-prev:active:before,
.bx-about2 .bx-next:active:before{	
	opacity: 0.6;
}

.bx-about2 .bx-wrapper .bx-controls-direction i:hover {
	color: #fff;
	background-color: transparent;
	border:0px solid rgba(220,220,220,0.6);
}

.bx-about2 .bx-wrapper .bx-controls-direction .bx-prev,.t-blog .bx-wrapper .bx-controls-direction .bx-next {top: 45%;}
.bx-about2 .bx-prev:before,.bx-about2 .bx-next:before {background: #393939;}
.bx-about2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: block;
    z-index: 88;
}
/*Slide bxSlider Single Images*/

.bx-about2 .bx-wrapper .bx-prev {
    left: -90px;
}
.bx-about2 .bx-wrapper .bx-next {
    right: -90px;
}
.bx-about2 .bx-wrapper:hover .bx-prev{
	opacity: 1;
	left: -34px;
	z-index: 9999;
}
.bx-about2 .bx-wrapper:hover .bx-next{
	opacity: 1;
	right: -35px;
	z-index: 999;
}
.bx-about2 .bx-wrapper:hover .bx-next i{
	opacity: 1;
	right: 0px;
}

.bx-about2 .bx-wrapper .bx-controls-direction i {
    top: 33%;
    left: 32%;
}
.bx-about2 .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {cursor: pointer;}
.bx-about2 .bx-wrapper .bx-pager.bx-default-pager a {border-radius: 0;}
.bx-about2 .bx-wrapper .bx-controls-direction i:hover {
    color: #fff;
	background-color: transparent;
	border:0px solid rgba(220,220,220,0.6);
}
.bx-about2 .bx-has-controls-direction {margin-top: 0;}

/********************************************
            SKILL
 ********************************************/
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 97%;
    margin-left: 15px;
    margin-right: 15px;
    background: #484848;
    height: 41px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar:last-child {margin-bottom: 0;}
.skillbar-title, .skillbar-bar {background: #fdb714;}
.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #fff;
    text-transform: capitalize;
}
.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 41px;
    line-height: 38px;
}
bar {background: rgba(59, 89, 152, 0.8);}
.skillbar-bar {
    height: 41px;
    width: 0;
}
.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 41px;
    line-height: 38px;
    color: #444;
    color: rgba(183, 183, 183, 0.7);
}

/********************************************
            PAGES SERVICES
 ********************************************/
.services-parallax {
    height:500px;
	background-image: url(../images/about/services.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat!important;
    width: 100%;
    background-position:bottom left;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.service-page-2 .service-square {
	padding-left:0px;
	background:#393939;
	margin:100px 0;
	border-right: 1px solid rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.08);
	text-align: center;
	padding:20px 20px 35px 20px;
	margin-right:15px;
	box-shadow: 0 0px 0px rgba(0,0,0,0.3);
}
.service-square {
	padding-left:0px;
	background:#fff;
	margin-top:100px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	padding:20px 20px 35px 20px;
	margin-right:15px;
}
.service-page-2 .service-square:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 58px 58px;
    border-color: #fff #fff #ddd #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.service-square.l-las {margin-right:0px;}
 .service-square i {
	padding:20px;
	text-align: center;
	border-radius:100%;
	margin-top:15px;
	font-size:25px;
	color:#fff;
	background:#faab33;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.service-square i.fa-plane, .service-square i.fa-file-text-o{padding: 19px 21px;}
 
.service-square.col-md-3 {width:24%;}
.service-square h3 {
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
.service-square p {
	color:#ccc;
	line-height: 20px;	
}
.view-service {
    margin: 20px 15px 0 0;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mask-service {
	text-align: left;
    margin-top: 10px;
    padding-right:10px;
}
.mask-service .content-service p{
	padding: 0;
	color:#6c6b6b;
	line-height: 20px;
}

 
.cover-slide-trip {
	background: rgba(0,0,0,0.3);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.trip-slide-text.prague{
    color: #333;
    border-bottom: 10px solid #faab33;
    padding-bottom: 15px;
    font-size: 80px;
}

.trip-slide-text {
    font-family: 'Playfair Display', sans-serif;
    font-size: 90px;
    color: #fff;
    z-index: 99999;
    font-weight: 400;
    padding: 0;
    margin-bottom:10px;
    line-height:90px;
}

.trip-slide-price {
	position: absolute;
    top: 23%;
    right: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    background: #fff;
    z-index: 99999;
    font-weight: 300;
    padding: 20px 20px;
    letter-spacing: 0px;
    line-height: 38px;
    border: 1px solid rgba(0,0,0,0.2);
    height: 55%;
    width: 35%;
    top: -100px;
    left: 8.52%;
    z-index: 99999;
}
.service2-prx .trip-slide-price p{
    color: #333;
    font-family: lora;
    font-style: italic;
    font-size: 18px;
    margin-top: 40px;
}
.trip-slide-price.noshadow{box-shadow: 0 0px 0px #333;}

.trip-slide-text .line-price.clear{display:none;}

.btn-primary.btn-gallery {
    color: #333;
    background-color: #faab33;
    border-color: #e2b31d;
    padding: 6px 12px 5px 12px;
}
.btn-primary.btn-gallery:hover, .btn-primary.btn-gallery:focus, .btn-primary.btn-gallery:active {
    color: #333;
    background-color: #e2b31d;
    border-color: #faab33;
}

.all-info-trip .btn-primary {
    background-color: transparent;
    border-color: #fff;
    border-width:2px;
    right: 10px;
    font-family: Lato;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size:11px;
    float: right;
    font-weight: 600;
    letter-spacing:1px;
}
.all-info-trip .btn-primary:hover {
  background: #fff;
  color:#303b3c;
}
.all-info-trip .trip-slide-price {
	position: absolute;
    top: 0;
    right: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    background: #273647;
    z-index: 99999;
    font-weight: 300;
    padding: 30px 50px;
    letter-spacing: 0px;
    line-height: 26px;
    height: 100%;
    width: 50%;
    right: 0;
}

.text-left-desc{
    margin-top: 0px;
    border:1px solid #c8c8c8;
    padding: 40px 20px;
}
.box-content-txt-left
{
    background: #fff;
    position: absolute;
    z-index: 98;
    left: 0;
    right: 0;
    margin: 25% auto;
    padding: 20px;
}

.box-promotion{
    width: 100%;
    margin-bottom: 20px;
}
#lastminute-offerts .promotion-discount{
    font-size: 80px;
    font-family: Lora;
    font-weight: 400;
    padding-top: 30px;
    color: #b78500;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-style: italic;
}

#lastminute-offerts .first-lastm{margin-bottom:30px;}

.promotion-txt{
    font-size: 34px;
    /* text-transform: uppercase; */
    color: #b78500;
    font-family: Lora;
    z-index: 9999;
    padding-top: 40px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

.all-info-trip .trip-slide-price .trs-position{
    position:relative;
    margin: 0 auto;
}

.all-info-trip.pannel-radius .trip-slide-price{
    background: #6d620e; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #6d620e 0%, rgba(252,199,31,0.5) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #6d620e 0%,rgba(252,199,31,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #6d620e 0%,rgba(252,199,31,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d620e', endColorstr='rgba(252,199,31,0.5)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 140px 50px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    height: 130%;
    width: 35%;
    top: -100px;
    left:33%;
    right: 33%;
    z-index: 99999;
    border:0;
}

.all-info-trip.long-pannel .trip-slide-price{
    background: #273647;
    box-shadow: 0 4px 20px #333;
    height: 80%;
    width: 35%;
    top: -100px;
    right: 8.52%;
    z-index: 99999;
}

.all-info-trip .trip-slide-price .trip-option ul{margin-top:40px;}
.all-info-trip .trip-slide-price .trip-option ul li{ list-style-type:none;font-size:16px;}

.all-info-trip .trip-slide-price .trip-option ul li i{
    margin-right:10px;
    background: #ff590b;
    padding: 10px 10px;
    text-shadow: 0px 0px #000;
    width: 35px;
    height: 35px;
    border-radius:100%;
}
.bx-about2 .bx-wrapper .bx-viewport{overflow:inherit!important;}

.all-info-trip .trip-slide-price .trip-option ul li p{margin-bottom:17px;}

.all-info-trip .trip-slide-price span{color:#fff;font-size:26px;font-family:Lato, Sans-Serif;font-style: normal; font-weight:300;}

.all-info-trip .trip-slide-price .trip-big-price span{font-size:100px;}

.all-info-trip .trip-slide-price .trip-big-price{margin-top:60px;}

.slide-travel-img img.star-level{width:35%;margin: 0 auto 20px auto;}

.slide-travel-img{
    background: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 20px 25px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    margin-top:40px;
}
.slide-travel-img .title{
    margin-top: 10px;
    margin-bottom:10px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.service2-text-center {
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-align: center;
}
.service2-text-center h2 {margin-top: 100px;}
.comment-exp{
    font-family: 'Lora';
    font-size: 13px;
    font-style: italic;
}
.comment-exp i{
    margin-right:10px;
    color:#f6d80c;
    font-size:16px;
    text-shadow:0 1px 2px rgba(0,0,0,0.1);
}

.service2-text-center p {
    color: #656565;
    text-shadow: 1px 1px #fff;
    margin-top: 10px;
    font-family: 'Playfair Display', Sans-Serif;
    font-size: 15px;
}
.services2-info {
	padding-left: 0;
	margin-bottom: 30px;
}
.services2-info.last-info {
	padding-right: 0;
	padding-left: 15px;
}
.service2-row {
	float: left;
} 
.service2-row img{
	float: left;
	margin-right: 15px;
	width: 47%;
	    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mask-service2 {
	padding: 15px;
    float: left;
    width: 50%;
    margin-left: -60px;
    background: #393939;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    margin-top: 100px;
}
.content-service p {color: #ccc;}


/********************************************
            PAGES GALLERY
 ********************************************/
 
 #gallery{padding:100px 0 0px 0;}
 
 /* Filter */

dl { margin-top: 20px; color: #777;margin-bottom:90px; }
dt, dd { float: left; }
dt { margin-right: 5px; }
.group dd{width: 100%;}
.group ul.filter{margin:0 auto; text-align:center;position:relative; z-index:9;}
.filter li  {
    display: inline-block; 
    list-style: none; 
    margin-right:5px;
    background: #faab33;
    padding: 5px 10px 7px 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.filter .current { background: #e2b31d;}
.filter .current a { color: #333;}

.filter li:hover a{color:#333}

.filter a {
    color: #fff;
    text-decoration: none;
}
/* Portfolio Items */
.portfolio {
	padding: 0px 0 0px 1px;
	position: relative;
	margin-bottom: 20px;
}
.gallery-view {
    margin: 20px 10px 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #393939;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.gallery-view img {
    display: block;
    position: relative;
    max-width: 100%;
    border: 0px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 10px 0;    
}

.gallery-view .mask .main {
    border-bottom: 1px solid #ebebeb;
    height: 45px;
    color: #484848;
    margin-top: 0px;
}
.gallery-img-title {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.gallery-img-title h3{
	float: left;
    margin-top: 5px;
    font-size:14px;
    font-weight:600;
}
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope {overflow:visible!important;}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
#gallery .col-md-4 {
    width: 32.4%;
}
#gallery .col-md-6 {
    width: 49%;
}
#gallery .col-md-3 {
    width: 24%;
}
/***Pagination****/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    float: left;
    height: 32px;
    margin-right: 6px;
    text-align: center;
    font-size: 0.9167em;
}
.pagination>li.first, .pagination>li.prev {
    margin-right: 10px;
}
.pagination>li.first.disabled>a, .pagination>li.first.disabled>span, .pagination>li.prev.disabled>a, .pagination>li.prev.disabled>span, .pagination>li.next.disabled>a, .pagination>li.next.disabled>span, .pagination>li.last.disabled>a, .pagination>li.last.disabled>span {
    color: #fff;
    background: #b5b5b5;
}
.pagination>li.next, .pagination>li.last {
    margin-left: 4px;
}
.pagination>li.first>a, .pagination>li.prev>a, .pagination>li.next>a, .pagination>li.last>a {
    background: #428bca;
    padding: 0 15px;
}
.pagination li.active a {
	background: #ff590b;
}
.pagination>li>a {
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    border-radius: 0 !important;
    background: #b5b5b5;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

/********************************************
            PAGES BLOG
 ********************************************/
 
#blog {
	padding: 100px 0 0px 0;
}
.blog-view {
    margin: 0px 0px 100px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    padding: 0;
}
.blog-view img {
    display: block;
    position: relative;
    max-width: 100%;
    border: 0px solid rgba(0, 0, 0, 0.2);
    padding: 0px;  
}

#blog .effects .img{padding:0;}

.blog-view .mask .main {
    border-bottom: 1px solid #ebebeb;
    height: 45px;
    color: #484848;
    margin-top: 0px;
}
.blog-img-title {
	padding: 20px 30px;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    margin: 140px 0 0 -90px;
    background: #393939;
}
.blog-img-title p {
	margin-bottom: 30px;
	color:#ccc;
}
.blog-img-title h3{
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-weight:600;
}

/* Inside SLider */

.blog-img-title-slider {
	padding: 20px 30px;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    background: #393939;
    position:absolute;
    top:0;
}
.blog-img-title-slider p {
	margin-bottom: 30px;
	color:#ccc;
}
.blog-img-title-slider h3{
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-weight:600;
}

/* End Inside SLider */

ul.blog-info{margin-bottom:10px;}

.blog-info li{
	padding: 3px 10px;
	background: #faab33;
	color: #393939;
	display: inline-block;
	font-size:11px;
}
.blog-info li a {
	color: #393939;
}
.blog-info li i {
	margin-right: 10px;
	font-size: 13px;
}
.blog-view .entry-date {
    background: #428bca;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 98;
    border-bottom: 3px solid #004877;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.blog-view .entry-date .month {
	font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.blog-view .entry-date .date {
	font-size: 58px;
	display: block;
	padding: 30px 20px 10px 20px;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.blog-view .entry-date p{
    margin: 0px;
    background-color: #006098;
    color: #fff;
    padding: 5px;
    font-family: 'Lora';
    font-size: 13px;
    font-style: italic;
    text-transform:none;
}
.blog-view .entry-date label {
	color: #fff;
	margin: 0;
}
.col-video{padding:0;}

.video-container {
    position: relative;
    padding-bottom: 49.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/********************************************
            PAGES LIST TRIP
 ********************************************/

#top-list-trip{padding:100px 0 100px 0;}

/*Accordion left*/

.ac-container{
	width: 100%;
	margin: -3px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Open sans', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	margin:3px 0;
	display: block;
	height: 45px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 13px;
	background: #393939;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    text-transform: uppercase;
}
.ac-container label:hover{
	background: #393939;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #393939;
	color: #fff;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container label i.fa-angle-up{
	display:none;
}

.ac-container input:checked + label i.fa-angle-down{
	display:none;
}
.ac-container input:checked + label i.fa-angle-up{
	display:block;
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 1);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, 0.6s linear;
	-o-transition: height 0.3s ease-in-out, 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, 0.6s linear;
	transition: height 0.3s ease-in-out, 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 10px;
	margin:0;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out,  0.1s linear;
	-moz-transition: height 0.5s ease-in-out,  0.1s linear;
	-o-transition: height 0.5s ease-in-out,  0.1s linear;
	-ms-transition: height 0.5s ease-in-out,  0.1s linear;
	transition: height 0.5s ease-in-out, 0.1s linear;
}
.ac-container input:checked ~ article.ac-small{
	height: 120px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

/* Price range*/
.ac-container #amount {
	display:block;
	border:0; 
	color:#f6931f; 
	font-weight:400;
	margin-left:10px;
	margin-top:10px;
}
.ac-container .ac-small label {
	padding: 5px 10px;
}
.ac-container label i {
	float:right;
	margin-top: 8px;
}
#slider-range {
	border-radius: 1px;
	width:80%;
	margin-left: 20px;
}
.ac-container article .rating-trip:first-child {
	margin-top:15px;
}

.ac-container article .rating-trip {
	padding:3px 20px;
	color:#333;
	float:left;
	width:100%;
}
.ac-container article .rating-trip:hover {
	background-color:#f3f3f3;
}
    
.ac-container article .rating-trip img{
	float:left;
	padding: 4px;
}
.ac-container article .rating-trip p{
	padding:0;
	text-transform: uppercase;
	font-size: 13px;
	text-align:right;
}

.ac-container article .meals-trip:first-child {
	margin-top:15px;
}
.ac-container article .meals-trip {
	padding:3px 20px;
	color:#333;
	float:left;
	width:100%;
}
.ac-container article .meals-trip p{
	padding:0;
	text-transform: uppercase;
	font-size: 13px;
	text-align:left;
}
.ac-container article .fa-check-square-o {
	color:#ccc;
	margin-right:10px;
	float:left;
	font-size: 16px;
    margin-top: 3px;
}
.search-results-title {
	background:#393939;
	margin-top:0px;
	text-transform:none;
	padding: 5px 20px;
	height: 63px;
	vertical-align: middle;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.search-results-title i {
	float:left;
	font-size:14px;
	color:#333;
	margin-top: 16px;
}
.search-results-title p{
	vertical-align: middle;
	margin-left:5px;
	font-family: Open Sans, Sans-Serif;
	font-weight: 400;
	font-size:16px;
	color:#fff;
	margin-top: 16px;
	float:left;
}
.search-results-title p:last-child{
	vertical-align: middle;
	margin-left:5px;
	color:#fff;
	font-size:14px;
}
.price-night {
	color:#ccc;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}
.price-night .price-n{
	float:right;
	color:#faab33;
	font-weight:600;
	font-size:20px;
}

.rating-trip.active i{
	color:#f6931f;
}
.meals-trip.active i{
	color:#ff590b;
}
.desc-filter {
	color: #393939;
    text-shadow: 1px 1px #fff;
    font-weight: 600;
}
/*filter sort*/
.sandbox-control-bar {
	float:left;
	position: absolute;
    z-index: 999;
    margin-top: -36px;
    margin-left:10px;
}
.cbp-vm-view-grid ul.sandbox .mix, .cbp-vm-view-list ul.sandbox .mix {
	display: none;
	float:left;
}
.sandbox-control-bar label {
	text-transform:uppercase;
}
.sandbox-control-bar {
    float:left;
}
.txt-sort {
	float: left;
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
}

.click-nav, .click-nav-location {
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}
.click-nav ul, .click-nav-location ul {
	font-weight:900;
	width:100%;
	margin:0;
}
.click-nav ul li, .click-nav-location ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	text-align: left;
}
.click-nav ul li ul, .click-nav-location ul li ul {
	position:absolute;
	left:0;
	right:0;
	margin-top: 6px;
	z-index: 999;
}
.click-nav ul .clicker, .click-nav-location ul .clicker {
	background:#faab33;
	color:#333;
	padding:5px 33px;
	text-align: left;
	font-weight: 400;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
	background:#e2b31d;
	color:#fff;
}
.click-nav-location ul .clicker:hover,
.click-nav-location ul .active {
	background:#e2b31d;
	color:#fff;
}
.click-nav ul li span, .click-nav-location ul li span{
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 10px;
	background:#fff;
	color:#333;
	text-align: left;
	text-decoration:none;
	border-radius:0;
}
.click-nav ul li a:hover, .click-nav-location ul li a:hover {
	background:#f9f9f9;
}
/* Fallbacks */
.click-nav .no-js ul, .click-nav-location .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul, .click-nav-location .no-js:hover {
	display:block;
}

/********************************************
            PAGES LIST FLY
 ********************************************/
 
.list-fly .img img {
	padding: 20px;
	max-width: 100px;
	background: #f5f5f5;
    border-bottom-right-radius: 10%;
}
.effects .cbp-vm-view-list .list-fly .cbp-vm-image {
	width: 20%;
}
.main-switcher .cbp-vm-view-list .list-fly figcaption h3 {
	margin-right: 30px;
	margin-bottom: 0;
}
.main-switcher ul.list-fly figcaption span {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
}
.main-switcher ul.list-fly figcaption span:last-child {
	margin-right: 0px;
	color: #faab33;
    font-weight: 600;
}
.main-switcher .list-fly figcaption span i {
	margin-right: 10px;
	color:#ec6841;
	font-size: 16px;
}
.cbp-vm-switcher.cbp-vm-view-list ul.sandbox.list-fly li {
	width: 100%;
}
.main-switcher .cbp-vm-view-list .list-fly figcaption .clear {
	display:none;
}
.main-switcher .cbp-vm-view-list ul.sandbox.list-fly figcaption {
	width: 80%;
}
.main-switcher ul.sandbox.list-fly figcaption .btn-primary {
	background-color:#faab33;
	border-color: #e2b31d;
}

/*grid*/
.cbp-vm-view-grid ul.sandbox.list-fly .img {
	height: 100px;
	background: #393939;
}
.main-switcher .cbp-vm-view-grid ul.sandbox.list-fly figcaption h3 {
	float: none;
}
.main-switcher .cbp-vm-view-grid .list-fly figcaption .clear {
	display:block;
}

.section-parthners-info{
    padding: 30px 0 100px 0; 
    background-image: none;
    height: 100%;
	width: 100%;
	margin:0;
}

/********************************************
            PAGES DETAILS TRIP
 ********************************************/
 
.main-details .bx-wrapper {
	margin-top: 0px;
	margin-bottom: 20px;
}
.main-details #bx-pager {
	text-align: center;
}
.details-hotel {
	background: #393939;
    margin-top: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    color: #fff;
}
.details-hotel h2{color:#faab33;padding: 10px 0 0 0;}
.details-hotel p {
	padding: 20px 0 0 0;
	margin: 0;
}
 .details-hotel p:last-child {
	padding: 20px 0 20px 0;
	margin: 0;
}

.table-details-room{
    width:95%;
    margin: 40px 20px;
    color:#ccc;
}
.table-details-room th{
    color:#faab33;
    border-bottom:1px dashed #ccc;
    padding-bottom:10px;
}
.table-details-room .btn-gallery{
    margin-top:0;
    font-size: 11px;
    font-weight: 600;
}


/********************************************
            PAGES CONTACT
 ********************************************/
 
 #contact-msg-info, #top-info-contact{padding:100px 0 0 0;}
 
 .contact-text-center.team-meet {
	margin: 60px 0 0 0;
	text-align: left;
}
.contact-page .text-center {
    margin-top: 0px;
}
#top-info-contact .contact-square.col-md-4 {
    width: 32.3%;
}
.contact-text-center{
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.contact-text-center .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.contact-text-center .title-sep-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}
.contact-text-center .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.contact-square {
    padding-left: 0px;
    background: #393939;
    margin-top: 40px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    text-align: center;
    padding: 20px 20px 35px 20px;
    margin-right: 15px;
}
.contact-square.last-contact {
	margin-right: 0;
}

.contact-square.info-square {
    margin-top: 0px;
}
.contact-square i {
    padding: 15px;
    text-align: center;
    border-radius: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    background: #fdb714;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.contact-square i.fa-phone{padding: 15px 17px;}

.contact-square h3 {color: #faab33;}
.contact-square p {
    color: #ccc;
    line-height: 20px;
}

.box-content {margin-top: 30px;}
#name,#email,#subject {
	width: 100%;
	background: #fff;
}
#email,#name {margin-top: 20px;}
.input-contact {
    display: block;
    padding: 10px 15px;
    width: 100%;
    font-size: 13px;
    color: #333;
    background: #fff;
}
.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="number"]:hover, .form input[type="url"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="password"]:hover, .form input[type="date"]:hover, .form input[type="color"]:hover, .form select:hover {
    border-color: rgba(0,0,0, .2);
}
.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
    display: inline-block;    
    vertical-align: middle;
    letter-spacing: 1px;
    color: #777;
    border: 1px solid rgba(0,0,0, .2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus
.form select:focus{
	color: #111;
	border-color: rgba(0,0,0, .7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
	box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}
.fc-content {padding-left:0;}
.fc-content2 {padding-right:0;}
#messagecontact {
	height: 178px;
	background: #fff;
	border: 1px solid rgba(0,0,0, .2);
	letter-spacing: 1px;
}
.form textarea{
    border-color: rgba(0,0,0, .2)!important;
}
.form textarea:hover{
	border-color: rgba(0,0,0, .2)!important;
	outline: none !important;
}
.form textarea:focus{
	color: #111;
	outline: none !important;
	border-color: rgba(0,0,0, .7)!important;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
	box-shadow: 0 0 3px rgba(21,21,21, .3)!important;
}
.submit-contact {
	margin-top: 20px;
	background: #fff;
	color: #212121;
	border: 1px solid #2d3e52;
	font-size: 13px;
	font-family: 'Open sans',sans-serif;
	font-weight: 400;
	border-radius:0px;
	padding: 10px 25px;
	float: right;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.submit-contact:hover {
	color: #fff;
	background: #2d3e52;
}
.submit-contact i {
	margin-right: 10px;
}
#contact_form .success{display:none;}
#contact_form .error{display:none;}

/********************************************
            FOOTER
 ********************************************/
 
.parthners img{opacity:0.8;width:80%;}
.parthners img:hover{opacity:1}

.last-minute-banner{
    width:100%;
    background-color:#faab33;
    padding: 18px 0 28px 0;
}
.last-minute-banner.middle-bnr{margin-bottom:100px;}

.last-minute-banner.bb-blue{background-color: #428bca;}

.orange-banner{background-color: #ff590b;}

.orange-banner.last-minute-banner h1{margin-top: 28px;}

.last-minute-banner h1{
    color:#393939;
    text-align:left;
    font-weight: 800;
    font-family: Playfair Display, Sans-Serif;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform:uppercase;
}
.last-minute-banner h1 span{
    font-weight: 400;
}
.last-minute-banner .l-main2-banner-title{font-size:16px; font-weight:400;color:#7f6616;}

.button-banner{
    text-align:right;
}

.button-banner a i{margin-right:10px;}

.button-banner a {
    display: inline-block;
    background: #50400f;
    padding: 14px 28px;
    border-color: #50400f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 9% 0px 20px 0;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    position: relative;
    line-height: 14px;
    transition: color 300ms, background 300ms, border-color 300ms;
    -webkit-transition: color 300ms, background 300ms, border-color 300ms;
}
.button-banner a:hover{color:#e2b31d;border-color: #fff;background: #fff;}


 #footer {
	width:100%;
	background:#212121;
	color:#fff;
	padding-top: 100px;
}
#footer p, #footer h3 {
    margin: 10px 0px;
    float: left;
    width: 100%;
}
#footer h3 {
    color:#fff;
    margin-top:0px;
    font-weight:600;
}
#footer p {
    line-height:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#fff;
}

.footer-small-img {
	padding-left: 0;
	padding-right: 0;
}
.footer-small-img img{
	max-width: 100%;
	margin-top: 15px;
}
.footer-small-desc {
	margin-top: 11px;
}
.footer-small-desc a {
	font-weight: 800;
	text-transform: uppercase;
	color:#fff;
}
.footer-small-desc a:hover{color:#7f6616;}
#footer .footer-zone p{
    margin:10px 0 12px 0;
    font-weight: 600;
}
.footer-zone .socialfooter{
    margin: 40px 0 0 0;
    float: left;
}
.footer-zone .socialfooter i {
    border: 1px solid #e2b31d;
    border-radius: 1px;
    color: #212121;
    font-size: 16px;
    padding: 10px 14px;
    margin: 10px 5px 10px 0;
    background:#faab33;
}
.footer-zone .socialfooter i:hover{background-color:#e2b31d;}

.footer-zone .socialfooter i.fa-dribbble, .footer-zone .socialfooter i.fa-twitter, .footer-zone .socialfooter i.fa-instagram{padding: 10px 12px;}

.tags-go li a{color:#212121; text-transform:uppercase;}

.tags-go li{
    padding:5px 10px;
    background-color:#faab33;
    border:1px solid #e2b31d;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 3px;
    border-radius:2px;
    color:#212121;
}
.tags-go li:hover{background-color:#e2b31d;}

.logo-footer{
    float: left;
    width: 15%;
}
.footer-title h2{
    font-size: 40px;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #faab33;
    margin-bottom: 40px;
}

.footer-title h2 span {
    font-style: italic;
    text-transform: none;
    color: #faab33;
    PADDING-LEFT: 10px;
    text-align: left;
    float: left;
}

#footer .footer-small-desc p{color:#faab33;}

.footer-small-desc .r-more{
    color: #faab33;
    font-size: 11px;
    font-weight: 600;
}
.socialfooter img {
    float: left;
    margin: 10px 10px 10px 0px;
    opacity: 1;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.socialfooter img:hover {
    opacity: 0.7;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.footer-bottom {
    background: #111;
    padding: 30px 0;
    margin-top: 10px;
    line-height: 14px;
}
.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-zone i{
    color:#faab33;
    margin-right:10px;
}
.copyright {
	font-size:11px;
}
.payment-card i{margin-left:5px;}
.payment-card {text-align:right;}


/***CONTACT GOOGLE MAPS****/

.google-maps {
	height: 500px;
}
#map_container {
	width: 100%;	
	position: relative;
	height: 100%;
}
#map_canvas {
    height: 100%;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
}
#map_canvas img { 
    max-width: none !important; 
    height: auto !important; 
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.title-map{
    font-weight:600;
    text-transform:uppercase;
    font-family: Lora;
    font-style: italic;
    font-size:16px;
    color:#dd8609; 
    margin-bottom:0;
}
.desc-map{font-weight:400;color:#333;}
.room-map i{ font-size:14px;margin-left:10px;}
.room-map{color:#111;font-weight:400;}


/********************************************
            MINI MENU
 ********************************************/

#mobile-menu-01 {
	display:none;
}
 .travel-mega-menu-mobile li {
	width: 100%;
}
.travel-mega-menu-mobile, .travel-mega-menu-mobile * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}
.travel-mega-menu-mobile li {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
}
.travel-mega-menu-mobile li a.top-menu-txt {
    text-transform: uppercase;
    font-weight:800;
}
.travel-mega-menu-mobile li:hover > a, .travel-mega-menu-mobile li.current > a {
    background: #faab33;
    color: #222;
}
.travel-mega-menu-mobile li .blue-link li:hover a
{
    background: #fff;
    color: #e2b31d;
}
#mobile-menu-01 .line-logo {
	width: 100%;
	padding-bottom: 5px;
}
#mobile-menu-01 .line-logo i {
	background: #333;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    float: right;
    margin: 10px 5px 0 0;
}
#mobile-menu-01 .line-logo a img {
	margin: 5px 0 0 5px;
}
#mobile-menu-01 .line-logo i:hover {
	cursor: pointer;
}
.travel-mega-menu-mobile li a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #393939;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}
.travel-mega-menu-mobile li > div {
    position: relative;
    z-index: 1000;
    top: 100%;    
    margin-top: 8px;
    background: rgba(255,255,255,0.9);
    opacity: 1;
}
.travel-mega-menu-mobile li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 31px;
    white-space: normal;
}
.travel-mega-menu-mobile li .grid-container10 {
	width: 100%;
}
.travel-mega-menu-mobile li h3 {
    font-size: 14px;
    width: 100%;
    padding-left: 15px;
}
.travel-mega-menu-mobile li a > .fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
}


/**********************************************
        INTERACTIVE MAPS
**********************************************/

.section-help-info .separator-style{position:absolute;}

.section-help-info.ctr-content{padding:100px 0;}

.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(229, 229, 229, 0.7);
}

.section-help-info .distribution-map h2{color:#fff;}

.section-help-info div,.section-help-info img{
  position: relative;
  box-sizing: border-box;
}

li.active a, a:hover, a:active {color: #e5e5e5;}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centered-y h2{font-size:30px;}

.centered-y p.map-price{font-size:18px; font-weight:300; text-transform:uppercase;}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(26, 26, 26, 0.92);
  border: 5px solid #faab33;
}
.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: overlay;
  text-align:center;
}
.distribution-map .map-point.active, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 300px;
  height: 220px;
  color: #e5e5e5;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
  box-shadow: 2px -7px 18px rgba(0,0,0,0.3);
}
.distribution-map .map-point.active .content, .distribution-map .map-point:focus .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}
.distribution-map .map-point.active .content a:hover, .distribution-map .map-point.active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}
.distribution-map .point-1{top:15%;left:35%}
.distribution-map .point-2{top:35%;left:50%}
.distribution-map .point-3{top:76%;left:82.5%}
.distribution-map .point-4{top:45%;left:16%}
.distribution-map .point-5{top:60%;left:53%}
.distribution-map .point-6{top:25%;left:70%}

.head-top-img{width:100%; float:left; background:url(../images/contact.jpg) ; height:200px;}
.head-top-about{width:100%; float:left; background:url(../images/about-img.jpg) ; height:220px;}
p.heading-t9o {
    font-size: 20px;
    color: #333;
    padding-top: 25px;
    margin: 0px;
    padding-bottom: 0px;
}

p.metter {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

tr.hed {
    background-color: #0d3b89;
    color: #fff;
}



p.very {
    color: #000;
    line-height: 30px;
    font-size: 14px;
}


tr.atry {
    background-color: #123f8b;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
}
span.bg-td {
    background-color: #faab33;
    padding: 8px 12px 10px 14px;
    color: #393939;
}
.first-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px;
    background-color: #fff;
	-webkit-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
}

span.logo-img {
    text-align: center;
    float: left;
    width: 100%;
	
}

p.client-name {
    color: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-top: 20px;
    float: f;
    float: left;
    padding-bottom: 20px;
    font-size: 18px;
}
.first-box:hover {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px;
    background-color: #faab33;
    -webkit-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
}
tr.table-rwo {
    background-color: rgba(250, 171, 51, 0.54);
}
p{margin-bottom:0px;}

.new-awarded-project {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 11px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
}


p.heading {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    color: #fff;
    background-color: #0d3b89;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}
p.track {
    /* text-align: center; */
    color: #000;
    font-size: 14px;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 71%;
    margin: 0 auto;
    line-height: 26px;
}

p.worket-set {
    text-align: center;
}


p.project-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

span.head-point {
    background-color: #0d3b89;
    color: #fff;
    padding: 5px 9px 8px 12px;
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 6px;
}

a.btn {
    background-color: #faab33;
    float: right;
    font-weight: bold;
    color: #000;
}
.clint-list{width:100%; float:left; margin:0px; padding:0px;}

.clint-list ul{margin:0px; padding:0px;}
.clint-list ul li{list-style:none;}
.clint-list ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}
.clint-list ul li a:hover {
    color: #faab33;
    font-size: 13px;
    line-height: 28px;
}



.map-address {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
