html {-webkit-text-size-adjust: none;}

body {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	min-width: 600px;
	background: url('/img/bg.png');
}

#banner-roh {
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/banner_roh.png') top left no-repeat;
	width: 310px;
	height: 310px;
}

header {
	margin: 0 0 50px 0;
	padding: 50px 0 0 0;
	text-align: center;
	background-image: url('/img/bg_grad_kruh_horni.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}


h1 {
	margin: 0 0 50px 0;
	padding: 0;
	padding-top: 160px;
	background-image: url('/img/boranova_monogram.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 180px;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	line-height: 0.9em;
}
h1 span {
	font-size: 28px;
}

h2 {
	margin: -10px 0 30px -2px;
	padding: 0;
	font-size: 36px;
}

h3 {
	font-size: 24px;
	margin: 20px 0 20px -2px;
	padding: 0;
}

p {
	margin: 20px 0;
	padding: 0;
}
ul {
	margin: 20px 0;
	padding: 0;
}

ul#menu {
	margin: 0;
	padding: 10px 0 60px 0;
	list-style: none;
	text-align: center;
}
ul#menu li {
	margin: 0;
	padding: 10px 15px;
	display: inline;
	list-style: none;
}
ul#menu li a {
	text-decoration: none;
	padding: 8px 0;
	border-top: solid 5px #000;
	color: #000;
	font-size: 21px;
}
ul#menu li a:hover {
	background: none;
	border-color: #08f;
}

div.text {
	margin: 0 auto;
	margin-bottom: 70px;
	padding-top: 10px;
}

.etalon {
	width: 90%;
	max-width: 1800px;
}

div.text ul {
	margin-left: 0;
	padding-left: 0;
}
div.text li {
	list-style: none;
	border-left: solid 5px #000;
	margin-bottom: 2px;
	padding-left: 10px;
}

p.box {
	padding: 15px 15px;
	border: solid 5px #000;
}

.sluzby {
	column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
     column-gap: 30px;
}
.odmena {
	column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
     column-gap: 30px;
}
.about {
	column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
     column-gap: 30px;
}

.odmena li {
	padding-left: 0 !important;
	border: none !important;
}

h3 span {
	border-bottom: solid 5px #000;
	padding-bottom: 5px;
}

.odmena h3 {
	padding-bottom: 10px;
	margin-left: 0;
}

.odmena h3 span {
	border-bottom: solid 5px #000;
	padding-bottom: 5px;
}

div.separator {
	margin: 0 0 70px 0;
	padding: 0;
	height: 40px;
	background-image: url('/img/bg_grad_kruh_horni.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.invertseparator {
	background-image: url('/img/bg_grad_kruh_dolni.png') !important;
}

a {
	text-decoration: underline;
	color: #08f;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #08f;
}

footer {
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	background-image: url('/img/bg_grad_kruh_dolni.png');
	background-position: top center;
	background-repeat: no-repeat;
}
footer h2 {
	text-align: center;
}
footer p {
	text-align: center;
}

.phonemail {
	font-size: 28px;
	margin: 10px 0;
}
.phonemail a {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
}
.phonemail a:hover {
	text-decoration: none;
	background: #08f;
	color: #fff;
}

footer iframe {
	border: none;
	width: 100%;
	height: 600px;
	margin: 50px 0 0 0;
	padding: 0;
}

@media screen and (max-width: 1700px) { 
	.sluzby {column-count: 3}
	.odmena {column-count: 3}
	.about {column-count: 3}
}
@media screen and (max-width: 1320px) { 
	.sluzby {column-count: 2}
	.odmena {column-count: 2}
	.about {column-count: 2}
}
@media screen and (max-width: 700px) { 
	.sluzby {column-count: 1}
	.odmena {column-count: 1}
	.about {column-count: 1}
	h2 {text-align: center; font-size: 40px;}
	h3 {font-size: 30px;}
	.etalon {width: 82%;}
	body {font-size: 21px}
	div.text li {margin-bottom: 3px; padding-left: 15px;}
	ul#menu li a, div.text li, .odmena h3 span, p.box  {border-width: 6px}
}




/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:40px;
	right:40px;
	overflow:hidden;
	width:80px;
	height:80px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -80px;
	width:80px;
	height:80px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}