/* ---------------------------------------------------------
	1. Imported base files
	---------------------------------------------------------*/
#twocolumns:after,
.tab-list:after,
.summer-guide:after,
.summer-guide .offer-gallery:after {
	content: " ";
	display: block;
	clear: both;
}

.weather-list-holder .weather-detail-list,
.tab-list,
.summer-guide .offer-gallery .pagination-image,
.summer-guide .weather-holder .powered-box ul,
.summer-guide .offer-tab-holder .regions-list,
.crete-regions-box ul,
.a-to-z-holder .detail-info-list,
.detail-list-holder ul,
.tour-box .detail-list,
.pros-cons ul,
.amenities-holder .lift-list,
.misc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-item-row {
	overflow: hidden;
	margin: 0 -25px 16px;
}
.gallery-item-row .gallery-item {
	float: left;
	width: 25%;
	padding: 0 25px;
	margin: 0 0 30px;
}
.gallery-item-row img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.weather-list-holder .power-text {
	float: right;
	color: #999b9d;
	font-size: .7647058824em;
	line-height: 1.1538461538;
	padding: 8px 0 0;
	max-width: 200px;
}
.weather-list-holder .power-text a {
	color: #999b9d;
}
.weather-list-holder .power-text a:hover,
.weather-list-holder .power-text a:active,
.weather-list-holder .power-text a:focus {
	color: #595b5d;
	text-decoration: none;
}
.weather-list-holder h3 {
	font-size: 1.2941176471em;
	line-height: 1.1818181818;
	font-weight: 400;
	color: #00a1fe;
	margin: 0 0 14px;
}
.weather-list-holder .weather-detail-list {
	margin-bottom: 41px;
}
.weather-list-holder .weather-detail-list li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 25px 0 0;
}
.weather-list-holder .weather-detail-list li:first-child {
	border-top: 1px solid #ededed;
}
.weather-list-holder .weather-info {
	overflow: hidden;
	margin: 0;
	float: left;
	width: 57%;
}
.weather-list-holder .weather-info .img-holder {
	float: left;
	margin: 3px 0;
}
.weather-list-holder .weather-info .text {
	overflow: hidden;
	color: #333;
	font-size: 17px;
	line-height: 22px;
	padding: 0 20px;
}
.weather-list-holder .weather-info time {
	display: block;
}
.weather-list-holder .weather-info .temp {
	display: inline-block;
	font-size: 60px;
	line-height: 74px;
	text-transform: uppercase;
	color: #29a7f0;
}
.weather-list-holder .weather-info .temp .temp-messure {
	font-size: 17px;
	line-height: 22px;
	color: #999b9d;
	text-transform: lowercase;
}
.weather-list-holder .weather-info.forecast time {
	margin: 0 0 21px;
}
.weather-list-holder .weather-info.forecast .temp {
	font-size: 50px;
	line-height: 60px;
	margin: 0 40px 0 0;
}

.weather-detail {
	overflow: hidden;
	margin: 0 0 29px;
}
.weather-detail dl {
	margin: 0 0 12px;
}
.weather-detail dt {
	float: left;
	width: 42%;
	color: #999b9d;
	padding: 0;
	clear: right;
	margin: 0 0 3px;
	padding: 0 15px;
}
.weather-detail dd {
	margin: 0;
	overflow: hidden;
	margin: 0 0 3px;
	padding: 0 11px;
}
.weather-detail .wind-info {
	padding: 0 15px 0 30px;
	position: relative;
}
.weather-detail .wind-info:after {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	top: 7px;
	left: 14px;
	background: url(../images/sprite.png) no-repeat -152px -55px;
}

/* Summer Guide page style */
#twocolumns .country-select-form {
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
	background: #e4e4e4;
	padding: 20px 15px;
}
#twocolumns .country-select-form .jcf-select {
	height: 40px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
}
#twocolumns .country-select-form .jcf-select .jcf-select-text {
	font-size: 17px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	padding: 0;
	margin: 0 30px 0 9px;
}
#twocolumns .country-select-form .jcf-select .jcf-select-opener {
	right: 8px;
}

