/*

> GENERAL

*/
body, html  {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;	
}



p{
font-size:16px;
line-height:1.3;
font-weight:normal;
}


a{
color:#d81010;
text-decoration:underline; 
}

a:hover {
color:#d81010;
text-decoration:none; 
}


	.tcenter {
	text-align:center !important;
	}

	
	.tleft {
	text-align:left;
	}
	
	.tright{
	text-align:right;
	}
	/*
		@media (max-width: 769.5px) {
			p {
			text-align:center !important;
			}
			
			.tleft {
			text-align:center !important;
			}
			
			.tright{
			text-align:center !important;
			}
				
		}		
	*/
	

	.uppercase{
	text-transform:uppercase;
	}
	
	.font-big{
	font-size:20px;	
	}
	
	.font-normal{
	font-size:16px !important;	
	}
	
	.font-small{
	font-size:13px !important;	
	}
	
	font-open{
	font-weight:400;	
	font-family: 'Open Sans', sans-serif !important;
	}
	
	font-roboto{
	font-weight:100;
	font-family: 'Roboto', cursive !important;
	}

	.bold{
	font-weight:bold !important;
	}	
	
	.gray {
	color: #555 !important;	
	}
	
	.dark {
	color: #111 !important;	
	}
	
	.cleaner{
	visibility:hidden;
	clear:both;
	}


/*

> NAVIGATION BLOCKS

*/

.nav-blocks {
width:100%;
display:block;
margin:5px 0 0 0;
text-align:right;
}

.div-item{
display:inline-block;
width:112px;
}

.div-item img{
height:30px;
display:block;
margin:0 auto;
}	

.div-item span{
display:block;
text-align:center;
padding:6px 0 3px 0;
text-transform:uppercase;
}

.div-item a {
display:block;
padding:7px;
color:#000;
font-size:13px;
text-decoration:none;
}



		@media (max-width: 1200.5px) {
			.nav-blocks {
			margin:6px 0 0 0;
			text-align:right;
			}
			
			.div-item{
			display:inline-block;
			width:95px;
			}
			
			.div-item span{
			font-size:12px;
			}			
		}		
		
		
	@media (min-width: 766.5px) and (max-width: 992.5px) {
			.nav-blocks {
			margin:50px 0 0 0;
			text-align:left;
			height:100px;
			}
		
			.div-item {
			width:85px;
			}
			
			.div-item span{
			font-size:11px;
			}
			
			.div-item img{
			height:25px;
			}			
		}
	
.div-item a:hover{
border-bottom:5px solid rgba(227, 6, 21, 0.47);
}

.div-item.active a:hover{
border-bottom:0px;
}

.div-item.active {
border-bottom:5px solid #e30615;	
}

	@media (max-width: 767.5px) {
			.div-item{
			width:100%;
			padding:8px;
			text-align:left;
			}
			
			.div-item img{
			display:inline-block;
			display:none;
			height:40px;
			margin:-5px 0 0 0;
			}
			
			.div-item span{
			display:inline-block;
			font-size:16px;
			padding:0 0 0 25px;
			font-weight:normal;
			}
			
			.div-item:hover {
			background-color:#f2f2f2;
			}
			
			.div-item.active{
			border:0px;
			background-color:#e30615;
			}
			
			.div-item.active a{
			color:#fff;
			}
			
			.div-item a:hover{
			border-bottom:0px;
			}
			
		}



/*

> NAVIGATION

*/
.navbar {
position: relative;
width: 100%;
z-index: 999;
}

.navbar-default {
background-color:#fff; /*#379343;*/
position: relative;	
height:185px;
}

.navbar-collapse{
background-color:#fff;
padding:0;	
}

