* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

html {
	margin: 0 auto;
}

body {
	min-width: 1000px;
	max-width: 1920px;
	margin: 0 auto;
}

.modal {
	position: fixed;
	top: -400px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	padding: 65px 20px 20px;
	z-index: 100;
	opacity: 0;
	background: #FFF;
	box-shadow: 0px 0px 15px #222;
}
	.modal h2 {
		background: #05A2BD;
		padding: 0 20px;
		line-height: 40px;
		height: 40px;
		color: #FFF;
		font-weight: normal;
		font-size: 14px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.modal .close {
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
		line-height: 20px;
		width: 20px;
		text-align: center;
		display: block;
		font-size: 24px;
	}
		.modal .close:hover {
			font-weight: 600;
			color: #CCC;
		}
	.modal input[type=text] {
		width: 380px;
		padding: 0 10px;
		display: block;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
		border: 1px solid #CCC;
	}
	.modal input[type=text].error {
		border: 1px solid red;
	}
	.modal input[type=submit] {
		margin: 0 auto;
	}

.hidden {
	display: none;
}

.hover {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	top: 0;
	left: 0;
}

.modal > .success p {
	text-align: center;
	color: green;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix, .both {
	clear: both;
}

.wrapper {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper:after {
	content: '';
	clear: both;
	display: block;
}

header {
	position: relative;
	background-size: cover;
}
.not-main header {
	height: 50px;
	box-shadow: 0 0 10px #999;
	z-index: 10;
	background: #FFF;
}
.not-main .header-replacement {
	height: 50px;
}
.not-main header.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
	header .video {
		height: 100%;
		width: 100%;
		position: absolute;
		overflow: hidden;
		z-index: -1;
	}
		header .video video {
			position: absolute;
			left: 0;
			bottom: 0;
			right: 0;
			margin: auto;
		}
	header .video .cont {
		position: absolute;
		height: 2000px;
		width: 100%;
		top: 0;
		left: 0;
	}
	header .top-panel {
		height: 50px;
		background: #FFF;
		box-shadow: 0 0 10px #999;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
	}
	header .top-panel-replacement {
		height: 50px;
	}
	.not-main header .top-panel-replacement {
		display: none;
	}
	.not-main header .top-panel {
		box-shadow: none;
		max-width: 1200px;
		min-width: 1000px;
		margin: 0 auto;
		position: static;
	}
	.not-main header .col-1 {
		height: 78px;
	}
	.not-main header .col-2 {
		height: 78px;
	}
	.not-main header .logo {
		box-shadow: none;
	}
header:after {
	content: '';
	clear: both;
	display: block;
}
	header .logo {
		height: 50px;
		width: 215px;
		display: block;
		float: left;
		background: #FFF url(../images/logo.png?v1) no-repeat center;
		background-size: 190px;
	}
	header .search-tour {
		height: 36px;
		line-height: 36px;
		border-radius: 6px;
		background: #05A2BD url(../images/globus.png) no-repeat 12px center;
		color: #FFF;
		float: right;
		display: block;
		margin-top: 7px;
		margin-right: 10px;
		text-decoration: none;
		padding: 0 12px 0 42px;
		font-size: 13px;
		text-transform: uppercase;
		width: 240px;
		box-sizing: border-box;
	}
	header .links {
		height: 50px;
		display: block;
		float: left;
		width: calc(100% - 490px);
		box-sizing: border-box;
		text-align: center;
	}
		header .links a {
			display: inline-block;
			border-right: 1px solid #CBCFD2;
			font-size: 13px;
			text-transform: uppercase;
			height: 50px;
			line-height: 50px;
			padding: 0 20px;
			text-decoration: none;
			color: #182536;
			transition: all .3s;
			font-weight: 600;
		}
		header .links a:nth-child(1) {
			border-left: 1px solid #CBCFD2;
		}
		header .links a:hover {
			background: #EFEFEF;
		}
	
.main-menu {
	padding: 0 15px;
	margin-bottom: 30px;
}
header .main-menu {
	padding: 0;
	width: 55px;
	margin-bottom: 0;
}
	.main-menu .divider {
		border-top: 1px dotted #B9B9B9;
		margin: 10px 0;
		display: block;
	}
	.main-menu a {
		font-size: 13px;
		color: #000;
		text-decoration: none;
		font-weight: 500;
		line-height: 18px;
		display: inline-block;
		text-transform: uppercase;
		position: relative;
		padding-left: 32px;
		transition: all .3s;
		border-top: 1px solid rgba(255, 255, 255, .15);
		margin: 0;
	}
	header .main-menu a {
		display: block;
		background: rgba(51, 59, 69, .8);
		color: #FFF;
		line-height: 43px;
		height: 43px;
		padding-left: 55px;
	}
		header .main-menu a b {
			font-weight: 500;
			display: none;
		}
		.main-menu a:nth-child(1) {
			border-top: none;
		}
		.main-menu a:hover {
			color: #05A2BD;
		}
		header .main-menu a:hover {
			color: #FFF;
			background: rgba(19, 25, 32, .8);
		}
		.main-menu a:after {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background: url(../images/menu-icons.png) no-repeat;
		}
		header .main-menu a:after {
			left: 17px;
			top: 11px;
			background: url(../images/menu-icons-white.png) no-repeat;
		}
		.main-menu .order-ticket:after {
			width: 17px;
			height: 17px;
			background-position: -1px 0;
		}
		.main-menu .order-tour:after {
			width: 17px;
			height: 17px;
			background-position: -1px -41px;
		}
		.main-menu .search-hotel:after {
			width: 17px;
			height: 17px;
			background-position: -1px -80px;
		}
		.main-menu .countries:after {
			width: 17px;
			height: 17px;
			background-position: -1px -120px;
		}
		.main-menu .sea-cruises:after {
			width: 17px;
			height: 17px;
			background-position: -1px -200px;
		}
		.main-menu .halal-tour:after {
			width: 17px;
			height: 17px;
			background-position: -1px -240px;
		}
		.main-menu .heal-tours:after {
			width: 17px;
			height: 17px;
			background-position: 0 -281px;
		}
		.main-menu .wedding-tours:after {
			width: 17px;
			height: 17px;
			background-position: 0 -320px;
		}
		.main-menu .study-tours:after {
			width: 17px;
			height: 17px;
			background-position: 0 -360px;
		}
		.main-menu .property-tours:after {
			width: 17px;
			height: 17px;
			background-position: 0 -401px;
		}
		.main-menu .visa:after {
			width: 17px;
			height: 17px;
			background-position: 0 -440px;
		}
		.main-menu .to-corporate-clients:after {
			width: 17px;
			height: 17px;
			background-position: 0 -480px;
		}
		.main-menu .news:after {
			width: 17px;
			height: 17px;
			background-position: 0 -520px;
		}
		.main-menu .questions:after {
			width: 17px;
			height: 17px;
			background-position: 0 -560px;
		}
		.main-menu .reviews:after {
			width: 18px;
			height: 17px;
			background-position: 0px -602px;
		}
		.main-menu .tours:after {
			width: 18px;
			height: 17px;
			background-position: 0px -80px;
		}

.content {
	background: url(../images/content-bg.jpg) repeat center;
	padding: 30px 0 44px;
}
.not-main .content {
	padding: 0;
	background: #FFF;
	background: -moz-linear-gradient(left, #f6f5f5 50%, #ffffff 50%);
	background: -webkit-linear-gradient(left, #f6f5f5 50%,#ffffff 50%);
	background: linear-gradient(to right, #f6f5f5 50%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=1 );
}

.hot-tours {
	background: url(../images/hot-tours-bg.png) no-repeat center top;
	background-size: cover;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
	.content .col-1 {
		position: relative;
		width: 285px;
		box-sizing: border-box;
		float: left;
	}
	.not-main .content .col-1 {
		background: #f6f5f5;
		width: 300px;
		box-sizing: border-box;
		padding: 25px 15px 15px 0;
		position: relative;
		float: none;
		display: table-cell;
		vertical-align: top;
	}
	.content .col-2 {
		position: relative;
		width: calc(100% - 285px);
		padding-left: 30px;
		box-sizing: border-box;
		overflow: hidden;
		float: left;
	}
	.not-main .content .col-2 {
		width: calc(100% - 300px);
		padding: 25px 0 30px 25px;
		float: none;
		display: table-cell;
		background: #FFF url(../images/content-bg.png) repeat-y right top;
		vertical-align: top;
	}
	.content .col-2 .table-view {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.content .col-2 h2.h-t {
		line-height: 24px;
		font-size: 20px;
		color: #068fa3;
		font-weight: 400;
		padding-top: 3px;
	}
	.content .col-1 .row {
		border-bottom: 1px dotted #B9B9B9;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.content .col-1 .row.last {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.content .col-1 .row:after {
		content: '';
		clear: both;
		display: block;
	}
		.content .col-1 .row h1 {
			color: #FDD301;
			font-weight: 400;
			font-size: 14px;
		}
		.content .col-1 .row.currency h1 {
			width: 50px;
			float: left;
		}
		.content .col-1 .row.currency h4 {
			width: 150px;
			float: left;
			margin-top: 0;
		}
		.content .col-1 .row.currency h5 {
			width: 50px;
			float: left;
		}
		.content .col-1 .row h4 {
			color: #FFF;
			font-weight: 400;
			font-size: 14px;
			margin-top: 8px;
		}
		.content .col-1 .row h5 {
			color: #2EE3FF;
			font-weight: 400;
			font-size: 14px;
		}
	.content .col-1 .socials {
		margin-bottom: 27px;
	}
	.content .col-1 .socials:after {
		content: '';
		clear: both;
		display: block;
	}
		.content .col-1 .socials span {
			display: block;
			float: left;
			font-size: 14px;
			color: #333B45;
			width: 60px;
			font-weight: 600;
			line-height: 16px;
		}
		.content .col-1 .socials a {
			width: 32px;
			height: 32px;
			display: block;
			margin-right: 13px;
			float: left;
		}
	.content .col-1 .block {
		background: rgba(51, 59, 69, .75);
		border-top: 3px solid #05A2BD;
		padding: 45px 15px 15px;
		margin-bottom: 14px;
		position: relative;
	}
	.content .col-1 .block-title {
		background: #05A2BD;
		height: 29px;
		line-height: 25px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 15px;
		font-weight: 400;
		padding: 0 15px;
		color: #FFF;
	}
	.content .col-1 .block-title:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -57px;
		background: url(../images/block-title-blue.png) no-repeat center;
		width: 59px;
		height: 32px;
	}
	.content .col-1 .col-2 h2 {
		font-size: 22px;
		line-height: 30px;
		color: #333B45;
		font-weight: 400;
	}
	.hot-tours .col-2 .view-all {
		background: #05A2BD;
		border-radius: 3px;
		color: #FFF;
		line-height: 30px;
		height: 30px;
		font-size: 13px;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0 14px;
		text-decoration: none;
		transition: all .3s;
	}
		.hot-tours .col-2 .view-all:hover {
			background: #888;
		}
	.hot-tours .col-2 .pages a {
		background: rgba(51, 59, 69, .75);
		color: #FFF;
	}
		.hot-tours .col-2 .pages a:hover,
		.hot-tours .col-2 .pages a.active {
			color: #FFF;
			background: #05A2BD;
		}

.tours {
	margin: 28px -8px 0;
}
.tours:after {
	content: '';
	clear: both;
	display: block;
}
	.tours .tour {
		margin: 0 8px 16px;
		width: calc(33.33% - 16px);
		height: 474px;
		float: left;
		box-sizing: border-box;
		padding: 13px;
		background: #FFF;
		border-bottom: 3px solid #05A2BD;
		position: relative;
	}
	.tours .tour.gray {
		background: #F5F5F5;
	}
		.tours .tour .discount-20 {
			width: 69px;
			height: 75px;
			background: url(../images/discount-20.png) no-repeat center;
			position: absolute;
			display: block;
			top: 0;
			right: 0;
		}
		.tours .tour .img {
			height: 177px;
			margin-bottom: 15px;
			display: block;
		}
		.tours .tour img {
			display: block;
		}
		.tours .tour a.h2 {
			color: #3B4252;
			text-decoration: none;
			display: inline-block;
			font-size: 16px;
			line-height: 22px;
			font-weight: 600;
			margin-bottom: 8px;
			height: 44px;
			overflow: hidden;
		}
			.tours .tour a.h2:hover {
				text-decoration: underline;
			}
		.tours .tour p {
			color: #656773;
			font-size: 14px;
			line-height: 20px;
			height: 80px;
			overflow: hidden;
			margin-bottom: 20px;
		}
		.tours .tour .time-rank {
			margin-bottom: 25px;
			height: 34px;
		}
		.tours .tour .time-rank:after {
			content: '';
			clear: both;
			display: block;
		}
		.tours .tour .time {
			float: left;
			height: 34px;
			padding-left: 43px;
			background: url(../images/clock.png) no-repeat left center;
		}
			.tours .tour .time b {
				color: #E14938;
				display: block;
				font-size: 17px;
				line-height: 15px;
			}
			.tours .tour .time em {
				font-style: normal;
				font-size: 13px;
				color: #808080;
				line-height: 16px;
				display: block;
				margin-top: 2px;
			}
		.tours .tour .rank {
			float: right;
		}
			.tours .tour .rank b {
				font-size: 13px;
				color: #808080;
				font-weight: 400;
				display: block;
			}
		.tours .tour .price {
			color: #464B63;
			font-size: 18px;
			line-height: 20px;
			display: block;
			font-weight: 600;
		}
			.tours .tour .price i {
				font-style: normal;
				font-size: 14px;
				line-height: 16px;
				display: block;
				margin-bottom: 2px;
			}
		.tours .tour .read-more {
			position: absolute;
			bottom: -3px;
			right: 0;
			height: 35px;
			width: 143px;
			padding-right: 17px;
			color: #FFF;
			text-decoration: none;
			font-size: 14px;
			text-align: right;
			line-height: 34px;
			background: url(../images/tour-btn.png) no-repeat right center;
		}

.stars {
	height: 16px;
	display: block;
}
	.stars i {
		display: block;
		width: 21px;
		height: 16px;
		float: left;
		background: url(../images/star.png) no-repeat -22px 0;
	}
	.stars.selectable i {
		cursor: pointer;
	}
	.stars i:first-child {
		margin-left: 0;
	}
	.stars i.i {
		background-position: 0 0;
	}

.c-n-block {
}
	.c-n-block .col-1 {
		background: #FFF;
		border-top: 3px solid #FC0;
		padding: 45px 15px 15px;
		position: relative;
		width: 285px;
		height: 595px;
		box-sizing: border-box;
		float: left;
	}
	.c-n-block .col-2 {
		background: #FFF;
		border-top: 3px solid #FC0;
		padding: 45px 15px 15px;
		position: relative;
		width: calc(100% - 315px);
		margin-left: 30px;
		height: 595px;
		box-sizing: border-box;
		float: left;
	}
	.content .c-n-block .block-title {
		background: #FC0;
		height: 29px;
		line-height: 25px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 15px;
		font-weight: 400;
		padding: 0 15px;
		color: #333B45;
	}
	.content .c-n-block .block-title:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -57px;
		background: url(../images/block-title-yellow.png) no-repeat center;
		width: 59px;
		height: 32px;
	}
	.c-n-block .pages {
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	.c-n-block .contacts h3 {
		color: #01528A;
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
		margin-bottom: 15px;
		font-weight: 600;
	}
	.c-n-block .contacts h3:first-child {
		margin-top: 0;
	}
	.c-n-block .contacts p {
		color: #333B45;
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 20px;
	}
		.c-n-block .contacts p a {
			color: #333B45;
			text-decoration: none;
		}
			.c-n-block .contacts p a:hover {
				text-decoration: underline;
			}
		.c-n-block .contacts p em {
			color: #05A2BD;
			font-size: 14px;
			font-style: normal;
			display: block;
			line-height: 20px;
		}
	.c-n-block .news {
		height: 495px;
		position: relative;
	}
		.c-n-block .news .a-hover {
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(255, 255, 255, 0.7);
			width: 100%;
			height: 100%;
			display: none;
			z-index: 10;
		}
		.c-n-block .news .a-hover.show {
			display: block;
		}
		.c-n-block .news .small {
			width: 270px;
			margin-left: 15px;
			float: left;
			display: block;
			text-decoration: none;
			margin-bottom: 25px;
		}
			.c-n-block .news .small .photo {
				height: 156px;
				position: relative;
				background-size: cover;
				position: relative;
			}
				.c-n-block .news .small .photo:after {
					content: '';
					display: block;
					border: 8px solid rgba(255, 255, 255, .6);
					width: 100%;
					height: 100%;
					box-sizing: border-box;
					left: 0;
					top: 0;
					position: absolute;
				}
			.c-n-block .news .small p {
				margin-top: 8px;
				font-size: 14px;
				color: #000;
				line-height: 20px;
			}
		.c-n-block .news .large {
			width: calc(100% - 285px);
			float: left;
			text-decoration: none;
		}
			.c-n-block .news .large .photo {
				height: 409px;
				background-size: cover;
				position: relative;
				margin-bottom: 8px;
			}
			.c-n-block .news .large .text {
				position: absolute;
				bottom: 20px;
				left: 20px;
				width: calc(100% - 40px);
			}
				.c-n-block .news .large .text h4 {
					background: #05A2BD;
					color: #FFF;
					font-weight: 400;
					height: 24px;
					line-height: 24px;
					padding: 0 10px;
					display: inline-block;
					font-size: 14px;
				}
				.c-n-block .news .large .text p {
					background: #FFF;
					padding: 15px;
					max-width: 80%;
					height: auto;
					overflow: visible;
				}
			.c-n-block .news .large p {
				color: #000;
				line-height: 20px;
				height: 80px;
				overflow: hidden;
				font-size: 14px;
				max-width: 90%;
			}
	.c-n-block .all-news {
		color: #05A2BD;
		position: absolute;
		font-size: 14px;
		top: 9px;
		right: 15px;
		text-decoration: underline;
	}
		.c-n-block .all-news:hover {
			text-decoration: none;
		}

.write-a-message {
		background: #05A2BD;
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		display: block;
		position: absolute;
		bottom: 15px;
		left: 15px;
		width: calc(100% - 30px);
		height: 38px;
		line-height: 38px;
		border-radius: 3px;
		font-size: 15px;
		transition: all .3s;
	}
		.write-a-message:hover {
			background: #888;
		}

.content .title {
	color: #05A2BD;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 17px;
	line-height: 26px;
}

footer {
}
	footer .info {
		padding-bottom: 33px;
		background: url(../images/footer-bg.jpg) no-repeat center;
		background-size: cover;
	}
	footer .logo {
		width: 248px;
		height: 49px;
		background: url(../images/footer-logo.png) no-repeat center;
		display: block;
		margin-top: 42px;
		float: left;
	}
	footer .links {
		float: left;
		width: calc(100% - 315px);
		margin-left: 67px;
		padding-top: 33px;
	}
	footer .links:after {
		content: '';
		clear: both;
		display: block;
	}
		footer .links span {
			width: 33.33%;
			float: left;
		}
			footer .links span a {
				color: #CCC;
				font-size: 14px;
				text-decoration: underline;
				line-height: 20px;
				display: inline-block;
			}
				footer .links span a:hover {
					color: #FFF;
					text-decoration: none;
				}
	footer .copyright {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		color: #B9B9B9;
		background: #2B3240;
		text-align: center;
		border-top:1px solid #777;
	}
	
.pages {
	position: relative;
}
.pages:after {
	content: '';
	clear: both;
	display: block;
}
	.pages a {
		background: #F0F0F0;
		text-decoration: none;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		display: block;
		float: left;
		color: #515E69;
		transition: all .3s;
		font-size: 14px;
		margin-right: 3px;
		cursor: pointer;
	}
	.pages a:hover,
	.pages a.active {
		color: #FFF;
		background: #05A2BD;
	}
	.pages b {
		display: block;
		height: 1px;
		background: #FFF;
		width: calc(100% - 160px);
		position: absolute;
		top: 9px;
		right: 0;
	}
	.pages span {
		width: 22px;
		height: 22px;
		margin-left: 2px;
		display: none;
		float: left;
		background: url(../images/pages-loader.gif) no-repeat center;
		background-size: 20px;
	}
	.pages span.show {
		display: block;
	}

.q-a-block {
	margin-bottom: 25px;
}
	.q-a-block .question {
		border: 1px solid #e5e5e5;
		padding: 20px;
		margin-bottom: 8px;
		line-height: 20px;
		font-size: 15px;
		color: #333;
	}
		
		.q-a-block .question b {
			color: #05A2BD;
		}
	.q-a-block .answer {
		background: #f3f4f4;
		padding: 20px;
		position: relative;
	}
		.q-a-block .answer p {
			line-height: 20px;
			color: #333;
			font-size: 14px;
		}
	.q-a-block .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 0 20px;
		border-color: transparent transparent transparent #f3f4f4;
		position: absolute;
		top: -20px;
		left: 20px;
	}
	
.w-cont {
	position: relative;
	height: 328px;
}
	.w-cont > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
	}
	.w-cont > div.active {
		display: block;
	}

.w-switcher {
	margin-top: 12px;
	text-align: center;
}
	.w-switcher > a {
		display: inline-block;
		cursor: pointer;
		margin: 0 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #AAA;
	}
		.w-switcher > a:hover,
		.w-switcher > a.active {
			background: #2EE3FF;
		}
	
.gsInformer .gsLinks {
    display: none !important;
}
.gsInformer {
	width: 100% !important;
	border: none !important;
}
.gsInformer .tourism #tHead {
	background: none !important;
}
.gsInformer table td {
	color: #FFF !important;
	font-size: 13px !important;
	font-family: 'Open Sans', sans-serif !important;
	padding: 5px 3px !important;
}
.gsInformer tr {
	background: none !important;
}
.gsInformer .tourism .tCityDiv a {
	color: #FDD301 !important;
	text-decoration: none !important;
	font-size: 14px !important;
}
	.gsInformer .tourism .tCityDiv a:hover {
		text-decoration: underline !important;
	}
.gsInformer .tourism .tTempAirSpan,
.gsInformer .tourism .tTempWaterSpan {
	font-size: 14px !important;
	color: #2EE3FF !important;
}
.gsInformer .tourism #tTempAir,
.gsInformer .tourism #tTempWater {
	padding-bottom: 10px !important;
}
.gsInformer #cityLink {
	background: none !important;
}
.gsInformer #cityLink a {
	color: transparent !important;
}
.weather-block {
	height: 362px;
	position: relative;
}
.weather-block.loading:after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/weaher-loader.gif) no-repeat center;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.page-text {
}
.page-text.with-border {
	border-top: 1px dashed #CCC;
	padding-top: 15px;
}

