html, body{
  height: 100%;  
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_li.eot');
    src: url('../css/fonty/lato_li.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_li.woff') format('woff'),
    	 url('../css/fonty/lato_li.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_re.eot');
    src: url('../css/fonty/lato_re.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_re.woff') format('woff'),
    	 url('../css/fonty/lato_re.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_me.eot');
    src: url('../css/fonty/lato_me.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_me.woff') format('woff'),
    	 url('../css/fonty/lato_me.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_se.eot');
    src: url('../css/fonty/lato_se.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_se.woff') format('woff'),
    	 url('../css/fonty/lato_se.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Lato';
    src: url('../css/fonty/lato_bl.eot');
    src: url('../css/fonty/lato_bl.eot?#iefix') format('embedded-opentype'),
    	 url('../css/fonty/lato_bl.woff') format('woff'),
    	 url('../css/fonty/lato_bl.ttf') format('truetype');
    font-weight: 900;
}
 
body{
	font-family: 'Lato', sans-serif;
  	font-weight: 300;
	color: black;
  	background: #ebebeb;
}

.uzaver{
	width: 100%;
	clear: both;
}

.stred{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table;
}

.stred .cell{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.menu{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	-webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  display: block;
  height: 110px;
  background: white;
  border-bottom: 2px solid #f2f2f2;
  z-index: 1000;
}

.nav-up{
	top: -110px;
}

.content{
	width: 1100px;
	display: block;
	margin: 0px auto;
}

.menu .logo{
	float: left;
	width: 400px;
	text-align: left;
	height: 110px;
	line-height: 110px;
}

.menu .logo img{
	height: 100px;
	vertical-align: middle;
}

.menu .polozky{
	float: right;
	width: 700px; 
	text-align: right;
}

.menu .polozky a{
	display: inline-block;
	line-height: 107px;
	border-bottom: 3px solid white;
	text-transform: uppercase;
	color: #474747;
	font-weight: 600;
	text-decoration: none;
	margin-left: 30px;
}

.menu .polozky a:hover{
	color: #fc2a2a;
}

.spacer{
	width: 100%;
	display: block;
	height: 175px;
}

.slider{
	display: block;
	width: 100%;
	position: relative;
	height: 499px;
}

.slider .obrazek{
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.slider .obrazek .cover_obrazku{
	width: 100%;
	padding-top: 110px;
	height: calc(100% - 110px);
	position: relative;
	background: /* rgba(237,48,48,0.6);*/ transparent;
}

.slider .obrazek.active{
	opacity: 1;
}

.mensi_pole{
	width: calc(100% - 120px);
	display: table;
	margin: 0px auto;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 40px 60px;
	background: rgba(237,48,48,0.6);
}

.mensi_pole .textik{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: white;
	font-weight: 600;
	font-size: 28px;
}

.mensi_pole .textik span{
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-top: 7px;
}

.pod_foto{
  width: 100%;
  background: #fc2a2a;
  text-align: left;
  display: block;
  height: 5px;
  margin-bottom: 80px;
}

.pod_foto .prik{
  height: 5px;
  width: 0px;
  background: #ebebeb;
  float: left;
}

.pole{
	width: 1100px;
	display: block;
	margin: 0px auto 80px;

}

#main_field{
	background: rgba(237,48,48,1);;
	background-size: cover;
	box-shadow: 0px 3px 15px #cbcbcb;
}

#main_field .leva_cast{
	float: left;
	width: 650px;
	display: inline-block;
	height: 499px;
}

#main_field .prava_cast{
	background: white;
	float: right;
	width: 450px;
	display: block;
	height: 499px;
}

#main_field .prava_cast .okraje{
	padding: 50px;
	width: 350px;
}

#main_field .prava_cast .okraje .nadpis{
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 40px;
}

#main_field .prava_cast .okraje .grid{
	width: 150px;
	display: inline-block;
}
#main_field .prava_cast .okraje .grid#second{
	margin-left: 45px;
}

#main_field .prava_cast .okraje .popisek{
	font-weight: 600;
	font-size: 17px;
}

#main_field .prava_cast .okraje input[type="date"]{
	width: calc(100% - 20px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	outline: none;
	color: #272727;
	cursor: pointer;
	margin-top: 5px;
}

#main_field .prava_cast .okraje select{
	width: 100%;
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	outline: none;
	color: #272727;
	cursor: pointer;
	margin-top: 5px;
}

#main_field .prava_cast .okraje label{
	cursor: pointer;
	margin: 25px 0px;
	font-weight: 400;
	display: inline-block;
}

#main_field .prava_cast .okraje .predbezna_cena{
	margin: 25px 0px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #272727;
}