.navbar-nav{
background-color:transparent;
text-transform:uppercase;
}


	@media (max-width: 766.5px) {
		.navbar-default {
			height:170px;
		}
	}
	
	
	@media (min-width: 992.5px) and (max-width: 1200.5px) {
		.navbar-default {
			height:170px;
		}
	}


	@media (max-width: 766.5px) {


		.navbar-default {
		height:80px;	
		background-color:#fff; /*#379343;*/
		position: relative;	
		font-weight:bold;
		}	
	
		.navbar-nav{
		margin:0;
		float:left;
		width:100%;
		}
		
		.navbar-collapse{
		background-color:#fff;
		z-index:999;
		}
		
		
		
		.navbar-default .navbar-toggle .icon-bar{
		background-color:#111;
		}
		
		.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
		background-color:#fff;
		}
		
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color:#333;
		}	
		
		.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border:none;
		margin-top: 15px;
		}
	}


.navbar-brand img{
height:70px;
}

.navbar-brand-small img{
display:none;
}

	@media (max-width: 995.5px) {
			.navbar-brand{
			display:none;
			}
			
			.navbar-brand-small img{
			display:block;
			width: 65px;
			margin: 6px 0 0 15px;
			z-index: 9999;
			}
	}
	
	@media (max-width: 766.5px) {			
			
			.navbar-brand-small img{
			width: 70px;
			margin: 18px 0 0 20px;
			}
	}

	
/*

> NAVIGATION

*/

.topnavigation-desktop .announcement{
margin: 12px 20px 0 0;
}

	.announcement p{
	font-size:12px !important;
	}
	
	.announcement-mobile{
	display:none;
	}
	
	@media (max-width: 767.5px) {
		
		.announcement-mobile{
		display:block;
		position:absolute;
		left:110px;
		top:33px;			
		background:#fff;
		}
	
	}
	
	@media (max-width: 400.5px) {		
		.announcement-mobile{
		top:25px;
		width:170px;
		}	
	}
		
		
		
		

.nav-blocks .topnavigation-desktop, .nav-blocks .topnavigation-mobile{  /*skryje druhé vložení header-topnavigation.html. to se zobrazí pouze v mobilní verzi.*/
display:none;
}

	@media (max-width: 767.5px) {
	
		.topnavigation-desktop{
		display:none;
		}	
		
		.nav-blocks .topnavigation-mobile{
		display:block;
		text-transform:uppercase;
		}		
		
		.nav-blocks .topnavigation-mobile a{
		text-decoration:none;
		color:#000;
		}
	
		
		
	}

.topnavigation{
	font-size:12px;
	font-weight:100;
	width:100%;
	line-height: 12px;
	margin:3px 0 5px 0;

}

	

.navbar-topnavigation{
margin-right:15px;
float:right;
text-align:right;
}


	

.topnavigation .div-item.active{
	text-decoration:underline;
	border:0px;
	}
	
	.topnavigation .div-item{
		padding:0 0 0 8px;
		float:left;
		width:auto;
	}

	.topnavigation .div-item span{
	 text-transform:none;
	}
	
	.topnavigation .div-item a{
	 color:#000;
	 text-decoration:none;
	 text-transform:none;
	}	
	
	.topnavigation .div-item a:hover{
	 color:#888;
	 text-decoration:underline;
	 border:0px;
	}


@media (max-width: 992.5px){
	
	.topnavigation .container{
		position:relative;
	}
		.navbar-topnavigation{
		font-size: 14px;
		position: absolute;
		right:0px;
		top:12px;
		}
		
	
	}

	

/*

> INTRO

*/


