
body {
    background-image: url('/data/1003/upload/sablona/headerBg(5).jpg');
    background-size: calc(1.55 * 100vw);
}

.header{
	margin-top:0px;
}

.header .logo{
	position:absolute;
    margin-top: 50px;
    left: 1em;
}

.header .search{
	top:50px;
	
}

.header .title-inner{
	min-height:50px;
}

.header .title h1{
	color: #fff;
    font-size: 18px;
    text-decoration: none;
    background: #6a923c;
    padding: 10px;
    border-radius: 50px;
}

@media screen and (min-width: 576px) {

	.header .search{
		top: -5px;
	    width: 300px;
	    right:1em;
	}
	
	.header .search input{
	    width: 100%;
	}
	
	.header .logo{
		margin-top: 80px;
	}
	
	.header .title-inner{
		min-height: 70px;
	}
	
	.header .title h1{
		font-size:26px;
	}
	
}


@media screen and (min-width: 1200px) {

	body {
    	background-size: 1850px;
	}
  
  #title a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    background: #6a923c;
    padding: 10px;
    border-radius: 50px;
}



#title-padding {
    margin-top: 21px;
}          
    
  
}


@media (max-width: 1099px) {
  
  
  
}
