@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: white;
	background-image: url("../img/pozadi.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: black;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	color: black;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* POMOCNE SELEKTORY */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 3px 30px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 3px 30px 0px rgba(0, 0, 0, 0.75);
	margin: 0 auto 0 auto;
	width: 1000px;
}

/* HLAVICKA */

#header {
	background-color: white;
}

#logo {
	float: left;
	font-size: 40px;
	color: black;
	font-weight: bold;
	padding: 15px 0px 15px 30px;
}

#slogan {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 40px;
	color: #555;
}

/* MENU */

#menu {	
	background-image: url('../img/prechod_menu_paticka.jpg');
	background-repeat: repeat;
	background-position: left center;
}

#menu ul {
	padding: 0 0 0 20px;
	margin: 0 auto 0 auto;
	width: 1000px;
}

#menu li {
	display: inline-block;
	padding: 11px 0px 11px 0px;
}

#menu li:first-of-type {

}

#menu li:last-of-type {

}

#menu li a {
	font-weight: 500;
	text-decoration: none;
	padding: 13px 30px;
	font-size: 20px;
}

#menu li a:hover {
	color:black;
	text-decoration: underline;
}

#menu .selected {	
	background-image: url('../img/prechod_oznaceni_menu.jpg');
	background-repeat: repeat;
	background-position: left center;
}

/* BANNER */

#banner {
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color: white;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

#banner .carousel {
	margin: 0px auto 0px auto;
	width: 1000px;
}

#banner .glyphicon {
	color: white;
}

/* TELO STRANKY */

#main {
	margin: 0px auto 0px auto;
	width: 1000px;
	background-color: white;
}

#content {
	padding: 40px;
}

/* BOXY */

#boxes {
	display: table;
	margin-left: 20px;
	margin-right: 20px;
}

#boxes .row {
	display: table-row;
}

#boxes .cell {
	display: table-cell;
	padding-bottom: 20px;
	width: 33.33%;
}

.boxtitle {
	position: absolute;
	top: 165px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.boximg {
	text-align: center;
	padding-bottom: 20px;
}

#box1 .boximg {
	padding-bottom: 6px;
}

#box2 .boximg {
	padding-bottom: 19px;
}

#box3 .boximg {
	padding-bottom: 20px;
}

.boximg img {
}

.boxcontent {
	padding: 20px 40px;
	text-align:	left;
	line-height: 20px;
	font-size: 18px;
}

#box1 {
}

#box1, #box2, #box3 {
	position: relative;
}

#box1 .boxtitle {
	left: 105px;
}

#box2 .boxtitle {
	left: 115px;
}

#box3 .boxtitle {
	left: 80px;
}

#box1 .boximg img {
}

#box1 .boxcontent {
}

#box4 {
	background-color: #b3f7ff;
}

#box5 {
	background-color: #99dee6;
}

#box6 {
	background-color: #7cc9d2;
}

.here {
	color:#337ab7;
}

/* PATICKA */

#footer {	
	background-image: url('../img/prechod_menu_paticka.jpg');
	background-repeat: repeat;
	background-position: left center;
	background-color: white;
	margin: 0 auto 10px auto;
	width: 1000px;
	font-size:18px;
	padding: 10px 0px 10px 30px;
}

#footer .separator {
	padding: 0px 40px;
	color: silver;
}

#footer .semiBold {
	font-weight:500;
}

/* GALERIE */

#gallery {
	display: table;
	width: 100%;
	margin-top: 20px;
}

#gallery .row {
	display: table-row;
}

#gallery .cell {
	text-align: center;
	display: table-cell;
	padding-bottom: 20px;
}

#gallery img {
	border: 2px solid black;
}


/* KONTAKTY */

.rejstrik {
	font-size: 12px;
}

.mapa {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.otevreno {
	margin-top: -8px;
}

.otevreno td {
	padding-right: 20px;
}