.tab-list {
	background: #eee;
}
.tab-list li {
	float: left;
	font-size: 22px;
	line-height: 26px;
	margin: 0 1px 0 0;
}
.tab-list li a {
	color: #333;
	display: block;
	padding: 17px 18px;
}
.tab-list li h2,
.tab-list li h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	font-weight: 400;
}
.tab-list li:hover a,
.tab-list li .active a {
	color: #fff;
	text-decoration: none;
	background: #29a7f0;
	position: relative;
	border-color: #29a7f0;
	outline: none;
}
.tab-list li:hover a:before,
.tab-list li .active a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #29a7f0;
	top: 100%;
	left: 50%;
	margin-top: -1px;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #29a7f0;
	border-top-color: inherit;
}

.summer-guide {
	background: #fff;
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
	padding: 0 15px;
}
.summer-guide .main-row {
	margin: 0 -15px 10px;
}
.summer-guide .hotel-info {
	overflow: hidden;
	padding: 21px 0 0;
}
.summer-guide .hotel-info .btn-yellow,
.summer-guide .hotel-info .btn-default {
	float: right;
	min-width: 250px;
	max-width: 260px;
	margin: 4px 0 0 5px;
}
.summer-guide .hotel-info h1 {
	margin: 0 0 4px;
	font-size: 1.9411764706em;
	line-height: 1.1212121212;
	font-weight: 400;
	overflow: hidden;
}
.summer-guide .hotel-info .tag {
	color: #999b9d;
	overflow: hidden;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
}
.summer-guide .offer-gallery {
	width: 66%;
	padding: 11px 0 20px;
	float: left;
}
.summer-guide .offer-gallery .pagination-image {
	float: left;
	width: 100px;
}
.summer-guide .offer-gallery .pagination-image li {
	padding: 0 15px 0 0;
	margin: 0 0 -1px -5px;
}
.summer-guide .offer-gallery .pagination-image li.image-num {
	margin: 0;
	padding: 6px 0 0;
}
.summer-guide .offer-gallery .pagination-image li .num-wrap {
	width: 80px;
	height: 71px;
	background: #ffc923;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 18px;
	padding: 5px;
}
.summer-guide .offer-gallery .pagination-image li .num-wrap strong {
	display: block;
	font-weight: 400;
	font-size: 33px;
	line-height: 34px;
}
.summer-guide .offer-gallery .pagination-image img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.summer-guide .offer-gallery .pagination-image a {
	display: block;
	padding: 4px;
}
.summer-guide .offer-gallery .pagination-image a .img-wrap {
	border: 1px solid transparent;
	display: block;
}
.summer-guide .offer-gallery .pagination-image li:hover > a,
.summer-guide .offer-gallery .pagination-image li.active > a {
	background: #29a7f0;
	position: relative;
	border-color: #09a0f7;
}
.summer-guide .offer-gallery .pagination-image li:hover > a .img-wrap,
.summer-guide .offer-gallery .pagination-image li.active > a .img-wrap {
	border-color: #fff;
}
.summer-guide .offer-gallery .pagination-image li:hover > a:before,
.summer-guide .offer-gallery .pagination-image li.active > a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #09a0f7;
	top: 50%;
	left: 100%;
	margin-left: -1px;
	margin-top: -31px;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 31px solid #09a0f7;
	border-left-color: inherit;
}
.summer-guide .offer-gallery .pagination-image li:hover > a:before,
.summer-guide .offer-gallery .pagination-image li.active > a:before {
	border-width: 31px 0 31px 10px;
	margin-left: 0;
}
.summer-guide .offer-gallery .mask {
	overflow: hidden;
	margin: 5px 0 0;
}
.summer-guide .offer-gallery .mask img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.summer-guide .offer-gallery .mask .slideset {
	position: relative;
}
.summer-guide .offer-gallery .mask .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}
.summer-guide .offer-gallery .mask .slide.active {
	z-index: 2;
}
.summer-guide .weather-holder {
	overflow: hidden;
	padding: 11px 0 0 34px;
}
.summer-guide .weather-holder .weather-info {
	overflow: hidden;
	margin: 0 0 29px;
}
.summer-guide .weather-holder .weather-info .img-holder {
	float: left;
	margin: 3px 0;
}
.summer-guide .weather-holder .weather-info .text {
	overflow: hidden;
	color: #999b9d;
	font-size: 17px;
	line-height: 22px;
	padding: 0 20px;
}
.summer-guide .weather-holder .weather-info .temp {
	display: block;
	font-size: 60px;
	line-height: 74px;
	text-transform: uppercase;
	color: #29a7f0;
}
.summer-guide .weather-holder .weather-detail {
	overflow: hidden;
}
.summer-guide .weather-holder .weather-detail dl {
	margin: 0 0 12px;
}
.summer-guide .weather-holder .weather-detail dt {
	float: left;
	width: 53%;
	color: #999b9d;
	padding: 0;
	clear: right;
	margin: 0 0 3px;
}
.summer-guide .weather-holder .weather-detail dd {
	margin: 0;
	overflow: hidden;
	margin: 0 0 3px;
	padding: 0 11px;
}
.summer-guide .weather-holder .powered-box {
	overflow: hidden;
}
.summer-guide .weather-holder .powered-box .powered-text {
	font-size: 13px;
	line-height: 15px;
	color: #999b9d;
	padding: 30px 0 0;
}
.summer-guide .weather-holder .powered-box .powered-text a {
	color: #999b9d;
}
.summer-guide .weather-holder .powered-box .powered-text a:hover,
.summer-guide .weather-holder .powered-box .powered-text a:active,
.summer-guide .weather-holder .powered-box .powered-text a:focus {
	color: #595b5d;
	text-decoration: none;
}
.summer-guide .weather-holder .powered-box ul {
	overflow: hidden;
}
.summer-guide .weather-holder .powered-box ul li {
	font-size: 17px;
	line-height: 22px;
	margin: 0 24px 0 0;
}
.summer-guide .weather-holder .powered-box ul li a {
	display: inline-block;
	position: relative;
	padding: 0 11px 0 0;
}
.summer-guide .weather-holder .powered-box ul li a:after {
	content: "\00BB";
	position: absolute;
	top: 0;
	right: 0;
}
.summer-guide .offer-tab-holder {
	padding: 6px 0 20px;
	min-height: 900px;
	margin: 15px 0 81px;
}
.summer-guide .offer-tab-holder:after,
.summer-guide .offer-tab-holder:before {
	display: none;
}
.summer-guide .offer-tab-holder .tab-list li {
	font-size: 17px;
	line-height: 22px;
	margin: 0;
}
.summer-guide .offer-tab-holder .tab-list li a {
	padding: 19px 15px;
}
.summer-guide .offer-tab-holder .tab-list li h2,
.summer-guide .offer-tab-holder .tab-list li h3 {
	font-size: 17px;
	line-height: 22px;
	margin: 0;
	font-weight: 400;
}
.summer-guide .offer-tab-holder .tab-content {
	padding: 30px 0 0;
}
.summer-guide .offer-tab-holder .regions-list {
	max-width: 787px;
}
.summer-guide .offer-tab-holder .regions-list li {
	padding: 0 25px;
	position: relative;
}
.summer-guide .offer-tab-holder .regions-list li:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 10px;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
}
.summer-guide .offer-tab-holder .regions-list p {
	margin: 0 0 22px;
}
.summer-guide .offer-tab-holder .regions-list.add-space {
	margin-bottom: 20px;
}
.summer-guide .guide-tab-content h3 {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.2941176471;
	font-weight: 600;
	color: #00a1fe;
	margin: 0 0 2px;
}
.summer-guide .guide-tab-content h3.remove-margin {
	margin-bottom: 0;
}
.summer-guide.winter .col-holder {
	margin: 0 -10px;
}
.summer-guide.winter .hotel-info h1 {
	margin: 0;
	color: #333;
}
.summer-guide.winter .offer-gallery {
	width: auto;
	float: none;
	margin: 0 -15px;
}
.summer-guide.winter .offer-gallery .slide {
	background: #eee;
	margin: 0 15px 0 0;
}
.summer-guide.winter .offer-gallery .img-holder {
	overflow: hidden;
}
@media only screen and (max-width: 1199px) {
	.summer-guide .weather-holder {
		padding-left: 15px;
	}

	.summer-guide .offer-tab-holder .tab-list li a {
		padding: 15px 10px;
	}

	.summer-guide .tour-box .desc-text {
		width: 48%;
		padding: 14px 10px 15px;
	}
	.summer-guide .tour-box .detail-list li.date:after {
		margin-top: -19px;
	}
}

