/*
Colors:
#99CCFF
#FFCC00
#99CC99
#FFFFFF
#2E2E2E
*/

*:focus {
	outline: 0;
	outline: none;
}

@font-face {
	font-family: icomoon;
	src: url('../fonts/icomoon.eot?d8767y');
	src: url('../fonts/icomoon.eot?d8767y#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?d8767y') format('truetype'), url('../fonts/icomoon.woff?d8767y') format('woff'), url('../fonts/icomoon.svg?d8767y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.my-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: icomoon !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 64px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}

.icon-accomodation:before {
	content: "\e901";
}

.icon-contact:before {
	content: "\e902";
}

.icon-payment:before {
	content: "\e903";
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-blue {
	background-color: #99CCFF;
}

.bg-orange {
	background-color: #FFCC00;
}

.bg-teal {
	background-color: #99CC99;
}

.bb-orange, .bb-teal, .bb-blue {
	border-bottom: 3px solid;
}

.bb-orange {
	border-bottom-color: #FFCC00;
}

.bb-teal {
	border-bottom-color: #99CC99;
}

.bb-blue {
	border-bottom-color: #99CCFF
}

.tb-orange, .tb-teal, .tb-blue {
	border-top: 3px solid;
}

.tb-orange {
	border-top-color: #FFCC00;
}

.tb-teal {
	border-top-color: #99CC99;
}

.tb-blue {
	border-top-color: #99CCFF
}

.image-slide div img {
	margin: 0 auto;
	max-width: 98%;
}

.image-slide div {
	vertical-align: middle
}

.ratio-5-3 {
	padding-bottom: 60%;
	width: 100%;
	position: relative;
}

.ratio-1-1 {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}

.ratio-5-3 div, .ratio-1-1 div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.r-top {
	padding-top: 10px;
}

.r-bot {
	padding-bottom: 10px;
}

.card-1 {
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-2 {
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
	position: relative;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
	position: relative;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

header {
	padding-top: 10px;
}

header, #navholder {
	z-index: 1000;
}

.logo img {
	height: 90px;
}

nav {
	height: 100px;
}

.language-toggle {
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
}

.language-toggle span {
	font-size: 12px;
}

@media (min-width: 992px) {
	.language-toggle {
		padding-top: 75px;
	}
}

.language-choice {
	display: none;
}

.language-choice ul {
	text-align: center;
	padding-top: 10px;
}

.language-choice ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

nav ul, ul {
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	width: 100%;
}

.navitem {
	display: block;
	width: 25%;
	box-sizing: border-box;
	float: left;
}

.navitem a, .language-choice ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: black;
	text-decoration: none;
	transition: 1s;
}

.navitem a:hover .my-icon, .language-choice ul li a:hover {
	color: #FFCC00;
	transition: 0.2s;
}

.navitem a img {
	stroke: black;
	height: 70px;
}

.pirovac-toggle {
	margin: 3px;
	cursor: pointer;
}

.pirovac-toggle span {
	font-size: 20px;
}

.pirovac-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.abox {
	top: 0;
	font-size: 14px;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 3px black;
	border: 1px solid #2E2E2E;
	border-radius: 30%;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
}

.abox:hover {
	top: -2px;
}

@media (max-width: 992px) {
	.abox-container {
		padding: 5px;
	}
}

@media (min-width: 480px) {
	.abox {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.abox {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.abox {
		font-size: 24px;
	}
}

.abox p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0;
}

.slick-prev {
	left: 25px;
}

.slick-next {
	right: 25px;
}


.slick-prev:before {
	left: -10px;
	content: "\e079"
}
.slick-next:before {
	right: 10px;
	content: "\e080"
}

.slick-prev, .slick-next {
	z-index: 1000;
}

.slick-prev:before, .slick-next:before {
	color: #99CCFF;
	opacity: 1;
	font-size: 40px;
    position: relative;
    font-family: 'Glyphicons Halflings';
}

table {
	text-align: center;
	width: 100%;
}

table td, table th {
	text-align: center;
	border: 1px solid black;
}

.t-5 td, .t-5 th {
	width: 20%;
}

.t-3 td, .t-3 th {
	width: 33.3333%;
}

.apartment-notes {
	margin-top: 5px;
	width: 100%;
	text-align: left;
	font-style: italic;
}

.calendar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-list div {
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #2E2E2E;
	padding: 2px 0 2px 0;
	font-size: 18px;
	padding-top: 4px;
}

.stuck {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}

/* bootstrap display */

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-grid {
	display: grid!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

.d-none {
	display: none!important
}

@media (min-width:576px) {
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-grid {
		display: grid!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
}

@media (min-width:768px) {
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-grid {
		display: grid!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
}

@media (min-width:992px) {
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-grid {
		display: grid!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
}

@media (min-width:1200px) {
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-grid {
		display: grid!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
}

@media (min-width:1400px) {
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-grid {
		display: grid!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: inline-flex!important
	}
	.d-xxl-none {
		display: none!important
	}
}

.r43 {
	padding-top: 75%;
	position: relative;
}

.r169 {
	padding-top: 56.25%;
	position: relative;
}

.r-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.cal-container {
	width: 100%;
	margin: 0 auto;
}

.cal-controls {
	width: 100%;
	margin-bottom: 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cal-controls select {
	width: 75%;
	padding: 10px;
	border: 1px #757575 solid;
	border-radius: 10px;
}

.cal-controls a {
	width: 10%;
	color: black;
	padding: 10px;
	border: 1px #757575 solid;
	border-radius: 10px;
}

.cal-controls a:hover {
	background-color: #e0e0e0;
}

.cal {
	width: 100%;
}

.cal-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1%;
}

.cal-item {
	width: 13%;
	background-color: #e0e0e0;
}

.cal-item-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cal-item-content span {
	font-size: 18px;
}

.cal-off {
	background-color: #757575;
}

.cal-state-fill {
	background-color: #ef5350;
}

.cal-state-start {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWdvbiBwb2ludHM9IjAsMTAwIDEwMCwwIDEwMCwxMDAiIHN0eWxlPSJmaWxsOiNlZjUzNTA7IiAvPjwvc3ZnPg==);
	background-size: 100% 100%;
}

.cal-state-end {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgaGVpZ2h0PSIxMDAiIHdpZHRoPSIxMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBvbHlnb24gcG9pbnRzPSIwLDAgMTAwLDEwMCAwLDEwMCIgc3R5bGU9ImZpbGw6I2VmNTM1MDsiIC8+PC9zdmc+);
	background-size: 100% 100%;
}

.legend {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.legend-item {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1%;
}

.legend-item .cal-item {
	width: 15%
}

.legend-text {
	width: 75%;
}

@media (max-width: 576px) {
	.cal-item-content span {
		font-size: 18px;
	}
	.legend-item {
		width: 50%;
	}
	.cal-controls select {
		width: 65%;
		padding: 10px;
	}
	.cal-controls a {
		width: 15%;
		padding: 10px;
	}
}

.gallery-item {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-top-10 {
	padding-top: 10px;
}

.slick-dots li, 
.slick-dots li button,
.slick-dots li button:before {
	height: 5px;
	width: 5px;
    line-height: 5px;
}
