@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:400,500,700&subset=latin-ext');
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif; /*'Oswald', sans-serif;*/
	color: #434343;
	margin: 0 0 30px;
	min-height: 100%;
}
html {
    min-height: 100%;
    position: relative;
}
#all {
	min-height: 100%;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 5px;
}
a {
	color: #434343;
	outline: none;
}

#top, #top a {
	color: #434343;
	text-decoration: none;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

#topIn {
	padding: 10px 0 10px 0;
}
#top {
	-webkit-box-shadow:  0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:          0px 0px 5px 0px rgba(50, 50, 50, 1);
	background-color: rgba(255,255,255,0.2);
}
#logo {
	float: left;
	display: inline-block;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat center top;
	height: 70px;
	width: 240px;
}
#logostami {
	float: left;
	margin: 15px 0 0 20px;
}
#infoTextKontakt {
    float: right;
    margin: 0px 10px 0 0 ;
}
#tel {
    background: url("../images/tel.png") no-repeat scroll 10px 0px / contain;
    font-size: 20px;
    padding: 0 10px 0 40px;
    position: relative;
	 font-weight: 300;
    display: inline-block;
}
#mail {
    background: url("../images/email.png") no-repeat scroll 18px 0px;
    padding: 0px 0 0 50px;
    font-size: 20px;
	 font-weight: 300;
	 display: inline-block;
}

.ef {
	box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.9);
	padding: 2px;
}


	#menu {
		float: right;
		clear: right;
		margin: 15px 0 0 0;
		position: relative;
	}
	#nav {
		margin: 0;
		padding: 0;
		/*position: relative;*/
		z-index: 1001;
		float: right;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		text-align: center;
	}
	#nav li a {
		display: inline-block;
		font-size: 20px;
		-webkit-transition: background 0.4s, color 0.4s; 
    	transition: background 0.4s, color 0.4s;
		text-decoration: none;
		color: #434343;
		padding: 0px 15px;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		background: white;
		color: #DA251D !important;
	}
	#nav ul {
		position: absolute;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		-webkit-transition: visibility .2s;
		transition: visibility .2s;
		padding: 0;
	}
	#nav ul li {
	    width: auto;
		 float: none !important;
		 display: block;
	}
	#nav ul li a {
	    text-transform: none;
	    font-size: 12px;
		 padding: 5px 25px;
		 color: #595959;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
	}
	#nav ul li a:hover {
		background: #003896 !important;
		color: white !important;
				 
		-webkit-box-shadow: none;
		 -moz-box-shadow:    none;
		 box-shadow:         none;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: rgba(255,255,255,0.97);
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	}
	#nav li:hover > .menu-arrow {
		background: url(../images/menu-arrow.png) no-repeat center bottom;
	}
	#map {
		height: 300px;
	}
	#form-uhli {
		background: url(../images/uhli.jpg) no-repeat 50% 50% / cover;
		padding: 15px 10px;
		color: White;
	}
	#form-uhli h2, #form-uhli a {
		color: white;
	}
	.contact {
		font-size: 22px;
		font-weight: 300;
	}
	 
	.slider {
		width: 100%;
		max-height: 380px;
		height: 350px;
		overflow: hidden;
		position: relative;
		-webkit-box-shadow:  0px 0px 5px 0px rgba(50, 50, 50, 1);
		-moz-box-shadow:     0px 0px 5px 0px rgba(50, 50, 50, 1);
		box-shadow:          0px 0px 5px 0px rgba(50, 50, 50, 1);
		background: url(../images/slider/uhlihranice.jpg) no-repeat 10% 50% / cover;
	}

	#main {
		background: rgba(255,255,255,0.9);
	}

     .content {
		padding: 15px 10px 20px 10px;
	}
	.text {
		font-size: 18px;
		line-height: 150%;
	}
	.text ul {
		list-style-image: url(../images/li.png);
	}
	.text img {
		max-width: 100% !important;
		height: auto !important;
	}

	h1 {
		font-weight: 200;
		font-size: 45px;
		color: #DA251D;
		padding: 10px 0 10px 0;
		text-align: center;
		margin: 0;
		font-family: 'Oswald', sans-serif;
	}
	h2 {
		font-weight: 300;
		font-size: 40px;
		color: #434343;
		padding: 20px 10px 5px 10px;
		margin: 0;
		padding: 10px 0 10px 0;
		font-family: 'Oswald', sans-serif;
		text-align: center;
	}
	h3 {
		font-weight: normal;
		font-size: 22px;
		color: #595959;
		padding: 10px;
		margin: 0 0 0 0;
		font-family: 'Oswald', sans-serif;
	}
	h4 {
		font-weight: normal;
		font-size: 20px;
		color: #595959;
		padding: 10px;
		margin: 0 0 0 0;
		font-family: 'Oswald', sans-serif;
	}
	#prodejny {
		text-align: center;
	}
	.prodejna {
		width: 29%;
		text-align: center;
		display: inline-block;
		margin: 0 1.5%;
	}
	.prodejna img {
		height: auto;
		width: calc(100% - 8px);
	}
	.prodejna h3 {
		font-weight: 400;
		font-size: 25px;
		letter-spacing: 1px;
	}
