body {
	/*margin-top: 0;*/
}
.laynotBtn {
    display:block;
}
@media only screen and (min-width: 600px) {
	.laynotBtn {
		display:none;
	}
}

.cube {
	position: relative;
}

.cube:before {
	content: '';
	display: block;
	padding-top: 75%;
}

.cube .content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.booking {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 200px;
}

.booking .content {
	text-align: center;
}

.booking iframe {
	border: 1px solid #000;
}

/* Header Pictures */

.header-pics {
	position: relative;
	height: 500px;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
}

.header-pics .banner-tav {
	position: absolute;
	top: 50px;
	left: 50px;
	height: 250px;
}

@media(max-width:761px) {
	.header-pics .banner-tav {
		position: relative;
		margin: 0 auto;
		top: 6px;
		left: 0px;
		height: 133px;
		width: 133px;
		display: block;
	}
}

.header-pics .embed-responsive {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: -5;
	width: 101%;
}

.header-pics .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 150px;

	z-index: -2;
}

.header-pics .slick-slide {
	transition: all 3s ease-out;
	-webkit-transition: all 3s ease-out;
	visibility: hidden;
	opacity: 0;
}

.header-pics .slick-slide.slick-active {
	visibility: visible;
	opacity: 1;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.header-pics .toggle-slick {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

.header-pics .toggle-slick:hover,
.header-pics .toggle-slick:focus {
	background: rgba(0, 0, 0, 0.8);
}

.header-pics-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.header-pics-slick div {
	height: 100%;

	background-repeat: no-repeat;
	background-position: bottom center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/**/

.call-us {
	font-size: 3em;
	color: #fff;
	text-align: center;
	display: block;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	right: 15px;
}

@media (max-width: 767px) {
	.call-us {
		background: rgba(0, 0, 0, 0.5);
		right: 0;
		width: 100%;
		font-size: 2em;
		padding: 5px 0;
	}
}

.main-categories {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
}

@media (max-width: 1059px) {
	.main-categories {
		bottom: auto;
		top: 30px;
	}
}

.main-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.main-categories ul {
		margin-top: 117px;
	}
}

.main-categories ul li {
	float: right;
	width: 150px;
}

[dir="ltr"] .main-categories ul li {
	float: left;
}

.main-categories a {
	display: block;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	color: #000;
	padding: 10px;
	margin: 0 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

@media (max-width: 450px) {
	.main-categories ul li {
		width: 100px;
	}

	.main-categories a {
		padding: 5px;
		margin: 0 5px;
	}
}

.main-categories a div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-categories a img {
	max-width: 100px;
	max-height: 100px;
}

@media (max-width: 767px) {
	.main-categories a img {
		max-width: 50px;
	}
}

.down-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);

	font-size: 50px;
	color: #fff;

	display: none;
}

@media (max-width: 767px) {
	.down-arrow {
		display: none;
	}
}

/**/

.map-promo {
	width: 250px;
	display: block;
}

.map-promo img {
	width: 100%;
	display: block;
}

/**/

.places {
	background: #fff;
	padding: 30px 0;
}

.places h2 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	color: #000;
}

.places .content {}

.places .no-padding {
	padding: 0;
}

.places #filters,
.places #results-container,
.places #map {
	/*height: 500px;
	overflow-y: auto;
	overflow-x: hidden;*/
}

.places #map {
	height: 700px;
}

@media (max-width: 991px) {
	.places #map {
		margin-top: -2px;
	}
}

#filters::-webkit-scrollbar {
	width: 5px;
}

#filters::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(96, 187, 70, 0);
}

#filters:hover::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(96, 187, 70, 1);
}

.places .filters-container {
	position: relative;
}

#filters-toggle {
	display: none;
}

@media (max-width: 991px) {
	#filters-toggle {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	#filters {
		display: none;
	}
}

.places .more-filters {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}

#reset-filtering {
	background: none;
	border: 0;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}

