html {
	height:100%;
}
body {
	margin:0;
	height:100%;
	background:#F2F7F9;
}



*, h1, h2, h3, h4, h5, h6, a, p {
	font-family:'Roboto', sans-serif;
}
.clear {
	clear:both;
}
* {
	outline:none;
}

/******************** PRELOADER ***************************************************************/

#loader_container {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:99999;
}
#loader_container img {
	width:300px;
	height:203px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -175px 0 0 -150px;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: 50px 0 0 -50px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #F4E1DF;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #E8C6C1;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #CC5946;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

div.dark_rounded .pp_loaderIcon {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

div.dark_rounded .pp_loaderIcon:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #666;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

div.dark_rounded .pp_loaderIcon:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color:#999;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}







/******************** HEADER ***************************************************************/

header {
	width:100%;
	position:fixed;
	margin:0 auto;
	height:45px;
	z-index:10000;
	background:rgba(0,0,0,0.8);
}
h1 {
	margin:0;
	padding:0;
	display:block;
	width:340px;
	height:45px;
	text-indent:-99999px;
	position:relative;
	float:left;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	background:url(/img/logo_small.png) center 10px no-repeat;
}

nav {
	width:auto;
	height:45px;
	overflow:hidden;
	float:left;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
nav ul li {
	float:left;
	color:#808080;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height:45px;
	font-size:0.8em;
	padding:0 10px;
	cursor:pointer;
}
nav ul li:first-child {
	padding:0 10px 0 20px;
}
nav ul li:hover {
	color:#ccc;
}
nav ul li.active {
	color:#fff;
}

.langs {
	width:auto;
	min-width:100px;
	height:45px;
	position:relative;
	float:right;
	overflow:visible;
}
.langs a {
	text-transform:uppercase;
	font-size:0.8em;
	color:#fff;
}
.langs .button.split {
	background:none;
	height:45px;
	line-height:45px;
	width:auto;
	float:right;
	margin:0;
	padding:0 40px 0 10px;
}
.langs .button.split span {
	background:none;
	height:45px;
	line-height:45px;
	width:auto;
	float:right;
	margin:0;
	padding:0 30px 0 10px;
	border:none;
}
.langs .split.button.no-pip span > i {
	left:auto;
	right:10px;
}
#other_langs {
	max-width:100px;
	z-index:10003;
}
#other_langs li a {
	text-transform:uppercase;
	font-size:0.8em;
}
.f-dropdown li a {
	padding:0.25rem 0.5rem;
}


.big_logo {
	position:absolute;
	height:233px;
	top:45px;
	left:0;
	width:100%;
	z-index:10002;
}
.big_logo h2 {
	margin:-45px 0 0 0;
	padding:0;
	display:block;
	width:340px;
	height:233px;
	text-indent:-99999px;
	position:relative;
	float:left;
	background:#fff;
}
.big_logo h2 a {
	display:block;
	width:100%;
	height:233px;
	background:url(/img/logo2.png) center 10px no-repeat;
}




.slide {
	width:100%;
	min-height:300px;
	padding:45px 0;
}
#home {
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0;
}
#about {
	background:#F2F7F9;
}
#gallery {
	background:#fff;
	text-align:center;
}
#price_list {
	background:#F2F7F9;
}
#availability {
	background:#fff;
}
#location {
	background:#F2F7F9;
	padding:45px 0 0 0;
}
.map_container {
	font-size:0;
}
#pula {
	background:#fff;
}
#activities {
	background:#F2F7F9;
}
.bx-wrapper, .bx-viewport {
	height:100%;
}
.slider {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.slider li {
	width:100%;
	height:100%;
	display:block;
}
.slider li div {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slide h2 {
	text-align:center;
	font-size:2.1em;
	color:#333;
	margin:0;
	padding:1em 0;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:5px;
	position:relative;
}
.slide h2:before {
	content:'';
	display:block;
	position:absolute;
	width:246px;
	bottom:29px;
	left:50%;
	margin:0 auto 0 -123px;
	border-bottom:1px solid #cc5946;
}
.slide h2:after {
	content:'';
	display:block;
	position:absolute;
	width:152px;
	bottom:23px;
	left:50%;
	margin:0 auto 0 -76px;
	border-bottom:1px solid #cc5946;
}
.col_3 {
	-webkit-column-count:3; /* Chrome, Safari, Opera */
    -moz-column-count:3; /* Firefox */
    column-count:3;
}
.col_2 {
	-webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
    column-count:2;
}
.video_container {
	overflow:hidden;
}
.video_container iframe {
	float:left;
}
ul.image_categories {
	list-style-type:none;
	position:relative;
	margin:20px auto;
	padding:0;
}
ul.image_categories li {
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	line-height:1.5em;
}
ul.image_categories li.active {
	border-bottom:1px solid #cc5946;
}
[class*="block-grid-"] > li {
	padding:0;
	float:none;
	margin:0;
	overflow:hidden;
}
.gallery {
	font-size:0;
}
#gallery ul li {
	padding:5px;
}
#gallery ul li div.image_container {
    display:inline-block;
    position:relative;
	width:100%;
	float:left;
}
#gallery ul li div.image_container div.ratio {
    margin-top:66.8%;
}
#gallery ul li div.image_container a {
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:110% 110%;
	-o-transition: background-size 0.2s ease-out;
    -moz-transition: background-size 0.2s ease-out;
    -khtml-transition: background-size 0.2s ease-out;
    -webkit-transition: background-size 0.2s ease-out;
    -ms-transition: background-size 0.2s ease-out;
    transition: background-size 0.2s ease-out;
}
#gallery ul li div.image_container a:hover {
	background-size:100% 100%;
}
[class*="block-grid-"] {
	margin:0;
}
[class*="block-grid-"] > li.mix {
	display:none;
}

