.navcolor, .toggleMenu, .dws-menu>ul, .fullblack-sidebar, #pager, .paginator_pages, .intexdesc, .showmore{
    display:none;
}

#cboxSlideshow{
    display:none !important;
}

body{
    min-width: 320px;
}

#main_body_psto{
    padding:8px;
}

.thumbs{
    grid-template-columns: repeat(auto-fit,47%);
}
.thumb{
    width:100%;
    padding: 5px 0;
}
.thumb_wrapper{
    height: auto;
    min-height: 280px;
}
.thumb_wrapper img{
    height: 280px;
}

.indexitem img{
    width:100%;
}

#logo-keeper{
    display:block;
    padding-left: 20px;
}

.dws-menu{
    position: relative;
}

#main_body_psto{
    width:100%;
}

dl.three-columns{
    display: grid;    
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.stat_filter{
    font-size: 1em;
}

.pagination-wrap{
    display: block;
}

.pagination-wrap {
  max-width: 328px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-wrap .back a {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination-wrap .back a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAXVBMVEVMaXEAAAAAAAAVFRUgICAeHh4aGhohISEfHx8eHh4cHBweHh4dHR0eHh4fHx8fHx8eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7qppXzAAAAHnRSTlMAAQMMEBEdHykqN0VXZ3yOpKqzw8nP0t/p8PH3+/7E963rAAAAUUlEQVR42nXQNxbAMAwCUDm9O72H+x8zL2swjH+RwOxLtk3GiRfMrNGIPWf2uCrWFmhY6xsda3Ggd8wPAlkVlyeGNPnFqZPqQVVHlRdTBYZ9AezjCYmnDPsUAAAAAElFTkSuQmCC") 0 0 no-repeat;
}

.pagination-wrap .back a:hover {
  opacity: 0.8;
}

.pagination-wrap .next a {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding-right: 40px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination-wrap .next a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAXVBMVEVMaXEAAAAAAAAVFRUgICAeHh4aGhohISEfHx8eHh4cHBweHh4dHR0eHh4fHx8fHx8eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7qppXzAAAAHnRSTlMAAQMMEBEdHykqN0VXZ3yOpKqzw8nP0t/p8PH3+/7E963rAAAAU0lEQVR42oWQRxKAMAwDHXoPCb3p/8/kmAHEeI97sCzJk2HJhDBiionOV/iI+OqAZWcaoGW+w1kTbXpshcwgXH/aJC9Sh73UI8ODWp1veX2qMOwNtskJiVi2qoMAAAAASUVORK5CYII=") 0 0 no-repeat;
}

.pagination-wrap .next a:hover {
  opacity: 0.8;
}

.pagination-wrap .active {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}

.active, .left-menu li a{
    background-color: #c74343 !important;
    padding: 3px 10px;
}

#mobile-menu{
    display:inline-block;
    background-size: cover;
    width: 30px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAhAQAAAABlox9MAAAAAnRSTlMAAHaTzTgAAAAUSURBVHjaY/gPAj8YUClagAG1CAArIzWMGFuatAAAAABJRU5ErkJggg==") center no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    padding-top: 46px;
}

#mobile-menu-holder{
    display:inline-block;
    height:72px;
    padding-right: 20px;
}

.dws-menu{
    justify-content: space-between;
}

#mobile-nav{
    background-color: #1E1E1E;
}

#mobile-nav a {
    padding: 0;
    display: block;
    border-top: solid 1px #ff4f4f;
    line-height: 45px;
    color:white;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
}

#mobile-nav ul{
    padding: 0 20px;
}

dt, dd{
    margin: 10px 5px !important;
}

.footer{
    height:224px;
}

.footer-1{
    height:auto;
    min-height: 186px;
}

.mobilelinks{
    display:flex;
    justify-content: space-around;
    padding: 0 5px 10px 5px;
}

#cboxTitle{
    font-size: 0.8em;
    max-width: 90%;
}