.map-holder {
	margin: 0 0 20px;
}
.map-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.photo-form label {
	float: right;
}
.photo-form .label-text {
	display: inline-block;
	margin: 0 4px;
}

.gallery-box-holder {
	padding: 0;
}
.gallery-box-holder h4 {
	font-size: 1.2941176471em;
	line-height: 1.1818181818;
	font-weight: 400;
	color: #00a1fe;
	margin: 0 0 18px;
}
.gallery-box-holder .photos-resources-info {
	float: right;
	padding: 0 6px;
}
.gallery-box-holder .photos-resources-info .text {
	font-size: 17px;
	line-height: 22px;
	color: #999b9d;
	display: inline-block;
	vertical-align: middle;
}
.gallery-box-holder .photos-resources-info img {
	vertical-align: top;
}

.crete-regions-box {
	padding: 8px 0 0;
}
.crete-regions-box .title {
	display: block;
	text-transform: uppercase;
	color: #00a1fe;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.2941176471;
}
.crete-regions-box ul {
	max-width: 850px;
	position: relative;
}
.crete-regions-box ul li {
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 22px;
}
.crete-regions-box ul li:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	top: 10px;
	left: 10px;
}

.weather-chart-holder {
	overflow: hidden;
}
.weather-chart-holder .powered-text {
	text-align: right;
}
.weather-chart-holder .powered-text span {
	display: inline-block;
	vertical-align: middle;
}
.weather-chart-holder .powered-text img {
	display: inline-block;
	vertical-align: middle;
}

