.cleaner {
	clear: both;
}
/* idiot helper */
font-families {
	font-family: 'Dosis', sans-serif;
}
.white {
	color:white!important;
}
.white-bg {
	background-color:white!important;
}
.brown {
	color:#da251d!important;
}
.brown-bg {
	background-color:#671306!important;
}
body {
	background:white;
	font-size:18px;
	font-family: 'Dosis', sans-serif;
	color:#363636;
}
.uppercase {
	text-transform: uppercase;
}
.strong {
	font-weight:bold;
}
a,
a:hover,
a:focus {
	color:#671306;
	text-decoration:none;
}
a {
	text-decoration:underline;
}

p {
	font-size:18px;
	line-height: 34px;
	margin-bottom:25px;
}
h1, h2  {
	
	font-size:24px;
	line-height:40px;
	font-family: 'Dosis', sans-serif;
	font-weight:bold;
}
h1 {
	color:#671306;
	margin-top:75px;
	margin-bottom:50px;
}

#main-nav {
	background:transparent;
	transition:all 600ms ease-out;
	border:none;
	height: 100px;
}
#main-nav.dark {
	background:#232323;
}
.red {
	color:#dd0900!important;
}

/*odkazy top menu*/
#main-nav LI A {
	font-family: 'Dosis', sans-serif;
	font-weight:bold;
	color: white;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	font-size:18px;
	margin-top: 45px;
	text-decoration:none;
	text-decoration:none;
	transition:color 150ms ease-in;
}
#main-nav LI A:hover,
#main-nav LI A:focus,
#main-nav LI A.active {
	text-decoration:underline;
}
#main-nav.dark LI A,z {
	color:#959595;
}
#main-nav.dark LI A:hover,
#main-nav.dark LI A:focus,
#main-nav LI A.active {
	color:white;
}
#main-nav .navbar-brand {
	padding:10px 15px 0 10px;
	opacity:0;
	transition:opacity 600ms ease-out;
}
#main-nav.dark .navbar-brand {
	opacity:1;
}







.carousel-stin {
	background:url(../img/stin.jpg) no-repeat center;
	height:12px;
}
.carousel-stin {
	margin-bottom:35px
}

#footer {
	margin-top:120px;
	background:#232323;
	padding-bottom:40px;
	color:white;
}
#logo-bottom {
	margin-top:90px;
}
.footer-nadpis {
	font-family: 'Dosis', sans-serif;
	font-size:24px;
	color:white;
	margin-top:50px;
	margin-bottom:40px;
}
#footer a {
	color:white;
	/*text-decoration: underline;*/
}
#footer-copyright {
	padding-top:25px;
	padding-bottom:15px;
}
.kontakt-mapy-link {
	position:absolute;
	margin-left:100px;
	width:40px;
	height:40px;
}
.kontakt-mapy-link:nth-last-of-type(2) {
	margin-top:50px;
}

#sekce-fotogalerie,
#sekce-denni-menu {
	margin-top:100px;
}
#sekce-denni-menu h2:first-of-type{
	margin-top:0px;
}
.galerie-col {
	background-size:cover;
	background-position:center;
	height:220px;
	border:solid 1px white;
}
#hody .modal-footer,
#hody .modal-header
{
	border:none;
}
#hody .modal-body {
	padding: 0 15px;
}
#hody .modal-footer {
	padding-bottom:60px;
}
.hody-bramboraky {
	background-image:url(../img/hody/hody-bramboraky.jpg); 
	background-repeat: no-repeat;
	background-size:cover;
}
.hody-svatomartinska-husa {
	background-image:url(../img/hody/hody-svatomartinska-husa.jpg); 
	background-repeat: no-repeat;
	background-size:cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
.hody-svatomartinske-hody {
	background-image:url(../img/hody/hody-svatomartinske-hody.jpg); 
	background-repeat: no-repeat;
	background-size:cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
.hody-nadpis,
P.hody-datum {
	color: white;
    font-weight: bold;
    font-size: 30px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}
P.hody-text {
	color: white;
    font-weight: bold;
    font-size: 24px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}


.korona-welcome {
	position: absolute;
	z-index: 999;
	right:200px;
	background: #fefefe;
	background: #fefefede;
	padding: 12px 20px;
	border-radius: 4px;
	max-width: 320px;
	margin-top:150px;
}
@media (min-width:1400px) {
	.korona-welcome {
		right:320px;
	}
}
.korona-welcome IMG {
		width:25px;
	}
.korona-welcome .row {
	margin-bottom: 15px;
}
.korona-welcome .row.jidlo {
	margin-bottom: 5px;
}
.korona-welcome .btn {
	margin-top:10px;
	text-decoration: none;
}

.rozvoz-jidla-nabidka {
	text-align: left;
	font-size:18px!important;
	line-height: 26px;
}

@media (max-width:1199px) {
	.navbar.navbar-default.navbar-fixed-top LI a {
		font-size:15px;
	}
}
@media (max-width:991px) {
	body {
		font-size:15px;
	}
	.icon-bar {
		background-color:white!important;
		height:4px!important;
		width:25px!important;
	}

	.navbar-toggle {
		border:none;
		margin-top:30px;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background:none!important;
	}
	.navbar-header {
        float: none;
		height:100px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse:not(.in) {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		margin-top:0!important;
    }
	.navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		border:none!important;
		width: 270px!important;
		padding: 0 20px!important;
		background:#232323!important;
		margin-left:450px!important;
	}
	.footer-nadpis {
		margin-bottom:20px;
	}

}

@media (min-width:767px) {
	
}
@media (max-width:767px) {
	.navbar-brand {
		width: 80%;
	}
	.navbar-collapse {
		width: 270px!important;
		position:absolute;
		right:0;
	}
	#logo-middle-holder {
		position:absolute;
		width:100%!important;
		left:0!important;
	}
}
@media (max-width:520px) {
	
}
@media (max-width:390px) {

}