.gmap {
	font-size: 18px;
}





#bottom {
	text-align: center;
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
}
#bottom, #bottom a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}



#poptavka {
	width: 70%;
	min-width: 200px;
	margin: 20px auto;
	float: right;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #595959;
	text-align: right;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #B5C3CA;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
}
.napiste {
	border-bottom: 1px solid #595959;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: rgba(50,50,50,0.75);
	background: white;
	border: 1px solid red;
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: white;
	color: #322E2D;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}




#galerie {
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
#galerie h2 {
    font-weight: 300;
}
.gal {
    display: inline-block;
    height: 120px;
    margin: 0 0 20px;
    text-align: center;
    width: 24%;
}
.galItem {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 90%;
	 padding: 1px;
}
.galItem a {
    box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.9);
	padding: 1px;
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galItem a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(89, 89, 89, 1);
}
.galItem a img {
    display: none;
}



.ref {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(29, 46, 64, 0.5);
	-moz-box-shadow:    0px 0px 5px 2px rgba(29, 46, 64, 0.5);
	padding:1px;
	box-shadow:         0px 0px 5px 2px rgba(29, 46, 64, 0.5);
	position:relative;
     display: inline-block; 
	width:250px; 
	padding:0px; 
	margin:0px 20px 30px;
	height: 130px;
	overflow:hidden;
	border: 1px solid white;
	background-size: cover;
}
.ref img {
	height: auto;
	width: 100%;
	position:absolute;
}
.foth {
    background: none repeat scroll 0 0 rgba(255,255,255,0.8);
    color: #303030;
    float: right;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 5;
    border-bottom: none;
}

.tabb {
	margin: 0 auto;
}
.tabb a {
	font-size: 20px;
}


#menuResponsive {
	display: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1000px) {
	#map {
		height: 250px;
	}
	#poptavka {
		width: 50%;
	}
	.paliva, .doprava {
		width: auto !important;
		float: none !important;
	}
}
@media screen and (max-width: 800px) {

	#nadpisPoptavka {
		font-size: 20px;
	}
	#map {
		height: 200px;
	}
	#text img {
		max-width: 40%;
		height: auto;
	}

	#poptavka {
		width: 40%;
	}
	.prodejna {
		width:60%;
		text-align: center;
		display: inline-block;
		margin: 0 1.5%;
		padding: 0 0 20px 0
	}

}
@media screen and (max-width: 720px) {
	#logo {
		display: block;
		margin: 0 auto;
		float: none;
		padding-bottom: 10px;
	}
	#logoText {
		display: block;
	}
	#tel, #mail {
		font-size: 17px;
		text-align: center;
		float: none;
	}
	#slogan {
		display: none;
	}
	#lang {
		text-align: center;
		margin: 5px;
	}
	#infoTextKontakt {
		float: none;
		margin: 0 0 5px 0;
	}
	#menu {
		position: relative;
		float: none;
		text-align: center;
	}
	
	#topIn {
		padding: 15px 0 0 0 ;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 17px !important;
	}

	#nav li {
		float: none;
		text-align: center;
		width: 100%;
	}
	#nav {
		float: none;
	}
	#nav li a {
		width: 100%;
		font-size: 16px;
		padding: 10px 0;
	}
	#nav ul {
		position: relative;
		visibility: visible;
		left: 0;
		opacity: 1;
		font-size: 14px;
	}
	#nav ul li a {
		color: #A54C0E;
		padding: 10px 0;
	}
	#nav li:hover > ul {
		background: none;
	}
}
@media screen and (max-width: 600px) {
	.gal {
		width: 30%;
	}
}
@media screen and (max-width: 400px) {
	
}
@media screen and (max-width: 500px) {
.prodejna {
		width:90%;
		}
	.gal {
		width: 45%;
	}

#poptavka {
		width: 90%;
		float: none;
	}

	
	#text img, #text iframe {
		/*width: 100%;
		height: auto;*/
		max-width: 100%;
		display: block;
	}
}
@media screen and (max-width: 325px) {
	.gal {
		width: 90%;
	}
}