/* CSS Document */
/*
* ------------------------------------------------------------------------------
*  cely obsah stranky
* ------------------------------------------------------------------------------
*/



* {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

body{
	text-align: center;     /* stred pro IE */
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	color: #868889;
}



.clear{
	clear: both;
	height: 1px;
}
.red{
	color: red;
}
.tdtop{
	vertical-align: top;
}
a{
	color: #000000;
}
a:hover{
	color: #e95e27;
}
a img{
	border: 0;
}
h1{
	font-size: 35px;
	color: #e95e27;
	font-weight: 700;  
	padding: 15px 0 15px 0;
}
.home h1{
	text-transform: uppercase;
	font-size: 39px; 
	color: #ffffff;
	padding: 0 0 40px 0;
	text-shadow: 0px 3px 5px #090a0c;
}
.product h1{
	color: #ffffff;
}
h2{
	font-size: 24px;
	padding: 30px 0 20px 0; 
	font-weight: 700;
	color: #e95e27;
}
h3{
	font-size: 18px;
	padding: 30px 0 15px 0; 
	font-weight: 700;
	color: #000000;        
}
.wrap ul,
.wrap ol{
	margin: 20px 12px 10px 0;
	font-size: 15px;
}
.wrap ul.half,
.wrap ol.half{
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}
.wrap ul li{
	background: url(/template/images/ul.png) 0 10px no-repeat;
	list-style: none;
	line-height: 26px;
	margin-bottom: 15px;
	padding-left: 15px;
}
.wrap #mapLinks li{
	margin-bottom: 0;
}
.wrap ul.check{
	margin-left: 0;
}
.wrap ul.check li{
	list-style: none;
	background: url(/template/images/ul-check.png) 0 3px no-repeat;
	padding-left: 30px;
}
p{
	margin: 0 0 15px 0;
}       
hr{
	height: 1px;
	color: #e7e7e7;
	background: #e7e7e7;
	border: 0;
	margin-bottom: 20px;
}




