@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400&subset=latin,cyrillic);
@media all{
 body{
background-color: #fff;
color: #fff;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding:0px;
background-image: url("On_Air.jpg");
background-size:cover;
display: flex;
min-height: 80vh;
}
#site-content {
    
clear:both;
margin: 10px auto;
width: 1250px;
height: auto;
border:0px solid #85C54D;

} 
.oboxsn{
display:inline-block;
width:400px;
height: auto;
margin-top: 1px;
margin-right: 10px;
vertical-align: top;
border: 0px solid #cecece;
 align-items: center;
}
.oboxsn2{
display:inline-block;
width:300px;
height:250px;
///background-color: #ffffff;
margin-top: 1px;
margin-right: 10px;

border: 0px solid #cecece;
}
.ncn {
font-size: 16px;
font-family: Arial;
color: #fff;
font-weight:normal;
line-height:21px;
text-align: justify;
width: 100%;
margin-left: 2px; 
text-shadow: 1px 1px 1px #1a1a1a;
}
.ncn2 {
font-size: 21px;
font-family: "Open Sans Condensed", Arial;
color: #fff;
font-weight:normal;
line-height:21px;
text-align: justify;
width: 100%;
margin-left: 2px; 
text-shadow: 1px 1px 1px #1a1a1a;

}
.r_name {
font-size: 17px;
font-family: Arial;
color: #fff;
font-weight:bold;
line-height:24px;
text-align: justify;
text-shadow: 1px 1px 1px #1a1a1a;
}
}
@media all and (max-width: 801px){
.oboxsn{
display:block;
width:98%;
height: 100%;
///background-color: #000;
margin-top: 1px;
margin-left: 1px;
margin-bottom: 20px;
}
.oboxsn2{
display:none;

}
#site-content {
    
clear:both;
margin: 0 auto;
width:98%;
height: auto;
border:0px solid #85C54D;

} 
}