@charset "utf-8";

/* CSS Document */
* { margin:0; }

html {
	height:100%;
	width:100%;
	overflow:hidden
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #323e4d;
	height:100%;
	line-height: 26px;
	background-color:#fff;
	background-size:cover;
}

body.fancybox-active {
    height: 100%;
}

html { height: 100% }

body {
	height: 100%;
	margin: 0;
	padding: 0
}

.mt-0 {margin-top:0;} 
.mt-10 {margin-top:10px;} 
.mt-15 {margin-top:15px;} 
.mt-20 {margin-top:20px;} 
.mt-30 {margin-top:30px;} 
.mt-50 {margin-top:50px;} 
.mt-75 {margin-top:75px;} 
.mt-100 {margin-top:100px;}
.mb-0 {margin-bottom:0;} 
.mb-10 {margin-bottom:10px;} 
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;} 
.mb-30 {margin-bottom:30px;} 
.mb-50 {margin-bottom:50px;} 
.mb-75 {margin-bottom:75px;} 
.mb-100 {margin-bottom:100px;}
.pt-0 {padding-top:0;} 
.pt-10 {padding-top:10px;} 
.pt-15 {padding-top:15px;} 
.pt-20 {padding-top:20px;} 
.pt-30 {padding-top:30px;} 
.pt-50 {padding-top:50px;} 
.pt-75 {padding-top:75px;} 
.pt-100 {padding-top:100px;}
.pb-0 {padding-bottom:0;} 
.pb-10 {padding-bottom:10px;} 
.pb-15 {padding-bottom:15px;} 
.pb-20 {padding-bottom:20px;} 
.pb-30 {padding-bottom:30px;}
.pb-50 {padding-bottom:50px;}  
.pb-75 {padding-bottom:75px;} 
.pb-100 {padding-bottom:100px;}

@media (max-width: 768px) {
    .mt-0-mob {margin-top:0;} 
	.mt-10-mob {margin-top:10px;} 
	.mt-15-mob {margin-top:15px;} 
	.mt-20-mob {margin-top:20px;} 
	.mt-30-mob {margin-top:30px;} 
	.mt-50-mob {margin-top:50px;} 
	.mt-75-mob {margin-top:75px;} 
	.mt-100-mob {margin-top:100px;}
	.mb-0-mob {margin-bottom:0;} 
	.mb-10-mob {margin-bottom:10px;} 
	.mb-15-mob {margin-bottom:15px;}
	.mb-20-mob {margin-bottom:20px;} 
	.mb-30-mob {margin-bottom:30px;} 
	.mb-50-mob {margin-bottom:50px;} 
	.mb-75-mob {margin-bottom:75px;} 
	.mb-100-mob {margin-bottom:100px;}
	.pt-0-mob {padding-top:0;} 
	.pt-10-mob {padding-top:10px;} 
	.pt-15-mob {padding-top:15px;} 
	.pt-20-mob {padding-top:20px;} 
	.pt-30-mob {padding-top:30px;} 
	.pt-50-mob {padding-top:50px;} 
	.pt-75-mob {padding-top:75px;} 
	.pt-100-mob {padding-top:100px;}
	.pb-0-mob {padding-bottom:0;} 
	.pb-10-mob {padding-bottom:10px;} 
	.pb-15-mob {padding-bottom:15px;} 
	.pb-20-mob {padding-bottom:20px;} 
	.pb-30-mob {padding-bottom:30px;}
	.pb-50-mob {padding-bottom:50px;}  
	.pb-75-mob {padding-bottom:75px;} 
	.pb-100-mob {padding-bottom:100px;}
}

img {
	border:none;
	vertical-align:middle;
}

