.titulka_box
{
	width: 24%;
    float: left;
    min-height: 400px;
    margin-right: 1%;
    background-color: #fff;
}












.galbox
{
	overflow:hidden;
	background-color:#f0f0f0;
}
.one-half, .one-half-first {
    font-size:16px;
 
    line-height:28px;
	margin-top:10px;
    margin-bottom:20px;    
    font-weight:300;
}

.one-half {
	position:relative;
    float:left;
    width:48%;
	margin-left:4%;
}

.one-half-first {    
    position:relative;
    clear:left;
	float:left;
    margin-left:0;
    width:48%;
}


.back2top {
    position: relative;
    height: 40px;
    margin-top: 60px;
    line-height: 40px;
    display: block;
    text-align: right;
    vertical-align: middle;
    margin-right: 2%;
}

 /******************ODKAZY*/

.back2top a {
    padding-right: 50px;
    display: inline-block;
    background: url('../picz/sipka.png') top right no-repeat transparent;
    background-size: 40px 40px;
    text-decoration: none;
    border: 0;
    outline: 0;
}




#brands-wrapper
{
	margin:0;
	white-space: nowrap;
	width: 100%;
	display: table;
}

.brand
{text-align: center;
 
	vertical-align: middle;
	display: table-cell;
	padding: 0 13px;

}

.brand img
{
	max-height:130px;
	max-width: 100%;
		-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
 // transform-origin: 0 100% ;
 	-webkit-filter: grayscale(100%) opacity(90%);
 
}

.brand img:hover 
{  
    -ms-transform:scale(1.1); /* IE 9 */
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	 z-index: 99;
	 	-webkit-filter: grayscale(100%) opacity(100%);
}

body
{
	width: 100%;
	background-color: #ffffff;
	color: #000;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 150%;
	text-align: left;
	height: 100%;
	font-family: 'Work Sans'; 
}

html
{
	height: 100%;
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

.center-column
{
	width: 80%;   
	margin:auto;
}

.textpad
{
	padding:20px 0px 20px 0px;
}

/*****************
    - Header -

#header 
{
background: rgb(240,240,240);
 
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:250px;
	padding:0px 0;
	background-image:  url(../dokumenty_zbozi/712/_q2c1167.jpg) ;
	background-size:cover;
	/*background-color:linear-gradient(90deg, rgba(220,220,220,1) 0%, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 100%); 
	background-position: center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: bottom;
	text-align:left; 
	z-index:10000;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-transition: linear .3s;
	-moz-transition: linear .3s;
	-ms-transition: linear .3s;
	-o-transition: linear .3s;
	transition: linear .3s;
}
*****************/

#header-wrapper
{
	border-bottom:6px solid #816911;
/*background: rgb(221,212,175);*/
/*background: linear-gradient(16deg, rgba(249,196,3,1) 20%, rgba(255,180,15,1) 82%);*/
	background-image: url(/picz/bg.png);
	position:fixed;
 
	left:0;
	top:0;
	width:100%;
	height:90px;
	z-index:1000;
	/*border-bottom: 40px solid #000;*/
	/*box-shadow: 2px 4px 4px -2px black;*/
}

#header .header-inner 
{
	vertical-align: bottom;
	position: relative;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:left; 
	/*width:100%;*/
	bottom: 0;
}

 
#header-logo
{
	float:left;
	height:70px;	
	z-index:20000;	
	transition: linear .3s;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	transition: linear .3s;
}

.lang
{
	padding-top:15px;
	border:0px solid red;
	color:#fff;
	margin-right:0px;
	float:right;
}

#header h2 
{
    font-weight:300;
    font-size:24px;
    color:#eee;	
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 !important;
	padding-bottom:25px;
}

.page-body
{
	position:relative;
	margin-top:250px;
}



	
/*CONTENT*/	


#content-wrapper
{
	display: table ;
	width:100%;
	table-layout: fixed;
	height:100%;
	padding-top:90px;
} 	
#content  
{
	display: table-row;   
	height: 100%;
 	

}        
header
{
	padding-bottom:10px;
}
.clanek
{ padding-top:0px;
	
}
 
.row {
	position:relative;
    overflow:hidden;
		padding-top:30px;
	padding-bottom:40px;
	/*background-color:#f9f9f9;*/
}

.row-grey {
    background:#f0f0f0;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
}

.row-light-brown {
    background:#f0f0f0;
    border-bottom:1px solid #EBE3D9;
    border-top:1px solid #EBE3D9;
}

.row-black {
    background-color:#000;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
	color:#f0f0f0;
}

.row-white {
    background-color:#fff;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
	color:#000;
}
/*FOOTER*/
#footer-wrapper
{    
position:relative;  
border-top:6px solid #816911;
/*	display: table-row; */ 
	color:black;
	bottom:0px;
	left:0px;
	right:0px;
	margin-bottom:0px;
//background: linear-gradient(16deg, rgba(249,196,3,1) 20%, rgba(255,180,15,1) 82%);
	background-image: url(/picz/bg.png);
/*background: linear-gradient(319deg, rgba(246,207,81,1) 0%, rgba(212,175,55,1) 48%);*/
}
#footer-address
{
	float:left;
	padding:18px 25px 0px 0px;

}
#footer
{
	margin:auto; 
	line-height:140%;
	font-size: 14px; 
	position:relative;

}
#footer-logo
{
	float:left;
	width:250px;
	padding:25px 25px 0px 0px;
}
#copyright-wrapper
{
	width: 100%;height: 30px;font-size: 80%; 

}
#copyright
{
	margin:auto; 
	padding:0px 60px 0px 20px;
	text-align:right;
	height:20px;
	position:relative;

}
 

