/*.container {
   max-width: 1030px;
}*/

@media (max-width: 768px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	#content {
		padding: 15px;
	}	
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	.logo02 {
		margin-top: 10px !important;
	}
	#top-menu {
		xfont-size: 90%;
	}
	#top-menu a {
		color: #fff;
		padding: 0 2px !important;
	}	
}


.home #content h2:AFTER {
	border-top: 1px solid #3a4545;
}
body {
	background: #d8dfdc;
	background-size: cover;
}

body.nothome #myCarousel {
	display: none;	
}
body.nothome .logo02 {
	display: none;	
}

.thumbnail {
	border: 0;
	background: none;
}
	
#bg {
	z-index: -1;
	position: absolute;
	height: 405px;
	width: 100%;
	max-height: 405px;
	background: #d8dfdc url('../images/bg01.jpg') repeat-x center top;
	background-size: contain;
}

.btn-primary, .label-primary {
    background-color: #1CB0DB;
    border-color: #1CB0DB;
}

#top-menu {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #231f20;
	border-bottom: 1px solid #fff;
}
#top-menu a {
	color: #fff;
	padding: 0 10px;
}
#top-menu a:hover {
	opacity: 0.7;
}
.logo {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.logo01 {
}
.logo01 img {
	width: 100%;
}
.logo02 {
	position: absolute;
	z-index: 100;
	margin-top: -40px;
}
.logo02 img {
	width: 100%;
	z-index: 100;
}


#header {	
}

#header #menu-row .navbar {
	background: none;
}
#header #menu-content {
	padding: 0;
}
#header #menu-row .navbar {
	xmargin-bottom: 0;
	xmin-height: 0;
	xborder: 0;
	padding: 0;
}
#header #menu-row .navbar-default {
    border: 0;
}
#header #menu-row .navbar .nav > li > a {
	color: #fff;
	xfont-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	xletter-spacing: -1px;
	min-height: 2.4em;
	
	
	background: #0d843e; /* Old browsers */
	background: -moz-linear-gradient(top, #0d843e 0%, #0a652f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d843e), color-stop(100%,#0a652f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d843e 0%,#0a652f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d843e', endColorstr='#0a652f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-right: 3px;
}
#header #menu-row .navbar .nav > li > a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
@media (max-width: 1000px) {
	#header #menu-row .navbar .nav > li > a  {
		font-size: 14px;		
	}
	#header #menu-row .navbar .nav > li > a > img {
		width: 150px;
	}	
}

.grayshadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
}
#right-content {
	background: #D8DFDC;
	padding-bottom: 10px;
}
#right-content h2 {
	background: #096F33 url('../images/icon-info.png') no-repeat 3px center;	
	font-size: 18px;
	padding: 7px 10px 7px 38px;
	color: #fff;	
	
}
#right-content h2:FIRST-CHILD {
	margin-top: 0;
}
#right-content h2.icon-autobus { background-image: url('../images/icon-autobus.png'); }
#right-content h2.icon-doktor { background-image: url('../images/icon-doktor.png'); }
#right-content h2.icon-odpad { background-image: url('../images/icon-odpad.png'); }
#right-content h2.icon-email { background-image: url('../images/icon-email.png'); }
#right-content h2.icon-kalendar { background-image: url('../images/icon-kalendar.png'); }

#right-content h3 {
	font-size: 15px;
	line-height: 0.8em;
	margin-top: 0;
}

#right-content .content {
	padding: 5px 10px;
}
#right-content .pocasi {
	background: #CDD9E7;
}
#right-content .pocasi .day {
	float: left;
	width: 33%;
	text-align: center;
}
#right-content .pocasi .day img {
	width: 100%;
	max-width: 48px;
}
#right-content .calendar {
	text-align: center;
}
#right-content .calendar table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#right-content .calendar table td {
	border: 1px solid #D8DFDC;
	background: #f0f0f0;
	text-align: center;
}
#right-content .odkazy img {
	max-width: 70px;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
#right-content .odkazy a {
	line-height: 70px;
	text-transform: uppercase;
	font-size: 16px;	
}
#right-content .odkazy a:hover {
	opacity: 0.8;
}
#right-content p {
	padding-left: 10px;
	padding-right: 10px;
}

#main-box {
	background: #efeeee;
}
/*-------------------------------*/
.footer {
	line-height: 80px;	 
	background: #183f2e url('../images/bgfooter01.png') repeat-x left top;
	color: #fff;
}
.footer a {
	color: #ccc;
}
#page {
	xz-index: 1;	
}
.footer-box {
	position:absolute;
	z-index: -1;
	margin-top: -300px;
	width: 100%;
	height: 300px;
	background: #0b6c3f;
}
.more {
	float: right;
}
.photo-gallery img { 
	margin: 0 10px 10px 0;
}
.photo-gallery2 {
	position: absolute;
	margin-top: -120px;
}
.photo-gallery2 img {
	width: 180px;
}

