@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,700&display=swap');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: #383F42;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: #383F42;
	text-decoration: none;
}
.zelena {
	color: #007931 !important;
}
.bgZelena {
	background-color: #007931 !important;
}
.modra {
	color: #1A1948 !important;
}
.bgModra {
	background-color: #004694;/*#1A1948 !important;*/
}


.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);
}

#top {
	width: 100%;
	z-index: 500;
	position: relative;
}
#topFixed {
	position: fixed;
	width: 100%;
	z-index: 500;
}


#logo {
	display: block;
	float: left;
	width: 229px;
	height: 60px;
	background: url(../images/logo.png) no-repeat 50%;
}

.topMenu {
	position: relative;
	z-index: 100;
}
#menuSpacer {min-height:68px;}
#menu {
	float: right;
	/*clear: right;*/
}

	#nav {
		margin: 12px 0 0 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 19px;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 300;
		color: white;
		padding: 5px 10px;
		z-index: 999;
		position: relative;
		outline: none;
		font-family: 'Roboto Condensed', sans-serif;
	}
	#nav li:last-child a {
		padding: 5px 0px 5px 10px;
	}
	#nav li a:hover,.XactMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: #007931 !important;
	}
	.sluzby-page {
		background: url(../images/submenu.png) center bottom no-repeat;
	}
#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	overflow: hidden;
	left:-50%;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    border-left: medium none;
    color: #4D4948;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 7px 5px;
    position: relative;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
	 font-weight: normal;
}
#nav ul li a:hover {
    background: white none repeat scroll 0 0 !important;
    color: #007931 !important;
}
#nav li:hover > ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.fadeIn {
	opacity: 0;
}


#sliderBox {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.sliderBx {
	height: 100%;
	width: 100%;
	position: relative;
}
.sliderItem {
	width: 100%;
	height: 100%;
	position:relative;
}
.bx-wrapper,.bx-viewport {
	height: 100% !important;
}
#sliderText {
	position: relative;
	top: 180px;
	z-index: 110;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 45px;
}
#pointS {
	padding-top: 5px;
}
#pointS {
	padding-top: 5px;
	position: relative;
	z-index: 9999;
}
#pointStop {
	float: right;
	background: url(../images/pointS-top.png) no-repeat right;
	height: 50px;
	width: 155px;
	padding: 5px 0 0 15px;
}
.sliderPage {
	height: auto !important;
}
.sliderPage #sliderText {
	top: 0;
	padding: 0 0 25px 0;
}

#homeContent {
	background: #454545;
	position: relative;
	color: white;
}
#sliderBg {
	background: url(../images/homeContentBg.png) no-repeat center top;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index:100;
}
#homeIcons {
	border-bottom: 7px solid white;
	text-align: center;
}




h1 {
	font-weight: 300;
	font-size: 40px;
	margin: 0 0 30px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
h2 {
	font-weight: 500;
	font-size: 25px;
	margin: 0 0 15px 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 10px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
.homeText {
	/*padding: 30px 30px 30px 0;*/
	/*padding-left: calc(50% + 30px);*/
	/*background-image: url(../images/tempimage.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50%;
	display: flex;
}
.homeTextIn {
	padding: 30px;
}
.homeText .right {
	width: 50%;
}
.homeTextImage {
	background: url(../images/tempimage.jpg) 50% / cover; 
	width: 50%;
}
.den {
	display: inline-block;
	width: 60px;
}
li p {
	padding: 0;
	margin: 0;
	display: inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
#boxKontakt .left, #boxKontakt .right {
	width: 50%;
}
.text {
	line-height: 140%;
}
.text a {
	text-decoration: underline;
}

.text img {
	max-width: 100%;
	height: auto;
}
.text ul {
	list-style-image: url(../images/li.png);
	list-style-position: inside;
}
.text .left, .text .right {
	width: calc(48% - 10px);
}

.perex {
	font-weight: normal;
	font-size: 22px;
	line-height: 145%;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy {
	font-size: 13px;
}
.copy a {
	text-decoration: none;
}
/*.parallax {
    height: 100%;
	 width: 100%;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}*/
#kontaktBottom {
	display: flex;
}
#kontaktBottom .left {
	background: url(../images/pneupepernik.jpg) no-repeat left 80% / cover;
}
#map {
	height: 300px;
	background: url(../images/gmap.jpg) no-repeat 50% / cover;
	position: relative;
}
#gmap-link {
     width: 100%;
     height: 100%;
     display: block;
}

.part {
	/*padding: 30px 0 150px 0;*/
	padding: 40px 0 70px 0;
}
.line {
	background: #847115;
	height: 1px;
	width: 50%;
	margin: -20px auto 0;
}



.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);
}


.boxes {
	display: flex;
	position: relative;
	font-size: 0;
	justify-content: space-around;
	flex-wrap: wrap;
}
#homeContent .box {
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	padding: 75px 10px 50px 10px;
	display: block;
	outline: none;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
	min-width: 120px;
	max-width: 130px;
	width: calc(100% / 5 - 20px);
	/*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);*/
	background-size: 40%;
}
#homeContent .box:hover {
	/*padding: 115px 10px 0 10px;*/
}
#homeIcons {
	padding: 40px 0 0px 0;
}
.break {
	display: none;
}









