div {
/*	border: 1px solid pink;*/
	box-sizing: border-box;
}
html {
/*	background: url(bg-page-4.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 20px;
}
body {
	padding: 0px;
	margin: 0px auto;
	max-width: 1900px;
}
body.them-zima {
	background-image: url("bg-page-zima.jpg") !important;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600|Titillium+Web:400,700&subset=latin-ext');

html, p, a, h2, h3 {
	font-family: 'Titillium Web', sans-serif;
}

#page-10 {
	background: url(bg-page-zima.jpg ) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 20px;
}

#page-12{
	background: url(bg-page-leto.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 20px;
}
h1, .hpheading, .claim {
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
h1, h2, .hpheading {
	text-transform: uppercase;
	color: #008dce;
	font-style: italic;
	background-color: white;
	padding: 1em;
	margin: 0px;
}
.blue {
	color: #008dce;
	background-color: white;
}
.hpheading {font-weight: bold; font-size: 2em}

h2 {
	color: #81bf42;
	font-weight: 600;
	text-transform: none;
	background-color: rgba(0,0,0,0.00);
	padding: 0.3em;
	margin: 0;
}
h3 {
	color: #008dce;
	font-weight: 100;
	font-size: 1.1em;
}
p {
	color: #797E87;
	margin: 0;
	padding: 10px;	
}
a {
	color: #008dce;
}

a.button {
	color: white;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: none;
}
a.button::after {
	content: " ►";
	font-size: 0.7em;
}
a.button.color01 {
	background: url(button-color01.svg) no-repeat center;
	background-size: contain;
	font-size: 1.05em;
	text-align: center;
	padding: 0.5em 3em;

}

a.button.color02 {
	background: url(button-color02.svg) no-repeat center;
	background-size: contain;
	font-size: 1.05em;
	text-align: center;
	padding: 0.5em 3em;

}

/*-------------------------*/
#topmenu{ text-align: center;
}
#topmenu ul, #topmenu ul{ padding: 0;  list-style-type: none; margin: 0;}
#topmenu a{ background-color:rgba(255,255,255,0.60); text-decoration: none; color: #81bf42; padding:1% 0%; margin: 0 auto; width: 16.6666%; float: left; white-space: nowrap;}
#topmenu a:before {content: "■ "; padding-right: 10%; color: #008dce;}

/*-------------------------*/

#wrapper{background-color:rgba(255,255,255,0.70); padding:4% 0%;}
#clanek{margin:4% auto; max-width:950px; padding: 0% 5%;}
#clanek p{color:black;}
#clanek a{	text-decoration:none;	border-bottom: 1px dashed #008dce;	}
#clanek a:hover {	color: #0776aa;}
#clanek th{border-bottom: 2px solid #81bf42; color: #008dce;}
#clanek td{border-bottom: 1px solid #81bf42;}
#clanek hr{border-bottom: 1px solid #81bf42; width:90%;}
#clanek h2{padding-left: 0em;}
#clanek h3{font-weight: bold;}
.alignright {float: right; padding:2%;}
.alignleft {float: left; padding:2%;}
.aligncenter {display:block; margin:0 auto; padding:2%;}
/*-------------------------*/

.logo, .claim{ width: 50%; float: left; padding: 5%;}
.logo {padding: 6% 7% 7%;}
.claim{color:white; text-align: left; font-style: italic; font-size: 1.2em;font-weight: 700;	text-shadow: 2px 1px 4px rgba(0,0,0,0.48);}
.claim strong{font-size: 1.5em; font-weight: 700;}
#header {border: 2px solid rgba(0,0,0,1.00); display: block; clear: both;}
#head .button{clear: both; display: block; margin: 2em; font-size: 1.4em;}
/*-------------------------*/


.box {
/*	height: 350px;*/
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 100%;
}