.object2 {
	min-height: 130px;
	padding-left: 190px;
}

.thumbnail .lightbox {
	position: relative!important;
	z-index: 10;

}

.thumbnail a:hover {
	opacity: 0.7;
}

#content {
	padding-right: 10px;
	padding-bottom: 15px;
}

#content h2 {
	xcolor: #fff;	
	padding: 5px 0 5px 35px;
	background: #none;
	background: transparent url('../images/bgh01i.png') no-repeat 0px center;
	color: #096F33;
	border-bottom: 1px solid #ccc;	
}
#content  h2 a {
	xcolor: #fff;	
	color: #096F33;	
}
#content  h2 a:hover {
	color: #096F33;	
	xcolor: #fff;
	text-decoration: underline;	
}

.text-center .img-responsive {
	margin: 0 auto;	
}

.btn-primary, .label-primary {
    color: #FF3B01;
	background-color: #1E2426;    
    border-color: #000;
}
.btn-primary:hover {
    color: #FF5B21;
	background-color: #000;    
    border-color: #000;
    -webkit-box-shadow: 0 0px 10px 10px #fff;
    -moz-box-shadow: 0 0px 10px 10px #fff;
    box-shadow: 0 0px 10px 10px #fff;	
}
.img-thumbnail {
	background-color: #3a4545;
	border: 0; 
}
.col-box .thumbnail {
	min-height: 405px;
}
.col-box .thumbnail h2 {
	max-height: 55px;
	overflow: hidden;
}
/* ------------------------------------------- */
#hledani {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 6px;
	min-height: 2.4em;
	
	background: #0d843e; /* Old browsers */
	background: -moz-linear-gradient(top, #0d843e 0%, #0a652f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d843e), color-stop(100%,#0a652f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d843e 0%,#0a652f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d843e 0%,#0a652f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d843e', endColorstr='#0a652f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#hledani input {
	height: auto;
	padding: 0 5px;
	border: none;
	border-radius: 0;
	font-weight: normal;
}
#hledani button {
	height: auto;
	padding: 0 5px 0 10px;
	background: none;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;	
}

/* ------------------------------------------- */
#left-menu.navbar-collapse {
	padding: 0;
}
#left-menu div ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#left-menu div > ul {
	background: #096f33;
	padding: 10px;
}		
#left-menu div ul li {
	display: block;
	margin: 0;
	padding: 0;
}
#left-menu div ul li ul {
	display: none;
}
#left-menu div ul li.selected > ul, #left-menu div ul li.subselected > ul {
	display: block;
	background: #005f23;
}
#left-menu div ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 1.1em;
}
#left-menu div ul li a:hover {
	background: #004f13;
	text-decoration: none;
}
#left-menu div ul li.selected > a, #left-menu div ul li.subselected > a {
	background: #004f13;
}
#left-menu div ul li ul li a {
	padding-left: 20px;
	font-size: 90%;	
	border-bottom: 1px solid #298F53;
}
#left-menu div ul li ul li ul li a {
	padding-left: 30px;
	font-size: 90%;	
}

#left-menu h2 {
	color: #096f33;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
}
#left-menu img {
	width: 100%;
}
#left-menu p {
	padding-left: 10px;
	padding-right: 10px;
}

.carousel {
	margin-top: 0;
	clear: both;
  	xmax-height: 445px;
	border: 7px solid #fff;
	z-index: 10;
}
.carousel img {
	width: 100%;
}
#footer-content2 {
	padding-top: 15px;
	text-align: center;
}
#footer-content2 a {
	padding: 0 15px;
}
#footer-content2 a:hover {
	opacity: 0.8;
}

.wowbook-container-full {
	background: #fff;
	margin-top: 50px;
}
.book_top_toolbar {
	background: #d8dfdc url('../images/bg01.jpg') no-repeat center top;
	background-size: 100%;
	position: fixed;	
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	z-index: 10000;	
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.book_top_toolbar a {
	color: #fff;
}
.book_top_toolbar img {
	height: 50px;
	padding-right: 60px; 
	position: relative;
	top: -10px;
}
.wowbook-book-container .wowbook-page-number {
	display:none;
}
.wowbook-toc-item .page {
	display:none !important;
}
.data-gallery {
	line-height: 40px;
}
	
.data-gallery a {
	padding: 10px 0 10px 40px;
	background: url('../images/icon-attachment.png') no-repeat left center;	
}