html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Trebuchet MS','Signika', sans-serif;
}

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

h1 {
	font-size: 28px;
	padding-bottom: 20px;
}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	padding: 5px;
}

body {
	font-size: 16px;
	color: black;
    background: url('../img/pozadi.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: cover;
}

a {
	color: #004C80;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

.boxStyle {
	background-color: #1E1E1E;
	padding: 15px;
    margin-bottom: 20px;	
    text-align: center;
    min-height: 400px;
    color: #fff;
}

.boxStyle2 {
	padding: 15px;
	color: white;
}

.boxStyle2 img{
	padding-bottom: 15px;
}

.rowStyle {
		margin-top: 20px;
}

#conmenu {
		margin-top: 20px;
    position: relative;
}

@media(min-width: 992px){
	.rowStyle {
		margin-top: -150px;
	}
	#conmenu {
		margin-top: -45px;
	}
}


.desc {
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

.navbar-default {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media(min-width: 992px){
	#navbar1 {
		position: relative;
	}

	#navbar1 .nav {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-bottom: -67px;
 z-index:1000;	}
}

#mainText {
    color: black;
	padding: 20px 0 30px 0;
    min-height: 350px;
}

#mainText h1 {
	color: black;
    text-align: left;
}

#mainText table {
	margin: 0px auto;
}

#mainText td {
	min-width: 172px;
    padding: 0 10px;
}

#pytle {
    display: none;
}	

#map {
    float: right;
}

#sumavske {
    float: right;
}	

#conmenu {

    border-bottom: 2px solid #ffefbb;
    padding: 10px 0;
    margin-bottom: 10px;
}

#conmenu a {
    font-weight: bold;
    color: #515155;
    text-decoration: none;
    padding: 13px 20px;
    margin-bottom: -1px;
    margin-left: 5px;
    margin-right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffefbb;
}

#conmenu a:hover, #conmenu a:focus {
    color: #515155;
    background-color: #ffefbb;
}

#conmenu .notselected {
    color: black;
    background-color: #d9d9d9;
    border-bottom: #d9d9d9;
}

@media(min-width: 992px){
	#pytle {
    display: block;
	}	
}

#footer {
    height: 60px;
    background-color: #1E1E1E;
	color: #FFEEBC;
    font-size: 14px;
    position: relative;
    padding: 20px;
}

#footer img{
    padding: 0px 10px;
    float: right;
    margin-top: -50px;
}


.navbar-default {
	background-color: #1E1E1E;
    border-color: #1E1E1E;
}

.navbar a{
	text-decoration: none;
}

.navbar h1{
 font-size:38px;	padding: 0;
	margin: 0;
	padding-left: 130px;
    float: right;
    line-height: 77px;
	font-weight: bold;
	color: white;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    margin: 0px auto;
}

.navbar-default .navbar-nav>li>a {
padding-top:5px; padding-bottom:5px;	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background-color: #1E1E1E;
	color: #FFAB3E;
}

#myCarousel {	
    border-bottom: 1px solid #ffefbb;
	border-top: 1px solid #ffefbb;
    padding: 40px 0 0 0;
    background-color: #1E1E1E;
}.pull-left img{    position: absolute; z-index:1000;}