#main_field .prava_cast .okraje .predbezna_cena span{
	display: block;
	font-weight: 600;
	font-size: 28px;
	margin-top: 10px;
	color: #fc2a2a;
}

.centrovani{
	width: 100%;
	text-align: center;
}

#main_field .prava_cast .okraje input[type="submit"]{
	padding: 10px 25px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #fc2a2a;
	font-weight: 300;
	border: 0px;
	outline: none;
}

#textove{
	background: white;
	border-bottom: 4px solid #fc2a2a;
	width: 1020px;
	padding: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	box-shadow: 0px 3px 15px #cbcbcb;
}

#textove_mn{
	width: 660px;
	padding: 40px 400px 40px 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	text-align: left;
	background: white url("../img/ducato.png") 730px center no-repeat;
	background-size: 320px;
	box-shadow: 0px 3px 15px #cbcbcb;
}

#textove_mn h1{
	color: #393939;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 120%;
	background: none;
	text-align: left;
	
}
#textove_mn h1 span{
	color: #fc2a2a;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;	
	display: block;
	text-align: left;
}

#textove h1{
	color: #393939;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 120%;
	background: none;
	
}
#textove h1 span{
	color: #fc2a2a;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;	
	display: block;
}

.celosede{
	background: #ebebeb;
}

.celobile{
	width: 100%;
	background: white;
	padding: 70px 0px;
	display: inline-block;
	margin-bottom: 80px;
}

.celobile .pole{
	margin: 0px auto;
	display: block;
	font-size: 0px;
}

.celobile .pole h2{
	color: #fc2a2a;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 120%;
	letter-spacing: 2px;
	text-align: center;
}

.celobile .pole a .auto{
	width: 333px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 0px;
}

#odsazeno{
	margin-right: 50px;
}

.celobile .pole a .auto img{
	width: 333px;
	display: inline-block;
}

.celobile .pole a .auto .nazev{
	width: calc(100% - 40px);
	background: #fc2a2a;
	padding: 20px;
	font-size: 20px;
	color: white;
	display: inline-block;
	font-weight: 400;
	text-align: center;
}

.celobile .pole a .car{
	width: 1100px;
	background: white;
	height: 230px;
	max-height: 230px;
	margin-bottom: 45px;
	box-shadow: 0px 3px 15px #cbcbcb;
	color: black;
	text-decoration: none;
	position: relative;
	display: block;
}

.celobile .pole a .car .decs{
	width: 793px;
	float: right;
	display: inline-block;
	font-size: 19px;
}

.celobile .pole a .car .obrazek{
	width: 307px;
	float: left;
	display: inline-block;
}

.celobile .pole a .car .decs .leve{
	width: 533px;
	padding: 30px;
	float: left;
	height: 170px;
}

.celobile .pole a .car .decs .prave{
	width: 140px;
	padding: 30px;
	float: right;
	background: #fc2a2a;
	height: 170px;
	color: white;
	font-weight: 600;
	font-size: 20px;
}

.celobile .pole a .car .decs .prave span{
	display: block;
	margin-top: 10px;
	font-size: 33px;
}


.pole.centrovano{
	text-align: center;
	font-size: 20px;
	color: #404040;
	font-weight: 400;
}

.pole#kont span{
	display: block;
	font-size: 28px;
	color: #272727;
	margin-top: 25px;
	text-decoration: none;
	font-weight: 600;
}

.celobile .pole a .car .decs .leve .nadpi{
	display: block;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}

.celobile .pole a .car .decs .leve .vykon{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #4b4b4b;
	padding-left: 25px;
	line-height: 25px;
	background: url("../img/vykon.png") left center no-repeat;
	background-size: 18px;
}
.celobile .pole a .car .decs .leve .palivo{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #4b4b4b;
	padding-left: 25px;
	line-height: 25px;
	background: url("../img/palivo.png") left center no-repeat;
	background-size: 18px;
}
.celobile .pole a .car .decs .leve .spotreba{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #4b4b4b;
	padding-left: 25px;
	line-height: 25px;
	background: url("../img/spotreba.png") left center no-repeat;
	background-size: 18px;
}
.celobile .pole a .car .decs .leve .rozmery{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #4b4b4b;
	padding-left: 25px;
	line-height: 25px;
	background: url("../img/rozmery.png") left center no-repeat;
	background-size: 18px;
}

.autos{
	width: 1020px;
}

.autos .horni_panel{
	width: 1020px;
	margin-bottom: 20px;
}

.autos .horni_panel .nazev_a{
	width: 390px;
	float: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 45px;
}

.autos .horni_panel .odkazy{
	width: 600px;
	float: right;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
}

