/*
  * The agency cairo <theagencycairo.me> (c) 2016 Mukhtar ali <mokhtarali.com>
*/

@font-face{  src: url('../fonts/Anders.ttf');font-family: anders}
/************** Start Global rules **************/
body{background: #f4f4f4;color: #383e52;;font-family: Josefin Sans;font-weight:400;text-rendering: optimizelegibility-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
*,
*:after,
*:before {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing: border-box;}
::-webkit-input-placeholder {color: #445568;}
:-moz-placeholder {color: #445568;}
::-moz-placeholder {color: #445568;}
:-ms-input-placeholder {color: #445568;}
.container{max-width: 1200px;margin: 0 auto}
ul{padding: 0;margin: 0;list-style: none;}
p {text-align: center;}
a {text-decoration: none;outline: none;cursor: pointer;}
.clearfix:after{content: "";visibility: hidden;display: block;height: 0;clear: both}
/************** End Global rules **************/
/************** Start Navbar Here **************/
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  width: 50px;
  z-index: 4;
}

.path {
  stroke-dasharray: 1, 500;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #0066b3;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.no-js #loader {display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: #fff}
.navbar{height: 0;position: relative;z-index: 11;}
.navbar .med{padding:20px;}
.menu-section{display: none;}
.navbar .log{float: left;width: 180px;margin-top: 7px;}
.navbar .log img{cursor: pointer;width: 100%}
nav.menu,.mob{float: right;}
.navbar .trig{float: right;display: none}
.navbar .trig .norm{font-weight: normal;color: #fff;line-height: 57px;float: left;margin-right: 5px;}
.navbar .trig .norm--active{color: #eae5d6}
.white{height: 110px;}
.white .menu__list{background: none;opacity: 1}
.white .menu--iris .menu__link{color: #4d4d4d}
.white .menu--iris .menu__link:hover{color: #126ab4}
.mob{display: none}
.mob a{display: none}
/************** End Navbar Here **************/
/************** Start Header Here **************/
.home .bx-wrapper{height: 100%;position: relative;}
.home .bx-wrapper img{max-width: initial;}
.home .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
	height: 100% !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home .bxslider{height: 100%; width: 100%; top: 0;left: 0}
.home .bxslider li{
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.home .overly{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(244, 244, 244,1)); 
	background: -o-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(244, 244, 244,1), rgba(255,0,0,0)); 
}
#bg{position: relative}
#bg img {
	max-width: 117%;
	position: absolute;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.home .bxslider li{
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home .bxslider li > div{z-index: 112;text-align: center;width: 100%;top: 0;position: absolute;}
.home .bxslider li h1,
.home .bxslider li h2{margin: 0;font-weight: bold;text-transform: uppercase;color: #fff;font-family: 'anders'}
.home .bxslider li h2{font-size: 40px}
.home .bxslider li h1{font-size: 64px}
.home .bxslider li hr{width: 10%}
/************** End Header Here **************/
.search,.services,.flights{padding: 60px 20px}
.menu__list {
	position: relative;display:
	-webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}
/* Edit .main .menu__list{background-color: #000;opacity: .5;} */
.main .menu--iris .menu__link{color: #fff;}
.menu__item {display: block;margin: 1em 0;}
.menu__link {
	font-size: 1.05em;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: open sans;
	font-weight: 600
}
.menu__link:hover,
.menu__link:focus {outline: none;}
.menu--iris .menu__item {margin: 0 10px;}
.menu--iris .menu__link {position: relative;text-align: center;color: #4D4D4D;-webkit-transition: color 0.3s;transition: color 0.3s;text-transform: uppercase;font-size: 15px;}
.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {color: #166ab4;}
.menu--iris .menu__item--current .menu__link {color: #166ab4;}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #166ab4;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.menu--iris .menu__link::before {top: 0;left: 0;border-width: 2px 0 0 2px;-webkit-transform: translate3d(10px, 10px, 0);transform: translate3d(10px, 10px, 0);}
.menu--iris .menu__link::after {right: 0;bottom: 0;border-width: 0 2px 2px 0;-webkit-transform: translate3d(-10px, -10px, 0);transform: translate3d(-10px, -10px, 0);}
.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.tabs{position: relative;overflow: hidden;margin: 0 auto;width: 100%;font-weight: 300;font-size: 1.25em;}
.tabs nav {text-align: center;}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {position: relative;z-index: 1;display: block;margin: 0;text-align: center;-webkit-flex: 1;-moz-flex: 1;-ms-flex: 1;flex: 1;}
.tabs nav a {position: relative;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 2.5;}
.tabs nav a span {vertical-align: middle;font-size: 0.75em;font-family: open sans}
.tabs nav li.tab-current a {color: #74777b;}
.tabs nav a:focus {outline: none;}
.content-wrap {position: relative;}
.content-wrap section {display: none;margin: 0 auto;padding: 30px 30px 45px 30px;max-width: 1200px;font-family: open sans;overflow: hidden;}
.content-wrap section.content-current {display: block;}
.content-wrap section p {margin: 0;padding: 0.75em 0;color: rgba(40,44,42,0.05);font-weight: 900;font-size: 4em;line-height: 1;}
.no-js .content-wrap section {display: block;padding-bottom: 2em;border-bottom: 1px solid rgba(255,255,255,0.6);}
.no-flexbox nav ul {display: block;}
.no-flexbox nav ul li {min-width: 15%;display: inline-block;}
.tabs-style-flip {max-width: 1200px;}
.tabs-style-flip nav a {padding: 0.5em 0;color: #383e52;-webkit-transition: color 0.3s;transition: color 0.3s;}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus{color: #ccc}
.tabs-style-flip nav li.tab-current a {color: #fff;}
.tabs-style-flip nav a span {text-transform: uppercase;letter-spacing: 1px;font-weight: 700;font-size: 16px;}
.fa:before{margin-right: 10px}
.tabs-style-flip nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #bbdfff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
	transform: perspective(900px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a::after {background-color: #166ab4;-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);transform: perspective(900px) rotate3d(1,0,0,0deg);}
.tabs-style-flip .content-wrap {background: #ebebeb;}
.exx{display: block;text-align: left;margin: 0 0 0 20px;text-align: center;}
.exx input[type="radio"] {width: 20px;}
.exx label{font-size: 13px;margin-right: 10px;font-weight: 600;background: none}
.exx input, .exx  textarea, .exx  select {padding: 15px;border-radius: 3px;border: 1px solid #c8c8c8;margin-top: 8px;margin-bottom: 5px;outline: 0;width: 49.8%;background: #e6e6e6;}
.input {position: relative;z-index: 1;display: inline-block;margin: 1em 1.1em;max-width: 234px;width: calc(100% - 2em);vertical-align: top;}
#section-flip-3 .input{
	
	width: 170px;	
}


.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {outline: none;}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #383e52;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {position: relative;display: block;padding: 1.6em 0;width: 100%;}
.graphic {position: absolute;top: 0;left: 0;fill: none;}
.icon {color: #ddd;font-size: 150%;}
.input__field--madoka {width: 100%;background: transparent;color: #7A7593;}
.input__label--madoka {position: absolute;width: 100%;height: 100%;color: #7A7593;text-align: left;cursor: text;}
.input__label-content--madoka {-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;color: #445568}
.graphic--madoka {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;
	stroke: #445568;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
}
.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {cursor: default;pointer-events: none;}
.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {stroke-dashoffset: 0;}
.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);}
.date{display: inline-block;width: 234px}
.circle-button {
	background-color: #2196f3;
	width: 70px;
	height: 70px;
	position: absolute;
	right: 3rem;
	bottom: 3rem;
	border-radius: 50%;
	color: #fff;
	font-size: 42px;
	line-height: 65px;
	text-align: center;
	transition: 300ms ease;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}
.circle-button:hover{-webkit-transform: scale3d(1.15, 1.15, 1);transform: scale3d(1.15, 1.15, 1);box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);}
.wrapper{
	position: absolute;   
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #fff;
	padding:20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
	width: 300px;
}
#Departure,#Return{
	background-color: transparent;
	border: 0;
	font-weight: 600;
	border-bottom: 2px solid #445568;
	outline: none;
	width: 88%;
	font-size: 70.25%;;
	padding: 20px 1em 15px; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s; 
	color: #445568;
}
#section-flip-1 select,
#section-flip-2 select,
#section-flip-3 select,
#section-flip-4 select{border: 0;background: transparent;font-size: 14px;border-radius: 0;font-weight: 600}
{border: 0;background: transparent;font-size: 14px;border-radius: 0;font-weight: 600}
.custom-select {padding: 0;border-bottom: 2px solid #445568;width: 300px;overflow: hidden;}
#section-flip-3 .custom-select{
	width: 170px;	
}
.content-wrap form{text-align: center;}

.custom-select:after{content: "\f107";display: inline-block;vertical-align: middle;font-family: FontAwesome;right: 14px;position:absolute;top: 17px;}
.custom-select select {
	padding: 17px 1em;
	cursor: pointer;
	width: 100%;
	color: #445568;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
    text-overflow: '';
    margin-top: 0; 
	margin-bottom: 0
}
.custom-select select:focus {outline: none;}
.input input[type="submit"]{
	border: 2px solid #445568;
	background: transparent;
	width: 100%;
	float: right;
	padding: 14px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #445568
}
.right{float: right;margin: 1em 1.7em 0;}
.no{margin: 1em 1em 0}
.title{text-align: center;width: 70%;margin: 0 auto}
.title h2{margin: 0 0 20px 0;font-weight:400}
.title p{margin: 0 0 60px 0;font-size: 19px;}
.service-icon-wrap {
  text-align: center;
  display: block;
  height: 52px;
  margin-bottom: 30px;
  cursor: pointer;
}
.profile {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  width: 236px;
  height: 400px;
}
.profile h3{position: relative;top: 180px;color: #383e52;-webkit-transition: color 0.4s ease;}
.profile .photo img{margin: 42px 0;}
.highlight{-webkit-transform: scale(1, 1);-webkit-transition: -webkit-transform .5s ease;}
.profile:hover .highlight {-webkit-transform: scale(10, 10);-webkit-transition: -webkit-transform 2s ease;}
.profile:hover span, .profile:hover p,.profile:hover h3 {color: #ffffff;-webkit-transition: color 0.75s ease;}
 .service-icon-wrap div {
  position: absolute;
  /*border: #2980b9 5px solid;*/
  border-radius: 50%;
  left: 52px;
  top: 40px;
  width: 130px;
  height: 130px;
}
.service-icon-wrap .photo {
  background: url('http://bit.ly/1tJHqec') no-repeat;
  background-size: 130px;
  z-index: 1;
}
.services .highlight {
  background: #166ab4;
}
.service-icon-wrap span {
  color: #5c5c5c;
  display: block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: color 0.4s ease;
}
.service-icon-wrap p {
  color: #878787;
  padding: 3px 20px;
  position: relative;
  text-align: center;
  top: 186px;
  font-size: 15px;
  -webkit-transition: color 0.4s ease;
}
.ser{display: inline-block;height: 400px}
.flight .bxslider{margin-top: 50px}
@media screen and (max-width: 58em) {.tabs nav a.icon span {display: none;}.tabs nav a:before {margin-right: 10px;}}
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing__item p{font-size: 14px;margin-top: 20px}
.pricing__feature-list {text-align: left;}
.pricing__action {color: inherit;border: none;background: none;}
.pricing__action:focus {outline: none;}
.pricing--rabten .pricing__item {padding: 2em 4em;cursor: default;color: #383e52;max-width: 320px;}
.pricing--rabten .pricing__item:nth-child(2) {border-right: 1px solid rgba(139, 144, 157, 0.18);border-left: 1px solid rgba(139, 144, 157, 0.18);}
.pricing--rabten .pricing__title {font-size: 1.1em;margin: 1.5em 0 0;text-transform: uppercase;}
.pricing--rabten .pricing__item:hover .icon {color: #E03E3E;}
.pricing--rabten .pricing__price {font-size: 1.5em;margin: 0.5em 0 0.75em;overflow: hidden;font-family: open sans;}
.pricing--rabten .pricing__currency {font-size: 0.6em;vertical-align: super;}
.pricing--rabten .pricing__period {font-size: 0.35em;color: #8b909d;}
.pricing--rabten .pricing__anim {display: inline-block;position: relative;}
.pricing--rabten .pricing__item:hover .pricing__anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.pricing--rabten .pricing__item:hover .pricing__anim--2 {-webkit-animation-delay: 0.05s;animation-delay: 0.05s;}
@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
.pricing--rabten .pricing__sentence {font-weight: bold;margin: 0 0 1em 0;padding: 0 0 0.5em;color: #383e52;}
.pricing--rabten .pricing__feature-list {font-size: 0.85em;margin: 0;padding: 0.25em 0 2.5em;list-style: none;text-align: center;color: #8b909d;}
.pricing--rabten .pricing__action {
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto;
	padding: .8em 3em;
	margin-top: 50px;
	color: #fff;
	border-radius: 9px;
	background: #435468;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {background-color: #166ab4;}
@media screen and (max-width: 60em) {
	.pricing--rabten .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
		border: none !important;
		opacity: 1 !important;
	}
}
footer{
	background: url(../images/covers/fbg1.jpg); 
	color: #445468;
	font-family: open sans;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.none{background:none !important;}
.footer{overflow: hidden;padding: 5% 8%;}
.overly{
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(244, 244, 244,1)); 
	background: -o-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(255,0,0,0), rgba(244, 244, 244,1)); 
}
.ovrly:before{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,.2);
}
.footer .links{width: 25%;float: left;display: inline-block;margin-bottom: 30px;}
.footer .links img{width: 71%}
.footer .links h3{margin: 0 0 10px;font-size: 18px;font-weight: 600;text-transform: uppercase;color: #4d4d4d}
.footer .links hr{width: 140px;margin:0;}
.footer .links > div{margin-top: 20px;}
.footer .links > div a img{margin-right: 5px;cursor: pointer;opacity: .9}
.footer .links > div a:hover img {margin-right: 5px;color: #fff;opacity: 1}
.footer nav {margin-top: 20px;width: 74%}
.footer nav a{
	display: block;
	margin: 10px 0;
	color: #435568;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}
.footer nav a:hover{opacity: .8}
footer h4{
	padding: 25px 0;
	font-weight: 600;
	font-size: 13px;
	margin: 0;
	text-align: center;
	display: block;
	color: #4d4d4d;
	font-family: open sans;
}
.fff{background: none;position: absolute;bottom: 15px;width: 100%}
.foot-con{color: #fff;overflow: hidden;}
.foot-con a{text-decoration: none;color: #fff;font-size: 15px}
.stf{float: left;}
.social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 9px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  transition: background-color .2s linear, color .2s linear;
}
div.social a:before {
  width: inherit;
  height: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
div.social a.fa-twitter {background-color: #00acee;}
div.social a.fa-twitter:hover {background-color: #fff;color: #00acee;}
div.social a.fa-facebook {background-color: #3b5998;}
div.social a.fa-facebook:hover {background-color: #fff;color: #3b5998;}
div.social a.fa-instagram {background-color: #3f729b;}
div.social a.fa-instagram:hover {background-color: #fff;color: #3f729b;}
div.social a.fa-google-plus {background-color: #dd4b39;}
div.social a.fa-google-plus:hover {background-color: #fff;color: #dd4b39;}
.links span label{font-size: .96em}
.links .input{margin: .4em 0}
.input--makiko {overflow: hidden;background: #CBCBCB;}
.input__field--makiko {
	width: 100%;
	background: transparent;
	color: #797693;
	z-index: 10;
	font-weight: 500;
}
.input__label--makiko {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
	color: #fff;
}
.input__label--makiko::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 30px;
	top: 12%;
	left: 15px;
	background: url(../images/mail.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}
.input__label-content--makiko {
	display: block;
	padding: 0.8em 0 0 2.4em;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}
.link .input__label--makiko {font-size: 1.2em}
.input__field--makiko:focus + .input__label--makiko::before,
.input--filled .input__label--makiko::before {-webkit-transform: scale3d(38, 38, 1);transform: scale3d(38, 38, 1);}
.contact{
	width: 100%;
	height: auto;
	background: url(../images/covers/contact.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.site-con{padding: 7% 1%;position: relative;overflow: hidden;}	
.pagee .site-co{padding: 10px}
.white .menu-section .one,
.white .menu-section .two,
.white .menu-section .three{background: #4d4d4d}
.contactform{margin-top: 8%}
.site-co h2{
	text-align: center;
	color: #4d4d4d;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400
}
.site-co .contac{text-align: center;float: left;width: 46%}
.site-co .contac h1{font-size: 19px;text-transform: uppercase;text-align: left;margin-bottom: 20px;}
.site-co .contac input,
.site-co .contac  textarea,
.site-co .contac select{
	width: 100%;
    outline: 0;
    padding: 3%;
    margin-bottom: 2%;
    background-color: #ebebeb;
    border: none;
    font-family: open sans;
    font-size: 14px;
}
.site-co .contac  textarea::-webkit-input-placeholder,
.site-co .contac  input::-webkit-input-placeholder,
.site-co .contac select::-webkit-input-placeholder,
.site-co .contac select option::-webkit-input-placeholder{
	color: #959595;
}
.site-co input[type="submit"]{width: 20%;background-color: #435468;padding:10px;border: 0;color: #fff;margin-top: 10px;float: left;}
.site-co input[type="date"]{height: 39px}
.site-co .contac  textarea{height: 300px;resize: none}
.site-co .contac select{height: 49px;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 16px;color:#959595 }
.site-co .info{margin-top: 45px;float: right;font-family: open sans;}
.site-co .info hr{opacity: .3;margin: 20px 0}
.site-co .info > div{margin-top: 20px}
.site-co .info div span{font-weight: 600;}
.site-co .info div .indent{margin-left: 27px}
.arrow{position: relative;}
.site-co form .arrow:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    right: 14px;
    position: absolute;
    top: 16px;
    color: #959595
}
.holiday{
	width: 100%;
	height: auto;
	background: url(../images/covers/holiday.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}
.site-co h2 span{
    font-size: 2em;
    font-weight: bold;
}





























.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
  margin-top: 60px;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 2;
  background: #F4F4F4
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    font-weight: 700;
    font-size: 1.2em;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 24%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .cd-gallery li {
    width: 19%;
  }
}
/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #156BB4;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
  width: 100%
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  background: #085596;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #1982DA;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 2%;
  height: 46px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  color: #9a9a9a;
  white-space: nowrap;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
  color: #fff
}
.cd-filter-trigger i{
	font-size: 18px
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #156BB4;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 47%;
  width: 12px;
  height: 11px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1em !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1em;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
.cd-filter-content{
	overflow: hidden;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 550px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 7.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 150%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .discount {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Open Sans
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
  text-align: left;

}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
}
.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
	font-family: open sans;
	font-weight: bold;
	color:#4D4D4D;
}
.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
	font-size: 20px;
}
.post-module .post-content .post-meta a {
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	font-size: 18px; 
	color: #4D4D4D;
}
.post-module .post-content .post-meta a:hover {color: #e74c3c;}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.cd-section {
  text-align: center;
  position: absolute;
  top: 65%;
  left: 26%;
  z-index: 10
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em 10%;
  }
  .cd-section p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    padding: 4em 20%;
  }
}

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 3em 5%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}

.cd-modal-action {
  position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
}
.cd-modal-bg{
  background-color: #34383c;
}
.cd-modal-action .btn {
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}
#contaianer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}
#wrapper {
  overflow: hidden;
  position: absolute;
  /*width: 1500px;
  height: 800px;*/
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper div {
  position: absolute;
  background-position: center center;
  background-size: cover;
}
.p1 {
	width: 107%;
	height: 120%;
  /*width: 1776px;
  height: 1183px;*/
  z-index: 6;
  background-image: url('../images/covers/base.jpg');
  right: -20px;
  bottom: -8px;
    
}
.p2 {
  width: 72%;
    height: 57%;	
  z-index: 8;
  background-image: url('../images/covers/layer.png');
  right: 36%;
    top: 47%;
}
.p3 {
  width: 1082px;
  height: 729px;
  z-index: 10;
  background-image: url('http://c-araujo.com/QAyjA6B.png');
  left: 718px;
  top: 136px;
}
.letra {
  font-weight: 900;
  color: #24395A;
  font-size: 17.5em;
  top: 41%;
  margin-top: -115px;
  width: 100%;
  text-align: center;
  z-index: 7;
  text-transform: uppercase;
}
.glitch {
  color: white;
  font-size: 70px;
  position: relative;
  margin: 0 auto;
  font-weight: 600;
  font-family: open sans
}
@keyframes noise-anim {
  0% {clip: rect(78px, 9999px, 65px, 0);}
  5% {clip: rect(57px, 9999px, 28px, 0);}
  10% {clip: rect(28px, 9999px, 68px, 0);}
  15% {clip: rect(37px, 9999px, 4px, 0);}
  20% {clip: rect(48px, 9999px, 100px, 0);}
  25% {clip: rect(2px, 9999px, 39px, 0);}
  30% {clip: rect(7px, 9999px, 52px, 0);}
  35% {clip: rect(38px, 9999px, 86px, 0);}
  40% {clip: rect(99px, 9999px, 62px, 0);}
  45% {clip: rect(78px, 9999px, 90px, 0);}
  50% {clip: rect(19px, 9999px, 92px, 0);}
  55% {clip: rect(33px, 9999px, 29px, 0);}
  60% {clip: rect(17px, 9999px, 58px, 0);}
  65% {clip: rect(56px, 9999px, 57px, 0);}
  70% {clip: rect(2px, 9999px, 36px, 0);}
  75% {clip: rect(19px, 9999px, 97px, 0);}
  80% {clip: rect(5px, 9999px, 99px, 0);}
  85% {clip: rect(83px, 9999px, 66px, 0);}
  90% {clip: rect(2px, 9999px, 39px, 0);}
  95% {clip: rect(85px, 9999px, 59px, 0);}
  100% {clip: rect(75px, 9999px, 42px, 0);}
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: #34383c;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-2 {
  0% {clip: rect(78px, 9999px, 13px, 0);}
  5% {clip: rect(47px, 9999px, 24px, 0);}
  10% {clip: rect(25px, 9999px, 24px, 0);}
  15% {clip: rect(77px, 9999px, 57px, 0);}
  20% {clip: rect(76px, 9999px, 92px, 0);}
  25% {clip: rect(38px, 9999px, 11px, 0);}
  30% {clip: rect(12px, 9999px, 13px, 0);}
  35% {clip: rect(38px, 9999px, 66px, 0);}
  40% {clip: rect(61px, 9999px, 75px, 0);}
  45% {clip: rect(7px, 9999px, 74px, 0);}
  50% {clip: rect(16px, 9999px, 33px, 0);}
  55% {clip: rect(46px, 9999px, 94px, 0);}
  60% {clip: rect(25px, 9999px, 47px, 0);}
  65% {clip: rect(75px, 9999px, 73px, 0);}
  70% {clip: rect(22px, 9999px, 23px, 0);}
  75% {clip: rect(85px, 9999px, 61px, 0);}
  80% {clip: rect(17px, 9999px, 72px, 0);}
  85% {clip: rect(22px, 9999px, 71px, 0);}
  90% {clip: rect(86px, 9999px, 82px, 0);}
  95% {clip: rect(14px, 9999px, 78px, 0);}
  100% {clip: rect(60px, 9999px, 38px, 0);}
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: #34383c;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;

  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}
.travelholder{
	position: absolute;
	top: 40%;
	left: 0;
	margin: 0 auto;
	padding: 0 80px;
	color: #fff;
}
.travelh{
	mix-blend-mode:overlay;
	position: relative;
    color: #ded4b9;
    z-index: 3;
    margin: 0 auto;
}
.travelh h1{
	max-width: 765px;
  margin: 0 0 24px;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 107px;
  line-height: 84px;
  letter-spacing: -5px;
  text-transform: uppercase;
  text-align: left;
}
.travelh h1 span{
	    font-size: 60px;
    letter-spacing: 1px;
}
.travelp{
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
	max-width: 1440px;
	min-width: 789px;
	margin: 0 auto;
	padding: 0 80px;
	transition: left 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	-webkit-transition: left 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	color: #fff;
}
.travelholder p{
	max-width: 750px;
  margin: 0 0 48px 9px;
  font-family: open sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
      font-weight: bold;
      z-index: 3;
      position: relative;
      opacity: .7
}
.travelholder button {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0;
  padding: 13px 30px;
  overflow: hidden;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: none;
  color: #ded4b9;
  border: solid 2px #ded4b9;
  outline: none;
  cursor: pointer;
  z-index: 3
}
.travelholder button.show {
  opacity: 1;
  transition: opacity 2s 2.5s, color 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: opacity 2s 2.5s, color 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.travelholder button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: .01%;
  height: 100%;
  background: #ded4b9;
  transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.travelholder button:hover,
.travelholder button.on {
  color: #4D4D4D;
}
.travelholder button:hover:before,
.travelholder button.on:before {
  width: 100%;
}
.travelholder button.on {
  pointer-events: none;
}









.background-video .info {
  position: absolute;
  top: 0;
  left: -360px;
  z-index: 3;
  width: 360px;
  height: 100%;
  background: #f7f3e8;
  color: #111;
  transition: left 0.75s cubic-bezier(0.6, 0, 0.25, 1);
  -webkit-transition: left 0.75s cubic-bezier(0.6, 0, 0.25, 1);
}
.background-video .info > i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 15px;
  opacity: 0;
  cursor: pointer;
  transition: opacity .5s 1.2s;
  -webkit-transition: opacity .5s 1.2s;
}
.background-video .info > i span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.background-video .info > i span:before,
.background-video .info > i span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #111;
}
.background-video .info > i span:before {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.background-video .info > i span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.background-video .info > div {
  position: absolute;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 40px;
  transition: top 0.75s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: top 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	font-size: 19px;

}
.background-video .info > div p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin: 0 0 16px;
}
.background-video .info > div p strong {
  font-weight: 700;
}
.background-video .info > div h3 {
  margin: 18px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
}
.background-video .info > div a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.background-video .info > div a i {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.background-video .info > div a i:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.001%;
  height: 100%;
  transition: width 0s, background .5s;
  -webkit-transition: width 0s, background .5s;
}
.background-video .info > div a i:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.001%;
  height: 100%;
  background: #000;
  transition: width .5s;
  -webkit-transition: width .5s;
}
.background-video .info > div a:hover i:before {
  width: 100%;
  background: #000;
  transition: width .5s;
  -webkit-transition: width .5s;
}
.background-video .info > div a:hover i:after {
  width: 100%;
  background: transparent;
  transition: background 0s;
  -webkit-transition: background 0s;
}
.background-video .info > div.on {
  top: 50%;
  transition: top 1.25s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: top 1.25s cubic-bezier(0.75, 0, 0.25, 1);
}
.background-video .info.on {
  left: 0;
}
.background-video .info.on > i {
  opacity: 1;
}

@media all and (max-width: 1366px){
	.p2{
	    width: 1200px;
		height: 473px;
		z-index: 8;
		right: 33%;
		top: 49%;
	}
	.post-module .thumbnail img{
		width: 193%
	}
}
.respo{
	width: 90vw;
	height: 90vh
}
#googleMap{background-color: rgb(244,244,244) !important;margin-top: 20px}






#ui-datepicker-div{z-index: 99 !important}

.world {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #7BAECB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.land {
  position: absolute;
  height: 20px;
  background: #99CC99;
  border-radius: 150px;
}

.clouds {
  width: 170px;
  height: 170px;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.cloud {
  width: 20px;
  height: 10px;
  background: white;
  border-radius: 20px;
}
.ui-datepicker-material-header {
  display: none ;
  background-color: #284B72;
  color: white;
  text-align: center;
  width: 325px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #b4cbe5;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 27px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #284B72;
  color: white;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5;
}
.place{
	padding: 30px 20px;
	overflow: hidden;
}
.place a{
	float: left;
	color: #000
}
.place a:hover{color: #126AB4}
.place ul{

}
.place ul li{
	display: inline-block;
	padding: 0 1%;
	line-height: 14px;
}
.pager{padding: 0 20px}
.pagee{background:#fff;}
.trip-img{margin-top: 0 !important;width: 50%;float: left;}
.site-co .bx-wrapper{height: 100%;position: relative;}
.site-co .bx-wrapper img{max-width: initial;}
.site-co .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
	height: 100% !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-co .bxslider{height: 100%; width: 100%; top: 0;left: 0}
.site-co .bxslider li{
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.site-co .overly{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(244, 244, 244,1)); 
	background: -o-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(244, 244, 244,1), rgba(255,0,0,0)); 
}
#bg{position: relative}
#bg img {
	max-width: 117%;
	position: absolute;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.site-co .bxslider li > div{z-index: 112;text-align: center;width: 100%;top: 0;position: absolute;}
.site-co .bxslider li h1,
.site-co .bxslider li h2{margin: 0;font-weight: bold;text-transform: uppercase;color: #fff;font-family: 'anders'}
.site-co .bxslider li h2{font-size: 40px}
.site-co .bxslider li h1{font-size: 64px}
.site-co .bxslider li hr{width: 10%}
.site-co #bx-pager {bottom: -20px;text-align: center;float: right;}
.site-co #bx-pager a {border: solid #ccc 1px;display: block;margin: 0 5px;padding: 3px;width: 100px;}
.site-co #bx-pager a img{width: 100%;} 
.site-co #bx-pager a:hover,
.site-co #bx-pager a.active {border: solid #5280DD 1px;}
.site-co .bx-wrapper {margin-bottom: 20px;}
.site-co #bx-pager-item img{max-width: 100px !important;}
.trip-info{float: left;width: 39%;margin-top:0 !important;padding: 0 16px;}
.trip-info h3{font-size: 25px;margin-bottom: 0}
.trip-info h3 i,.trip-info h4 i{margin-right: 5px;}
.trip-info p{text-align: left;}
.trip-info h4 {font-size: 18px;margin: 0;padding: 10px 0;}
.trip-info h4 span{text-decoration: line-through;font-size: 15px;opacity: .5;margin-left: 10px}
.trip-info h4 span.discoun{color: red;text-decoration: none;opacity: 1}
.site-co ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.site-co ul.tabs li {
	font-size: 	18px;
	font-weight: 600;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 30px;
	color: #b1b1b1;
	overflow: hidden;
	position: relative;
}
.site-co .tab_last {  }
.site-co ul.tabs li:hover {
	color: #333;
}
.site-co ul.tabs li.active {
	color: #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	display: block;
}
.site-co .tab_container {
	border-top: none;
	clear: both;
	width: 100%;
    max-width: 742px;
	background: #fff;
	overflow: auto;
	margin-top: 0;
}
.site-co .tab_content {
	padding: 20px;
	display: none;
	width: 100%;
}
.site-co .tab_drawer_heading { display: none; }
#tab6{max-width: 450px}
@media screen and (max-width: 480px) {
	.site-co .tabs {
		display: none;
	}
	.site-co .tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.site-co .d_active {
		background-color: #666;
		color: #fff;
	}
}
.tab_container h3{margin-bottom: 10px;}
.tab_container p{text-align: left;margin: 0}
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #4D4D4D;
  color: #fff;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #fff;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
.rwd-table th span, .rwd-table td span{
  font-size: 15px;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}
.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 106px;
  margin: 10px 0;
}
.star-ratings-sprite-rating {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
.tab_content img{float: left;}
.extra-info{float: right;width: 60%;}
.attract{margin-bottom: 20px;overflow: hidden;}
.extra-info h4{margin: 8px 0}
.flight-details{}
.booking{float: right;width: 35%;padding: 0 20px;}
.all-details{overflow: hidden;margin-top: 50px !important}
.trip-details{overflow: hidden;margin-top: 0 !important}
#tab6 input,#tab6 select,#tab6 textarea {width: 92%;}
#tab6 .custom-select{margin: 1em 0.5em !important;max-width: 108px !important;font-size: 16px !important;margin-bottom: 20px !important 	}
#tab6 h2{text-align: left;margin-bottom: 20px;font-size: 22px;line-height: 40px;}
#tab6 .input{margin: 1em 0;max-width: 100%;font-size: 20px;}
#tab6 input[disabled="disabled"]{margin-top: 20px;padding: 10px;}
#tab6 textarea{height: 100px;background: #EBEBE4;padding: 10px;}
#tab6 input[type="submit"]{width: 40%;margin-bottom: 40px;}
.visa{padding: 30px;}
.visa h2,.visa p{text-align: left;}
.visa img{margin-top: 20px;float: left;max-width: 100%;width: 44%;}
.visa .golft{margin: 30px 0 0 20px;width: 54%;float: left;}
.frstinfo{overflow: hidden;}
.dl-menuwrapper:first-child {margin-right: 20px;}
.dl-menuwrapper ul {background: #4d4d4d;}
.dl-menuwrapper ul {width: 222px !important;padding: 0;list-style: none;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.dl-menuwrapper li {position: relative;}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.no-touch .dl-menuwrapper li a:hover {background: rgba(255,248,213,0.1);}
.dl-menuwrapper .dl-menu {
	margin: 15px 0 0 0;
	/*position: absolute;
	width: 100%;*/
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {transition: all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen {opacity: 1;pointer-events: auto;-webkit-transform: translateY(0px);transform: translateY(0px);}
.no-js .dl-menuwrapper li .dl-submenu {display: block;}
.no-js .dl-menuwrapper li.dl-back {display: none;}
.no-js .dl-menuwrapper li > a:not(:only-child) {background: rgba(0,0,0,0.1);}
.no-js .dl-menuwrapper li > a:not(:only-child):after {content: '';}
.mob .menu {
  width: 40px;
  height: 40px;
  margin-left: 135px;
  margin-top: 12px;
  background: none;
  outline: none;
  border:0;
}
.mob .menu:hover {
  cursor: pointer;
}
.mob .menu.open .menu-item {
  background: #4d4d4d;
}
.mob .menu.open .menu-item:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 10px 50%;
  -ms-transform-origin: 10px 50%;
  -webkit-transform-origin: 10px 50%;
  transform-origin: 10px 50%;
}
.mob .menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.mob .menu.open .menu-item:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 8px 50%;
  -ms-transform-origin: 8px 50%;
  -webkit-transform-origin: 8px 50%;
  transform-origin: 8px 50%;
}
.mob .menu-item {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 0 5px;
  background: #0066b3;
}
.norm{font-weight: normal;color: #0066b3;line-height: 79px;float: left;position: relative;left: 129px}
.norm--active{color: #4d4d4d}
.trig{margin-top: -19px}
.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 23px;
  right: 25px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.menu-section .one,
.menu-section .two,
.menu-section .three {
  width: 100%;
  height: 4px;
  background: white;
  margin: 7px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-section nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 9% auto;
  text-align: center;
}
.menu-section nav ul.hidden {
  display: none;
}
.menu-section nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 4vw;
  line-height: 1.5;
  width: 100%;
  display: block;
}
.menu-section nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
}
.ser-con{text-align: center;}
h4 a {text-decoration: none;color: inherit;}
h4 a:hover{color: blue}
@media (max-width: 1290px){
	.home .bxslider li h1{font-size: 50px;}
	.booking{width: 100%;float: none;margin-top: 60px;}
	.flight-details{float: none;}
	.site-co .tab_container{max-width: 100%;float: none;}
}
@media (max-width: 1090px){
	nav.menu, .overly{display: none;}
	.menu-section nav ul a{font-size: 4vw;line-height: 2}
	.site-co ul.tabs li{width: 100%;}
	.visa img{width: 500px}
	.site-co h2{font-size: 1.7em}
	.contactform{margin-top: 60px;}
	.site-co .contac{width: 100%;float: none;}
	.site-co .info{float: none;margin-top: 90px;}
	.menu-section.on{display: block;}
	.site-co #bx-pager a{display: inline-block;}
	.trip-img{width: 60%;}
}
@media (max-width: 700px){
	nav.menu{display: none;}
	.mob,.navbar .trig{display: block;}
	.footer .links{width: 50%;}
	.home .bxslider li h1{font-size: 30px;}
	.tabs nav ul li{flex:none;-webkit-flex: none; -moz-flex: none;-ms-flex: nonef;width: 100%;}
	.site-co h2{font-size: 1.2em}
}
@media (max-width: 500px){
	.trip-img{float: none;width: 500px;}
	.trip-info{float: none;width: 100%;}
}
/* New Code */
@media print {
	.trip-img{display: none}
	.trip-info{float: none}
	footer{display: none}
}
.grid {
	position: relative;
	margin: 0 auto;/*
	padding: 1em 0 4em;
	max-width: 1000px;*/
	list-style: none;
	text-align: center;
	overflow: hidden;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 259px;
	max-height: 290px;
	width: 23.3%;/*
	background: #3085a3;*/
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 24px
}
.grid figure:nth-child(5n+0),.grid figure:first-child{margin: 0 0 0 0}
.grid figure:nth-child(5){margin: 0}
.grid figure:nth-child(6),.grid figure:nth-child(7),.grid figure:nth-child(8){margin: 0 0 0 24px}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;/*
	font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {pointer-events: none;}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h5 {font-weight: 300;}
.grid figure h5,
.grid figure p {margin: 0;}
.grid figure p {letter-spacing: 1px;font-size: 68.5%;}
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 2em 1em;
	height: 11.9em;
	background: rgba(18,106,180,.9);
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-zoe h5{float: left;}
figure.effect-zoe p.icon-links a {float: right;color: #fff;font-size: 1.4em;}
figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {color: #252d31;}
figure.effect-zoe p.description {
	position: absolute;
	top: 6em;/*
	padding: 2em;*/
	color: #fff;
	text-transform: none;
	font-size: 75%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	text-align: left;
	line-height: 17px;
	width: 226px
}
figure.effect-zoe h5,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	font-weight: bold
}
figure.effect-zoe h5{display: inline-block;}
figure.effect-zoe:hover p.description {opacity: 1;}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h5,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h5{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	font-size: 14px;
	padding: 0 10px 10px 0;
    border-bottom: 1px solid #fff;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {-webkit-transition-delay: 0.1s;transition-delay: 0.1s;}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {-webkit-transition-delay: 0.15s;transition-delay: 0.15s;}
figure.effect-zoe:hover p.icon-links a:first-child {-webkit-transition-delay: 0.2s;transition-delay: 0.2s;}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;

	}
}
.title h2.bigg{margin: 0 0 60px 0;}


/* New */
.navbar .container{position: relative;}
.navbar .med {
    padding: 20px;
    /* overflow: hidden; */
    position: absolute;
    width: 100%;
}
.bottom{
	position: absolute;
	top: 50px;
	display: none;
	z-index: 99;
	background: #ccc;
	padding: 15px 0;
	font-size: 15px
}
ul li:hover > ul{
	display: block;
}
.menu-section nav a > .bottom:hover{display: block;}
.bottom ul{top:10px;left:100%}
ul li:hover > a{color: #fff}
.med:after {
  content: "";
  display: table;
  clear: both;
}
ul ul li{float:none;line-height: 25px}
ul ul a{line-height:120%;padding:10px 15px;font-size: 13px;color: #4d4d4d}
ul ul ul{top:10px;left:100%}
ul li:hover > a{color: #fff}
.menu-section nav ul .bottom a{font-size: 2.5vw}
.menu-section nav ul .bottom{position: inherit;margin: 0;background: rgba(0,0,0,.4);}
@media (max-width: 1090px){
	.navbar .med{width: inherit;}
	.menu-section{display: block;}
}
@media (min-width: 1090px){
	.menu-section.on{display: none;}
}
.tab_last{
	background: #f37c22;
	color: #fff !important
}