.intro-header {
background: url('../img/bg/bg_intro.jpg') no-repeat;
background-position: top;
background-size: cover;
box-sizing: border-box;
height:auto;
width:100%;
padding-bottom:130px;
text-align: center;
color:#fff;
}
	
	.h1_home {
	font-size:60px;
	font-weight:bold;
	padding:130px 0 0px 0;
	color:#fff;
	width:75%;
	margin:0 auto;

	}		
	
	.h2_home {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	margin:0 auto;
	padding:15px 0 0 0 ;
	width:47%;
	line-height:1.3;
	color:#fff;

	}
	
	@media (max-width: 450.5px) {
		

		.intro-header {
		height:auto;
		background-size: 1200px;
		background-position: top;
		padding-bottom:80px;
		}
		
		.h1_home {
		font-size:35px;
		padding:100px 0 0px 0;
		width:98%;
		}		
	
		.h2_home {
		font-size:20px;
		padding:15px 0 0 0 ;
		width:90%;
		}

	}
	
	@media (min-width: 450.5px) and (max-width: 769.5px) {
		

		.intro-header {
		height:auto;
		padding-bottom:80px;
		background-size: 1180px;
		background-position: top;
		}
		
		.h1_home {
		font-size:45px;
		padding:80px 0 0px 0;
		width:90%;
		}		
	
		.h2_home {
		font-size:28px;
		padding:0 0 0 0 ;
		width:75%;
		}

	}
	
	@media (min-width: 769.5px) and (max-width: 1200.5px) {
		
		.intro-header {
		height:auto;
		padding-bottom:130px;
		background-size: 1300px;
		background-position: top;
		}
		
		.h1_home {
		font-size:50px;
		padding:100px 0 0px 0;
		width:75%;
		}		
	
		.h2_home {
		font-size:28px;
		padding:10px 0 0 0 ;
		width:65%;
		}
		
		
	}
		
	@media (min-width: 1600.5px) {

		.intro-header {
		height:auto;
		background-size:cover;
		background-position: top;
		}
		
		.h1_home {
		font-size:80px;
		padding:150px 0 0px 0;
		width:95%;
		}		
	
		.h2_home {
		font-size:32px;
		padding:30px 0 0 0 ;
		width:50%;
		}
		
	}
	
	/* iPAD */
	@media only screen and (max-device-width : 768px) and (min-device-height : 1024px)   {
	
	
		
		.h1_home {
		font-size:50px;
		}
		.h2_home {
		font-size:22px;
		padding:35px 0 0 0 ;
		}
		

	}
	
/*

> SALE ANNOUNCEMENT

*/		



.toppage-sale {
background-color:#fff098;
padding-top:10px;
display:block;
width:100%;
margin-bottom: 15px;
}
	
.toppage-sale p{
font-size:15px;
line-height:25px;
color:#000;
}

.toppage-sale .red{
color:#ff0000;
}


	
	
/*

> HOME SERVICE ICONS

*/		

.home-service {
display:block;
width:25%;
height:315px;
margin: 20px 0 40px 0;
float:left;
padding:15px;
text-align:center;
}

.home-service.three{
width:33%;

}

	@media (max-width: 990.5px) {
		.home-service, .home-service.three {
		width:50%;
		}
	}
	
	@media (max-width: 776.5px) {
		.home-service, .home-service.three {
		width:45%;
		min-height:350px;
		}
	}
	
	@media (max-width: 600.5px) {
		.home-service, .home-service.three{
		width:95%;
		margin:0;
		
		}
	}

.home-service .heading{
}

.home-service .heading a{
text-decoration:none;
}

.home-service .heading a:hover{
	
}

.home-service .heading img{
height:100px;	
}

	img.service-icon.transport {
		margin-top:10px;
		height:90px;
	}

.home-service .heading h3{	
}

.home-service .heading p{	
}

.home-service ul{	
}

.home-service ul li{
padding:3px;	
}

.home-service ul li a{
color:#cc0000;
}

.home-service ul li a:hover{
}


/*

> SUBPAGE HEADER

*/	

	
#subpage .demolishion{
background: url('../img/bg/bg_demolishion.jpg') no-repeat top;
}

#subpage .transportation{
background: url('../img/bg/bg_transportation.jpg') no-repeat center;
}

#subpage .plumbing{
background: url('../img/bg/bg_plumbing.jpg') no-repeat center;
}

#subpage .piping{
background: url('../img/bg/bg_piping.jpg') no-repeat top;
}

#subpage .plastic-containers{
background: url('../img/bg/bg_plastic_containers.jpg') no-repeat top;
}

#subpage .projects{
background: url('../img/bg/bg_projects.jpg') no-repeat center;
}

#subpage .machines{
background: url('../img/bg/bg_machines.jpg') no-repeat center;
}

