@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #2C2C2C;
	background: url(../images/bgPage.jpg) no-repeat center top / cover;
	background-position: fixed;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #2C2C2C;
}
.red {
	color: #B62B23;
}


#topGray {
	background: #2C2C2C;
	text-align: right;
}
#topGray, #topGray a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.phone, .email {
	display: inline-block;
	padding: 0 0 0 30px;
	white-space: nowrap;
	margin: 0 0 0 20px;
}
.phone {
	background: url(../images/phone.png) no-repeat left 50%;
}
.email {
	background: url(../images/email.png) no-repeat left 50%;
}

	#logo {
		display: inline-block;
		float: left;
		width: 350px;
		height: 107px;
		background: url(../images/logo.png) no-repeat;
	}
	
	#menu {
		float: right;
		margin: 65px 0 0 0;
	}
	#nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav li {
		display: inline-block;
		width: auto;
		position: relative;
	}
	#nav li a {
		text-decoration: none;
		position: relative;
		color: black;
		font-size: 16px;
		font-weight: 600;
		-webkit-transition: color 0.2s,border-bottom 0.2s;
    	transition: color 0.2s,border-bottom 0.2s;
		display: inline-block;
		padding: 5px 10px;
		outline: none;
		text-align: center;
		border-bottom: 5px solid transparent;
		text-transform: uppercase;
	}
	#nav li a:hover, .actMenu {
		color: #B62B23 !important;
		border-bottom: 5px solid #2C2C2C !important;
	}
	#nav ul {
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
	 z-index: 10;
	 width: auto;
	 
}
#nav ul li {
    width: 100%;
}
#nav ul li a {
    font-size: 15px;
	 font-weight: normal;
    text-transform: none;
	 border: none !important;
	 display: block;white-space: nowrap;
}
#nav li:hover > ul {
    background: white;
    opacity: 1;
    visibility: visible;
}
#nav ul li a:hover {
	border: none !important;
}
	
	
	
#topBlack {
	background: #F0F0F0 url(../images/bg.jpg) no-repeat 50% 50% / cover;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);	
	height: 280px;
}
#topBlack-text {
	border-right: 5px solid white;
	color: white;
	text-align: right;
	position: relative;
	top: 55px;
	right: 10px;
}
.topBlack-title {
	font-size: 45px;
	font-weight: 500;
}
.topBlack-info {
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
}


	
	
	
	
	
	#subm {
		margin: 0 0 10px 0;
	}
	#subm a {
    	background-color: #F0F0F0;
    	color: black;
    	display: block;
    	font-size: 15px;
    	margin-bottom: 1px;
    	padding: 10px 5px 10px 20px;
   	text-decoration: none;
	}
	#subm a span {
		color: #DA251D;
	}
	.subMenuItem:hover, .subMenuItem2:hover {
    background: rgba(240, 240, 240, 0.5) none repeat scroll 0 0 !important;
}
.subAct {
    background: rgba(150, 150, 150, 0.4) none repeat scroll 0 0 !important;
}
.subMenuItem2 {
    background: #90ee90 url("../images/sub.png") no-repeat scroll 20px 50%;
    padding: 10px 5px 10px 32px !important;
}
.subMenuItem2:hover, .subMenuItem2.subAct {
    background: #f0fff0 url("../images/sub.png") no-repeat scroll 20px 50% !important;
}
	

#middleRight {
	float: right;
	width: 250px;
	margin: 20px 0 0 0;
}
.rightContact {
	border-right: 5px solid #B62B23;
	text-align: right;
	padding: 2px 10px 2px 0;
}
.rightContact-title {
	color: #B62B23;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.vlevo {
	float: left;
}
.vpravo {
	float: right;
}
.vpravo, .vlevo {
	width: 48%;
}

#middleRight img, #text img {
	max-width: 90%;
	height: auto;
}
	#middleRight .containerIn {
		padding: 10px 10px;
	}
	
	#copy {
		font-size: 13px;
		padding: 10px 10px 5px 0;
		text-align: right;
	}
	#copy a {
		text-decoration: none;
	}

	.ef {
		margin:10px;
		padding: 2px;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
		-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
		box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);
	}


#middleLeft {
	float: left;
	width: calc(100% - 300px);
}
	h1 {
		color: #B62B23;
		border-bottom: 5px solid #F0F0F0;
		text-align: left;
		font-weight: normal;
		padding: 0 0 10px 10px;
		margin: 0 0 20px 0;
		font-size: 30px;
	}
	#text {
		line-height: 140%;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
	}
	#text ul {
		list-style-image: url(../images/li.png);
		list-style-position: inside;
	}
	#text blockquote {
		background: #CCCCCC;
		padding: 0px 10px;
		border: 1px solid white;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
		-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
		box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);
		font-size: 18px;
	}

	


#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 0px auto;
}
#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 #595959;
}
#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: #F1F1F1;
	color: #656565;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}






#menuResponsive {
	display: none !important;
}
#menuResponsive a {
	padding: 5px 0 !important;
	outline: none;
}
.respKontakt {
	display: none !important;;
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1100px) {
	.gal {
		height: 150px;
	}
}
@media screen and (max-width: 1000px) {
	.gal {
		height: 130px;
	}
	#nav li a {
		font-size: 15px;
	}
	#menu {
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 900px) {
	#logo {
	}
	

	.gal {
		height: 180px;
	}
	
	#respKontakt {
		display: block !important;
	}
	#submenu {
		display: none;
	}
	#nav ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#nav ul li {
		display: inline-block
	}
	#nav ul li a {
		font-size: 15px;
		width: auto;
		font-weight: normal;
		padding: 5px !important;
		margin: 2px;
		background: white;
	}
}

@media screen and (max-width: 800px) {
	.gal {
		height: 150px;
	}#submenu {
		display: none;
	}
	#middleLeft {
		float: none;
		width: 100%;
	}
	#middleRight {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	#slider {
		display: none !important;
	}
	#bannerKontakt {
		width: 290px;
		margin: 0 auto;
	}
	#bannerIn {
		padding: 10px 0 10px 80px;
	}
	#menu {
		text-align: center;
		position: relative;
		z-index: 11;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemResp a {
		padding: 5px 0 !important;
	}
	#nav li a:hover, .actMenu {
		border: none;
	}
	#nav li {
		display: block;
		width: auto;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#nav ul {
		display: inline !important;
		visibility: visible !important;
		position: relative !important;
		opacity: 1;
	}
}
@media screen and (max-width: 600px) {
	.gal {
		height: 150px;
		width: 31%;
	}
	h1 {
		font-size: 22px;
	}
	.topBlack-title {
		font-size: 30px;
	}
	.topBlack-info {
		font-size: 14px;
	}
	#topBlack-text {
		top: 0px;
	}
	#topBlack {
		height: auto;
		padding: 5px 0;
	}
}
@media screen and (max-width: 500px) {
	.gal {
		height: 150px;
		width: 47%;
	}
	#topGray {
		text-align: center;
	}
	#topGray div {
		margin: 0;
	}
	#logo {
		float: none;
		margin: 0 auto;
		display: block;
	}
	#menu {
		margin: 0;
		float: none;
	}
	.topBlack-info {
		display: none;
	}
	.topBlack-title {
		font-size: 20px;
		font-weight: bold;
	}
	.vlevo, .vpravo {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 400px) {
	#logo {
		max-width: 100%;
		background-size: contain;
	}
}	
@media screen and (max-width: 350px) {
	.gal {
		height: 180px;
		width: 90%;
	}
}


@media screen and (max-width: 300px) {
		
	
	
	
	
	
	
}
