@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700&display=swap');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Titillium Web', 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;
}

.cervena {
	color: #D4261E;
}
.cervenaBg {
	background-color: #D4261E;
}
.seda {
	color: #636A6F;
}

.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;
		background: white ;
}


#logo {
	display: block;
	float: left;
	width: 200px;
	height: 75px;
	background: url(../images/logo.png) no-repeat 50%;
}
#topContact {
	float: right;
	font-size: 17px;
	font-weight: 300
}
	.topContactItem,.topDivider {		
		display: inline-block;
	}
	.topDivider {
		font-weight:600;
		padding: 0 5px;
	}
	.topContactItem a {
		color: #636A6F;
	}


.topMenu {
	position: relative;
	z-index: 100;
}
#menuSpacer {min-height:80px;}
#menu {
	float: right;
	clear: right;
}
/*.menuBg, .menuBgg {
	background: rgba(36,36,36,0.95);
}*/
	#nav {
		margin: 10px 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;
		font-weight: 600;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		color: #383F42;
		padding: 5px 8px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li:last-child a {
		padding: 5px 0px 5px 10px;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: #D4261E !important;
	}

.fadeIn {
	opacity: 0;
}
#sliderBox {
	width: 100%;
	height: 300px;
	position: relative;
	background: url(../images/sliderBg.jpg) no-repeat 50% top;	
}
.subpage {
	height: 135px !important;
}
#sliderBox .container {
	height: 100%;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.sliderItem {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
.sliderText {
	position: absolute;
	bottom: 20px;
	left:15px;
	color: white;
}
.subpage .sliderText {
	bottom: 32px;
}
	.sliderTextTitle {
		font-weight: 600;
/*		background: url(../images/arrowRight.png) no-repeat right 50%;
		width: 100%;*/
		font-size: 50px;	
	}
	.sliderTextTitle img {
		vertical-align: middle;
	}
	.sliderTextInfo {
		font-size: 25px;
	}
	.sliderImage {
		width: 35%;
		height: 125%;
		position: relative;
		left: calc(65%);
		z-index: 10;
	}
	.sliderImage.minidumpery {
		background: url(../images/sub-minidumpery.jpg) no-repeat 50% / contain;
	}
	.sliderImage.pracovni-plosiny {
		background: url(../images/sub-pracovni-plosiny.jpg) no-repeat 50% / contain;
	}
	.sliderImage.transporter {
		background: url(../images/sub-transporter.jpg) no-repeat 50% / contain;
	}
	.sliderImage.minibagry {
		background: url(../images/sub-minibagry.jpg) no-repeat 50% / contain;
	}
.imageSlide {
	position: absolute;
	right: -100px;top: 0px;
	height: 130%;
}
.bx-wrapper, .bx-viewport {
	height: 100% !important;
	overflow: visible !important;
}

h1 {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 140%;
}
h1 div {
	font-weight: 300;
	font-size: 35px;
	margin: -10px 0 0 0;
	color: #666666;
}
h2 {
	font-weight: 500;
	font-size: 35px;
	margin: 0 0 35px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
}
h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 10px 0;
	line-height: 140%;
}
.kontakt-pruh {
	background: url(../images/kontakt-pruh.jpg) no-repeat 50%;
	text-align: center;
	color: white;
	font-size: 25px;
}
.kontakt-pruh .containerIn {
	background: url(../images/kontakt-pruh-sipky.png) no-repeat 50%;
}
.kontakt-pruh a {
	color: white;
}
.kontakt-pruh h3 {
	font-weight: 600;
	font-size: 30px;
}
p {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.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 ul li {
	padding-bottom: 5px;
}
.text .left, .text .right {
	width: calc(48% - 10px);
}

.perex {
	font-weight: normal;
	font-size: 20px;
	line-height: 145%;
}
.copy {
	font-size: 13px;
}
.copy a {
	text-decoration: none;
}
/*.parallax {
    height: 100%;
	 width: 100%;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}*/



.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);
}


.stroje {
	display: flex;
   justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 35px;
	position: relative;
	font-size: 0;
	text-align: center;
}
.stroj {
	border: 1px solid rgba(230,230,230,0.5);
	margin: 0 0 40px 0;
}
.stroj a {text-decoration: none;}

