.fancybox-nav{
	font-size:20px;
	color:#2c3a6d;
	background-color:#fff;
	padding:15px;
	width:auto;
	height:auto;
	opacity:0.7;
	top:50%;
	margin-top:-25px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.fancybox-nav:hover{
	opacity:1;
}
.fancybox-close{
	background-color:#fff;
	color:#2c3a6d;
	font-size:20px;
	width:auto;
	height:auto;
	padding:15px;
	opacity:0.7;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.fancybox-close:hover{
	opacity:1;
}
.next-arrow, .prev-arrow{
	position:absolute;
	top:50%;
	margin-top:-17.5px;
	font-size:20px;
	cursor:pointer;
	padding:15px 0;
	color:#7f7f7f;
}
.next-arrow{
	right:0px;
}
.prev-arrow{
	left:0px;
}
#object-list .prev-arrow, #object-list .next-arrow{
	display:none !important;
}
#cageslider{
	width:100%;
	height:400px;
	position:relative;
}
#cageslider img{
	display:none;
}
.cageslide-pagers-wrapper{
	position:absolute;
	right:-25px;
	top:120px;
}
.cageslide-pagers{
	width:20px;
	height:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#2c3a6d;
	margin:15px 0;
	cursor:pointer;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.pager-active{
	background-color:#e2e0db;
}
.cageslider-screen{
	width:100%;
	height:400px;
}


.search-ul{
	top: -6px;
	width: 100%;
	display: table;
	background-color: #0e1529;
	padding: 0;
	z-index: 9;
	position:relative;
}
.drop-up {
	position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9;
    width: 250px;
    text-align: left;
    background: #0e1529;
}
.drop-up a {
	padding: 10px 25px;
    width: 100%;
    transition: .3s;
    background-color: #0e1529;
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.drop-up li:hover a { 
	color: #0e1529;
	background-color: white;
}
.drop-up li:last-child a { border: none; }



.search-single{
	width:auto;
	color:#fff;
	text-align:center;
	display:table-cell;	
	font-size:13px;
	font-weight:600;

	position: relative;
}
.search-single:hover .drop-up { display: block; }
.search-single:hover{ background: rgb(25,41,84); }
.search-single:hover .search-sub{
	height:250px;
	padding:80px 80px;
}
.search-single-link{
	padding:15px 0;
	position:relative;
	z-index:12;
}
.search-single .search-single-link:after{
	content:"";
	background: -moz-linear-gradient(left,  rgba(25,41,84,1) 0%, rgba(60,74,145,1) 50%, rgba(25,41,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,41,84,1)), color-stop(50%,rgba(60,74,145,1)), color-stop(100%,rgba(25,41,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192954', endColorstr='#192954',GradientType=1 ); /* IE6-9 */
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}

.search-single:hover .search-single-link:after{
	height:100%;
	opacity:1;
}
.search-single .search-single-link:before{
	content:"";
	width: 0;
	height: 0;
	display:none;
	border-style: solid;
	border-width: 0 50px 10px 50px;
	border-color: transparent transparent transparent transparent;
	position:absolute;
	bottom:-30%;
	left:0px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.search-single:hover .search-single-link:before{
	border-color: transparent transparent transparent transparent;
}
#search-1:before{
	border-width: 0 51.5px 10px 51.5px;
}
#search-2:before{
	border-width: 0 72px 10px 72px;
}
#search-3:before{
	border-width: 0 72px 10px 72px;
}
#search-4:before{
	border-width: 0 51.5px 10px 51.5px;
}
#search-5:before{
	border-width: 0 36px 10px 36px;
}
#search-6:before{
	border-width: 0 83.5px 10px 83.5px;
}
#search-7:before{
	border-width: 0 70px 10px 70px;
}
#search-8:before{
	border-width: 0 56.5px 10px 56.5px;
}
#search-9:before{
	border-width: 0 97px 10px 97px;
}
.search-single:hover .no-sub:before{
	border-color: transparent transparent #eae3d1 transparent;
}
.search-sub{
	text-align:left;
	height:0px;
	position:absolute;
	z-index:10;
	overflow:hidden;
	width:100%;
	left:0px;
	padding:0 80px;
	background-color:#0e1529;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.search-sub:after{
	content:"";
	display:table;
	clear:both;
}
.search-sub-col{
	width:20%;
	float:left;
}
.search-sub-col-title{
	font-size:13px;
	font-weight:600;
	margin-bottom:20px;
	text-transform:uppercase;
}
.search-sub-single-link{
	font-size:13px;
	margin-bottom:5px;
	font-weight:400;
}
#home-search{
	margin:20px 0;
}
.section-head{
	position:relative;
	margin:30px 0;
}
#special{
	padding-bottom:25px;
}
.section-title{
	text-align:center;
	display:block;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	color:#0e1529;
	position:relative;
}
.section-title:after{
	content:"";
	width:30%;
	height:1px;
	border-top:1px solid rgba(13,17,29,0.22);
	position:absolute;
	top:8px;
	left:0;
}
.mobile-logo-link{
	display:none;
}
.section-title:before{
	content:"";
	width:30%;
	height:1px;
	border-top:1px solid rgba(13,17,29,0.22);
	position:absolute;
	top:8px;
	right:0;
}
.section-head:after{
	content:"";
	background:url(../img/ornament-right.png);
	width:42px;
	height:25px;
	position:absolute;
	right:32%;
	top:-4px;
}
.section-head:before{
	content:"";
	background:url(../img/ornament-right.png);
	width:42px;
	height:25px;
	position:absolute;
	left:32%;
	top:-4px;
}
.search-form label, .object-form label{
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	display:block;
	color:#1f2d64;
	margin-bottom:5px;
}
.form-group{
	display:inline-block;
	padding:5px 15px;
}
.btn{
	padding:10px 30px;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	display:inline-block;
	letter-spacing:0.5px;
	text-shadow:0 0 0px #fff;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.btn:hover{
	text-shadow:0 0 8px #000;
}
.btn-default{
	background: rgb(25,41,84); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(25,41,84,1) 0%, rgba(60,74,145,1) 50%, rgba(25,41,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,41,84,1)), color-stop(50%,rgba(60,74,145,1)), color-stop(100%,rgba(25,41,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192954', endColorstr='#192954',GradientType=1 ); /* IE6-9 */
}
.kids-count{
	width:100%;
	margin:0;
	text-align:left;
}

.dropdown-select{
	background-color:transparent;
	color:#fff;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	border:none;
	text-align:left;
	position:absolute;
	width:100%;
	z-index:5;
}
.dropdown-single{
	color:#0e1529;
	padding:10px 25px;
	width:100%;
	background-color:#0e1529;
	color:#fff;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
.dropdown{
	position:relative;
	cursor:pointer;
}
.hasDatepicker{
	cursor:pointer;
}
.dropdown-active{
	font-size:14px;
background-color:#0e1529;
color:#fff;
padding:15px 20px;
padding-right:55px;
font-family: 'Source Sans Pro', sans-serif;
width:220px;

border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.dropdown:after{
	content:"\f107";
	position:absolute;
	top:0px;
	right:0px;
	
	padding:14px 11px;
	font-size:16px;
	color:#fff;
	font-family:'Fontawesome';
	background-color:rgba(60,74,145,1);
	/* 
	background: rgb(25,41,84); 
	background: -moz-linear-gradient(left,  rgba(25,41,84,1) 0%, rgba(60,74,145,1) 50%, rgba(25,41,84,1) 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,41,84,1)), color-stop(50%,rgba(60,74,145,1)), color-stop(100%,rgba(25,41,84,1))); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* IE10+ */
	/* background: linear-gradient(to right,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192954', endColorstr='#192954',GradientType=1 ); /* IE6-9 */
	z-index:1;
}
.datepicker:after{
	content:"\f073";
}
.special-wrapper:after{
	content:"";
	display:table;
	clear:both;
}
.special-single{
	width:33.3333333%;
	float:left;
	padding:0 15px;
}
.special-content{
	position:relative;
	max-height: 190px;
    overflow: hidden;
}
.special-single-info{
	position:absolute;
	bottom:0px;
	left:0;
	background:rgba(0,0,0,0.69);
	padding:10px 15px;
	color:#e2e3e3;
	width:100%;
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.special-single-info p:last-child{
	font-weight:600;
	color:#989898;
	font-size:14px;
}
.special-single-info p:first-child{
	margin-bottom:5px;
	font-size:15px;
	font-weight:400;
}
.special-single-info p:first-child strong{
	font-weight:400;
}
.special-single-img{
	width:100%;
	height:100%;
	opacity:1;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.special-single:hover .special-single-img{
	opacity:0.8;
}
.special-single:hover .special-single-info{
	background:rgba(0,0,0,1);
}
.special-single .btn{
	margin-top:10px;
	float:right;
	padding:15px 30px;
}
#offers{
	width:1200px;
	position:relative;
	display:block;
	margin:20px auto;
	padding:0 80px;
}
#offers:after{
	content:"";
	display:table;
	clear:both;
}
.offer{
	width:33.3333333%;
	float:left;
	padding:0 30px;
}
.offer-img-wrap{
	width:100px;
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding-top:25px;
	display:block;
	margin:15px auto;
}
#offer-1{
	background:url(../images/offers/offer1-bg.jpg);
	padding-top:38px;
}
#offer-2{
	background:url(../images/offers/offer2-bg.jpg);
	padding-top:20px;
}
#offer-3{
	background:url(../images/offers/offer3-bg.jpg);
}
.offer-desc{
	text-align:center;
	color:#fff;
	font-size:15px;
}
.offer-desc i{
	padding-left:5px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.offer:hover .offer-desc i{
	padding-left:15px;
}
#about{
	padding-bottom:70px;
	margin-bottom:-70px;
	z-index:4;
	overflow:hidden;
}
#about:after{
	content:"";
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-20px;
	right:-20px;
}
#about:before{
	content:"";
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-20px;
	left:-20px;
}
.about-block{
	width:33.33333333%;
	float:left;
	padding:0 15px;
	position:relative;
}
.about-block:hover .about-block-img{
	opacity:0.3;
}
.about-block:hover .about-block-title{
	color:#000;
}
.about-block:hover .about-block-desc{
	color:#000;
}
.about-block-img{
	width:100%;
	z-index:4;
	position:relative;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.about-block-title{
	color:#fff;
	position:absolute;
	top:20px;
	left:40px;
	z-index:5;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	max-width:80%;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.about-block-desc{
	position:absolute;
	top:60px;
	left:40px;
	z-index:5;
	color:#fff;
	font-size:14px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.about-block .btn{
	float:right;
	margin:20px 0;
	padding:15px 30px;
}
.ribbon-footer{
	background:url(../images/footer-nav.png);
	background-repeat:no-repeat;
	width:1300px;
	display:block;
	margin:0 auto;
	background-size:100% auto;
	text-align:center;
	height:93px;
	position:relative;
	z-index:5;
}
.ribbon-footer:after{
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #5163a0;
	position:absolute;
	left:0px;
	top:20px;
}
.ribbon-footer:before{
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #5163a0;
	position:absolute;
	left:0px;
	bottom:5px;
}
.buisness{
	padding:37px 20px;
	position:relative;
	top:10px;
	display:inline-block;
	color:#fff;
	font-size:15px;
}
.ribbon-footer .btn{
	display:inline-block;
	padding:15px 30px;
	position:relative;
	top:10px;
}
.btn-navy{
	background: rgb(14,21,41); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(14,21,41,1) 0%, rgba(26,39,77,1) 50%, rgba(14,21,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(14,21,41,1)), color-stop(50%,rgba(26,39,77,1)), color-stop(100%,rgba(14,21,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(14,21,41,1) 0%,rgba(26,39,77,1) 50%,rgba(14,21,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(14,21,41,1) 0%,rgba(26,39,77,1) 50%,rgba(14,21,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(14,21,41,1) 0%,rgba(26,39,77,1) 50%,rgba(14,21,41,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(14,21,41,1) 0%,rgba(26,39,77,1) 50%,rgba(14,21,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1529', endColorstr='#0e1529',GradientType=1 ); /* IE6-9 */
	
}
.about-wrapper:after{
	clear:both;
	content:"";
	display:table;
}