#subpage .aboutus{
background: url('../img/bg/bg_aboutus.jpg') no-repeat center;
}

#subpage .contact{
background: url('../img/bg/bg_contact.jpg') no-repeat bottom;
}



#subpage .page404 {
background: url('../img/bg/bg_404.jpg') no-repeat center;
}




#subpage .intro-header{
background-size: cover;
box-sizing: border-box;
min-height:300px;
width:100%;
}

		@media (max-width: 769.5px) {
			#subpage .intro-header{
			min-height:200px;			
			}
		}



/*

> SUBPAGE WRAPPER

*/	

.subpage-wrapper{
width:85%;
margin: 0 auto;
background:#fff;
margin-top:-9%;
padding:40px 15px 35px 15px;
}

	@media (max-width: 1300.5px) {
		.subpage-wrapper{
		width:100%;
		margin-top:0px;
		padding:20px 0px 35px 0px;
		}
		
		.subpage-wrapper .container-fluid {
		padding:0 12px 0 12px;
		}
	}	
	
	
	
	@media (min-width: 1400.5px) and (max-width: 1600.5px) {

		.subpage-wrapper{
		width:73%;
		margin-top:-9%;
		}	
	
	}
	
	@media (min-width: 1600.5px) and (max-width: 1800.5px) {
	
		.subpage-wrapper{
		width:62%;
		margin-top:-8%;
		}	
	
	}
	
	@media (min-width: 1800.5px) and (max-width: 2000.5px) {
	
		.subpage-wrapper{
		width:60%;
		margin-top:-7%;
		}	
	
	}
	
	
	@media (min-width: 2000.5px) and (max-width: 2300.5px) {
	
		.subpage-wrapper{
		width:57%;
		margin-top:-7%;
		}	
	
	}
	
	@media (min-width: 2300.5px) {

		.subpage-wrapper{
		width:45%;
		margin-top:-5%;
		}	
	
	}


/*

> INPAGE BREADCRUMBS

*/

.inpage-breadcrumbs p, .inpage-breadcrumbs a{
font-size:14px;
line-height: 1.5;
color:#9d9d9d;
}

	@media (max-width: 769.5px) {
		.inpage-breadcrumbs p, .inpage-breadcrumbs a{
		text-align:left !important;
		}	
	}

.inpage-breadcrumbs a{
text-decoration:underline;
}
.inpage-breadcrumbs a:hover{
text-decoration:none;
}


/*

> HOMEPAGE ABOUT US

*/
		
		
.homepage-aboutus{
	padding:100px 0 100px 0 ;
}


#subpage .homepage-aboutus{
	padding:0 0 50px 0 ;
}


.homepage-aboutus ul{
	list-style:none;
	font-size:16px;
	margin:0 auto;
	display:block;
	width:60%;	
}

.homepage-aboutus ul li{
	padding:0 0 10px 0;
}

.homepage-aboutus h3{
	font-size:18px;
	padding:25px 0 15px 0;
}
	

/*

> INPAGE INTRO

*/

.inpage-intro{
margin:0 0 30px 0;
}

.inpage-intro h1{
margin:15px 0 10px 0;
}

.introduction-txt {
	font-size:19px;
	line-height:32px;
	padding:25px 0 0 0;
	color:#111;
}

	.inpage-intro .introduction-txt {
		font-size:19px;
		line-height:32px;
		padding:25px 0 0 0;
		color:#555;
	}


	.inpage-intro ol{
	margin:25px 0 0 0;
	}

	.inpage-intro ol li{
	font-size:14px;
	padding:8px 0 0 0;
	color:#333;	
	}






	
	

/*

> INPAGE SERVICES

*/
.inpage-services{
margin:100px 0 120px 0;
}

	@media (max-width: 766.5px){
		.inpage-services{
			margin-top:50px;
		}
	}
.inpage-services a{
color:#ff0000;
text-decoration:underline;
}

.inpage-services a:hover {
color:#1a1a1a;	
}

.inpage-services h2{
font-size:45px;
margin:20px 0 20px 0;
}