.page-text h2 {
    color: #f33c4f;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 5px;
}

.page-text blockquote {
    padding-left: 20px;
    border-left: 5px solid #DDD;
    margin: 20px 0;
}

.page-text blockquote p {
    color: #555;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
}

.page-text table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
	.page-text table tr:nth-child(even) {
		background: #e5f4f6;
	}
	.page-text table td {
		border-top: 1px solid #bababa;
		padding: 12px 15px;
	}
	.page-text table tbody {
		border-bottom: 1px solid #bababa;
	}
	.page-text table th {
		padding: 10px 15px;
		background: #4fbed1;
		color: #FFF;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 13px;
		color: #FFF;
		text-align: center;
	}
	.page-text table.small-padding th {
		padding: 10px;
	}
		.page-text table td p {
			margin-bottom: 0;
		}
		.page-text table th p {
			margin-bottom: 0;
			color: #FFF;
		}

.page-text p {
	margin-bottom: 12px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
}

.page-text .blue {
	color: #05A2BD;
}

.page-text strong {
	color: #333;
}

.page-text hr {
    border: none;
    border-top: 1px dashed #CCC;
    margin: 20px 0;
}

.page-text ul, .page-text ol {
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.page-text ul li, .page-text ol li {
    font-size: 14px;
    font-weight: 400;
    color: #333B45;
    margin-bottom: 6px;
}
.page-text ul li {
	position: relative;
	list-style: none;
}
.page-text ul li:after {
	content: '';
	position: absolute;
	display: block;
	left: -20px;
	width: 6px;
	height: 6px;
	background: #05A2BD;
	top: 7px;
	border-radius: 50%;
}
.page-text a {
    color: #05a2bd;
	font-size: 14px;
	text-decoration: underline;
}

.page-text a:hover {
    text-decoration: none;
}

.page-text h3 {
    line-height: 24px;
    font-size: 18px;
    color: #068fa3;
    font-weight: 400;
    margin-bottom: 12px;
	margin-top: 30px;
}
.page-text h3:first-child {
	margin-top: 0;
}

.page-text h4 {
    line-height: 20px;
    font-size: 16px;
    color: #2B3240;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.frame {
    border: 1px solid #DDD;
	width: 100%;
	box-sizing: border-box;
}

.back {
	margin-top: 15px;
}
	.back a {
		background: url(../images/left-arrow.png) no-repeat left center;
		padding-left: 23px;
		display: inline-block;
		color: #05a2bd;
		font-size: 14px;
		text-decoration: underline;
	}
		.back a:hover {
			text-decoration: none;
		}

.page-contacts {
	position: relative;
	border-top: 3px solid #FC0;
	padding-top: 40px;
	margin-top: 40px;
}
	.page-contacts > h1 {
		background: #FC0;
		height: 29px;
		line-height: 25px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 15px;
		font-weight: 400;
		padding: 0 15px;
		color: #333B45;
	}
	.page-contacts > h1:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -57px;
		background: url(../images/block-title-yellow.png) no-repeat center;
		width: 59px;
		height: 32px;
	}
	.page-contacts table {
		border-collapse: collapse;
		border-spacing: 0;
		min-width: 600px;
		border: none;
		width: 100%;
		table-layout: fixed;
	}
	.page-contacts td {
		padding: 10px;
		border: none;
		font-size: 14px;
		color: #4D4D4D;
	}
		.page-contacts td a {
			color: #4D4D4D;
			text-decoration: none;
		}
			.page-contacts td a:hover {
				text-decoration: underline;
			}
		.page-contacts tr td:nth-child(1) {
			width: 25%;
		}
		.page-contacts tr td:nth-child(2) {
			width: 22%;
		}
		.page-contacts tr td:nth-child(3) {
			padding-left: 60px;
			border-left: 1px solid #DDD;
			width: 55%;
			box-sizing: border-box;
		}
	.page-contacts h3 {
		line-height: 20px;
		font-size: 22px;
		color: #666;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.page-contacts em {
		color: #05a2bd;
		font-style: normal;
		display: block;
		margin-top: 2px;
		font-size: 14px;
	}
	.page-contacts .write-a-message {
		position: static;
		width: 200px;
		margin-top: 10px;
	}
	
