@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
html, body, .fullHeight {
   /*min-height: 100% !important;*/
	/*height: calc(100% - 5px);*/
	height: calc(100%);
   position: relative;
	scroll-behavior: smooth;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	background: #303030;
}
.font {
	font-family: 'Montserrat', sans-serif;
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.containerIn {
	padding: 20px;
}
a {
	 color: white;
	 text-decoration: none;
}
#topFixed {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 500;
	background: #1A1A1A;
	/*border-bottom:10px solid #303030;*/
}
.divider {
		border-bottom:10px solid #303030;	
}
#topFixed .container {
	justify-content: space-between;
	display: flex;
}
#logo {
	background: url(../images/logo.png) no-repeat 50%;
	width: 214px;
	height: 60px;
	display: block;
	float: left;
	position: relative;
	z-index: 10;
}



#menu {
	float: right;
	display: flex;
   align-items: center; 
}

	#nav {
		margin: 0 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: 15px;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transition: all 0.2s; 
    	     transition: all 0.2s;
		text-decoration: none;
		color: white;
		padding: 5px 10px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li a:hover,.actMenu {
		background-color: white;
		color: #242984 !important;
	}
	#nav li a.vice {
          background-image: url(../images/vice.png);
          background-position: right 55%;
          background-repeat: no-repeat;
     } 

	
#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	overflow: hidden;
	right:0;
}
#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: 14px;
    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: #172983 !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;
}
#menuSpacer {
	min-height: 100px;
}


#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}

#home {
	height: calc(100% - 100px);
}
#home .box3 {
/*	height: 100%;*/
	height: 50%;
}
#home .box3 .box {
	height: 100%;
	width: calc(100% / 3 - 8px);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.boxAutojeraby {
	background-image: url(../images/boxAutojeraby.jpg);
}
.boxNadrozmernaPreprava {
	background-image: url(../images/boxNadrozmernaPreprava.jpg);
}
.boxAutoservis {
	background-image: url(../images/boxAutoservis.jpg);
}
.boxOdtahovaSluzba {
	background-image: url(../images/boxOdtahovaSluzba.jpg);
}
.boxAutopujcovna {
	background-image: url(../images/boxAutopujcovna.jpg);
}
.boxPojistneUdalosti {
	background-image: url(../images/boxPojistneUdalosti.jpg);
}

a.prekryti {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(50,50,50,0.2);
	display: block;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	transition: background 0.2s;
	font-size: 25px;
	font-weight: 600;
	color: #272A84;
	text-transform: uppercase;
}
.boxTitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	padding: 5px 0;
}
a.prekryti:hover {
	background: rgba(50,50,50,0.0);
}
.bgFadeLeft {
	left: 0;
	background-image: linear-gradient(to right, rgba(20,20,20,0.5), transparent);
}
.bgFadeRight {
	right: 0;
	background-image: linear-gradient(to right, transparent, rgba(20,20,20,0.5));
}
.bgFadeLeft, .bgFadeRight {
	width:50px;height:100%;position:absolute;z-index:100;top:0;
}

#slider {
	height: calc(50% - 10px) !important;
	width: 100% !important;
	max-height: 500px;
	position: relative;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.slider,.bx-wrapper, .bx-viewport {
	height: 100% !important;
	width: 100% !important;
	position: relative;
}
.sliderItem {
	width: 100% !important;
	height: 100% !important;
	background-position: 50%;
	background-size: cover;
}

.box3.autopujcovna-page .box, .box3.autojeraby-page .box{
	text-align:center;
	    box-sizing: border-box;
    margin: 0 30px 80px 20px;
}
.box3.autopujcovna-page .box img,.box3.autojeraby-page .box img {
	width:100%;
	height: auto;
}
.box3.autojeraby-page {
	justify-content: space-around !important;
}
.pdf {
	height: auto !important;
	width: auto !important;
}
.cas {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 100px;
	font-weight: bold;
	background: #172983;
	color: white;
	padding: 2px 10px 2px 5px;
	text-align: right;
}

.box2 {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box2 .box {
	width: 45%;
	position: relative;
}
	
.box3 {
	display: flex;
	justify-content: center;
    align-content: space-between;
	flex-flow: row wrap;
	position: relative;
}
.box3 .box {
	width: 30%;
	position: relative;
}

.box4 {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	position: relative;
}
.box4 .box {
	position: relative;
	width: 22%;
}
.autopujcovna-page {
	font-size: 16px;
}

.text .left, .text .right {
    width: calc(49% - 10px);
}
p {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
	position: relative;
}
.text, .obsahCMS  {
	line-height: 150%;
}
.text a, .obsahCMS a {
	color: #303030;
}
.text a {
	text-decoration: underline;
}
.obsahCMS .left,.obsahCMS .right {
	width: 45%;
	position: relative;
}
.text img,.obsahCMS img {
	max-width: 100%;
	height: auto;
}
.itemBlock {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding: 0 10px 0 0;
}

.kontaktFoto {
	 width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 0;
}
.kontaktFoto.petr {
	background: url(../images/fotoPetr.jpg) no-repeat 50% 50% / cover;
}
.kontaktFoto.pavel {
	background: url(../images/fotoPavel.jpg) no-repeat 50% 50% / cover;
}
.kontaktFoto.karin {
	background: url(../images/fotoKarin.jpg) no-repeat 50% 50% / cover;
}
.kontaktFoto.marek {
	background: url(../images/fotoMarek.jpg) no-repeat 50% 50% / cover;
}
.kontaktFoto.miroslav {
	background: url(../images/fotoMiroslav.jpg) no-repeat 50% 50% / cover;
}
.kontaktItem {
	text-align: center;
	margin: 0 0 50px 0;
}
.kontaktTitle {
	font-weight: 600;
	font-size: 20px;
}
.kontaktName {
	font-style: italic;
}
.kontaktTel {
	font-weight: 500;
	font-size: 18px;
	padding: 10px 0 0 0
}
.kontaktMain {
	background: url(../images/kontakt.png) no-repeat left 50%;
	padding: 10px 0 20px 80px;
	width: 185px;
	margin: 0 auto;
	font-size: 20px;
	text-align: left;
}
.kontaktMain div {
	line-height: 160%;
}

#page {
	background: white;
	min-height: 500px;
	color:#303030;
}
.pageTitle {
	text-align: center;
	text-transform: uppercase;
	color: #172983;
	font-size: 30px;
}