.box:nth-child(even) .layer {
/*	background-color: rgba(255,255,255,0.82);*/
	background: url(bg-mask-left.png) no-repeat top right;
	height: 450px;
	width: 49%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.box:nth-child(even) .boximage {
	float: right;
	width: auto;
	height: 350px;
	overflow: hidden;
}


.box:nth-child(odd) .layer{
/*	background-color: rgba(255,255,255,0.82);*/
	background: url(bg-mask-right.png) no-repeat top left;
	height: 450px;
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;

}
.box:nth-child(odd) .boximage {
	float: left;
	width: auto;
	height: 350px;
	overflow: hidden;

}

.box:nth-child(odd) .content {
	z-index: 7;
	position: absolute;
	padding: 3%;
/*	padding-top: 2%;*/
	margin-left: 60%;
	display: block;
	width: 40%;
	height: auto;
	text-align: left;
}
.content {
	z-index: 7;
	position: absolute;
	padding: 3%;
/*	padding-top: 4%;*/
	display: block;
	width: 400px;
	width: 40%;
	height: auto;
	text-align: right
}

.content p{
padding-top:0px;
margin-top:0px;
font-size:18px;
padding-bottom:20px;
}

/*-------------------------*/
.box.jaknato{ height: auto; padding-bottom: 40px;}
.jaknato {
	background-color: rgba(255,255,255,0.70);
	text-align: center;
}
.jaknato p{
	width: 50%; margin: 1em auto; text-align: center;  font-size:0.9em; color:#5b5f65;
}
.jaknato .step  { width: 27%; float: left; margin: 3%; text-align: center;}
.jaknato a.button{ text-align: center;}
.jaknato .fa {color: #008dce;}
.jaknato .fa-inverse {
    color: #fff;
}

/*-------------------------*/
.reference {
	background-color: rgba(255,255,255,0.70);
	/*padding: 2%;*/
}
.reference .slide{padding: 0 6%; width: 50%; margin-top: 4%;}
.reference img { float: left; width: 11%; border-radius:50%; margin-right: 2%; margin-top: 1%;}
.reference p  { font-size: 15px;}
.reference h2, .reference h3, .reference p  { padding: 0px; margin: 0px;}

/*-------------------------*/

.reference .slide h3{font-weight:bold;}
/*-------------------------*/
.partneri {
	background-color: rgba(255,255,255,0.50);
	text-align: center;
}
.partneri img {padding: 5% 2%;
    max-width: 12%;
    min-width: 100px;}

/*-------------------------*/

#footer{ background-color: rgba(255,255,255,1.00); text-align:center; padding:5% 10% 2%; }
#footer p{ font-size:1em;}
#footer a{ color:#797E87; text-decoration:none;}

/*-------------------------*/

.dmcform label{  max-width:470px; display:block; margin:0 auto; border-bottom: 2px solid white; padding:1% 0%; padding-left:2%;}
.dmcform input, select{ width:200px; float:right; padding:1%; font-size:1em; border:none; font-family: "Titillium Web",sans-serif;}
.dmcform input[name="date-days-off"] {width:90px;}
::-webkit-input-placeholder {   font-weight:normal; color:#bdbdbd;}
::-moz-placeholder {  font-weight:normal; color:#bdbdbd;}
:-ms-input-placeholder {   font-weight:normal; color:#bdbdbd;}
:-moz-placeholder {   font-weight:normal; color:#bdbdbd;}

/*-------------------------*/

.gallery-item{padding:2% 0%;}
.gallery-item img {
    max-width: 100%;
    height: auto;

}

/*-------------------------*/


/*-------------------------*/

@media only screen and (max-width : 950px) {
html {
    font-size: 1em;
}
.claim{font-size: 1.1em; text-shadow: 2px 0px 1px rgba(0,0,0,0.48);}
.claim strong{font-size: 1.3em;}
.logo {padding: 8% 3%;}
.content p{font-size:15px;}
.box:nth-child(odd) .content {
	padding: 1%;
	padding-top: 5%;
	margin-left: 64%;
	width: 30%;
}
}

@media only screen and (max-width : 800px) {
.box:nth-child(even) .layer {
	width: 60%;
}
.box:nth-child(odd) .layer{
	width: 70%;

}
.box:nth-child(odd) .content {
	padding: 3%;
	padding-top: 8%;
	margin-left: 50%;
	width: 50%;
}
.content {
	padding: 3%;
	width: 50%;
}
.reference .custimage{ padding:2%;}
.reference .slide p{ font-size:20px; line-height:23px;}
}


@media only screen and (max-width : 600px) {
.logo, .claim, .content, .layer {
    padding: 5%;
    width: 100%;
	text-align:center;
}

.content{background-color:white; margin:0px; padding:5%; width:100%; text-align:center;}
.box:nth-child(odd) .content{background-color:white; margin:0px; padding:10% 5%; width:100%; text-align:center;}
.box .layer { display:none; visibility:hidden;}
.boximage {width: 100%; height:100px; display:block; float:none; margin-top:100px;}
.jaknato .step {     width: 100%;   margin:0px; padding:0px; text-align:left;}
.jaknato .step .fa-stack { float:left; padding:5%;}
.jaknato h2 {padding-top:6%; } 
.jaknato p {width: 90%; text-align:left; padding:0px; margin:0px;}
a.button.color02 {
	font-size: 1.25em;
	padding: 1em 3em;
}
.reference .slide h2{font-size:20px;float:left; margin-right:15px;}
.reference .slide h3{font-size:20px; }
.reference .slide p{font-size:26px; line-height:30px;}

#topmenu{ text-align: left;}
#topmenu ul, #topmenu li{ padding: 0;  list-style-type: none; margin: 0;}
#topmenu a{ background-color:rgba(255,255,255,0.80); text-decoration: none; color: #81bf42; padding:1% 10%; border-top: 2px solid white; border-bottom: 1px solid lightgray; width: 80%; display:block; white-space: nowrap; text-transform:uppercase; }
#topmenu a:before {content: "■ "; padding-right: 2%; color: #008dce;}
#topmenu li:first-child a{background-color:pink; display:none; visibility:hidden;}
}