.documents {
	margin-bottom: 20px;
}
	.documents table {
		border-collapse: collapse;
		width: 100%;
	}
	.documents td {
		width: 20%;
		vertical-align: middle;
		text-align: center;
		padding: 5px;
	}
		.documents td a {
			display: inline-block;
			padding: 2px;
			border: 1px solid #05A2BD;
			position: relative;
			transition: all .2s;
		}
			.documents td a img {
				display: block;
				width: 100%;
			}
			.documents td a:hover {
				box-shadow: 0px 0px 12px #999;
			}
			.documents td a:hover:after {
				content: '';
				display: block;
				position: absolute;
				width: 24px;
				height: 24px;
				background: url(../images/zoom.png) no-repeat center;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				margin: auto;
			}

.countries-list {
	float: left;
	width: calc(33.33% - 25px);
}

.page-search-sea-cruises .search {
	table-layout: fixed;
	border-collapse: collapse;
}
	.page-search-sea-cruises .search tr td {
		padding: 5px;
	}
	.page-search-sea-cruises .search tr td:nth-child(1) {
		width: 0;
		padding: 0;
	}
	.page-search-sea-cruises .search tr td:nth-child(2) { width: 20% !important; }
	.page-search-sea-cruises .search tr td:nth-child(3) { width: 20% !important; }
	.page-search-sea-cruises .search tr td:nth-child(4) { width: 20% !important; }
	.page-search-sea-cruises .search tr td:nth-child(5) { width: 20% !important; }
	.page-search-sea-cruises .search tr td:nth-child(6) { width: 20% !important; }
	.page-search-sea-cruises .search tr td select {
		display: block;
		width: 100%;
	}