#reset-filtering:hover,
#reset-filtering:focus {
	text-decoration: underline;
}

#more-filtering {
	float: right;
	background: none;
	border: 0;
	color: green;
	cursor: pointer;
	text-decoration: none;
}

#more-filtering:hover,
#more-filtering:focus {
	text-decoration: underline;
}

#results-container {
	padding-left: 15px;
}

.results-container-holder {
	position: relative;
	margin: 0 -15px;

}


.results-title {
	display: none;
}


.places .fav-row {
	margin-bottom: 10px;
}

.places .fav-row em {
	color: #e0d800;
}

#favCountBtn {
	-webkit-transition: background-color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}

#favCountBtn.mark {
	background: yellow !important;
}

.places #filters {

	padding-bottom: 50px;
}

.places #filters [class*="col-"] {
	padding: 0;
}

.places #filters .checkboxes {
	margin: 10px 0;
}

.places #filters .filter-fld input,
.places #filters .filter-fld button {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

.places #filters .checkbox-fld {
	padding: 10px;
	margin: 5px 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 1px 1px 10px rgba(119, 119, 119, 0.1);
	border: 1px solid rgba(0, 0, 0, .1);
	display: block;
	font-size: 0.9em;
	border-radius: 5px;
}

.places #filters .checkbox-fld label {
	padding-right: 20px;
	margin: 0;
}

.places #filters input {
	display: block;
}

.places #filters .checkbox-fld input {
	position: absolute;
	top: 14px;
	right: 10px;
	display: block;
}

#results-container::-webkit-scrollbar {
	width: 5px;
	background: #ddd;
}

#results-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(96, 187, 70, 1);
}

#results {
	list-style: none;
	padding: 0;
	margin: 0;

	margin: 0;
}

#results>li {
	width: 50%;
	float: right;
}

#results>li>a {
	display: block;
	margin: 15px;
	background: #333;
	border: 1px solid #333;
	color: #fff;
	border-radius: 5px;
}

#results>li>a:hover {
	text-decoration: none;
}

#results>li>a.cat-32 {
	background: #faa61a;
	color: #333;
}

#results>li>a.cat-29 {
	background: #bed62f;
	color: #333;
}

#results>li>a.cat-4 {
	background: #7ec6eb;
	color: #333;
}

#results>li>a .pic {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	background: #d5effc;
	border-radius: 5px;
}

#results>li>a .promo-pic {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#results>li>a .category {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 5px;
	color: #fff;
	border: 0;
	cursor: pointer;
	    display: none;
}

#results>li>a .category>img {
	width: 30px;
}

#results>li>a .fav {
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 10px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#results>li>a .fav:before {
	content: '\f006';
}

#results>li>a .fav:hover,
#results>li>a .fav:focus {
	color: #fff;
}

#results>li>a .fav:hover:before,
#results>li>a .fav:focus:before {
	content: '\f005';
}

#results>li>a .fav.active {
	color: #fff600;
}

#results>li>a .fav.active:before,
#results>li>a .fav.active:before {
	content: '\f005';
}

#results>li>a .print-details {
	display: none;
}

#results>li>a h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	padding: .75rem;
}

/**/

.categories {}

