@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #434343;
	margin: 0 0 30px;
	min-height: 100%;
	background: url(../images/bg.jpg) center top fixed;
	background-size: cover;
}
html {
    min-height: 100%;
    position: relative;
}
#all {
	min-height: 100%;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1000px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 5px;
}
a {
	color: #434343;
}

#top, #top a {
	color: #434343;
	text-decoration: none;
	text-align: center;
}

#topIn {
	padding: 15px 0 20px 0;
}
#top {
	-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);
	background-color: rgba(255,255,255,0.2);
	border-bottom: 3px solid #EC2B13;
}
#logo {
	float: left;
	display: inline-block;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat center top;
	height: 100px;
	width: 201px;
	margin: 0 0 0 0px;
}

#infoTextKontakt {
    float: right;
    margin: 5px 10px 10px 15px;
}
#tel {
    background: url("../images/telefon.png") no-repeat scroll 10px 0px / contain;
    font-size: 18px;
    padding: 0 10px 0 40px;
    position: relative;
    display: inline-block;
}
#mail {
    background: url("../images/mail.png") no-repeat scroll 15px 0px;
    padding: 0px 0 0 50px;
     font-size: 18px;
	 margin: 5px 0 0 0;
	 display: inline-block;
}
#slogan {
	font-weight: normal;
	font-size: 30px;
	color: #1F1A17;
	position: relative;
	display: inline-block;
	margin: 0px 10px 0 0;
	text-align: left;
	float: right;
	letter-spacing: 1px;
}
.ef {
	box-shadow: 0 0 3px 0 rgba(105, 105, 105, 0.9);
	padding: 2px;
}

#middleIn {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	
}
	#menu {
		float: right;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#nav {
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1001;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		text-align: center;
	}
	#nav li a {
		display: inline-block;
		font-size: 16px;
		-webkit-transition: background 0.4s, color 0.4s; 
    	transition: background 0.4s, color 0.4s;
		text-decoration: none;
		color: #1F1A17;
		padding: 5px 15px;
		font-weight: bold;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		background: #EC2B13;
		color: white !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: 14px;
		 padding: 5px 25px;
		 color: #1F1A17;
		 margin: 0;
		 display: block;
		 white-space: nowrap;
		 width: auto;
	}
	#nav ul li a:hover {
		background: #595959 !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;

	}
	#nav li:hover > .menu-arrow {
		background: url(../images/menu-arrow.png) no-repeat center bottom;
	}

	.slider{
		width: 100%;
		height: 200px;
		overflow: hidden;
		position: relative;
	}
	#main {
		background: rgba(255,255,255,0.9);
	}

     #content {
		padding: 10px 0 20px 0;
		font-size: 15px;
	}
	#cForm {
		width: 40%;
		padding: 0 0 10px 0;
		float: left;
	}
	#uvod {
		width: 50%;
		float: right;
		margin-right: 15px;
	}
	#obsahPodstrana {
		margin: 0 20px 20px 20px;
	}
	h1 {
		font-weight: normal;
		font-size: 25px;
		color: #FB251B;
		padding: 0 0 13px 0;
		margin: 0;
	}
	h2 {
		font-weight: 300;
		font-size: 22px;
		color: #595959;
		border-bottom: 1px dashed #595959;
		padding: 10px;
		margin: 0 0 0 0;
	}
	h3 {
		font-weight: normal;
		font-size: 22px;
		color: #595959;
		padding: 10px;
		margin: 0 0 0 0;
	}




#bottom {
	text-align: center;
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
}
#bottom, #bottom a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}



#poptavka {
	width: 90%;
	min-width: 200px;
	margin: 20px 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: #B5C3CA;
	color: #EC2B13;
}
.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 a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ref img {
	height: auto;
	width: 100%;
}
.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: absolute;
	 top: 0;
    text-align: right;
    width: calc(100% - 10px);
    z-index: 10;
    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: 1000px) {
	
}
@media screen and (max-width: 800px) {
	#nav li a {
		font-size: 14px;
	}
	.slider {
		height: auto;
	}
	#nadpisPoptavka {
		font-size: 20px;
	}
	#slogan {
		font-size: 25px;
	}
	#tel, #mail {
		font-size: 15px;
	}
}
@media screen and (max-width: 700px) {
	#logo {
		display: block;
		margin: 0 auto;
		float: none;
	}
	#slogan {
		display: none;
	}
	#tel, #mail {
		font-size: 17px;
		text-align: center;
		float: none;
	}
	#infoTextKontakt {
		float: none;
	}
	#menu {
		position: relative;
		float: none;
		text-align: center;
	}
	
	#topIn {
		padding: 15px 0 0 0 ;
	}
}
@media screen and (max-width: 600px) {
	.gal {
		width: 30%;
	}
	#cert-onas {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
	}
}
@media screen and (max-width: 400px) {
	
}
@media screen and (max-width: 500px) {
	#topContact {
		display: inline-block;
		float: none;
		margin: 10px 0 0 0;
	}
	.gal {
		width: 45%;
	}
	#slogan {
		margin-top: 10px;
		font-size: 17px;
	}
	#cForm {
		float: none;
		width: 90%;
	}
	#uvod {
		float: none;
		width: 100%;
	}
	.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: #1F1A17;
		padding: 10px 0;
	}
	#nav li:hover > ul {
		background: none;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 325px) {
	.gal {
		width: 90%;
	}
}