.page-search-sea-cruises .img_lainer {
	display: none;
}
.page-search-sea-cruises .alone {
	display: none;
}
.page-search-sea-cruises .title_search {
	text-align: left !important;
	margin: 15px 0 !important;
	color: #333;
}
.page-search-sea-cruises .search-video {
	margin-top: 15px;
	margin-bottom: 12px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
}
	.page-search-sea-cruises .search-video object {
		width: 100%;
		min-height: 400px;
		display: block;
	}
	.page-search-sea-cruises .search-video h2 {
		line-height: 24px;
		font-size: 18px;
		color: #068fa3;
		font-weight: 400;
		margin-bottom: 12px;
		margin-top: 30px;
	}

.page-search-sea-cruises .searchResult ol {
	margin-left: 20px;
}
	.page-search-sea-cruises .searchResult ol li {
		margin-bottom: 15px;
	}
		.page-search-sea-cruises .searchResult ol li b {
		}
		.page-search-sea-cruises .searchResult ol li b a {
			color: #068fa3;
			text-decoration: none;
			border-bottom: 1px dashed #068fa3;
			font-size: 16px;
			font-weight: 400;
		}
			.page-search-sea-cruises .searchResult ol li b a:hover {
				border-bottom-color: transparent;
			}
		.page-search-sea-cruises .searchResult ol li .normal {
			margin-top: 8px;
		}