.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.categories>ul {
	box-shadow: 1px 1px 10px rgba(119, 119, 119, 0.1);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.categories>ul>li {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}

.categories>ul>li:first-child {
	border-radius: 5px 5px 0 0;
}

.categories>ul>li:last-child {
	border-radius: 0 0 5px 5px;
}

.categories>ul>li:hover {
	background: rgba(255, 255, 255, 0.4);
}

.categories>ul>li>ul {
	display: none;

	position: absolute;
	top: 0;
	margin-top: -1px;
	right: 100%;
	z-index: 999999;
	width: 250px;
	background: #f1f1f1;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 15px;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
	text-align: right;
}

[dir="ltr"] .categories>ul>li>ul {
	text-align: left;
	right: auto;
	left: 100%;
}

.categories>ul>li:hover>ul {
	display: block;
}

.categories .category {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories .category label {
	display: table;
	cursor: pointer;
	width: 100%;
	font-size: 0.85em;
	margin: 0;
}

.categories .category label>span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.categories .category label>span:first-child {
	padding-right: 10px;
	width: 28px;
}

.categories>ul>li>.category>label>span:last-child {
	width: 30px;
}

.categories .category img {
	height: 30px;
}


.categories .category .caption {
	display: block;
}

/**/

.content-section {
	margin: 30px 0;
	padding: 0 5px;
}

.content-section h2 {
	font-weight: normal;
	color: red;
	line-height: 1em;
	margin-bottom: 15px;
	font-size: 2em;
}

.content-section .more {
	text-align: left;
}

/**/

.articles ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articles ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.articles ul li:last-child {
	border-bottom: 0;
}

.articles ul li a.article {
	text-decoration: none;
	color: inherit;
}


.articles ul li a.article h3,
.articles ul li a.article h3 {
	font-size: 1.2em;
	margin-bottom: .5rem;
}

.articles ul li a.article:hover h3,
.articles ul li a.article:focus h3 {
	color: #115dab;
}

.articles ul li a.article img {
	width: 192px;
	height: 108px;
	float: right;
	margin-left: 15px;
}

[dir="ltr"] .articles ul li a.article img {
	float: left;
	margin-left: auto;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.articles ul li a.article img {
		width: 100%;
		height: auto;
		float: none;
	}
}

.articles ul li a.article p {
	margin: 0;
}

/**/

.events-col {
	background: #f1f1f1;
	border-right: 1px solid #ddd;
}

[dir="ltr"] .events-col {
	border-right: 0;
	border-left: 1px solid #ddd;
}

.no-events {
	padding: 30px 0;
	margin: 15px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.events ul {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.events ul li {
	padding: 10px;
}

@media (min-width: 768px) {
	.events ul li {
		width: 50%;
		float: right;
	}


	[dir="ltr"] .events ul li {
		float: left;
	}
}

.events .event {
	display: block;
	position: relative;

	color: inherit;
	text-decoration: none;

	padding: 15px;
	overflow: hidden;

	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.events .event:hover,
.events .event:focus {
	border: 1px solid #111;
}

.events .event .icon {
	position: relative;
	float: right;
	margin-left: 10px;
}

[dir="ltr"] .events .event .icon {
	float: left;
	margin-left: auto;
	margin-right: 10px;
}

.events .event .icon em {
	font-size: 80px;
	color: red;
}

.events .event .icon .icon-date {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 8px 0;
}

.events .event .icon .icon-date .day {
	font-weight: bold;
	color: #333;
	display: block;
	font-size: 24px;
	line-height: 1em;
}

.events .event .icon .icon-date .month {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 1em;
}

.events .event .text {
	padding-top: 4px;
	padding-right: 90px;
	height: 94px;
}

.events .event .overlay {
	position: absolute;
	bottom: -10px;
	right: 90px;
	width: 100%;
	height: 30px;
	z-index: 9;



}

.events .event .category {
	display: inline-block;
	padding: 2px 4px;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.events .event .name {
	display: block;
	height: 48px;
	overflow: hidden;
}

/**/

.galleries {
	background: #252525;
	color: #fff;
	padding: 15px 0;
}

.galleries a {
	color: #fff;
}

.galleries .title {
	padding: 15px 0;
}

.gallery-slick {}

.gallery-slick figure {
	position: relative;
	padding-bottom: 100%;
	display: block;
	overflow: hidden;
}

.gallery-slick figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 10px;
}

.gallery-slick figure img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

/**/

.pirs-row {
	padding: 30px 15px;
	background: #f1f1f1;
}

.pirs-row img {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
	display: block;
}

/**/

/**/

.vod {
	background: #111;
	color: #fff;
	padding: 15px 0;
}

.vod a {
	color: #fff;
}

.vod .title {
	padding: 15px 0;
}

#video {
	display: block;
}

@media (min-width: 768px) {
	#videos-list {
		height: 420px;
		overflow: auto;
	}
}

#videos-list figure {
	margin-bottom: 15px;
}

#videos-list figure:after {
	clear: both;
	display: block;
	content: '';
}

#videos-list a.active figure {
	background: rgba(255, 255, 255, 0.1);
}