.obsahCMS .tabulka {
	border: 1px solid rgba(230,230,230,0.5);
	width: 100%;
	font-size: 14px;
}
.obsahCMS .tabulka th {
	text-align: left;
}
.obsahCMS .tabulka td {
	padding: 5px;
}
.obsahCMS .tabulka tr:nth-child(odd) {
    background-color: rgba(230,230,230,0.5);
}


#text iframe, #text img {
	max-width: 100%;
}
.perex {
	font-size: 18px;
	font-weight: 500;
}
.text.flex {
	display: flex;
	justify-content: space-between;
}
.right.slide {
	background: url(../images/temp1/jerab1.jpg) no-repeat 50% / cover;
	position: relative;
}
.sliderPage, .sliderPageIn {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	flex: 1;
	background: red;
}
.text ul, .obsahCMS ul {
	list-style-image: url(../images/li.png);
}



.part {
    padding: 30px 0 50px 0;
}
.mapa, #map {
	height:400px;
	position: relative;
	margin: 0 0 10px 0;
}
#footer{
	background: white;
	color: #272A84;
	font-size: 15px;
}
#footer a {
	color: #272A84;
	text-decoration: none;
}
#footer a:hover {
	color: #303030;
}
#footer .right {
	text-align: right;
}




h2 {
	font-size: 22px;
}
h3 {
	font-size: 22px;
}


#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;
}











#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: '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;
}

.nowrap {
	white-space: nowrap;
}



@media screen and (max-width: 1450px) {
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn {
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#menu, #nav li  {
		text-align: right;
		display: block;
	}
	#nav li:nth-child(2) {
		/*margin: 15px 0 0 0;*/
	}
	#nav ul {
		opacity: 1;
		position: relative;
		visibility: visible;
		
	}
	.vice {
		display: none !important;
	}
	#nav ul {
		opacity: 1;
		position: relative;
		visibility: visible;
	}
	#nav li a {
		padding: 8px 5px;
	}
	#nav ul li a {
		font-size: 15px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s; 
    	     transition: all 0.2s;
		text-decoration: none;
		color: white;
		padding: 5px 10px;
		z-index: 999;
		position: relative;
		outline: none;
	}
	#nav li:hover > ul {
          background: none;
     }
     #nav ul li {
		display: inline-block;
	}
	#nav ul {
          width: 274px;
     }
}




@media screen and (max-width: 1300px) {
	.gal {
      width: calc(100% / 5 - 10px);
	}
}
@media screen and (max-width: 1100px) {
	#home .box3 .box a {
		font-size: 18px;
	}
	.autopujcovna-page {
		font-size: 15px;
	}
}
@media screen and (max-width: 1100px) {
	
	.box3.autopujcovna-page .box{
		width: 45%;
	}
}
@media screen and (max-width: 800px) {
	.kontaktImages .box {
		width:45%;
	}
	#kontakt .left, #kontakt .right {
		float: none;
		width: 100%;
	}
	#footer {
		font-size: 14px;
	}
	.text.flex {
		display: block;
	}
	.text .left, .text .right,
	.obsahCMS .left, .obsahCMS .right {
		float: none;
		width: 100%;
	}
	#footer, #footer .right {
		text-align: center !important;
	}
	#footer .right {
		margin: 15px 0 0 0;
	}
	.gal {
		width: calc(100% / 3 - 10px);
	}
	.box3.autopujcovna-page .box{
		width: 100%;
	}
	.box3.autojeraby-page .box{
		width: 45%;
	}
	
}
@media screen and (max-width: 700px) {
	.obsahCMS img.obrazek {
		width: 100% !important;
		height: auto;
	}
}
@media screen and (max-width: 650px) {
	#home {
		height: auto;
	}
	#slider {
		height: 250px !important;
		margin: 0;
	}
	#home .box3 .box {
		width: 100%;
		height: 200px;
		margin: 0 0 10px 0;
	}
	#home .box3 {
		display: block;
	}
	.tabulka th {
		display: none;
	}
	.tabulka td {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.kontaktImages .box {
		width:95%;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	#footer {
		font-size: 14px;
	}
	#logo.containerIn {
		padding: 0;
	}
	#menuSpacer {
		min-height: 80px;
	}
	
	.box3.autojeraby-page .box{
		width: 100%;
	}
	
	#topFixed .container {
		display: block;
	}
	
	.gal {
		width: calc(100% / 2 - 10px);
	}
	#menu.containerIn {
		padding: 12px 10px 10px 0;
	}
	#logo {
	margin: 10px;
	background: url(../images/logo.png);
	background-size: cover;
	width: 181px !important;
	height: 51px;
	display: block;
	float: left;
	position: absolute;
	z-index: 10;
}
	.pageTitle {
		font-size: 25px !important;
	}
}
@media screen and (max-width: 330px) {
	#topFixed {
		position: absolute;
	}
}
@media screen and (max-width: 300px) {
	.kontaktMain {
		width: 162px;
		font-size: 18px;
	}
}