.weather-chart {
	text-align: center;
	padding: 3px 0 23px;
}
.weather-chart img {
	vertical-align: top;
	width: 100%;
	height: auto;
	max-width: 687px;
}

.a-to-z-holder {
	overflow: hidden;
}
.a-to-z-holder .print-box {
	width: 30%;
	float: right;
	text-align: right;
	margin: 8px 0 0;
}
.a-to-z-holder .print-box .logo-wrap {
	margin: 0 0 20px;
}
.a-to-z-holder .print-box .logo-wrap img {
	vertical-align: top;
}
.a-to-z-holder .print-box .link-print {
	font-size: 17px;
	line-height: 22px;
}
.a-to-z-holder h2 {
	font-size: 1.6923076923em;
	line-height: 1.1818181818;
	font-weight: 400;
	color: #00a1fe;
	margin: 0 0 14px;
}
.a-to-z-holder .top-text {
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 19px;
}
.a-to-z-holder .top-text p {
	margin: 0 0 16px;
}
.a-to-z-holder h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1.2941176471;
	color: #00a1fe;
	font-weight: 600;
	text-transform: uppercase;
}
.a-to-z-holder p {
	margin: 0 0 22px;
}
.a-to-z-holder .detail-info-list {
	padding: 21px 0 0;
}
.a-to-z-holder .detail-info-list .link-up {
	float: right;
	position: relative;
	max-width: 100px;
	margin: -44px 0 0;
}
.a-to-z-holder .detail-info-list .link-up:after {
	content: "";
	position: absolute;
	top: 9px;
	left: -12px;
	border: 5px solid #00a1fe;
	border-color: transparent transparent #00a1fe;
	border-width: 0 4px 8px;
}
.a-to-z-holder .detail-info-list li {
	padding: 0 0 22px;
}
.a-to-z-holder .detail-info-list p a {
	color: #333;
}
.a-to-z-holder .detail-info-list p a:hover,
.a-to-z-holder .detail-info-list p a:active,
.a-to-z-holder .detail-info-list p a:focus {
	color: #8c8c8c;
	text-decoration: none;
}
.a-to-z-holder .detail-info-list.practical {
	padding: 0;
}
.a-to-z-holder .detail-info-list.practical .link-up {
	margin: -22px 0 0;
}
.a-to-z-holder .detail-info-list.practical li {
	padding: 0;
}
.a-to-z-holder .title {
	display: block;
	font-weight: 600;
}

