@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
html, body, .fullHeight {
     min-height: 100% !important;
     height: 100%;*
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: white url(images/bg.jpg) no-repeat center top fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: rgb(51,59,65);
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	-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);
	overflow: hidden;
}
.containerIn {
	padding: 40px 30px;
}
a {
	color: rgb(51,59,65);
	text-decoration: none;
}


#content {
	background: rgba(255,255,255,0.9);
	position: relative;
}
#nonstop {
	width: 35%;
	background: url(images/nonstop.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
#nonstop img {
	visibility: hidden;
	width: 100%;
	height: auto;
} 

#left {
	float: left;
	width: 80%;
}
#logo {
	display: block;
	outline: none;
	padding: 0;
	background: url(images/logo.png) no-repeat center top;
	height: 116px;
	width: 200px;
	margin: 0 0 45px 0;
}

h1.text {
	line-height: 140%;
	font-size: 20px;
	font-weight: 400
}
.larger {
	font-size: 18px;
}
.orange {
	color: #E1551A;
}
.kontakt h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}
.kontakt {
	margin: 15px 0;
	float: left;
	padding: 0 30px 0 0;
}
.formPoptavka {
	float: right;
	width: 50%;
}
#map {
	height: 300px;
	width: 100%;
	position: relative;
}
h2.poptavka {
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	margin-top: 12px;
	margin-right: 12px;
}


#webseo {
	text-align: right;
	font-size: 10px;
	padding: 0 10px 10px 0;
}



#poptavka {
	width: 95%;
	min-width: 200px;
	max-width: 600px;
	margin: 20px auto 0;
}

#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-weight: 300;
	 font-size: 15px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    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;
	color: ;
}
.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 #E1551A;
}
#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;
	font-size: 20px;
}
.formLine textarea {
	height: 57px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}





@media screen and (max-width: 900px) {
	#nonstop {
		width: 40% !important;
	}
}
@media screen and (max-width: 500px) {
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.text.kontakt {
		padding: 0;
	}
	.containerIn {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 660px) {
	.formPoptavka {
		float: left;
		clear: left;
		width: 100%;
	}
	#left {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	h1.text {
		font-size: 18px;
	}
}