.inpage-services h3{
	font-size:23px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	line-height:30px;
}

.inpage-services .introduction {
	font-size:16px;
	line-height:1.6em;
	color:#333;
}

.link-item{
	font-size:14px;
	padding:8px 0 0 0;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}

.link-item.child{
	padding-left:10px;
}

.link-item.child.last{
	padding-bottom:10px;
}

.link-item.parent{

}

		@media (max-width: 769.5px) {		
			.link-item{
			font-size:16px;
			padding:15px 0 0 0;
			font-weight:400;
			font-family: 'Open Sans', sans-serif;
			}		
		}

		
		

	.inpage-services ul{
		list-style:none;
		padding:0;
	}
	
	

.inpage-services .col-md-4{
	padding:30px;
}


/*

> INPAGE CONTENT

*/

.inpage-content{
margin: 0 0 50px 0;
}

.inpage-content h2, .inpage-content h3{
margin:30px 0 10px 0;
color:#333;
}

.inpage-content .small-intro-txt{
color:#333;
font-size:17px;
line-height:28px;
}

.inpage-content p{
color:#666;
font-size:13px;
line-height:22px;
}

	.inpage-content a{
	color:#888;
	text-decoration:underline;
	}

	.inpage-content a:hover{
	text-decoration:none;
	}

	.inpage-content .nahoru a{
	font-size:10px;
	font-weight:100;
	color:#d81010;
	text-decoration:underline;
	padding:0 0 0 10px;
	}
	
		.small-intro-txt a {
		color:#d81010;
		text-decoration:underline;
		}
		
	.inpage-content .nahoru a:hover, .small-intro-txt a:hover{
	text-decoration:none;
	}

.inpage-content ul{
list-style-type: square;
}

.inpage-content ul li{
font-size:14px;
color:#666;
}


	.inpage-content .inpage-gallery img{
	width:270px;	
	}
	
	

	.inpage-content .inpage-gallery .container-fluid{
	padding:0;	
	}
	
/*

> INPAGE TABLEs

*/		

@media screen and (min-width: 767px) {
	.table-50 {width:75%;}
	.table-35 {width:60%;}
	.table-25 {width:50%;}
}

@media screen and (min-width: 1024px) {
	.table-50 {width:50%;}
	.table-35 {width:35%;}
	.table-25 {width:25%;}
}



/*

> INPAGE SUBLINK BLOCKs

*/	

.inpage-sublink-block {
margin:0 0 120px 0;
}

.inpage-sublink-block h2{
font-size:30px;
font-weight:bold;
margin:25px 0 20px 0;
}

	
.sublink-block{
display: block;
float: left;
position: relative;
width: 30%;
height: 250px;
margin: 15px;
margin-left:0;
overflow: hidden;
}

	@media (max-width: 1400.5px) {
		.sublink-block{
			height: 220px;
		}
	}
	
	@media (max-width: 1100.5px) {
		.sublink-block{
			height:200px;
		}
	}
	
	@media (max-width: 990.5px) {
		.sublink-block{
			width:45%;
			height:230px;
		}
	}
	
	@media (max-width: 770.5px) {
		.sublink-block{
			width:45%;
			max-height:600px;	
		}
	}
	
	@media (max-width: 600.5px) {
		.sublink-block{
			width:95%;
			max-height:600px;	
		}
	}

	.sublink-block:hover {
	opacity:0.8;
	}


	.sublink-block img {
	width:100%;	
	}	

	.sublink-block p {
	
	position:absolute;
	bottom:0;
	left:0;
		
	background-color:#cc0000;
	color:#fff;

	font-size:15px;
	text-transform:uppercase;

	display:block;
	width:100%;
	padding:15px;
	margin:0;
	}



/*

> STROJNI PARK

*/	
	

.car .img-effect{
float:none;
}
	
.car{
padding:10px 10px 10px 20px;
margin:5px 0 5px 0;
min-height:380px;
display:block;
width:32%;
float:left;
}

.car .img-effect {
margin:0 20px 20px 0;
}


@media (max-width:990.5px) {
	.car{
     width:48%;
	}
}