.boxPneuservis {
	background: url(../images/boxPneuservis.png) no-repeat center top;
}
.boxAutoservis {
	background: url(../images/boxAutoservis.png) no-repeat center top;
}
.boxKlimatizace {
	background: url(../images/boxKlimatizace.png) no-repeat center top;
}
.boxGeometrie {
	background: url(../images/boxGeometrie.png) no-repeat center top;
}
.boxPneumatiky {
	background: url(../images/boxPneumatiky.png) no-repeat center top;
}
.boxLakovani {
	background: url(../images/boxLakovani.png) no-repeat center top;
}
.boxPujcovna {
	background: url(../images/boxPujcovna.png) no-repeat center 10px;
}
.boxDekarbonizace {
	background: url(../images/boxDekarbonizace.png) no-repeat center top;
}
.boxRenovace {
	background: url(../images/boxRenovace.png) no-repeat center 10px;
}
.boxRovnani {
	background: url(../images/boxRovnani.png) no-repeat center top;
}


.text .tabulka {
	border: 1px solid rgba(230,230,230,0.5);
	width: 100%;
}
.text .tabulka td {
	padding: 5px;
}
.text .tabulka tr:nth-child(odd) {
    background-color: rgba(230,230,230,0.5);
}
.files {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li {
	padding: 10px 0 10px 40px;
}
.fileIcon {
	display: inline-block;
	height: 30px;
	width: 26px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.file-pdf {
	background: url(../images/files-pdf.png) no-repeat left 50%;
}
.file-doc, file-docx {
	background: url(../images/files-doc.png) no-repeat left 50%;
}
.file-xls, .file-xlsx {
	background: url(../images/files-xls.png) no-repeat left 50%;
}


.box3 {
	display: inline-block;
	width: calc(90% / 3);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.box4 {
	display: inline-block;
	width: calc(90% / 4);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.boxTitle {
	position: absolute;
	width: 100%;
	text-align:center;
	background: rgba(31,29,29,0.8);
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0;
}

.box4 img {
	visibility: hidden;
	width: 100%;
	height: auto;
}









#galerie {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 7 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover > .zoomImg {
	display: block !important;
}
.gal a img {
    display: none;
}

#text iframe, #text img {
	max-width: 100%;
}


#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}




#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#poptavka {
	width: 95%;
	min-width: 200px;
	/*max-width: 600px;*/
	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;
	 font-size:17px;
    width: 50%;
	 font-weight: 300;
	 font-family: 'Roboto Condensed', sans-serif;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', 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;
	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 #B5C3CA;
}
#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: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
	font-weight: bold;
}

@media screen and (max-width: 1500px) {
	.break {
  		flex-basis: 100%;
  		height: 0;
		display: block;
	}
	.containerHome {
		max-width: 1200px;
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1000px) {
	#pointStop {
		position: absolute;
		left: 10px;
		top: 70px;
		z-index: -1;
		background: url(../images/pointS-top.png) no-repeat right / cover;
		height: 45px;
		width: 155px;
		padding: 0;
		float: none;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#nav {
		border: none;
		padding: 0;
		margin: 5px 0 0 0;
	}
	#nav li {
		text-align: right !important;
	}
	.gal {    
    	width: calc(100% / 5 - 10px);
	}
	#nav li:last-child a {
		padding: 5px 10px;
	}
	.imageSlide {
		right: 0;
		height: 100%;
	}
	.sluzby-page {
		background: none;
	}
	#logo {
		width: 160px;
		height: 42px;
		background-size: cover;
		position: absolute;
	}
	#top {
		height:400px;
	}
	#nav ul {
    opacity: 1;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: auto;
	overflow: hidden;
	left: 0;
}
	#nav ul li a {
		text-transform: none;
		color: white;
	}
	#nav ul li {
		display: inline-block;
	}
	#nav ul li:nth-child(odd) a {
		/*color: red;
		float: right;
		clear: right;*/
	}
	#nav ul li:nth-child(odd) {
		/*float: left !important;*/
		
	}
	#nav ul li:nth-child(even) {
		/*clear: both;*/
		
	}
	#nav ul {
          width: 230px;
     }
	#nav li:hover > ul {
    background: none;
    box-shadow: none;
	}
}

@media screen and (max-width: 800px) {
	#top {
		height:350px;
	}
	#nav {
		margin: 0;
	}
	#menuResponsive a {
		padding: 5px 15px 5px 0;
	}
	.left,.right {
		float: none;
		width: 100% !important;
	}
	#o-nas .left {
		text-align: center !important;
	}
	.perex {
		font-size: 18px;
	}
	h2 {
		font-size: 23px;
	}
	.icons {
		display: block;
	}
	.icon {
		margin: 0 0 30px 0;
	}
	.gal {    
    	width: calc(100% / 4 - 10px);
		
	}
	.stroje {
		flex-wrap: wrap;
	}
	.box4 {
		width: calc(90% / 2);
		margin: 0 0 20px 0;
	}
	.imageSlide {
		right: 0;
		top: 15%;
		height: 65%;
	}
	#menuSpacer {
		min-height: 65px;
	}
	#sliderBox {
		height: 300px;
	}
	#sliderText {
		top: 125px;
	}
	#sliderText {
		font-size: 30px;
	}
	#pointS img {
		width: 300px;
	}
	.break {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	
	
}
@media screen and (max-width: 600px) {
	#top {
		height:250px;
	}


	#topContact {
		display: none;
	}
	h1 {
		font-size: 30px;
	}
	.stroj.box3 {
		width: calc(90%);
		margin: 0 0 30px 0;
	}
	#kontaktBottom .left,#kontaktBottom .right {
		float: none;
		width: 100% !important;
		height: 200px;
	}
	#kontaktBottom {
		display: block;
		position: relative;
	}
	
}
@media screen and (max-width: 450px) {
	#sliderBox {
		
	}
}
@media screen and (max-width: 450px) {
	
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.text img {
		max-width: 100%;
		height: auto !important;
	}
	.gal {    
    	width: calc(100% / 2 - 10px);
	}
	.box4 {
		width: 90%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 370px) {
	
}