.page-search-sea-cruises .queryData {
	margin: 10px 0;
	color: #068fa3;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.page-search-sea-cruises .querySort {
	padding: 15px;
    background: #F0F0F0;
	font-size: 13px;
	color: #333;
}
	.page-search-sea-cruises .querySort b {
		color: #068fa3;
		display: inline-block;
	}
	.page-search-sea-cruises .querySort a {
		color: #068fa3;
		text-decoration: none;
		border-bottom: 1px dashed #068fa3;
		display: inline-block;
		margin: 0 3px;
	}
		.page-search-sea-cruises .querySort a:hover {
			border-bottom: 1px dashed transparent;
		}
		
.article {
}
	.article .date {
		color: #656773;
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.article h4 {
		font-size: 14px;
		color: #008CA1;
		font-weight: 400;
	}
	.article .text {
		margin-top: 20px;
	}
	.article .text:after {
		content: '';
		clear: both;
		display: block;
	}
		.article .text .photo {
			display: block;
			width: 280px;
			float: left;
		}
		.article .text .page-text {
			width: calc(100% - 280px);
			float: left;
			box-sizing: border-box;
			padding-left: 20px;
		}
		
.p-contacts {
	padding-top: 10px;
}
	.p-contacts .block {
		margin-bottom: 28px;
	}
	.p-contacts .block:after {
		content: '';
		clear: both;
		display: block;
	}
		.p-contacts .block img {
			width: 350px;
			display: block;
			float: left;
			border: 1px solid #CCC;
			box-sizing: border-box;
		}
		.p-contacts .block .left {
			width: calc(100% - 350px);
			padding-left: 20px;
			box-sizing: border-box;
		}
	.p-contacts p {
		margin-bottom: 11px;
		line-height: 20px;
		color: #333;
		font-size: 14px;
	}
		.p-contacts p b {
			color: #05A2BD;
		}
	.p-contacts p.n {
		font-weight: 600;
		margin-bottom: 5px;
	}
	.p-contacts h3 {
		line-height: 24px;
		font-size: 18px;
		color: #333;
		font-weight: 400;
		margin-bottom: 12px;
	}
	.p-contacts a {
		color: #05a2bd;
		font-size: 14px;
		text-decoration: underline;
	}
	.p-contacts a:hover {
		text-decoration: none;
	}
	.p-contacts .cols {
		margin-bottom: 10px;
	}
	.p-contacts .cols:after {
		content: '';
		clear: both;
		display: block;
	}
		.p-contacts .cols > div {
			float: left;
			width: 50%;
		}
		
form {
}
	form .date-c {
		position: relative;
		width: 380px;
	}
	form .date-c:after {
		content: '';
		clear: both;
		display: block;
	}
		form .date-c input[type=text] {
			width: calc(100% - 31px);
			float: left;
		}
	
	form hr {
		margin: 22px 0;
		width: 380px;
		border-top: 1px dashed #05A2BD;
	}
	
	form .result {
		margin-top: 15px;
	}
	
	form .result.error p {
		color: #ff2b2b;
		font-size: 13px;
		margin-bottom: 3px;
	}
	form#subscribe .result.error p{
		color: #ffbebe;
	}
	form .result.success p {
		color: green;
		font-size: 13px;
		margin-bottom: 3px;
	}
	form#subscribe .result.success p {
		margin-bottom: 0;
		color: #0fc30f;
	}
	
	form h2 {
		font-size: 20px;
		font-weight: 300;
		margin-bottom: 10px;
	}
	
	form input[type=file] {
		display: block;
		margin-bottom: 15px;
		width: 340px;
	}
	
	form select {
		width: 380px;
		height: 38px;
		line-height: 36px;
		border: 1px solid #CCC;
		background: #F6F6F6;
		box-sizing: border-box;
		padding: 0 10px;
		color: #333;
		font-size: 13px;
		margin-bottom: 15px;
		display: block;
		border-radius: 3px;
	}
	
	form select option {
		color: #333;
	}

	form input[type=text],
	form input[type=password] {
		width: 380px;
		height: 38px;
		line-height: 36px;
		border: 1px solid #CCC;
		background: #F6F6F6;
		box-sizing: border-box;
		padding: 0 10px;
		color: #333;
		font-size: 13px;
		margin-bottom: 15px;
		display: block;
		border-radius: 3px;
	}
	
	form textarea {
		width: 380px;
		height: 120px;
		line-height: 20px;
		border: 1px solid #CCC;
		background: #F6F6F6;
		box-sizing: border-box;
		padding: 5px 10px;
		color: #333;
		font-size: 13px;
		margin-bottom: 15px;
		display: block;
		border-radius: 4px;
		resize: none;
	}
	form#review-form textarea,
	form#question-form textarea,
	form#feedback-form textarea {
		width: 600px;
		height: 200px;
	}

	form label {
		margin-bottom: 15px;
		display: inline-block;
	}
	
		form label b {
			display: block;
			float: left;
			font-weight: 400;
			color: #FFF;
		}
		
		form label input {
			display: block;
			width: 18px;
			height: 18px;
			float: left;
			margin-right: 10px;
		}

	form input[type=text].error,
	form input[type=password].error,
	form textarea.error,
	form select.error {
		border-color: red;
	}
	
	form input[type=submit] {
		background: #05A2BD;
		color: #FFF;
		-webkit-appearance: none;
		border: none;
		cursor: pointer;
		text-align: center;
		display: block;
		height: 38px;
		line-height: 38px;
		border-radius: 3px;
		font-size: 15px;
		transition: background-color .3s;
		width: 200px;
	}
	
	form input[type=submit]:hover {
		background: #888;
		border-color: #888;
		color: #FFF;
	}
	
	form input[type=submit].loading {
		background-size: 20px;
		background: #888 url(../images/ajax.gif) no-repeat center;
		color: transparent;
	}
	form#subscribe input[type=text],
	form#subscribe input[type=submit] {
		width: 100%;
	}

