/* #bdy {background-color:#ffbf00;} */
#bdy .wpr {
    padding: 20px;
     background-color: #ffbf00;
}

#bdy {
    background-color: #000;
    background-image: url("/reddot/uploads/img/content/cID_0/new-background.jpg");
   height: 100%;
  /* Center and scale the image nicely */

  background-repeat: no-repeat;
background-size: contain;
background-position: top;
}
.more {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px;
}
.more a {
    text-align: center;
    display: inline-block;
    background: #808080 none repeat scroll 0 0 !important;
color:#fff !important;
font-family: 'Istok Web', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 5px 1px rgba(1,1,1,0.3);
box-shadow: 2px 2px 5px 1px
    rgba(1,1,1,0.3);
    padding: 6px 12px;
}
.content img {float:left;margin:0 10px 10px 0;max-width:200px;}

.content {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    border:0;
    color: #151515;
    line-height: 15pt;
    min-height: 15pt;
    margin: 0;
    padding: 0 0 10px 0;
    }
h1 {
    font: normal 16pt 'Istok Web', sans-serif;
    border:0;
}
h2 {
    font: normal 15pt 'Istok Web', sans-serif;
    border:0;
}
h3 {
    font: normal 14pt 'Istok Web', sans-serif;
    border: 0;
}
.content p {
    font: normal 12pt 'Istok Web', sans-serif;
    color: #151515;
}
#hdr-nav ul {
    margin-top: 122px;
}

@media (max-width:1280px) {
 .wpr {
  padding:0 10px!important;
 }
h1, h2, h3 {
    font: normal 12pt 'Istok Web', sans-serif;
   
}
h1, h2, h3, h4, h5, h6 {
    
    line-height: 12pt;
    min-height: 12pt;
    margin: 0;
    padding: 10px;
}
.more {
    font-size: 10px;
 }
.more a {
   font: normal 10px 'Istok Web', sans-serif!important;
}
}