* {
	font-family: 'Open Sans', sans-serif;
}
body {
	margin:0;
	padding:0;
}
img {
	max-width:100%;
}
.obalmax {
	max-width:1100px;
	margin:auto auto;
}
.obal {
	display: flex;
	flex-wrap: wrap;
}
.lavy {
	float:left;
	width:50%;
	position:relative;
}
.lavy #logo {
	position:absolute;
	z-index:1000;
	width:135px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}
.pravy {
	float:left;
	width:50%;
	display: flex;
	flex-direction: column;
}
.pravytext {
	width:90%;
	padding:17px;
	margin:auto auto;
	background-color:#f5f5f5;
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.pravytext ul {

}
.slidingDiv1 {
	display:none;
}
#vsetkyreferencieodkaz {
	text-align:center;
	margin-top:27px;
	margin-bottom:50px;
}
#vsetkyreferencieodkaz a {
	font-size:18px;
	color:#fff;
	padding:7px;
	padding-left:25px;
	padding-right:25px;
	background-color:#ffc315;
	text-decoration:none;
}
#vsetkyreferencieodkaz a:hover {
	background-color:#ffd14a;
}
.vsetkyreferencieobal {
	border:solid 2px #ffc315;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:80px;
}
.vsetkyreferencieobal p {
	margin:0;
	margin-bottom:7px;
}
.vsetkyreferencie1 {
	float:left;
	width:46%;
	margin-left:2%;
	padding-right:2%;
	color:#000;
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.vsetkyreferencie2 {
	float:left;
	width:46%;
	margin-right:2%;
	padding-left:2%;
	color:#000;
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:solid 2px #ffc315;
}
.ciara {
    width: 100%;
    height: 32px;
	position:relative;
    background-image: url(images/ciara.jpg);
    background-position: center;
	margin-top:35px;
}
h1 {
	margin:0;
	padding:0;
	font-size:32px;
}
.reset {
	clear:both;
}
h2 {
	text-align:center;
	margin-top:45px;
	margin-bottom:35px;
	font-size:35px;
	font-weight:normal;
}
#nasaponuka {
	text-align:center;
	margin:0;
	padding:0;
}
#sluzbyobal {
	background-color:#f5f5f5;
}
#sluzby {
	max-width:1100px;
	margin:auto auto;
}
.sluzba {
	float:left;
	width:12.66%;
	margin:2%;
	text-align:center;
}
.sluzbaimage {
	border:solid 1px #bfbfbf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sluzbaimage:hover {
	background-color:#CCCCCC;
}
.sluzba img {
	width:60%;
	padding:20%;
}
#referencie {
	display: flex;
	flex-wrap: wrap;
	background-color:#e7e7e7;
	margin-bottom:50px;
}
#referencieleft {
	float:left;
	width:60%;
	display: flex;
	flex-direction: column;
}
.referencietext {
	width:90%;
	padding:17px;
	margin:auto auto;
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f5f5f5;
}
#referencieleft p {
	margin:0;
	margin-bottom:7px;
}
#referencieright {
	float:left;
	width:40%;
}
#referencieright img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
#referencie img {
	float:left;
	width:48%;
	margin:1%;
}
#footer {
	max-width:500px;
	margin:auto auto;
	padding-top:27px;
	padding-bottom:17px;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#footer a:hover {
	text-decoration:underline;
}
#footer1 {
	float:left;
	width:50%;
}
#footer2 {
	float:left;
	width:50%;
}
.back-to-top {
	position:fixed;
	bottom:2em;
	z-index:15;
	right:0;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#ffc315;
	padding:1em;
	display:none;
}
.back-to-top:hover {	
	background-color:rgba(135, 135, 135, 0.50);
	color:#000000;
}


@media screen and (max-width:720px) 
{
.lavy, .pravy {
	float:none;
	width:100%;
}
.sluzba {
	float:left;
	width:29.3%;
	margin:2%;
}
.sluzba p {
	height:90px;
}
#referencieleft {
	width:80%;
}
#referencieright {
	width:20%;
}
#referencie img {
	width:98%;
}
#mapa {
	margin-left:5%;
	margin-right:5%;
	width:90%;
}
#footer1 {
	float:none;
	text-align:center;
	width:100%;
}
#footer2 {
	float:none;
	text-align:center;
	width:100%;
}
.vsetkyreferencie1, .vsetkyreferencie2 {
	font-size:13px;
}
}