.detail-list-holder {
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 12px 5px 15px;
	margin: 0 0 25px;
}
.detail-list-holder .main-row {
	margin: 0 -15px;
}
.detail-list-holder ul li {
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 0 15px;
	position: relative;
}
.detail-list-holder ul li:after {
	content: "";
	position: absolute;
	top: 7px;
	width: 6px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -131px -77px;
	left: 0;
}
.detail-list-holder ul a {
	color: #333;
}
.detail-list-holder ul a:hover,
.detail-list-holder ul a:active,
.detail-list-holder ul a:focus {
	color: #8c8c8c;
	text-decoration: none;
}
.detail-list-holder .col-3 {
	width: 23.2%;
}

.tour-box {
	background: #fff;
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
	overflow: hidden;
	margin: 0 0 20px;
}
.tour-box .img-holder {
	float: left;
	width: 34%;
	max-width: 280px;
	margin: 0 0 2px;
}
.tour-box .img-holder img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.tour-box .desc-text {
	float: left;
	width: 50%;
	padding: 14px 10px 15px 18px;
}
.tour-box .desc-text .desc-holder {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.tour-box .desc-text .favorite-box {
	display: table-footer-group;
	height: 1%;
}
.tour-box .desc-text .favorite-box > a {
	display: inline-block;
	max-width: 50%;
}
.tour-box .heading {
	overflow: hidden;
}
.tour-box .heading h3 {
	float: left;
	max-width: 317px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tour-box .heading .star-info {
	display: inline-block;
	padding: 2px 3px 0;
}
.tour-box h3 {
	font-weight: 400;
	font-size: 1.2941176471em;
	line-height: 1.1818181818;
	margin: 0 0 16px;
}
.tour-box .detail-list {
	overflow: hidden;
	max-width: 400px;
}
.tour-box .detail-list li {
	float: left;
	width: 50%;
	padding: 0 10px 0 26px;
	margin: 0 0 6px;
	position: relative;
}
.tour-box .detail-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 11px;
	background: url(../images/sprite.png) no-repeat -165px -389px;
	margin-top: -5px;
}
.tour-box .detail-list li.date:after {
	width: 16px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat -60px -386px;
	margin-top: -9px;
}
.tour-box .detail-list li.half-board:after {
	width: 10px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat -96px -386px;
	margin-top: -9px;
}
.tour-box .detail-list li.holidays:after {
	width: 16px;
	height: 15px;
	background: url(../images/sprite.png) no-repeat -123px -387px;
	margin-top: -7px;
}
.tour-box .favorite-box {
	font-size: 17px;
	line-height: 22px;
}
.tour-box .favorite-box .btn-zoover {
	font-size: 13px;
	line-height: 15px;
	background: #ededed;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
	display: inline-block;
	margin: 0 0 0 68px;
}
.tour-box .favorite-box .btn-zoover .num {
	display: inline-block;
	padding: 2px 4px 2px 5px;
}
.tour-box .favorite-box .btn-zoover .zoover {
	-webkit-box-shadow: inset 0 -2px 0 #c25515;
	box-shadow: inset 0 -2px 0 #c25515;
	background: #fb5f11;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	border-radius: 0 5px 5px 0;
	padding: 2px 4px;
	display: inline-block;
}
.tour-box .price-detail {
	float: right;
	width: 16.6%;
	text-align: right;
	padding: 12px 15px 15px 0;
	position: relative;
}
.tour-box .price-detail .title,
.tour-box .price-detail .price {
	display: block;
	text-align: right;
	color: #ff680d;
}
.tour-box .price-detail .price {
	font-size: 33px;
	line-height: 37px;
	font-weight: 600;
	position: relative;
	letter-spacing: -1px;
}
.tour-box .price-detail .price.old {
	color: #333;
	display: inline-block;
}
.tour-box .price-detail .price.old .old-p {
	text-decoration: line-through;
	font-weight: 400 !important;
}
.tour-box .price-detail .price .discount-tag {
	position: absolute !important;
	top: 0;
	text-decoration: none;
	font-size: 22px;
	line-height: 27px;
	background: #ff680d;
	border-radius: 3px;
	color: #fff;
	padding: 4px 8px;
	margin: -16px 22px 0 0;
	top: 50%;
	right: 100%;
	position: relative;
	border-color: #ff680d;
}
.tour-box .price-detail .price .discount-tag:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #ff680d;
	top: 50%;
	left: 100%;
	margin-left: -1px;
	margin-top: -7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ff680d;
	border-left-color: inherit;
}
.tour-box .price-detail .price .discount-tag:before {
	border-width: 7px 0 7px 9px;
}
.tour-box .price-detail .price-holder {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
}
.tour-box .price-detail .price-holder .btn-wrap {
	display: table-footer-group;
	height: 1%;
}
.tour-box .price-detail .btn-detail {
	text-align: left;
	min-width: 110px;
}