.nazev {
	font-size: 22px;
	font-weight: bold;
	background: rgba(230,230,230,0.5);
	padding: 7px 0;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
}
.stroj a:hover > .nazev {
	color:#D4261E;
	background: rgba(230,230,230,0.8);
}
.fotka {
	height: 250px;
}
.stroj-detail {
	font-size: 16px;
}
.stroj-img {
	float: left;
	width: 400px;
	height: 400px;
	margin: 0 20px 20px 20px;
}
.stroj-img img {
     display: none;
}
.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: 25px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0;
}
.box3.minidumper {
	background: url(../images/home-minidumper.jpg) no-repeat 50% / cover;
}
.box3.plosina {
	background: url(../images/home-plosina.jpg) no-repeat 50% / cover;
}
.box3.transporter {
	background: url(../images/home-transporter.jpg) no-repeat 50% / cover;
}

.box3 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;
}
.stroj-detail .gal {
	width: calc(100% / 5 - 10px);
}
.video {
	max-width: 800px;
	margin: 50px auto 0 auto;
}
.videoIn {
	padding:56.25% 0 0 0;position:relative;width:100%;margin:0 auto;
}
.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.2) 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;
    width: 50%;
	 font-weight: 300;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Titillium Web', 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;
}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {
	.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;
	}
	.sliderText {
		font-size: 55px;
	}
	.gal {    
    	width: calc(100% / 5 - 10px);
	}
	#nav li:last-child a {
		padding: 5px 10px;
	}
	.imageSlide {
		right: 0;
		height: 100%;
	}
}

@media screen and (max-width: 1000px) {
	#top {
		height:400px;
	}
	.subpage .sliderTextTitle {
		font-size: 35px;
	}
}

@media screen and (max-width: 800px) {
	#top {
		height:350px;
	}
	.sliderText {
		font-size: 40px;
	}
	#logo {
		/*width: 188px;
		height: 50px;
	   background: url(../images/logo.png) no-repeat 50% / cover;*/
		position: absolute;
	}
	#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: 30px;
	}
	.icons {
		display: block;
	}
	.icon {
		margin: 0 0 30px 0;
	}
	.gal,.stroj-detail .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%;
	}
	.sliderTextTitle {
		font-size: 35px;
	}
	.sliderTextInfo {
		font-size: 20px;
	}
	.stroj.box3 {
		width: calc(90% / 2);
		margin: 0 0 30px 0;
	}
	.stroj-img {
		float: none;
		width:90%;
		height: auto;
		margin: 0 auto;
	}
	.stroj-img img {
		display: block;
		width: 100%;
		height: auto;
	}
	.subpage .sliderTextTitle {
		font-size: 25px;
	}
	#menuSpacer {
		min-height: 65px;
	}
	.boxTitle {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	h1 div {
		font-size: 25px;
	}
}
@media screen and (max-width: 550px) {
	#sliderBox {
		height: 200px;
		margin: 0 0 100px 0;
	}
	.stroje .box3 {
		width: 90%;
		margin: 0 0 30px 0;
	}
	.boxTitle {
		font-size: 25px;
	}
	.imageSlide {
		right: 15%;
		top: 0%;
		width: 70%;
		height: auto;
		max-width:70%;
	}
	.sliderText {
		bottom: -120px;
		color: #383F42;
	}
	.sliderTextInfo {
		font-size: 18px;
	}
	
	
}
@media screen and (max-width: 600px) {
	#top {
		height:250px;
	}
	#logo {
		width: 135px;
		height: 50px;
	   background: url(../images/logo.png) no-repeat 50% / cover;
		position: absolute;
	}
	.sliderText {
		font-size: 30px;
	}
	#topContact {
		display: none;
	}
	h1 {
		font-size: 30px;
	}
	.stroj.box3 {
		width: calc(90%);
		margin: 0 0 30px 0;
	}
	#sliderBox.subpage {
		height: 50px !important;
		margin: 0 !important;
	}
	.subpage .sliderText {
		display:none !important;
	}
	#sliderBox.subpage {
		background-position: center -85px;
	}
}
@media screen and (max-width: 450px) {
	#sliderBox {
		height: 150px;
		margin: 0 0 100px 0;
	}
	.sliderTextTitle {
		font-size: 30px;
	}
	.sliderTextInfo {
		font-size: 18px;
	}
}
@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,.stroj-detail .gal {    
    	width: calc(100% / 2 - 10px);
	}
	.box4 {
		width: 90%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 370px) {
	
}