

a.butom {
  background: #ED1D20;
  padding: 5px 28px;
  color: #fff !important;
  border-radius: 1px;
}

img.art-lightbox{
    
    background: #EFEFEF;
  padding: 2px;
  border: 1px #FFFFFF solid;
}

a.bottom {
  background: #ED1B23;
  padding: 2px 9px;
  font-size: 19px !important;
  border-radius: 2px;
  color: #fff !important;
}


.image-caption-wrapper img{
width: 100%;

}


a{

text-decoration: none;
color: #fff;}

a:hover{

text-decoration: none;
color: #FEF200;}

.top {
  width: 100%;
  height: 35px;
   background: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
    font-weight: bold;
}
.top span.top-lef {
  float: left;
      padding-left: 20px;
}
.top span.top-rig {
      padding-right: 20px;
  float: right;
}
nav.art-nav.desktop-nav {
  /* left: -423px; */
  width: 998px;
  margin: 0px auto;
  background: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}