.pros-cons {
	width: 285px;
	float: right;
	padding: 14px 0 0 34px;
}
.pros-cons .title {
	font-weight: 400;
	color: #00a1fe;
	display: block;
	margin: 0 0 7px;
}
.pros-cons ul {
	margin: 0 0 25px;
}
.pros-cons ul li {
	padding: 0 10px 0 20px;
	position: relative;
}
.pros-cons ul li:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #e94646;
}
.pros-cons ul.pros-list li:after {
	height: 10px;
	background: url(../images/sprite.png) no-repeat -131px -54px;
	top: 7px;
}

.amenities-holder {
	margin-bottom: 20px !important;
}
.amenities-holder h3 {
	margin: 0 0 9px;
	font-size: 1em;
	line-height: 1.2941176471;
	color: #00a1fe;
	font-weight: 300;
}
.amenities-holder .lift-list {
	overflow: hidden;
}
.amenities-holder .lift-list li {
	float: left;
	width: 23px;
	text-align: center;
	font-size: 11px;
	color: #717171;
	margin: 0 3px 0 1px;
}
.amenities-holder .lift-list li img {
	vertical-align: top;
}
.amenities-holder .lift-list li span {
	display: block;
}
.amenities-holder .lift-list li span img {
	margin: 2px 0 0;
}

.slopes-detail {
	overflow: hidden;
	margin: 0 -10px 13px;
}
.slopes-detail .col-box {
	float: left;
	padding: 0 10px;
	width: 23%;
}
.slopes-detail .col-box.col-last {
	width: 36.8%;
}
.slopes-detail h3,
.slopes-detail .title {
	margin: 0;
	font-size: 1em;
	line-height: 1.2941176471;
	color: #00a1fe;
	font-weight: 400;
	display: inline-block;
}
.slopes-detail .slopes-lavel {
	display: inline-block;
	width: 14px;
	height: 10px;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.slopes-detail .slopes-lavel.easy {
	background: #5eda21;
}
.slopes-detail .slopes-lavel.average {
	background: #e94646;
}
.slopes-detail .slopes-lavel.difficult {
	background: #333;
}
.slopes-detail .data-item {
	display: block;
}
.slopes-detail .data-title {
	text-align: right;
}
.slopes-detail .data-title span {
	display: inline-block;
	width: 33%;
	text-align: left;
}
.slopes-detail .data-row {
	overflow: hidden;
}
.slopes-detail .data-row .data-item {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
    white-space: nowrap;
}

.additional-information .title {
	margin: 0;
	font-size: 1em;
	line-height: 1.2941176471;
	color: #00a1fe;
	font-weight: 400;
	display: block;
}
.additional-information h3 {
	font-size: 1em;
	line-height: 1.2941176471;
	font-weight: 400;
	margin: 0 0 18px;
}

.winter .offer-tab-holder h3 {
	font-size: 1em;
	line-height: 1.2941176471;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	color: #00a1fe;
}
.winter .tour-box .desc-text {
	width: 48%;
}
.winter .tour-box h3 {
	font-weight: 400;
	font-size: 1.2941176471em;
	line-height: 1.1818181818;
	margin: 0 0 16px;
	max-width: 294px;
}

.misc-list {
	float: right;
	width: 265px;
	margin-left: 45px;
}
.misc-list li {
	padding: 0 15px;
	margin: 0 0 12px;
}
.misc-list span {
	display: block;
	margin: 0 0 8px;
}
.misc-list img {
	vertical-align: top;
}

#ui-datepicker-div {
	margin: 10px 0 0 -10px;
	max-width: 550px;
	border: none;
	border-radius: 0 0 10px 10px;
	background: #fff;
	z-index: 9999 !important;
	height: 360px;
}