.news-list {
	margin-bottom: 30px;
	margin-left: -10px;
}
	.news-list a {
		margin-top: 10px;
		text-decoration: none;
		display: block;
		transition: all .3s;
		padding: 10px;
	}
	.news-list a:hover {
		background: #F0F0F0;
	}
	.news-list a:after {
		content: '';
		clear: both;
		display: block;
	}
	.news-list a:nth-child(1) {
		margin-top: 0;
	}
	.news-list .photo {
		display: block;
		float: left;
		width: 200px;
		height: 150px;
		border: 1px solid #CCC;
		box-sizing: border-box;
	}
	.news-list .info {
		float: left;
		width: calc(100% - 200px);
		padding-left: 20px;
		box-sizing: border-box;
	}
		.news-list .info h1 {
			color: #05A2BD;
			font-weight: 400;
			font-size: 16px;
			margin-bottom: 5px;
			line-height: 20px;
		}
		.news-list .info span {
			display: block;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 5px;
			color: #333;
		}
		p {
			line-height: 20px;
			color: #333;
			font-size: 14px;
		}
		
.reviews-list {
}
	.reviews-list .review {
		margin-bottom: 25px;
	}
	.reviews-list .info {
		margin: 8px 0;
		position: relative;
	}
	.reviews-list .info:after {
		content: '';
		clear: both;
		display: block;
	}
	.reviews-list h1 {
		color: #008CA1;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}
	.reviews-list .theme {
		float: left;
		color: #333B45;
		font-weight: 600;
		font-size: 13px;
	}
	.reviews-list .rating {
		float: right;
		margin-left: 15px;
	}
	.reviews-list .date {
		float: right;
		font-size: 13px;
		font-weight: 600;
		color: #333B45;
	}
	.reviews-list p {
		font-size: 14px;
		line-height: 20px;
		color: #333;
	}
.add-review,
.add-question {
	background: #05A2BD;
    color: #FFF;
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
    padding: 5px 20px;
    border-radius: 4px;
	transition: all .2s;
	cursor: pointer;
}
	.add-review:hover,
	.add-question:hover {
		background: #888;
	}

.banks {
	margin: 25px 0;
}
.banks:after {
	content: '';
	clear: both;
	display: block;
}
	.banks .bank {
		float: left;
		display: block;
		width: calc(50% - 15px);
		margin-right: 15px;
		border-radius: 10px;
		height: 200px;
		box-sizing: border-box;
		padding: 20px;
		text-decoration: none;
		transition: all .2s;
	}
	.banks .bank:nth-child(1) {
		border: 2px solid #EE3B53;
		background: #FFF url(../images/bank1.png) no-repeat right bottom;
	}
	.banks .bank:nth-child(2) {
		border: 2px solid #EF4735;
		background: #FFF url(../images/bank2.png) no-repeat right bottom;
	}
	.banks .bank:hover {
		border-color: #05A2BD;
	}
	.banks .bank .kaspi {
		display: block;
		float: left;
		width: 102px;
		height: 91px;
		background: url(../images/kaspi.png) no-repeat center;
	}
	.banks .bank .kassanova {
		display: block;
		float: left;
		width: 102px;
		height: 91px;
		background: url(../images/kassanova.png) no-repeat center;
	}
	.banks .bank b {
		display: block;
		text-transform: uppercase;
		color: #192847;
		font-size: 14px;
		font-weight: 600;
		padding-top: 20px;
		margin-top: 22px;
		border-top: 1px solid #F79DA9;
		text-align: center;
		transition: all .2s;
	}
	.banks .bank:hover b {
		color: #05A2BD;
		border-color: #05A2BD;
	}
	.banks .bank:nth-child(1) .text {
		color: #EE3B53;
		display: block;
		margin-left: 25px;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 22px;
		float: left;
		transition: all .2s;
		letter-spacing: -0.4px;
		padding-top: 13px;
	}
	.banks .bank:nth-child(2) .text {
		color: #EF4735;
		display: block;
		margin-left: 25px;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 22px;
		float: left;
		transition: all .2s;
		letter-spacing: -0.4px;
		padding-top: 13px;
	}
	.banks .bank:hover .text {
		color: #05A2BD;
	}
	
.tour-info {
	margin-bottom: 25px;
}
.tour-info:after {
	content: '';
	clear: both;
	display: block;
}
	.tour-info .photo {
		width: 450px;
		height: 270px;
		position: relative;
		float: left;
	}
	.tour-info .with-discount:after {
		content: '';
		display: block;
		width: 69px;
		height: 75px;
		background: url(../images/discount-20.png) no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.tour-info .info {
		padding-left: 20px;
		box-sizing: border-box;
		width: calc(100% - 450px);
		float: left;
	}
		.tour-info .info .row {
			line-height: 20px;
			color: #333;
			font-size: 17px;
			margin-bottom: 12px;
		}
		.tour-info .info .row.first {
			font-size: 24px;
		}
		.tour-info .info .row b {
			display: block;
			color: #da0001;
			font-size: 13px;
			margin-bottom: 4px;
		}
		.tour-info .info .row.first b {
			font-size: 15px;
		}
		.tour-info .info .write-a-message {
			position: static;
			width: 180px;
			margin-top: 24px;
		}

.hotel-level {
	margin-top: 15px;
}
	.hotel-level b {
		display: block;
		font-size: 13px;
		color: #05A2BD;
		margin-bottom: 5px;
		font-weight: 400;
	}

.people {
	width: 380px;
}
.people:after {
	content: '';
	clear: both;
	display: block;
}
	.people > div {
		width: calc(33.33% - 10px);
		float: left;
		margin-left: 15px;
		box-sizing: border-box;
	}
	.people > div:nth-child(1) {
		margin-left: 0;
	}
	.people b {
		display: block;
		font-size: 13px;
		color: #05A2BD;
		margin-bottom: 5px;
		font-weight: 400;
	}
	.people select {
		width: calc(100% - 36px);
		margin-bottom: 0;
		float: left;
	}
	.people .a12 {
		display: block;
		float: left;
		height: 38px;
		width: 36px;
		background: url(../images/a12.png) no-repeat center;
	}
	.people .b12 {
		display: block;
		float: left;
		height: 38px;
		width: 36px;
		background: url(../images/b12.png) no-repeat center;
	}
	.people .b2 {
		display: block;
		float: left;
		height: 38px;
		width: 36px;
		background: url(../images/b2.png) no-repeat center;
	}

.price-f-t {
	width: 380px;
}
.price-f-t:after {
	content: '';
	clear: both;
	display: block;
}
	.price-f-t span {
		display: block;
		float: left;
		width: 30px;
		height: 38px;
		text-align: center;
		line-height: 38px;
	}
	.price-f-t input[type=text] {
		width: calc(50% - 15px);
		float: left;
	}
	
form input[name=fly_date2] {
	margin-bottom: 0;
}

.country {
	margin-bottom: 20px;
}
.country:after {
	content: '';
	clear: both;
	display: block;
}
	.country .photo {
		width: 300px;
		min-height: 240px;
		display: table-cell;
		position: relative;
	}
		/*.country .photo:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 32px;
			width: 300px;
			background: url(../images/photo-hover.png) no-repeat center 0;
		}*/
	.country .desc {
		width: calc(100% - 300px);
		display: table-cell;
		box-sizing: border-box;
		padding: 0 0 0 20px;
	}
	.country .desc p {
		color: #333;
		font-size: 14px;
		line-height: 20px;
	}
	.country .desc h2 {
		color: #05A2BD;
		font-size: 22px;
		font-weight: 400;
		margin-bottom: 17px;
		line-height: 26px;
	}
	.country .desc a {
		position: static;
		display: inline-block;
		width: 220px;
		margin-top: 20px;
	}

.country-gallery {
	height: 150px;
	overflow: hidden;
}
	.country-gallery ul {
		list-style: none;
	}
	.country-gallery ul:after {
		content: '';
		clear: both;
		display: block;
	}
	.country-gallery li {
		display: block;
		float: left;
	}
	.country-gallery a {
		display: block;
	}
	.country-gallery img {
		display: block;
	}

.owl-carousel {
    display: none; 
}

.owl-carousel.owl-loaded {
    display: block;
}

.tour-title {
	position: relative;
	border-top: 3px solid #FC0;
	padding-top: 30px;
	margin-top: 40px;
}
	.tour-title > h1 {
		background: #FC0;
		height: 29px;
		line-height: 25px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 15px;
		font-weight: 400;
		padding: 0 15px;
		color: #333B45;
	}
	.tour-title > h1:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -57px;
		background: url(../images/block-title-yellow.png) no-repeat center;
		width: 59px;
		height: 32px;
	}

#frame-main .column-wrapper {
	background: none !important;
}