#videos-list .pic {
	position: relative;
	overflow: hidden;
	float: right;
	width: 120px;
	height: 67px;
	margin-left: 15px;
}

#videos-list .pic img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#videos-list figcaption {
	color: #fff;
}

#videos-list a.active figure figcaption {
	background: #cf1c1c;
	padding: 10px;
}

@media (min-width: 768px) {
	#playlists {
		height: 347px;
		overflow: auto;
	}
}

#playlists ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#playlists ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#playlists ul li a {
	display: block;
	padding: 10px 0;
	color: #fff;
}

#playlists ul li a.active {
	background: #cf1c1c;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.vod ::-webkit-scrollbar {
	width: 3px;
}

.vod ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.vod ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
}

/**/

.pirsomot {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}


.pirsomot a {
	margin: 15px 0;
	display: block;
}

/**/

#find-vacation {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 260px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 1rem;
	border-radius: 5px;
}

#find-vacation h2 {
	font-size: 1.2rem;
	font-weight: bold;
}

#find-vacation label {
	display: block;
	position: fixed;
	top: -999px;
}

#find-vacation>div {
	display: block;
	margin-top: 10px;
}

#find-vacation select,
#find-vacation button {
	font-size: 1rem;
	padding: .5rem;
	background: #fff;
	border: 0;
	width: 100%;
	display: block;
	border-radius: 5px;
}

#find-vacation button {
	background: rgb(194, 124, 56);
	padding: .5rem 1rem;
	font-weight: bold;
	width: auto;
	float: left;

}

/**/

.main-pirs.desktop {
	display: none
}

.main-pirs.mobile {
	display: none
}

@media (min-width: 992px) {
	.main-pirs.desktop {
		display: block
	}
}

@media (max-width: 991px) {
	.main-pirs.mobile {
		display: block
	}
}

.main-pirs-container {
	padding: 1rem;

	background-color: #f2f2e8;
}

.slick-dots {
	bottom: -30px;
}

.main-pirs,
.events-pirs {
	padding: 0 1rem;
	margin-bottom: 1.2rem;
}

.main-pirs .pirs {
	display: block;
	margin: 1rem;
}

.events-pirs .pirs {
	display: block;
	margin: 1rem;
}

/**/


.event {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 1rem;
	color: #fff;
	font-weight: bold;
}

.event:hover {
	color: #fff;
}

.event:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.event img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.event .info {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .5rem;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	width: 100%;
	padding-top: 3rem;
}

/**/


.filter-group .toggle-all {
	display: none;
}

.filter-group.long .options {
	position: relative;
}

.filter-group.long .options:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.filter-group.long.expand .options {}

.filter-group.long.expand .options:before {
	content: none;
}

.filter-group.long .toggle-all {
	display: inline;
}

.filter-group.long .toggle-all em:before {
	content: '\f107';
}

.filter-group.long.expand .toggle-all em:before {
	content: '\f106';
}

/**/

.printable-map-link {
	display: block;
	padding: 1rem;
	border-radius: .25rem;
	background: #c27c38;
	color: #fff;
	text-align: center;
	margin: 1rem 0;
}

.printable-map-link:hover {

	background: #a76729;
	color: #fff;
	text-decoration: none;
}


@media (max-width: 991px) {
	#openmap {
		display: none;
	}
}