.ui-datepicker {
	position: relative;
	padding: 3px 3px 68px;
	background: #fff;
	min-height: 372px;
	border-radius: 0 0 4px 4px;
}
.ui-datepicker:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: #eee;
	display: block;
	border-radius: 0 0 10px 10px;
}
.ui-datepicker th {
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-transform: lowercase;
	padding: 8px;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 17px;
	line-height: 22px;
	color: #00a1fe;
	margin: 0;
	padding: 16px 20px 0;
}

.ui-datepicker .ui-datepicker-header {
	position: static;
	border: none;
	border-radius: 0;
	background: none;
	font-weight: normal;
}

.ui-datepicker td {
	padding: 3px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #eee;
	border: none;
	font-weight: 400;
	color: #333;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-state-focus {
	background: #29a7f0;
	color: #fff;
}

.ui-widget-content .ui-state-disabled .ui-state-default {
	background: none;
}

.ui-widget-content .ui-state-active {
	background: #00a1fe;
	color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: auto;
	bottom: 9px;
	z-index: 99;
	text-indent: 0;
	position: absolute;
	right: 15px;
	height: auto;
	width: auto;
	border-radius: 0;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
	width: auto;
	height: auto;
	font-size: 17px;
	line-height: 22px;
	color: #333;
	text-indent: 0;
	display: block;
	-webkit-box-shadow: inset 0 -2px 0 #efac39;
	box-shadow: inset 0 -2px 0 #efac39;
	border-radius: 5px;
	background: #FFD65A;
	min-width: 150px;
	position: relative;
	padding: 9px 45px 9px 10px;
	left: 0;
	margin: 0;
	top: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:hover,
.ui-datepicker .ui-datepicker-prev .ui-icon:active,
.ui-datepicker .ui-datepicker-prev .ui-icon:focus,
.ui-datepicker .ui-datepicker-next .ui-icon:hover,
.ui-datepicker .ui-datepicker-next .ui-icon:active,
.ui-datepicker .ui-datepicker-next .ui-icon:focus {
	background: #ffd657;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:after,
.ui-datepicker .ui-datepicker-next .ui-icon:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 10px;
	width: 11px;
	height: 15px;
	background: url(../images/sprite.png) no-repeat -84px -77px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
	opacity: 1;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled .ui-icon,
.ui-datepicker .ui-datepicker-next.ui-state-disabled .ui-icon {
	-webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
	box-shadow: inset 0 -2px 0 #E0E0E0;
	background: #e4e4e4;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled .ui-icon:after,
.ui-datepicker .ui-datepicker-next.ui-state-disabled .ui-icon:after {
	background: url(../images/sprite.png) no-repeat no-repeat -21px -111px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	font-weight: normal;
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-prev {
	right: auto;
	left: 15px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
	padding: 9px 10px 9px 45px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:after {
	right: auto;
	left: 10px;
	background: url(../images/sprite.png) no-repeat -42px -77px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled .ui-icon:after {
	background: url(../images/sprite.png) no-repeat -21px -77px;
}

.snowboard-list-item {
    overflow: hidden;
    -webkit-box-shadow: inset 0 -2px 0 #E0E0E0;
    box-shadow: inset 0 -2px 0 #E0E0E0;
    background: #fff;
    margin: 0 0 20px;
    padding: 0 0 2px;
}
.snowboard-list-item .img-holder {
    float: left;
    width: 280px;
}
.snowboard-list-item .img-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.snowboard-list-item .detail-box {
    overflow: hidden;
    position: relative;
    padding: 0 200px 30px 20px;
}
.snowboard-list-item .heading-text {
    overflow: hidden;
    font-size: 1.2941176471em;
    line-height: 1.1818181818;
    padding: 14px 15px 0;
    margin: 0 0 16px;
    color: #00a1fe;
}
.snowboard-list-item h3 {
    display: inline-block;
    margin: 0;
    font-weight: 400;
}
.snowboard-list-item .detail-table .col1 {
    width: 100px;
}
.snowboard-list-item .detail-table .col2 {
    width: 115px;
}
.snowboard-list-item .detail-table th {
    text-align: left;
    font-weight: 600;
    padding: 0 0 5px 15px;
}
.snowboard-list-item .detail-table td {
    vertical-align: top;
    height: 22px;
    padding: 0 0 0 15px;
}
.snowboard-list-item .detail-table img {
    display: inline-block;
    vertical-align: middle;
}
.snowboard-list-item .detail-table .lift {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 7px;
}
.snowboard-list-item .btn-detail {
    position: absolute;
    bottom: 10px;
    right: 15px;
    min-width: 110px;
    max-width: 200px;
}
@media only screen and (max-width: 1199px) {
    .snowboard-list-item .detail-box {
        padding: 0 150px 10px 20px;
    }
}

.opengallery {
    padding-top: 15px !important;
    cursor: pointer;
}

.slide {
    cursor: pointer;
}

.gallery-box-holder .photos-resources-info {
    float: right;
    padding: 0 6px;
}
.gallery-box-holder .photos-resources-info .text {
    font-size: 17px;
    line-height: 22px;
    color: #999b9d;
    display: inline-block;
    vertical-align: middle;
}
.gallery-box-holder .photos-resources-info img {
    vertical-align: top;
}

#gallery #galleryZooverScrollable .items .gallery-item-row {
    float:left;
    width:900px;
}

.breadcrumbs li span {
    color: #999b9d;
}

.rating-snowflake {
    display: inline-block !important;
    padding: 2px 3px 0;
    width: 142px;
    height: 24px;
    margin: 0px 0px !important;
}

.rating-static-snowflake {
    width: 142px;
    height: 24px;
    background: url(../images/rating_stars.png) 0 0 no-repeat;
}

.rating-snowflake-5 {
    background-position: -284px -4px;
}

.rating-snowflake-4 {
    background-position: -284px -68px;
}

.rating-snowflake-3 {
    background-position: -284px -132px;
}

.rating-snowflake-2 {
    background-position: -284px -196px;
}

.rating-snowflake-1 {
    background-position: -284px -260px;
}

.kamerki_box {
        float: none;
        width: 82px;
        float:right;
            color: #666666 !important;
    text-decoration: none !important;
        font-size:11px;
        font-weight:normal;
        /*margin-bottom:-35px;*/
        cursor:pointer;
        margin-top:10px;
        margin-right:20px;

}
.kamerki_box a{
        color: #666666 !important;
    text-decoration: none !important;
}
.kamerki_box a:hover{
        color: #0051A2 !important;
    text-decoration: underline !important;
}
.kamera_ico {
        background-image: url(/newimgs/kamerka.jpg);
	background-position: -1px -1px;
        float: left;
        height: 31px;
        width: 29px;
        margin-right: 7px;
}

.weather-list-holder .weather-detail-list{
	width: 690px;
}

.meteo-chart-wrapper-box, .meteo-chart-wrapper-box, .meteo-chart-wrapper-box {
	width:677px;
}
