@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:400,700&display=swap');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
	  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	background: white;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color:  #353535;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
.font{
	font-family: 'Roboto Condensed', sans-serif;
}
.cervena {
	color: #DA251D !important;
}
a {
	color:  #353535;
	text-decoration: none;
}


#top {
	position: fixed;
	width: 100%;
	z-index: 500;
	/*background: white url(../images/dz.png) no-repeat top right;*/
	background: white;
}
.stin {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 65, 1);
   -moz-box-shadow:    0px 0px 5px 0px rgba(51, 59, 65, 1);
   box-shadow:         0px 0px 5px 0px rgba(51, 59, 65, 1);
}

#logo {
	display: block;
	float: left;
	width: 294px;
	height: 50px;
	background: url(../images/logo.png) no-repeat center top;
}



#menu {
	float: right;
	clear: right;
}
	#nav {
		margin: 0;
		padding: 12px 0px 0 0 ;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		color: #656C71;
		padding: 0px 12px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: #DA251D; !important;
	}
	#nav li a:hover > .brdr-btm,.actMenu > .brdr-btm {
		visibility: visible !important;
  		opacity: 1 !important;
	}
	#nav li a:last-child {
		/*padding-right: 0;*/
	}

#header, #kontakt {
	/*background: #EBEBEB;*/
	background: white url(../images/prechod.png) center bottom repeat-x;
}
#headerImage {
	background: url(../images/headerImage.jpg) no-repeat 50% / cover;
}
#headerImage img {
	visibility: hidden;
	width: 100%;
	height: auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
.perex {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-align: center;
	line-height: 130%;
}
	
#content .left, #content .right {
	width: 47%;
}
#content h2 {
	line-height: 110%;
	font-size: 25px;
}
.block {
	padding: 20px 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1 {
		font-family: 'Roboto Condensed', sans-serif;
		padding: 0 0 10px 0;
		font-size: 28px;
		text-align: center;
		line-height: 130%;
}
h2 {
	font-weight: 500;
	font-size: 30px;
	color: #DA251D;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	font-weight: 500;
	font-size: 26px;
	color: rgb(51,59,65);
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed rgb(51,59,65);
}
.text img {
	max-width: 100%;
	height: auto;
}
.text a {
     text-decoration: underline;
}
.telMail {
	background: url(../images/telMail.png) no-repeat left 50%;
	padding: 0 0 0 55px;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.footerImage {
	vertical-align: top;
	width: 245px
}
#kontakt {
	border-top: 1px solid #E5E5E5;
}
#kontakt .right {
	text-align: center;
	
}
.shoplink {
	font-size: 25px;
}
.text {
	line-height: 140%;
}
.copy {
	font-size: 12px;
}
.copy a {
	text-decoration: none;
}
.text ul {
	margin: 0;
	list-style-type: square;
}






.ef {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

		


.text img {
	max-width: 100% !important;
	height: auto;
}



#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}





@media screen and (max-width: 1000px) {
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		padding: 0 5px !important;
	}
	#nav li {
		text-align: right;
	}
	#nav li a {
		padding: 5px 5px
	}
	#menu {
		float: none;
	}
	#kontakt .right, #kontakt .left {
		float: none;
		width: 100%;
	}
	#kontakt .left{
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 800px) {
#content .left, #content .right {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 700px) {
	  
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 400px) {

}