@media (max-width:650.5px) {
	.car{
     width:95%;
	 margin:0 auto;
	 text-align:center;
	 margin-top:20px;
	}
	
	.car .img-effect {
	margin:0 auto;
	}
}

.car:hover {
background-color:#f5f5f5;
}

.car h4{
font-size:22px;
margin:10px 0 20px 0 ;
}

	.car-basic-info{
	padding-top:10px;
	color:#333 !important;
	font-size:20px !important;
	font-weight:bold;
	line-height:20px !important;
	}

		.car-more-info {
		margin-top:15px;
		
		font-size:14px !important;
		color:#333;	
		}

.car img {
width:260px;
margin: 0 30px 15px 0px !important;
}




	
/*

> FORM POPTAVKA

*/	
#contactform {
width:100%;
text-align:left;
}

.form-announce {
}

#thanks {
color:green;
}

#warning{
color:#ff0000;
}

.red-text{
color:red;
}


/*

> INPAGE GALLERY

*/


.inpage-gallery{
	padding:50px 0  20px 0 ;
	
}

.inpage-gallery .container{
	padding:0 0 0 20px ;
	
}
	
	
		@media (max-width: 550.5px) {		
			.inpage-gallery .container{
			padding:0 0 0 0;	
			}			
		}

	.inpage-content .inpage-gallery img{
	width:290px;	
	}
	
	

	.inpage-content .inpage-gallery .container-fluid{
	padding:0;	
	}
		
		
		
.inpage-gallery img{
width:250px;	
}

		.inpage-gallery img.drawing{
		width:100%;	
		}

		@media (max-width: 550.5px) {		
			.inpage-gallery{
			margin: 0 auto;
			width:250px;
			}

		
		}
		
		@media (min-width: 550.5px) and (max-width: 860.5px) {		
			.inpage-gallery{
			margin:0 auto;
			width: 530px;
			}
		
		}
		
		

.img-effect {
   width: 250px;
   height: 160px;
   margin: 0 5px 5px 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

		#homepage .img-effect {
		  margin: 0 20px 20px 0;
		}


.img-effect .mask, .img-effect .content {
   width: 250px;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.img-effect img {
   display: block;
   position: relative;   
}
		
		.vertigo-10{
		   position: absolute;
		   top:-10%;
		}
		
		.vertigo-25{
		   position: absolute;
		   top:-25%;
		}
	
		.vertigo-50{
		   position: absolute;
		   top:-50%;
		}	
		
		.vertigo-75{
		   position: absolute;
		   top:-75%;
		}	
		
		.vertigo-85{
		   position: absolute;
		   top:-85%;
		}	
		
		.vertigo-90{
		   position: absolute;
		   top:-90%;
		}	
		
		.vertigo-95{
		   position: absolute;
		   top:-95%;
		}	
		
		.vertigo-100{
		   position: absolute;
		   top:-100%;
		}		
		.vertigo-125{
		   position: absolute;
		   top:-125%;
		}
		.vertigo-150{
		   position: absolute;
		   top:-150%;
		}	
		.vertigo-200{
		   position: absolute;
		   top:-200%;
		}
		.vertigo-250{
		   position: absolute;
		   top:-250%;
		}
		.vertigo-300{
		   position: absolute;
		   top:-300%;
		}
	
	

.img-effect a {
   background:url('../img/link.png') center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:200px;
   height:130px;
}
		
.img-effect .mask {
   opacity: 0;
   overflow:visible;
   border:70px solid rgba(0,0,0,0.7);
   box-sizing:border-box;
}

.img-effect a {
   position:relative;
   top:-65px; /* Center the link */
   left:-55px;
   opacity: 0;
   transition: opacity 0.2s 0s ease-in-out;
}

.img-effect:hover .mask {
   opacity: 1;
   border:80px solid rgba(0,0,0,0.7);
}

.img-effect:hover a {
   opacity:1;
   transition-delay: 0.01s;
}
		
/*

> INPAGE INQUIRY

*/

		
		
.inpage-inquiry{
background-color:rgb(236, 236, 236);
padding:80px 0 120px 0;
margin:80px 0 0 0;
}

@media (max-width: 766.5px){
	.inpage-inquiry{
		margin-top:20px;
	}
	
	
}

.inpage-inquiry h2{
padding:0 0 40px 0 ;
font-size:45px;
font-weight:normal;
}

.inpage-inquiry p{
line-height:2;
font-size:25px;
}

.inpage-inquiry span{
font-size:55px;
color:#000;
}

@media (max-width: 766.5px){
	.inpage-inquiry span{
		font-size:30px;
	}
	
	
}

.inpage-inquiry a{
font-size:20px;
display:block;
padding:15px 0 0 0;	
font-weight:normal;	
}


.inpage-inquiry .inpage-poptavka-link{
font-size:15px;
}
	
	
	
	
	
	
	
	
	




	
/*

> MAPBOX

*/
	
.mapbox {
width:100%;
margin:10px 0 10px 0;
}	

	#map {
	width: 100%;
	height: 350px;
	}

	