a:link,
a:visited {
	text-decoration: none;
	color: #5c5f5f;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover { text-decoration: underline; }

a.buttlike {
	color:#044d76;
	font-weight:bold;
	border:1px solid #6584a4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	line-height:32px;
	display:block;
}

a.buttlike:hover {
	border:1px solid #044d76;
	text-decoration:none;
}

a.alt:link,
a.alt:visited { color: #FFF; }

a.alt:hover { text-decoration: underline; }

p,
h1,
h2,
h3,
#form1,
#form2,
#form3 {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Source Serif Pro', serif;
	color: #346699; }

h1 {
	font-size: 32px;
	color: #346699;
	font-weight: normal;
	text-align: center;
	padding: 0px 0 16px 0;
	line-height:46px;
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom:10px;
}
/*
.content .title {display:table; width:100%;}

.content h1 {height:124px; display:table-cell; vertical-align: middle; text-align:center; width:100%;}
*/
h2 {
	font-size: 26px;
	color: #346699;
	font-weight: normal;
	text-align:center;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 22px;
	color: #346699;
	font-weight: normal;
	margin:20px 0 0 0;
}



/****************************************************************************** main elements */



.logo {
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 4003;
	left: 50%;
	margin: 0 0 0 -35px;
	top: -35px;
}

.logo img {width:100%; height:auto; border-radius:5px;}

.content {
	width: 750px;
	padding:25px;
	height:400px;
	position:absolute;
	z-index:100;
	left:50%;
	top:50%;
	margin: -225px 0 0 -400px;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/*width: calc(100% - 100px);*/

.content.higher {height:475px; margin: -262px 0 0 -400px;}

.content.smaller {width: 450px; margin: -225px 0 0 -250px;}

.scroll {
	height: 313px;
	overflow:auto;
	padding: 0 0 0 0;
}

a.hide {
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	z-index:4007;
	left:50%;
	top:50%;
	left:auto;
	right:25px; 
	top:25px;
	margin: -210px 0 0 357px; 
	margin:0;
	color:#ccc;
}

a.hide:hover {
	color:#666;
	text-decoration:none;
}

a.hide.alternate {
	margin: -245px 0 0 357px; margin:0;
}

a.hide.narrow {
	margin: -210px 0 0 210px; margin:0;
	background:#fff;
	border-radius:50%;
	width:20px;
	height:20px; 
	line-height:20px;
	text-align:center;
}

a.hide.narrow i {
	line-height:20px;
	text-align:center;
	width:20px;
	height:20px; 
	display:block;
}

.overflow {overflow:hidden;}









/**/

.logo_top {position:absolute; top:0px; left:30px; z-index:456}

.slide_down {position:absolute; top:-100px; left:50%; margin-left:-28px; color:#fff; opacity:0;}

.slide_down:hover {cursor:pointer;}



a.hamburger {display:block;  color:#fff; position:absolute; top:30px; right:30px; z-index:123;background:rgba(255, 255, 255, 0.3); padding: 5px 15px; }

.mm-page {
    height:100%;
}

.mm-wrapper_background .mm-page {
    background: rgba(0, 0, 0, 0.5);
}

.mm-menu_offcanvas {
    position: fixed;
    right: 0;
    z-index: 123;
}

.mm-wrapper__blocker {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
    z-index: 1234;
}

#prevslide, #nextslide {
    z-index:1;
	background: none !important;
	color:#fff;
}

a#play-button, 
a#tray-button {display:block !important; width:54px; height:42px; text-align:center; line-height:42px; color:#fff; }

#slidecounter {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
    text-shadow: none;
    margin: 0px 10px 0 15px;
    line-height: 44px;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../img/progress.gif) no-repeat center center;
	display:none;
}


.jspDrag {
    background: #fff;
    left: 12px;
    cursor: pointer;
    width: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 100px;
	position:relative;
}

.jspDrag::before {
	font-family: 'FontAwesome';
	position:absolute;
	color:#ccc;
	content:"\f077";
	top:-2px;
	left:2px;
}

.jspDrag::after {
	font-family: 'FontAwesome';
	position:absolute;
	color:#ccc;
	content:"\f078";
	bottom:-2px;
	left:2px;
}

.jspVerticalBar {
    width: 32px;
}

.valovi {width:830px; height:581px; background-image: url(../img/valovi.png); background-repeat: no-repeat; background-size: 100% auto; position:absolute; bottom:0; left:0; z-index:2; opacity:1;}

/* preloader styles */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	text-align: center;
	z-index: 999;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	background-color: #fff;
}

.preloader:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -.25em;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.preloader .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.list {width:100%; }

.overflow {overflow:hidden;}

.list .overflow {margin-top:25px;}

.list .overflow:first-child {margin-top:0px;}

.w10, .w20, .w33, .w30, .w25, .w50, .w90, .w80, .w66, .w75, .w70 {float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0; margin:0;}

.w10 img, .w20 img, .w33 img, .w30 img, .w25 img, .w50 img, .w90 img, .w80 img, .w66 img, .w75 img, .w70 img {width:100%; height:auto;}

.w10 h3, .w20 h3, .w33 h3, .w30 h3, .w25 h3, .w50 h3, .w90 h3, .w80 h3, .w66 h3, .w75 h3, .w70 h3 {margin-top:0; font-size:28px;}

.w10 {width:10%} 
.w20 {width:20%} 
.w33 {width:33%}  
.w30 {width:30%} 
.w25 {width:25%} 
.w50 {width:50%} 
.w90 {width:90%} 
.w80 {width:80%} 
.w66 {width:66%} 
.w75 {width:75%} 
.w70 {width:70%} 

.list.video .w33 img {width:98%; margin: 0 1%; }

.list.video .w33 h3 {text-align:center; font-size:18px; padding-top:5px;}

.list.video .overflow {margin-top:15px;}

.list.video .overflow:first-child {margin-top:0;}

.pl30 {padding-left:30px;}

span.date {display:block; font-weight:bold; padding: 5px 0;}

span.date i {color:#D37F06; display:inline-block; margin: 0 4px 0 0;}

.list a:hover, .list a:hover h3 {text-decoration: none}

.accommodation {overflow:hidden; width:100%;}

.accommodation i {display:inline-block; width:25px; text-align:left; float:left; line-height:26px;}

.months {width:100%; text-align:center; padding-bottom:10px; margin-top: 0px}

.months a {display:inline-block; margin: 0; width:40px;}

.months a:hover, .months a.active {font-weight:bold; text-decoration: none;}

.intro {width:100%; height:100%; overflow:hidden;}

.intro div {display:block; width:33.333%; height:50%; float:left; text-decoration:none; color:#fff; position:relative; overflow:hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
/*
.intro div::after {content:""; display:block; width:1px; height:60px; background-color:#fff; position:absolute; left:50%; top:50%; margin-top:-30px;}
*/
.color1 {background-color:#fdce02;}
.color2 {background-color:#64993f;}
.color3 {background-color:#32acdf;}
.color4 {background-color:#32679b;}
.color5 {background-color:#d05f2d;}
.color6 {background-color:#dfa832;}

.intro div span {display:block; color:#fff; font-weight:bold; font-size:84px; line-height:84px; margin: -15px 0 0 -8px; opacity:0.7}

.intro div a {
	display:block; width:50%; height:100%; position:absolute; top:0; left:0; text-align:right; 
}

.intro div a:last-child {
	left:50%; text-align:left;
}

.intro div a span {
	position:absolute; display:block; top:50%; left:0; width:100%; line-height:60px; margin-top:-30px; margin-left:0; padding:0 30px; 
	font-size:32px; 
	opacity:1;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.intro div a:last-child span {
	border-right: none;
	border-left: 1px solid #fff;
	margin-left:-1px;
}

.intro div a:hover span {color:#333;}


span.mm-listitem {
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
	padding-top:20px;
	padding-bottom:1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
	color:#666;
	border-bottom:1px solid #333;
}

















/**/