.v {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #A9A9A9;
	display: block;
	padding-left: 22px;
	background: url(../images/views.png) no-repeat left center;
}

/* =========== Calendar CSS =========== */

.ui-datepicker {
	display: none;
	background: #FFF;
	color: #333;
	z-index: 100 !important;
} 
	.ui-datepicker .ui-datepicker-title {
		margin: 0 auto;
		line-height: 20px;
		text-align: center;
	}
		.ui-datepicker .ui-datepicker-title span {
			font-size: 12px;
			color: #FFF;
			text-transform: uppercase;
			font-family: "Exo 2", "Trebuchet MS", Tahoma;
		}
	.ui-datepicker .ui-datepicker-header { 
		position: relative;
		padding: 6px 0px;
		background: #05a2bd;
		color: #FFF;
		font-weight: normal;
	} 
		.ui-widget-header a {
			color: #FFF;
		}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	width: 18px;
	height: 18px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
	cursor: pointer;
	background: none;
}
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 4px;
		top: 5px;
		width: 6px;
		height: 6px;
		text-indent: -9999px;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
		transform: rotate(135deg);
	}

.ui-datepicker-trigger {
	margin-left: 7px;
    margin-top: 6px;
	cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/calendar.png) no-repeat center;
	border: none;
	text-indent: -9999px;
}		

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	cursor: pointer;
	background: none;
}
	.ui-datepicker .ui-datepicker-prev span {
		display: block;
		position: absolute;
		left: 6px;
		top: 5px;
		width: 6px;
		height: 6px;
		text-indent: -9999px;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
		transform: rotate(-45deg);
	}

.ui-datepicker table {
	border-collapse: collapse;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker th { 
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	border: 0;
	border: 1px solid #CCC;
}
	.ui-datepicker th span {
		font-size: 12px;
		color: #05a2bd;
	}
.ui-datepicker td { 
	border: 0;
	width: 32px;
	border: 1px solid #CCC;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #444;
	line-height: 28px;
}
.ui-state-active {
	font-weight: bold !important;
	color: #385f14 !important;
}
.ui-state-active.ui-state-highlight {
	color: #FFF !important;
}
.ui-state-hover {
	background: #F0F0F0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #05a2bd;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #05a2bd;
	color: #FFF;
}

/* ==================================== */

@media screen and (max-width: 1800px) {
	video {
		width: 100vw;
		object-fit: cover;
		z-index: 1;
		display: block;
		height: 100%;
	}
}

@media screen and (max-width: 1300px) {
	header .search-tour {
		display: none;
	}
	header .links {
		width: calc(100% - 260px);
	}
	video {
		width: 100vw;
		object-fit: cover;
		z-index: 1;
		display: block;
		height: 100%;
	}
}

@media screen and (max-width: 1130px) {
	.tours .tour {
		width: calc(50% - 16px);
	}
}