/*

> FOOTER

*/

.footer{
position:relative;
width:100%;
background:#f7f7f7;
text-align:center;
z-index:999;
padding: 30px 0 30px 0;
font-size:14px;
}

.footer h4{
color:#111;
font-size:18px;
padding:50px 0 5px 0;
font-weight:bold;
}

.footer h5 a{
color:#222;
font-size:14px;
padding:12px 0 1px 0;
display:block;
font-weight:bold;
text-decoration:none;
}

	.footer h5 a:hover{
	text-decoration:underline;
	}

.footer p{
color:#333;
padding:0 0 25px 0;
line-height:22px;
font-size:14px;
}

	.footer a{
	color:#6f6f6f;
	text-decoration:underline;
	}
	
	.footer a:hover{
	text-decoration:none;
	}

.footer ul{
list-style:none;
padding:0 0 0 5px;
}

.footer ul li{
color:#e8e8e8;
padding:0 0 5px 0;
}

		@media (max-width: 769.5px) {		
			.footer ul li{
			padding:0 0 15px 0;
			}		
		}

	
	

	
	@media (max-width: 769.5px) {		
		.footer ul{
		width:100%;
		padding:10px 0 30px 0;
		text-align:center;
		}
		
		.footer a, .footer h4, .footer p{
		text-align:center;
		}
		
		.footer p{
		width:80%;
		margin: 0 auto;
		}
		
	
	}


/*

> UNDER-FOOTER

*/
	
.under-footer{
background-color:#eaeaea;
width:100%;
}

.under-footer p{
color: #666;
font-size:13px;
padding:20px 0 22px 0;
line-height:1em;
margin:0;
}

.under-footer img{
margin: -2px 0 0 0;
}


	@media (max-width: 769.5px) {		
	.under-footer .tleft, .under-footer .tright {			
	text-align:center;
	}
	
	}



/*

> BACK TO TOP

*/
	
#back-top{
position: fixed;
bottom: 0px;
right: 20px;
z-index:9999;
}
#back-top a {
width: 40px;
display: block;
color: #adadad;
/* background color transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #111  url(../img/up-arrow.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #e30615;
}







/*

> GOOGLE MAPS OVERLAY

*/
	

.overlay {
   background:transparent; 
   position:relative; 
   width:100%x;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}


/*

> COOKIES & GDPR

*/
    #gdpr-cookie-message {
        position: fixed;
		z-index:999;
		left: 0;
		bottom: 0;
		width: 100%;
        background-color: #777;
        padding: 8px;      
        
    }
    #gdpr-cookie-message h4 {
       display:none;
    }
    #gdpr-cookie-message p {
        color: #eaeaea;
        font-size: 15px;
        line-height: 1.7em;
		text-align:center;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: center;
    }
    #gdpr-cookie-message a {
        color: #f5f5f5;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
		margin-left:15px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #329832;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding: 2px 8px 2px 8px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #009600;
        transition: all 0.3s ease-in;
    }