.scrolloff {
	pointer-events: none;
}
.box_container {
	margin:0.5em 0;
}
.box_container img {
	width:100%;
	margin:0;
	padding:0;
}
.box_container h3 {
	font-size:1.5em;
	color:#333;
	margin:0;
	padding:0.5em 0;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:5px;
	position:relative;
}
.box_container h3:after {
	content:'';
	display:block;
	position:absolute;
	width:152px;
	bottom:0.5em;
	left:0;
	margin:0 auto 0 0;
	border-bottom:1px solid #cc5946;
}

p.currentTextHolder 	{ margin:0; padding:0 10px; font-size:0.8em; line-height:1.5em; font-family:'Roboto', sans-serif; }
a.pp_play				{ display:none; }
div.pp_social			{ display:none; }

table.pricelist {
	width:100%;
	border:none;
	margin:0 0 50px 0;
	padding:0;
}
table.pricelist tr th {
	background:#cc5946;
	color:#fff;
	padding:20px 20px;
	font-weight:400;
}
table.pricelist tr td {
	background:#fff;
}
table.pricelist tr th:nth-child(2), table.pricelist tr th:nth-child(3)  {
	text-align:center;
}
table.pricelist tr td:nth-child(2), table.pricelist tr td:nth-child(3), table.pricelist tr td:nth-child(4)  {
	text-align:center;
}
table.pricelist tr td:nth-child(1) {
	font-weight:700;
	font-size:16px;
}
table.pricelist tr:nth-child(even) td {
	padding:15px 20px 5px 20px;
}
table.pricelist tr:nth-child(odd) td {
	padding:5px 20px 15px 20px;
}
table.pricelist tr:nth-child(odd) td:nth-child(1) {
	font-weight:400;
	font-size:12px;
}
table.pricelist tr:nth-child(4n) td, table.pricelist tr:nth-child(4n+1) td {
	background:#f9e0db;
}
.datetimepicker {
	box-shadow:none;
	display:block;
	float:left;
}
.datetimepicker+.datetimepicker {
	margin-left:0;
}
#availability_calendar {
	position:relative;
	margin:0 auto;
	width:auto;
	max-width:900px;
}
p a, p a:hover {
	color:#cc5946;
}