.autos .horni_panel .odkazy .odk{
	width: 186px;
	padding: 10px 0px;
	display: inline-block;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    background: #f2f2f2;
}

.autos .horni_panel .odkazy .odk:hover{
	color: #fc2a2a;
}

.autos .horni_panel .odkazy .odk.on{
	background: #fc2a2a;
	color: white;
}

.autos .horni_panel .odkazy .odk#rozmery, .autos .horni_panel .odkazy .odk#cenicek{
	margin-left: 17px;
}

.autos .descript{
	width: 1020px;
}

.autos .descript .show_pic{
	width: 390px;
	text-align: center;
	float: left; 
}

.autos .descript .show_pic img{
	width: 100%;
	display: inline-block;
}

.autos .descript .show_pic .rezervovat{
	display: inline-block;
	text-decoration: none;
	color: white;
	background: #fc2a2a url("../img/van.png") 20px center no-repeat;
	padding: 15px 20px 15px 60px;
	background-size: 30px;
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 15px;
}

.autos .descript .veci{
	width: 600px;
	float: right; 
}

.autos .descript .veci .show_hide{
	width: 100%;
	color: #393939;
	height: 450px;
}

.autos .descript .veci .show_hide b{
	font-weight: 600;
	color: black;
}

.autos .descript .veci .show_hide .cena_mensi{
	font-weight: 600;
	font-size: 10px;
	display: inline-block;
	margin-top: 10px;
}

.autos .descript .veci .show_hide .rigt{
	margin-top: 15px;
}

#spec_dva img{
	float: right;
}

.pole#kont span a{
	text-decoration: none;
	color: #272727;
}

.paticka{
	width: 100%;
	padding: 40px 0px;
	background: #fc2a2a;
	display: inline-block;
	color: white;
	font-size: 16px;
}

.paticka nav a{
	color: white;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	margin-right: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
}

.paticka .pole{
	margin-bottom: 0px;
}

.paticka a{
	color: #ebebeb;
	text-decoration: none;
}

h1{
	text-transform: uppercase;
	color: #fc2a2a;
	background: url("../img/h1.jpg") bottom center no-repeat;
	background-size: 200px 5px;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.vozka h2{
	font-size: 25px;
	font-weight: 600;
	color: #272727;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.leve_voz{
	float: left;
	width: 435px;
	margin-right: 50px;
	display: inline-block;
	font-size: 15px;
	color: #414141;
}

.podp{
	color: #272727;
	font-weight: 900;
	margin-bottom: 15px;
}

.leve_voz b{
	font-weight: 600;
}

.prave_voz{
	float: right;
	display: inline-block;
	width: 535px;
}


.leve_voz img{
	width: 435px;
	display: inline-block;
	margin-bottom: 20px;
}

.leve_voz .specifikace{
	float: left;
	width: 200px;
	margin-right: 20px;
}

.leve_voz .vybava{
	float: right;
	width: 215px;
	font-size: 17px;
	line-height: 180%;
}

.lev_spec{
	width: 280px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}
.lev_spec img{
	width: 280px;
	display: inline-block;
}
.prav_spec{
	width: 225px;
	float: right;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 30px;
}

.prave_voz b{
	font-weight: 600;
}

#cenik{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

#cenik td{
	padding: 7px 0px;
	font-weight: 600;
	border-right: 1px solid #393939;
}

#cenik td:last-child{
	border-right: 0px;
}
#cenik #hlavni td:last-child{
	border-right: 0px;
}


#cenik #hlavni td{
	background: #fc2a2a;
	color: white;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
}

.doplnkove{
	width: 600px !important;
	text-align: center;
}

.doplnkove h2{
	font-size: 25px;
	font-weight: 600;
	color: #272727;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#dopl{
	display: inline-table;
}

#dopl #cervene td{
	background: #fc2a2a;
	font-weight: 600;
	font-size: 18px;
	color: white;
	padding: 7px 14px;
	text-align: center;
}


#dopl td{
	padding: 9px 14px;
	border-bottom: 1px solid #c0c0c0;
	color: #595959;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
}

#dopl td#tucne{
	color: #272727;
	font-weight: 600;
	text-align: right;
}

.rezervace_s .l_divis{
	width: 420px;
	float: left;
	margin-right: 50px;
}

.rezervace_s .p_divis{
	width: 550px;
	float: right;
}

.rezervace_s .l_divis .pop_l{
	float: left;
	width: 195px;
	margin-right: 30px;
}
.rezervace_s .l_divis .pop_r{
	float: right;
	width: 195px;
}

.rezervace_s .l_divis .popisek{
	font-weight: 600;
	font-size: 17px;
}

