/*body{background:#fff;}
body,p,div,li{color:#2e3a47;}
p{margin:0;padding:6px 0;}
a{font-family:'Open Sans';font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;outline:none;color:#465f73;cursor:pointer;border-bottom:0;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}

.hidden{display:none;}*/
a{margin: 0}
.sales-table{
  text-align: center;
  font-family: "GothamPro";
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #dadada;
  background-color: #efefef;
  padding-bottom: 15px;
}
.sales-table:before,
.products-table:after {
  content: "";
  display: table;   
}
.sales-table:after {
  clear: both;
}
.sales-table .gh{         
  background-color: #fff; 
  border: 1px solid #dadada;
  border-radius: 5px;  
  vertical-align: top;
  margin-left: 15px;
  margin-top: 15px;  
}

.sales-table .gh {         
  width: 100%;
  min-height: 245px;            
}


.sales-table .gh:hover{
 -webkit-box-shadow: 0px 0px 2px 0px #e85221;
  -moz-box-shadow: 0px 0px 2px 0px #e85221;
  box-shadow: 0px 0px 2px 0px #e85221;
  text-decoration: none;
}
  .sales-table .galery a {
  display: block;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 5px;
  text-decoration: underline;
}
.sales-table a:hover {
  color: #e85221; 
}
/*.sales-tablea.noimg {
  padding: 0 10px;
}
.sales-tablea.noimg span {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}*/

@media (min-width: 768px) {
  .sales-table .gh{
    float: left;
    width: 95%;
     font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sales-table .gh{
    width: 47.5%;
     font-size: 16px;
  }  
}
.galery {
  font-size: 12px;
  line-height: 19px;
  /*margin-bottom: 35px;*/
  /*position: relative;*/
  /*border: 1px solid blue*/ 
  text-decoration: none;
}
.galery:before,
.galery:after {
  content: " ";
  display: table;
}
.galery:after {
  clear: both;
}
.galery a img {
  margin: 0 5px 10px 0;
  float: left;
  width: 170px;
     max-height: 240px;   
}
/*.galery a + .c {
  margin-left: 190px;
}*/

.galery a.name {
  display: block;
  font-size: 15px;
/*  font-family: "GothamPro";*/
text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12pt;
    font-weight: 200;
  color: #232323;
  /*margin: 0 0 10px;*/
  
}
.galery a.name:hover {
  text-decoration: none;
}