.button{
	background: #e95e27;
	color: #ffffff;
	float: left;
	text-align: center; 
	width: 150px;
	padding: 2px 25px 0 25px;	      
	height: 50px;	
	line-height: 50px;
	letter-spacing: 0.45px;
	text-decoration: none;       
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.button span{
	background: url(/template/images/icons.png) -101px 0px no-repeat;
	float: right;
	width: 12px;
	height: 9px;
	margin: 20px 0 0 15px;
}
.button:hover{
	background: #d14610;
	color: #ffffff;
}




.wrap{
	width: 100%;	
	text-align: center;
}
.wrap .body{
	width: 990px;
	margin: 0 auto; 
	text-align: left;
	position: relative;
}




.ucho{
	position: fixed;
	bottom: 20px;
	right: -130px;
	background: #868889; /* Old browsers */
	width: 190px;
	height: 205px;
	color: #ffffff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
	transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
	-webkit-transition: right .25s ease-in-out;
	z-index: 2000;	
	font-weight: normal;	   
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.ucho:hover{
	right: 0;
	color: #ffffff;
}
.ucho .top{
	width: 60px;
	height: 205px;
	background: #1D1B17;
	text-align: center;
	display: block;  
	float: left;
}
.ucho .popis span{
	background: url(/template/images/icons.png) 0 -557px no-repeat;
	float: left;	
	width: 50px;
	height: 50px;
	margin: 0 25px 10px 25px;	
}
.ucho .popis{
	width: 100px;
	padding: 15px;	  
	float: left;
}





.wrap.first{
	background: #868889;
}
.wrap.first .body{
	height: 35px;
}
.wrap.first .body .info{
	float: left;
	margin: 0;
	line-height: 35px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	width: 200px;
}
.wrap.first .body .info a{
	color: #ffffff;
}
.wrap.first .body .langs{
	float: left;
	width: 150px;
	margin: 0 0 0 200px;
}
.wrap.first .body .langs a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	padding: 0 6px;
	margin-right: 1px;
	line-height: 35px;
}
.wrap.first .body .langs a:hover{
	background: #e95e27;  
}
.wrap.first .body form{
	float: right;
}
.wrap.first .body form div{
}
.wrap.first .body form div input.sword{
	line-height: 35px;
	font-size: 12px;
	padding-left: 10px;
	background: #717171;
	color: #ffffff;
	width: 120px;
	height: 35px;
	border: 0;
	float: left;
	border-right: none;	
}
.wrap.first .body form div input.button{
	padding: 0;
	border: 0;
	background: #717171 url(/template/images/icons.png) 10px 11px no-repeat;
	width: 34px;
	height: 35px;
	line-height: 35px;
	float: left;
	cursor: pointer;
	color: #ffffff;     
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left: none;
}
.wrap.first .body a.button{
	float: right;
	margin: 27px 0 0 0;
}






.wrap.header{
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.wrap.header .body .logo{
	float: left;
	font-size: 12px;
}   
.wrap.header .body .logo a{
      float: left;
      width: 140px;
      height: 45px;
      margin: 35px 10px 27px 0;
      display: inline;
}
.wrap.header .body .motto{
	float: left;
	font-size: 16px;
	font-weight: 300;
	color: #868889;
	margin: 45px 0 0 0;
	height: 26px;
}   
.wrap.header .body .sf-menu{
	float: right;  
}
.wrap.header .body ul{
	margin: 0;  
	padding: 0;
}
.wrap.header .body .menu{
	float: right;
	width: 630px;
	height: 30px;
	margin-top: 43px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;   
}
.wrap.header .body .menu li{
     float: right;
     display: inline;
     background: none;
     font-size: 17px; 
     padding: 0;
     margin: 0;
	height: 30px; 
	color: #868889;
}
.wrap.header .body .menu a{
	color: #868889;            
	height: 25px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	text-decoration: none;   
	margin: 0 10px;
	padding: 0 1px;
	font-weight: 700;        
}     
.wrap.header .body .menu li a:hover,
.wrap.header .body .menu li.sfHover a{
	border-bottom: 5px solid #e95e27;
}
.wrap.header .body .menu a:hover,
.wrap.header .body .menu a.selected{
}
.wrap.header .body .menu a.home:hover,
.wrap.header .body .menu a.home{
	border: 0;
}
.wrap.header .body .menu a.home img{
	margin-top: 19px;
}
.wrap.header .body .menu span.sf-sub-indicator{
	display: none;
}
.wrap.header .body .menu li ul{
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 20px;
}
.wrap.header .body .menu li li{
	background: none;
	height: auto;
	float: left;
}
.wrap.header .body .menu li.sfHover li a{   
	background: none;    
	text-transform: none;
	line-height: 20px;
	height: auto;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
	border: 0;
	padding: 5px 0;
}
.wrap.header .body .menu li.sfHover.products li a.level1{
	font-size: 16px;
	color: #e95e27;
	text-decoration: none;
	font-weight: 300;
	line-height: 160%;
	padding-right: 20px;
}
.wrap.header .body .menu li li a:hover{
	color: #e95e27;
}     
.wrap.header .body .menu li.sfHover.products li a.level1:hover{
	color: #868889;
}
.wrap.header .body .menu li.products ul{
	width: 480px;
	left: -190px;
}
.wrap.header .body .menu li ul:before{
	content: url(/template/images/white-top.png);
	position: absolute;
	top: -16px;
	left: 35px;
	width: 20px;
	height: 20px;
}
.wrap.header .body .menu li.products ul:before{
	left: 224px;
}
.wrap.header .body .menu li.products li{
	width: 160px;
	color:
}
.wrap.header .body .menu li.products li .submenu{
	padding: 10px 0 0 0;
}
.wrap.header .body .menu li.products li .submenu a{
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
	height: auto;
	padding: 4px 0;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 5px;
	float: left;
	width: 120px;
}
.wrap.header .body .menu li.products li .submenu span{
 	color: #e95e27;
 	float: left;
 	width: 10px;
 	margin-left: 10px;
 	font-size: 13px;  
	line-height: 25px;
 	
}





                            

.wrap.second{
	height: 700px;   
}     
.wrap.second div.container{
	width: 550px;
	padding-right: 440px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	z-index: 5;
}
.wrap.second div.container p{
	line-height: 28px;
}
.wrap.second div.container .button{
	display: block;
	float: none;
	margin-top: 45px;
}      








.wrap.third{

}
.wrap.third .body{
	padding: 20px 0;
}
.wrap.third .body .topimage{
	float: right;  
	position: absolute;
	top: 62px;
	right: 0;
}
.wrap.third.product .body .top{
	height: 190px;
	width: 430px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
	z-index: 1;
	padding: 30px 120px 30px 50px;
	background: url(/template/images/background-top.png) right top no-repeat;
}       
.wrap.third .body .top .datum{
	margin-top: 15px;
}
.wrap.third.product .subpopis{
	border: 1px solid #dddddd;
	border-top: 0;   
	float: left;    
}
.wrap.third.product .subpopis .prefix{
 	padding: 30px;
 	float: left;
 	width: 275px;  
 	height: 54px; 	
 	font-size: 13px;
 	color: #868889;
 	background: #f5f5f5;   
 	margin-right: 10px;
	border-right: 1px solid #dddddd;     
	position: relative;
	top: 0;
	right: 0;
}
.wrap.third.product .subpopis .prefix:before{
	content: url(/template/images/arrow-right-gray.png);
	position: absolute;
	top: 44px;
	right: -11px;
}     
.wrap.third.product .subpopis .plus{
 	padding: 30px 0px 25px 25px;
 	float: left;
 	font-size: 13px;
 	width: 170px;
}
.wrap.third.product .subpopis .plus.large{
 	width: 227px;
}
.wrap.third.product .subpopis .plus .number{
	font-size: 37px;
	color: #e95e27;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}
.wrap.third.product .subpopis .plus .nadpis{
	display: block;
	font-size: 14px;
	color: #e95e27;
	font-weight: 700;
	margin-top: 8px;
}
.wrap.third.product .subpopis .plus .sub{
	display: block;
	color: #868889;
	font-size: 12px; 
}
.wrap.third .body .navigation{
}
.wrap.third .body .navigation a{
	color: #868889;
	font-size: 12px;  
	line-height: 20px;
	float: left;
}
.wrap.third .body .navigation span{
	width: 12px;
	height: 12px;
	margin: 4px 10px;   
	float: left;
	background: url(/template/images/icons.png) 0px -125px no-repeat;
}
.wrap.third .body .buttonsRef{
	float: right;            
	margin-top: 10px; 
}
.wrap.third .body .buttonsRef td.back span{
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/template/images/icons.png) -56px -130px no-repeat;
	margin-top: 3px;		
}
.wrap.third .body .buttonsRef td a{
	color: #ffffff;
	font-size: 13px;  
	line-height: 17px;
}                      
.wrap.third .body .annotation{
 	font-weight: 300;
 	font-size: 14px;
 	color: #868889;
 	margin-top: 20px;
}  
.wrap.third.product .body .annotation{
	color: #ffffff;
	margin: 0;
}







.allreferences .reference{
	width: 320px;
	height: 213px;
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	top: 0;
	left: 0;
}
.allreferences .reference.last{
	margin-right: 0;
}
.allreferences .reference .nadpis{
	position: absolute;
	bottom: 15px;
	left: 15px;
	float: left;
	background: #000000;
	background: rgba(0,0,0,0.8);
	padding: 8px 12px;
	display: none;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;     
	max-width: 266px;
}
.allreferences .reference img{
	opacity: 1;
	width: 320px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
}
.allreferences .reference:hover img{
	opacity: 0.7;
}
.allreferences .reference:hover .nadpis{
	display: block;   
}
.allreferences .button{  
	margin: 25px 0 0 400px;
}
.wrap.third .body .allservices{  
	margin: 50px 0 0 0;
}
.wrap.third .body .allservices h2{  
	margin: 80px 0 25px 0;
	text-align: center;	
}
.wrap.third .body .allservices p{
	text-align: center;
	padding: 0 165px;	
}
.icons.service .icon{
	width: 300px;
	height: 130px;
	margin: 50px 15px 30px 15px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}
.icons.service .icon ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 185px;
	padding: 25px 25px 25px 40px;
	margin: 0 25px;
	background: #000000;
	background: rgba(0,0,0,0.75);
	color: #ffffff;      
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0;                   
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
}
.icons.service .icon ul:before{
	content: url(/template/images/arrow-down.png);
	position: absolute;
	bottom: -14px;
	left: 112px;
}
.icons.service .icon:hover ul{
	visibility: visible;
	opacity: 1;
}
.icons.service .icon .image{
	float: left;
	width: 79px;
	height: 79px;         
	margin: 0 110px;   
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;		
	overflow: hidden;
}
.icons.service .icon:hover .image{
	text-indent: -81px;
}
.icons.service .icon h3{
	text-align: center;
}
.icons.service .icon h3{
	float: left;
	width: 300px;
	margin: 10px 0;
}
.icons.service .icon h3 a,
.icons.service .icon h3{
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
.wrap.fourth .icons.service{
	padding-top: 30px;
}
.wrap.fourth .allblogposts{
	margin-bottom: 15px;
}
.wrap.fourth .allblogposts .text{
	background: #eeeeee;
	padding: 6px 9px;
	float: left;
	margin-right: 5px;
}
.wrap.fourth .allblogposts .text:hover{
	background: #37332d;
	color: #ffffff;
}
.wrap.fourth .column{
	float: right;
	width: 300px;
}
.wrap.fourth.product .column{

}
.wrap.fourth.product .column h2{
	color: #e95e27;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 25px 30px;
}                   
.wrap.fourth.product .column .blocks{
	margin-bottom: 10px;
}           
.wrap.fourth .body .blocks .odkaz{
 	display: block;
 	text-align: center;
 	font-size: 15px;
	margin-top: 5px;
	font-weight: 400; 	
}       
.wrap.fourth.product .column .blocks .block{
	float: left;
	width: 80px;
	margin: 0 30px 30px 0;
	text-align: center;
} 
.wrap.fourth.product .column .all{
	width: 300px;
}
.wrap.fourth.product .column .all .block{
	background: #f5f5f5;   
	color: #717171;  	
	float: left;
	width: 270px;
	padding: 15px;
	margin: 0 30px 30px 0;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}             
.wrap.fourth.product .column .all .block ul{
	margin: 0;
	text-align: left;
}  
.wrap.fourth.product .column .all .block ul li{
	margin-bottom: 5px;
}           
.wrap.fourth.product .column .all .block.image{
	width: 298px;
	border: 1px solid #dddddd;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background: #ffffff;
}                                   
.wrap.fourth.product .column .all .block.image a,
.wrap.fourth.product .column .all .block.image a img{
	float: left;
}
.wrap.fourth.product .column .blocks .block.last{
	margin-right: 0;
}
.wrap.fourth.product .column .blocks .block img{
	width: 80px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;   
	margin-bottom: 5px;
	float: left;
}                         
.wrap.fourth.product .column .blocks .block .nadpis{
	font-size: 13px;
	font-weight: bold;
	color: #717171;
}                    
.wrap.fourth.product .column .models .model{
	float: left;
	width: 298px;
	margin: 0 0 30px 0;
	padding: 15px 0 20px 0;
	text-align: center;
	border: 1px solid #dddddd;
	min-height: 145px;
	position: relative;
	top: 0;
	left: 0;
}  
.wrap.fourth.product .column .models .model span.button{
	position: absolute;
	bottom: 0;
	font-weight: 700;
	left: 0;
	margin: 20px 49px;
	line-height: 18px;
	height: 36px;
	padding: 7px 0px 7px 50px;
	text-align: left;
	background: #E95E27 url(/template/images/icons.png) 12px -496px no-repeat;
}       
.wrap.fourth.product .column .models .model.noimage span.button{
	background-image: none;
	padding: 2px 25px;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
.wrap.fourth.product .column .block span.button{
	position: absolute;
	bottom: 0;
	font-weight: 700;
	left: 0;
	margin: 20px 49px;
}
.wrap.fourth.product .column .block span.button:hover,
.wrap.fourth.product .column .models .model span.button:hover{
	background-color: #d14610;  
}
.wrap.fourth.product .column h3{
	font-weight: 300;
	font-size: 18px;    
	margin: 0 auto;
	width: 200px;
	text-align: center;
}
.wrap.fourth.product .column .rt{
	margin: 0 10px;
	width: 250px;
}
.wrap.fourth.product .column .rt p{
	font-weight: 300;
	font-size: 13px;  
	text-align: center;
}
.wrap.fourth.product .column .rt p strong{
	color: #868889;
}
.wrap.fourth .body .text .column.contact{
	float: left;
	width: 270px;
	margin-right: 65px;
} 
.wrap.fourth .body .text .column.contact h3{
	font-size: 17px;
}   
.wrap.fourth .body .text .column.contact p.small{
	font-size: 13px;
}
.wrap.fourth .body .text .column.contact.first{
	width: 320px;	
}               
.wrap.fourth .body .text .column.contact.last{
	margin: 0;
}
.wrap.fourth .body .files{
	margin-top: 20px;  
	padding-bottom: 15px;	
}
.wrap.fourth .body .files h2{
	border-top: 1px solid #dddddd;
	font-size: 16px;
	color: #717171;   
	padding-top: 30px;
	padding-bottom: 25px;
}
.wrap.fourth .body .files a{
	padding-left: 28px;
	background: url(/template/images/pdf.png) left center no-repeat;
	font-size: 14px;
	font-weight: 300;	
	color: #e95e27;
	line-height: 30px; 
	display: block;
	margin-right: 35px; 
}                    
.wrap.fourth .body .files a:hover{
	color: #717171;
}
.wrap.fourth .content .text .button{
	width: auto;
	float: none;
	display: inline-block;
	margin: 10px 0;
}                                        
.wrap.fourth .content .text .quarter{
	width: 225px;
	margin: 20px 30px 20px 0;
	float: left;
}             
.wrap.fourth .content .text .quarter.last{
	margin-right: 0;
}
.wrap.fourth table.contact{
	width: 990px;
}                   
.wrap.fourth table.contact tr td:first-child{
	width: 280px;
}  
.wrap.fourth table.contact tr td:nth-child(3){
	width: 150px;
}
.wrap.fourth table.contact tr td:nth-child(4){
	width: 260px;
}                 
.wrap.fourth .content .blocks .block{
	float: left;
	width: 300px;
	margin: 0 45px 45px 0;
}             
.wrap.fourth .content .blocks .block.last{
	margin-right: 0;
}
.wrap.fourth .content .blocks .block a img{
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;   
}
.wrap.fourth .content .blocks.listy .block a img{
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;   
	float: left;
	margin: 15px 30px 30px 0;
}
.wrap.fourth .content .blocks .block span.nadpis{
	font-size: 20px;
	color: #000000;
	margin: 10px 0 20px 0;
	display: block;
	text-align: center;
}   
.wrap.fourth .content .blocks .block ul{
	margin: 5px 0;
}   
.wrap.fourth .content .blocks .block ul li{
	margin-bottom: 5px;
}                              
.wrap.fourth .content .blocks.listy .block span.nadpis{
	margin-bottom: 5px;	
}
.wrap.fourth .content .blocks .block span.nadpis{
	text-align: left;
}
.wrap.fourth .content .blocks.listy .block{
	margin-right: 0;
	width: 990px;
}                           
.wrap.fourth .content .blocks.listy .popis{
	float: right;
	width: 660px;
}










.wrap.fourth{
	background: #ffffff;
}
.wrap.fourth .body{
	font-size: 15px;  
}
.wrap.fourth .content{
	padding: 10px 0;
}
.wrap.fourth.product .content{
	width: 640px;   
	float: left;   
}
.wrap.fourth .body p{
	font-size: 15px;
	line-height: 180%;
}
.wrap.fourth table.kontakt{
	width: 400px;
	float: left;
	font-size: 22px;
}
.wrap.fourth table.kontakt td{
	line-height: 37px;	
}
.wrap.fourth p.kontakt{
	margin-top: 8px;
}
.wrap.fourth.reference .body .text{
	float: left;
	width: 320px;
}
.wrap.fourth table{		
}
.wrap.fourth table td,
.wrap.fourth table th{
	padding: 5px 10px;
}
.wrap.fourth table th{
	background: #868889;
	color: #ffffff;
}
.wrap.fourth table tr{
	background: #fafafa;
}
.wrap.fourth table tr:nth-child(2n+1) {
	background: #f1f1f1;
}     
.wrap.fourth .body .tags{
	text-align: left;
	margin: 0 0 30px 0;
}
.wrap.fourth .body .tags a{
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	text-decoration: none;
	margin: 0 10px;
}
.wrap.fourth .body .tags a:hover,
.wrap.fourth .body .tags a.selected{
	color: #868889;
}
.wrap.fourth .body .dealers{
	margin-top: 30px;
}
.wrap.fourth .body .dealers .dealer{
	width: 300px;
	float: left;
	margin: 22px 45px 22px 0;
	height: 151px;
}
.wrap.fourth .body .dealers .dealer.last{
	margin-right: 0;
}
.wrap.fourth .body .dealers h3{
	border-bottom: 3px solid #eeeeee;
}
.wrap.fourth .body .prodejci img{
	margin: 0 3px;
} 
.wrap.fourth .body ul.float{
	float: left;
	width: 600px;
}  
.wrap.fourth .body ul.float li{
	width: 270px;
	float: left;
	margin-right: 30px;
	font-weight: 300;
	font-size: 14px;
}
.wrap.fourth.product .text{
	margin-bottom: 25px;
}
.wrap.fourth div.code{
	background: #f5f5f5;
	padding: 5px;         
	color: #111111;
}    
.wrap.fourth div.code.mrizky{
	width: 720px;
}     
.wrap.fourth .content div.code p{
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: 400;
}  
.wrap.fourth .content div.code p.code{
	font-size: 14px;
	font-weight: 700;
}   
.wrap.fourth table.code{
	background: #f5f5f5;
	width: 630px;
}
.wrap.fourth table.atyp{
	width: 980px;
}
.wrap.fourth table.code tr{
	background: #f5f5f5; 
}
.wrap.fourth table.code tr th,
.wrap.fourth table.code tr td{   
	color: #111111;	
	padding: 2px 3px;
}
.wrap.fourth table.code tr td{   
	font-size: 11px;
}
.wrap.fourth table.code tr th:nth-child(2n),
.wrap.fourth table.code tr td:nth-child(2n){
	background: #f5f5f5;
}
.wrap.fourth table.code.atyp tr th:nth-child(2n){
	background: #e95e27;
}
.wrap.fourth table.code tr th:nth-child(2n+1){
	background: #e95e27;
	color: #ffffff;
	text-align: center;
}                                  
.wrap.fourth table.code tr td:nth-child(2n+1){
	background: #ffffff; 
}          
.wrap.fourth table.code tr td:first-child{
	background: #fedbbf;
	text-align: center;
	width: 160px;
}                  
.wrap.fourth table.code.alone  tr td:first-child,
.wrap.fourth table.code.resized  tr td:first-child{
	width: 200px;
}

.wrap.fourth table.code.alone tr td:nth-child(3),
.wrap.fourth table.code.alone tr td:nth-child(5),
.wrap.fourth table.code.alone tr td:nth-child(7){
	width: 130px;
	text-align: center;
}
.wrap.fourth table.code tr td:nth-child(3){
	width: 67px;
}
.wrap.fourth table.code tr td:nth-child(5){
	width: 80px;
	text-align: center;
}
.wrap.fourth table.code tr td:nth-child(7){
	width: 67px;
}
.wrap.fourth table.code tr td:nth-child(9){
	width: 186px;
}
.wrap.fourth table.code.resized tr td:nth-child(9){
	width: 146px;
}  
.wrap.fourth table.code.wood tr td:nth-child(3){
	width: 140px;
}
.wrap.fourth table.code.wood tr td:nth-child(5){
	width: 80px;
}
.wrap.fourth table.code.wood tr td:nth-child(7){
	width: 156px;
}
.wrap.fourth table.atyp.atyp tr td:first-child{
	width: 200px;
}       
.wrap.fourth table.code.atyp tr td:nth-child(2){
	width: 130px;
	background: #dddddd;
}
.wrap.fourth table.code.atyp tr td:nth-child(4){
	width: 45px;
	background: #dddddd;
}
.wrap.fourth table.code.atyp tr td:nth-child(6){
	width: 65px;
	background: #dddddd;
}
.wrap.fourth table.code.atyp tr td:nth-child(9){
	width: 140px;
}
.wrap.fourth table.code.atyp tr td:nth-child(8),
.wrap.fourth table.code.atyp tr td:nth-child(10){
	background: #dddddd;
}       
.wrap.fourth table.code.atyp tr td:nth-child(11){
	width: 115px;
}
.wrap.fourth table.code.model{
	margin-top: 5px;
}
.wrap.fourth table.code.model tr td{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.wrap.fourth table.code.mrizky{
	width: 720px;
}       
.wrap.fourth table.code.mrizky tr td:nth-child(7){
	width: 150px;
}






.wrap.fifth{
	background: #f1f1e5;
}
.wrap.fifth .body{
	padding: 25px 0;
}
.wrap.fifth .body h2{
	margin-bottom: 30px;
}
.wrap.fifth .body .blocks{
	float: left;
	width: 490px;
}      
.wrap.fifth .body .blocks .block{
	width: 240px;
	float: left;
	margin: 0 10px 35px 0;
} 
.wrap.fifth .body .blocks .block.last{
	margin-right: 0;
}
.wrap.fifth .body .blocks .block img{
	float: left;
	margin-right: 10px;
}      
.wrap.fifth .body .blocks .block span{
	display: block;
	color: #868889;
	font-size: 18px;
	font-weight: 700;
} 
.wrap.fifth .body .blocks .block .nadpis{
	padding: 23px 0;
}      
.wrap.fifth .body .blocks .block .nadpis span{
	color: #37332d;
	font-size: 14px;
	font-weight: 300;	
}   
.wrap.fifth .body .models{
	float: right;
	width: 460px;
}
.wrap.fifth .body .models .model{
	width: 85px;
	float: left;
	margin: 0 40px 15px 0;
}    
.wrap.fifth .body .models .model .nadpis{
	font-size: 14px;
	font-weight: 300;   
	color: #37332d;             
	display: block;
	text-align: center;
}
.wrap.fifth .body .models .model.last{
	margin-right: 0;
}
.wrap.fifth .body .models .model a{
	background: #868889 url(/template/images/icons.png) 25px -450px no-repeat;  
	float: left;
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	border-radius: 45px;       
	border: 3px solid #ffffff;  
	margin-bottom: 5px;
}
.wrap.fifth .body .models .model a:hover img{
	opacity: 0.1;
}     
.wrap.fifth .body .models .model img{
	width: 75px;
	height: 75px;        
	float: left;
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	border-radius: 45px;   
}






.wrap.formular`{
	background: #f1f1e5;
}
.wrap.formular .body .dotaznik{
	padding: 0 0 30px 0;
	width: 988px;	  	
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #dddddd;   
	background: #f5f5f5;
	margin: 40px 0 60px 0;
}               
.wrap.formular .body .dotaznik h2{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	background: #ffffff;
}
.wrap.formular .body .dotaznik .required{
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 10px 0 30px 0;  
	margin-bottom: 50px;  
	background: #ffffff;       
	border-bottom: 1px solid #dddddd; 
}      
.wrap.formular .body .dotaznik .required:before{
	content: url(/template/images/white-down.png);
	position: absolute;
	top: 132px;
	left: 50%;
	margin-left: -10px;
}
.wrap.formular .body .dotaznik .sended{
	margin-top: 30px;
}   
.wrap.formular .body .dotaznik div.first{
	width: 300px;
	padding-left: 25px;             
	float: left;            
}                                     
.wrap.formular .body .dotaznik div.second{
	width: 590px;  
	padding-right: 25px;  
	float: right;             
}
.wrap.formular .body .dotaznik .add{
	float: left;
	padding-right: 10px;
	line-height: 50px;    
	margin-bottom: 25px;    
	font-size: 14px;
}
.wrap.formular .body .dotaznik .add.cpt{
	float: right;
	margin-right: 10px;
	padding-bottom: 0;
}
.wrap.formular .body .dotaznik .add.cpt span{
	font-weight: 700;
}
.wrap.formular .body .dotaznik input[type=text],
.wrap.formular .body .dotaznik textarea{
	width: 165px;
	height: 45px;  
	padding: 2px 10px;
	border: 1px solid #dddddd;
	color: #111111;
	background: #ffffff; 
	float: right;
	margin-bottom: 25px;
}
.wrap.formular .body .dotaznik input.cpt{
	width: 50px;   
	float: right;
}
.wrap.formular .body .dotaznik textarea{
	width: 435px;
	height: 95px;   
	padding: 15px;
}
.wrap.formular .body .dotaznik .gdpr{
	text-align: right;
}
.wrap.formular .body .dotaznik input.submit{
     font-family: 'Open Sans';
	float: right;	
	background: #e95e27;
	color: #ffffff;
	text-align: center; 
	width: 180px;
	padding: 0 15px;	      
	height: 50px;	
	line-height: 50px;
	letter-spacing: 0.45px;
	text-decoration: none;       
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;		
	border: 0;
	margin-top: 25px;
}
.wrap.formular .body .dotaznik input.submit:hover{
	background: #d14610;
	color: #ffffff;
}






.wrap.products{
	background: #ffffff;
}
.wrap.products .product{
	width: 222px;
	min-height: 170px;
	padding: 0;
	margin: 0 30px 30px 0;
	float: left;
	border: 1px solid #dddddd;
}
.wrap.products .product.last{
	margin-right: 0;   
}
.wrap.products .product.large{
	width: 307px;
}
.wrap.products .product .image{
	position: relative;
	top: 0;
	left: 0;
}
.wrap.products .product .image span{
	position: absolute;
	top: 45px;
	left: 55px;
	width: 37px;
	height: 49px;
	z-index: 5;
	background: url(/template/images/icons.png) -40px -52px no-repeat;
}
.wrap.products .product .image img,
.wrap.products .product .image{
	width: 223px; 
}     
.wrap.products .product.large .image img,
.wrap.products .product.large  .image{
	width: 308px;
}
.wrap.products .product .image:hover img{
	opacity: 0.9;
}
.wrap.products .product h2{
	padding: 15px 20px 10px 20px;
	height: 56px;
}
.wrap.products .product h2,      
.wrap.products .product h2 a{
	font-size: 19px;
	color: #e95e27;
	font-weight: 700;
	text-decoration: none;
}
.wrap.products .product h2 a:hover{
	color: #868889;
}
.wrap.products .product ul{
	margin: 10px 0 15px 15px;
}
.wrap.products .product ul li{
	list-style-image: url(/template/images/before-submenu.png);	
}
.wrap.products .product p{
	font-size: 14px;
	color: #868889;
	font-weight: 300;
	height: 115px;
	line-height: 23px;
	padding: 0 20px 20px 20px;
	margin: 0;
}               
.wrap.products .product.large p{
	height: 70px;
}
.wrap.products .product .button{
	width: 175px;
}








.wrap.config{	
	border-top: 1px solid #eaeaea;
	background: #eaeaea url(/template/images/config-background.jpg) center top repeat-x;
}
.wrap.config .body{
}
.wrap.config .body p{
	padding: 50px 0;  
	margin: 0;  
	font-size: 27px;
	font-weight: 300;
	line-height: 50px;
	color: #727272;
} 
.wrap.config .body p .button{
	float: right;  
	width: auto;
}   






.wrap.news{	
}
.wrap.news .body{
	padding: 60px 0;
}
.wrap.news .body .first{
	width: 495px;
	float: left;     	
}
.wrap.news .body .second{
	width: 430px;
	float: right;        
}
.wrap.news .body h2{
	font-size: 14px;
	color: #868889;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 15px 0;
}  
.wrap .body .newska h2,
.wrap .body .newska h2 a,
.wrap .body .newska h3,
.wrap .body .newska h3 a{
	font-size: 14px;
	color: #868889;
	font-weight: 400;
	padding: 0px;
}      
.wrap.news .body .anythingFader{
	margin-top: 30px;
}
.wrap.news .body .face{
	width: 440px;
	float: left;
}
.wrap.news .body .face{
	width: 990px;
	margin: 40px 0 10px 0;
} 
.wrap.news .body .text .face{
	width: 320px;
	margin-top: 0;
}  
.wrap .body .face img{
	float: left;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin-right: 10px;
}
.wrap .body .face span.nadpis{
	float: left;
	width: 340px;
	font-weight: 700;
	color: #868889;
}
.wrap.fourth .body .face span.nadpis{
	width: 940px;
	color: #868889;
	float: none;
	display: block;
}
.wrap.fourth .body .face span.nadpis span{
	color: #37332d;
}
.wrap.fourth .body .text .face span.nadpis{
	width: 320px;
}
.wrap .body .face span.nadpis span{
	display: block;           
	font-weight: 400;
	font-size: 12px;
}
.wrap .body .face p.say{
	float: left;
	width: 390px;
	background: #868889;
	padding: 25px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	text-align: left;
	line-height: 180%;
	position: relative;
	margin-bottom: 25px;
	top: 0;
	left: 0;	
}
.wrap.fourth .body .face p.say{
	width: 940px;
	background: #f1f1e5;   
	float: none;
	display: block;
}   
.wrap.fourth .body .text .face p.say{
	width: 270px;
	margin-top: 15px;
}  
.wrap .body .face p.say:before{
	content: url(/template/images/before-client.png);
	position: absolute;
	bottom: -20px;
	left: 27px;
}
.wrap.fourth .body .face p.say:before{
	content: url(/template/images/before-client-gray.png);
}
.wrap .body .all{
	float: right;
	font-size: 13px;
	color: #868889;
}    
.wrap .body .second .all:hover{
	color: #3d791f;
}
.wrap .body .newska{
	margin-top: 25px;
	width: 228px;
	float: left;
	margin-right: 25px;
}
.wrap .body .newska.last{
	margin-right: 0;
} 
.wrap .body .pagination{
	margin: 0 0 25px 0;
}
.wrap .body .pagination a{
	display: inline-block;
	min-width: 10px;
	height: 24px;
	border-radius: 15px;   
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	background: #f1f1e5;
	text-align: center;
	padding: 0 7px;
}
.wrap .body .pagination .arrow a{
	padding: 0 15px;	
}
.wrap .body .pagination .selected a{
	background: #868889;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px;   
}
.wrap .body .newska p{
	width: 160px;
	float: left;
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 160%;
	color: #868889;
	margin: 0;
}
.wrap .body .newska p a{
	color: #868889;
}
.wrap .body .newska p a:hover{
	color: #000000;
}
.wrap .body .datum{
	float: left;
	width: 50px;
	margin-right: 10px;  
	font-weight: 700;
	text-align: center;
}
.wrap .body .datum .day{
	font-size: 32px;
	color: #e95e27;  
	line-height: 100%;
}
.wrap .body .datum .month{
	color: #868889;
	font-size: 18px;         
	line-height: 140%;
}
.wrap .body .datum .year{
	color: #868889;
	font-size: 16px;
	font-weight: 400;       
	line-height: 100%;
}
.wrap .body .datum span{
	display: block;
}









.wrap.ninth{
	color: #37332d;
	background: #ffffff;
}
.wrap.ninth .body{
	padding: 55px 0 40px 0;
}
.wrap.ninth .body .first,
.wrap.ninth .body .second,
.wrap.ninth .body .third,
.wrap.ninth .body .fourth{
	width: 215px;
	float: left;
	font-size: 13px;
} 
.wrap.ninth .body .first .nadpis,
.wrap.ninth .body .second .nadpis,
.wrap.ninth .body .third .nadpis{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #868889;
}                     
.wrap.ninth .body .third,
.wrap.ninth .body .fourth{
	width: 560px;
}
.wrap.ninth .body .third{
	padding: 20px 0 45px 0;
}
.wrap.ninth .body .third p span.icon{
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
	background: url(/template/images/icons.png) 11px -390px no-repeat;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	margin-right: 15px;
}
.wrap.ninth .body .third p,
.wrap.ninth .body .third p a{
	font-size: 20px;
	color: #e95e27;
}                 
.wrap.ninth .body .third p a{
	font-weight: 300;
}
.wrap.ninth .body .third p span.nadpis{
	display: block;	
	font-size: 13px;
	font-weight: 400;
}
.wrap.ninth .body .third p.map span.icon{
	background-position: -42px -390px;
}
.wrap.ninth .body ul{
	margin: 0;
}
.wrap.ninth .body li{
	list-style: none;  
	background: none;
	padding-left: 0;
}
.wrap.ninth .body .second a,
.wrap.ninth .body .first a{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;      
	color: #37332d;
	font-weight: 300;
	line-height: 165%;
	margin-bottom: 15px;
}
.wrap.ninth .body .second hr,
.wrap.ninth .body .first hr{
	color: #e95e27;
	background: #e95e27;
	border: 0;
	width: 30px;
	height: 5px;
	margin: 25px 0;
}
.wrap.ninth .body .first a.level1{
	font-size: 12px;
	width: 120px;
}
.wrap.ninth .body .first a.level2{
	font-size: 12px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;	
}
.wrap.ninth .body .first .submenu{
	margin-bottom: 20px;
}
.wrap.ninth .body .third p{
	width: 275px;
	float: left;
}
.wrap.ninth .body .fourth p{	
	width: 200px;
	font-size: 12px;
	float: left;
	line-height: 22px;
}
.wrap.ninth .body .fourth p.copy{
	width: 180px;
}
.wrap.ninth .body .fourth p.contact{
	width: 160px;
}







.wrap.tenth{
	background: #ffffff;
	border-top: 1px solid #eeeeee;
}  
.wrap.tenth .body{
	text-align: center;
	padding: 20px 0;
	line-height: 180%;
} 
.wrap.tenth .body,   
.wrap.tenth .body a{
	color:  #868889;
	font-size: 12px;
}  
.wrap.tenth .body a:hover{
	color: #ff3144;
}
.wrap.tenth .first{
	float: left;     
	text-align: left;
}
.wrap.tenth .second{
	float: right;
	text-align: right;
}










/*
* ------------------------------------------------------------------------------
* obsah
* ------------------------------------------------------------------------------
*/
.buttons{
	float: left;
	width: 543px;
	margin: 40px 0 0 0px;
	padding: 0 30px 0 0;
}
.blog{
	padding: 20px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
}

.blog img{
	float: left;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

.blog a{
	font-weight: bold;
}

.blog h2 a{
	text-decoration: none;
}






.blog h2 a{
	color: #000000;
}
.blog h2{
	background: none;
	padding: 0 0 10px 0;
}


.search{
	width: 240px;
	margin-top: 2px;
	float: left;
}

.search a{
	padding: 2px 5px 2px 0px;
	color: white;
	display: block;
	text-align: right;
	font-size: 13px;	
}

.search form div{
	background: url(/images/schema/search.png) no-repeat;
	width: 240px;
	text-align: right;
}

.search form div input.sword{
	border: 1px solid #eeeeee;
	height: 33px;
	width: 230px;
	line-height: 33px;
	font-size: 12px;
	padding-left: 10px;
}

.search form div input.button{
	height: 24px;
	width: 55px;
	margin: 11px 0 0 0;
	padding: 0;
	background: #dddddd;
	border: 0;
}


				






.photo{
	float: left;
	width: 206px;
	margin: 11px 11px 0 0;
	text-align: center;
}

.photo:hover{
}

.photo img,
.firstphoto img{
	border: 0px;	
	float: left;
}

.firstphoto{
	position: relative;
	top: 0;
	left: 0;
}
.firstphoto .odkaz{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	float: left;
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	background: #000000;
	background: rgba(0,0,0,0.8);  
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.firstphoto .odkaz span{
	float: left;
	background: url(/template/images/icons.png) 0 -108px no-repeat;
	width: 45px;
	height: 50px;
}

.firstphoto:hover{
}

.photogallery{
	width: 640px;
	float: right;
}
.photogallery.second{
	width: 940px;
	float: left;
	padding: 24px;
	margin-top: 50px;
	border: 1px solid #dddddd;
}
.photogallery.second .photo{
	width: 180px;
	margin-right: 10px;
	height: 140px;
	overflow: hidden;
}
.photogallery.second .photo img{
	width: 180px;
}

.photogallery.second .photo.last,
.photo.last{
	margin-right: 0;
}
.photogallery.second h2{
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 20px;
}








#mapa img{
	border: 0;
}

.right{
	text-align: right;
}

     


.certifikaty a{
	float: left;
	margin: 0 15px 15px 0;
}
.certifikaty a:nth-child(3n){
	margin-right: 0;
}


.imgline{
	margin: 20px 0;
}
.imgline img.alone,
.imgline a{
	float: left;
	margin: 0 30px 30px 0;	
	text-align: center;
}
.imgline a img{
	display: block;
	margin-top: 5px;
}
.imgline a.last,
.imgline img.alone.last{
	margin-right: 0;
}

.de .wrap.header .body .menu{
	width: 650px;
}
.de .slides-pagination a{
	font-size: 16px;
}
.de .slides-pagination a.current:before{
	top: -29px;
}
.de .button{
	width: 200px;
}
.de .wrap.ninth .body .third p.map a{
	font-size: 18px;
}
.de .wrap.ninth .body .third{
	padding-bottom: 35px;
}
.de .wrap.formular .body .dotaznik input.cpt{
	width: 25px;  
}
.de .wrap.formular .body .dotaznik .add{
	font-size: 13px;
}
.de .wrap.formular .body .dotaznik div.first{
	width: 330px;
}
.de .wrap.header .body .motto{
	font-size: 13px;
	margin-top: 47px;
}
.de .wrap.header .body .menu li.sfHover.products li a.level1{
	font-size: 14px;
}
.de .wrap.fourth.product .column .block span.button{
	margin: 20px 24px;
}
.de .wrap.fourth.product .column .models .model span.button{
	font-size: 12px;
	margin: 20px 24px;
	width: 208px;  
	background-position: 7px -496px;
	padding: 7px 0px 7px 42px;
}
.de .wrap.fourth.product .column .models .model.noimage span.button{
	font-size: 13px;
}
.de .wrap.fourth .body .blocks .odkaz{
	font-size: 13px;
}
.de .wrap.fourth.product .column .models .model{
	min-height: 150px;
}
.de .wrap.fourth.product .column .models .model.noimage span.button {
	background-image: none;
	padding: 2px 25px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 200px;
}
.de .imgline img.alone, 
.de .imgline a{
	font-size: 13px;
}




.hu .wrap.ninth .body .third p, 
.hu .wrap.ninth .body .third p a{
	font-size: 18px;
}
.hu .wrap.second div.container .button{
	width: 180px;
}
.hu .wrap.fourth.product .column .blocks .block .nadpis{
	font-size: 11px;
}
.hu .wrap.fourth.product .column .models .model span.button{
	line-height: 36px;
}




.alone ul.check li {
    float: left;
    width: 163px;
    margin: 0 20px;
    padding-left: 0;
    background: 0;
    padding-top: 50px;
    text-align: center;
    position: relative;
}      
.alone ul.check li:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 0;
	margin-left: -20px;
	background: url(/template/images/ul-check-big.png);
}

.alone ul.check li:first-of-type{
    margin-left: 0;
}
.alone ul.check li:last-of-type{
    margin-right: 0;
}