html{
width:100%;
overflow-x:hidden;
}

body{
background:#fff;
}

.o_nas_logo{
	background: url('../images/logo-o_nas.png');
    width: 389px;
    height: 61px;
	margin: 20px auto;
}

.o_nas_litebox{
background: url(../images/mandala_otzivi2.png) repeat fixed;
}

h2 {
font-family: Roboto Condensed, RobotoR, sans-serif;
line-height: 1em;
text-shadow: 0 0 0 rgba(0,0,0,0);
text-transform: uppercase;
font-size: 3em;
color: #FFAB00;
font-weight: normal;
text-align: center;
margin: 20px 0;
}

h3 {
font-family: Roboto Condensed, RobotoR, sans-serif;
line-height: 1em;
text-shadow: 0 0 0 rgba(0,0,0,0);
text-transform: uppercase;
font-size: 2em;
color: #FFAB00;
font-weight: normal;
text-align: center;
margin: 20px 0;
}

.all_litebox{
	margin:0 8%;
}

.o_nas_litebox p {
color: #354F5E;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.2em;
margin-bottom: 10px;
font-size: 1.3em;
padding-top: 8px;
border-top: 3px #E8AE60 dotted;
}


@media (max-width: 660px) {

.o_nas_logo img{
	background: url('../images/logo-o_nas.png');
    max-width: 80%;
    
	margin: 10px auto;
}
h2{
font-size: 2em !important;}

}
@media (max-width: 500px) {
.all_litebox {
margin: 0 3%;
}

}