.rezervace_s .l_divis input[type="date"]{
	width: calc(100% - 20px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	outline: none;
	color: #272727;
	cursor: pointer;
	margin-top: 5px;
}

.rezervace_s .l_divis select{
	width: calc(100% + 10px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	outline: none;
	color: #272727;
	cursor: pointer;
	margin-top: 5px;
}

.rezervace_s .l_divis select, .rezervace_s .l_divis input[type="text"]{
	margin-bottom: 35px;
}

#r_od_time, #r_do_time{
	margin-bottom: 10px !important;
}

.rezervace_s .l_divis input[type="text"]{
	width: calc(100% - 20px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	outline: none;
	color: #272727;
	margin-top: 5px;
}

.rezervace_s .l_divis label{
	cursor: pointer;
	margin: 15px 0px;
	font-weight: 400;
	display: inline-block;
}

.rezervace_s .l_divis .predbezna_cena{
	font-size: 20px;
	font-weight: 400;
	vertical-align: middle;
	line-height: 21px;
	display: block;
	margin-bottom: 35px;
}

.rezervace_s .l_divis .predbezna_cena span{
	font-weight: 600;
	color: #fc2a2a;
	font-size: 20px;
	line-height: 21px;
}

.rezervace_s .l_divis input[type="submit"]{
	padding: 10px 25px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #fc2a2a;
	font-weight: 300;
	border: 0px;
	outline: none;
}

.rezervace_s .p_divis h2{
	font-size: 25px;
	font-weight: 600;
	color: #272727;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.rezervace_s .p_divis .co{
	font-size: 21px;
	font-weight: 600;
	color: #272727;
	margin-bottom: 10px;
}

.rezervace_s .p_divis h3{
	font-size: 17px;
	font-weight: 600;
	color: #fc2a2a;
	margin-bottom: 5px;
}

.rezervace_s .p_divis b{
	font-weight: 600;
}


.carp{
	width: 1100px;
	display: block;
	margin: 0px auto;
}

.carp a{
	text-decoration: none;
}

.carp .carpo{
	width: calc(30% - 20px);
	background: white;
	display: inline-block;
	box-shadow: 0px 3px 15px #cbcbcb;
}

.carp .carpo:nth-child(1){
	margin: 0px 25px;
}

.carp .carpo .obrazek_c{
	width: 100%;
	display: inline-block;
}

.carp .carpo .rozme{
	width: calc(100% - 40px);
	padding: 0px 20px;
	margin: 40px 0px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	color: #fc2a2a;
	letter-spacing: 1px;
}

.carp .carpo .sign{
	width: calc(100% - 40px);
	padding: 0px 20px;
	margin: 0px 0px 40px;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	color: black;
}

.carp .carpo .rezerved{
	background: #fc2a2a;
	color: white;
	width: calc(100% - 36px);
	font-size: 18px;
	text-align: center;
	padding: 18px;
	font-weight: 400;
	display: none;
}

.kontas .leve{
	float: left;
	width: 40%;
	display: inline-block;
}

.kontas .prave{
	float: right;
	width: calc(60% - 60px);
	display: inline-block;
}

.kontas .leve img{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.odkz{
	width: calc(100% - 40px);
	padding-left: 40px;
	font-size: 20px;
	padding-bottom: 20px;
}

.odkz#home{
	background: url("../img/home.png") left top no-repeat;
	background-size: 25px;
}
.odkz#mail{
	background: url("../img/mail.png") left top no-repeat;
	background-size: 25px;
}
.odkz#phone{
	background: url("../img/phone.png") left top no-repeat;
	background-size: 25px;
}
.odkz#ic{
	background: url("../img/ic.png") left top no-repeat;
	background-size: 25px;
}

.odkz#dic{
	background: url("../img/dic.png") left top no-repeat;
	background-size: 35px;
	padding-left: 45px;
}
.kontas .prave input[type="text"]{
	width: calc(50% - 20px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	outline: none;
	color: #272727;
	margin-top: 5px;
}

.kontas .prave textarea{
	width: calc(100% - 20px);
	border: 2px solid #fc2a2a;
	padding: 7px 16px 7px 10px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	outline: none;
	color: #272727;
	margin-top: 5px;
	max-width: calc(100% - 20px);
	height: 80px;
}
.kontas .prave input[type="submit"]{
	padding: 10px 25px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #fc2a2a;
	font-weight: 300;
	border: 0px;
	outline: none;
}

#map {
   height: 400px;
   width: 100%;
   margin-top: 30px;
}

.kontas h5{
	font-size: 23px;
	margin-bottom: 5px;
}

.kontas b{
	font-weight: 600;
}