
/* CSS Document */
#podbodyinn {
position: relative;
}



#podbodyinn::before{

 
}

.row-decor {
position: relative;
}


.zaklad   {
z-index: 5;
position: relative;
border: solid 10px white;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 10px;
border-top: none;
}





@media only screen and (min-width: 1300px) {
	
.row-decor::before {
   content: "";
width: 596px;
height: 153px;
position: absolute;
background-image: url(images/bacg_right.jpg);
left: -598px;
top: 144px;
background-position-y: center;
}

.row-decor::after {
   content: "";
width: 596px;
height: 153px;
position: absolute;
background-image: url(images/bacg_left.jpg);
right: -598px;
top: 144px;
background-position-y: center;
}	
	
	


}