#contact {
	background:rgba(0,0,0,0.8);
	position:relative;
}
#contact h2 {
	color:#fff;
}
#contact p {
	color:#fff;
	text-align:center;
}
form, fieldset {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
label {
	color:#fff;
	line-height:1.25em;
	margin:0 0 5px 0;
}
fieldset .group {
	width:20%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
fieldset .group label {
	height:3em;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:5px;
}
fieldset .group2 {
	width:100%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
fieldset .group3 {
	width:50%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}
fieldset .group4 {
	width:50%;
	float:right;
	padding:0 10px;
	box-sizing:border-box;
}
input[type='text'], input[type='number'], select, textarea {
	border:none;
	color:#000;
	font-weight:500;
}
input[type='submit'] {
	border:none;
	background:#cc5946;
	color:#fff;
	width:100%;
	height:60px;
	line-height:60px;
	text-transform:uppercase;
	float:right;
}
.ui-datepicker-header {
	background:#cc5946;
}
table.ui-datepicker-calendar {
	border:1px solid #cc5946;
}
table.ui-datepicker-calendar tr td a {
	color:#000;
}
table.ui-datepicker-calendar tr td.ui-state-disabled span.ui-state-default {
	color:#ccc;
}
.ui-datepicker {
	padding:0;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:2px;
	top:2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:2px;
	top:2px;
}
.ui-datepicker-prev:before {
	content:"\f0d9";
	font-family:'FontAwesome';
	color:#000;
	float: left;
   	margin-top: 5px;
   	margin-left: 10px;
   	display: inline;
   	font-size: 16px;
   	height: auto;
   	font-weight: 300;
   	text-shadow:none;
}
.ui-datepicker-next:before {
	content:"\f0da";
	font-family:'FontAwesome';
	color:#000;
	float: right;
   	margin-top: 5px;
   	margin-right: 10px;
   	display: inline;
   	font-size: 16px;
   	height: auto;
   	font-weight: 300;
   	text-shadow:none;
}
p.thx {
	display:none;
}
.social_container {
	text-align:center;
	padding:100px 0 20px 0;
}
.social {
	display:inline-block;
	width:auto;
	height:auto;
	padding:20px;
}

#hamburger {
	display:none;
	width:57px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
	background:url(/img/hamburger.png) center center no-repeat;
}

@media only screen {


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
	header {
		height:auto;
	}
	.langs {
		clear:both;
		float:right;
		height:30px;
	}
	.langs .button.split span {
		height:30px;
		line-height:30px;
	}
	h1 {
		width: -moz-calc(100% - 67px);
		width: -webkit-calc(100% - 67px);
		width: -o-calc(100% - 67px);
		width: calc(100% - 67px);
		padding:0 0 0 10px;
	}
	h1 a {
		background:url(/img/logo_small.png) 0 10px no-repeat;
		background-size:contain;
	}
	nav {
		display:none;
	}
	nav {
		width:100%;
		height:auto;
	}
	nav ul li {
		width:100%;
		line-height:25px;
	}
	nav ul li:first-child {
		padding:0 10px;
	}
	.big_logo {
		display:none;
	}
	#hamburger {
		display:block;
	}
	.slide {
		padding:60px 0 10px 0;
	}
	#location {
		padding:60px 0 0 0;
	}
	.col_3, col_2 {
		-webkit-column-count:1; /* Chrome, Safari, Opera */
		-moz-column-count:1; /* Firefox */
		column-count:1;
	}
	table.pricelist tr:nth-child(even) td {
		padding:15px 5px 5px 5px;
	}
	table.pricelist tr:nth-child(odd) td {
		padding:5px 5px 15px 5px;
	}
	#availability_calendar {
		max-width:300px;
	}
	#gallery ul li {
		padding:5px 0;
	}
	#gallery ul li div.image_container a {
		background-size:100% 100%;
		cursor:default;
	}
	fieldset .group {
		width:50%;
	}
	fieldset .group label {
		height:auto;
	}
	fieldset .group3 {
		width:100%;
	}
	p {
		padding:0 10px;
	}
	.box_container, .columns {
		padding:0;
	}
	.box_container p, .box_container ul {
		padding:10px;
	}
	.box_container h3 {
		padding:0.5em 10px;
	}
	.box_container h3:after {
		margin:0 auto 0 10px;
	}
	table.pricelist tr th {
		padding:10px 5px;
	}
	table.pricelist tr:nth-child(even) td {
		padding:15px 5px 5px 5px;
	}
	table.pricelist tr:nth-child(odd) td {
		padding:5px 5px 15px 5px;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


@media only screen and (min-width: 40.063em) {


} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	header {
		height:auto;
	}
	.langs {
		clear:both;
		float:right;
		height:30px;
	}
	.langs .button.split span {
		height:30px;
		line-height:30px;
	}
	nav {
		display:none;
	}
	.big_logo {
		display:none;
	}
	#hamburger {
		display:block;
	}
	.col_3, col_2 {
		-webkit-column-count:1; /* Chrome, Safari, Opera */
		-moz-column-count:1; /* Firefox */
		column-count:1;
	}
	#availability_calendar {
		max-width:600px;
	}

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (max-width: 60em) {
	#home {
		height: 50%;
		width: 100%;
	}

	li.filter {
		display: none !important;
	}
}

@media only screen and (min-width: 64.063em) {


} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {


} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */


@media only screen and (min-width: 90.063em) {


} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {


} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */


@media only screen and (min-width: 120.063em) {


} /* min-width 1921px, xxlarge screens */
