.posts 
{
  margin-top: 20px; 
}

.blockposts 
{
  clear: both; 
}

hr 
{
  border: none; 
  border-bottom: dashed 1px #dfdfdf; 
}

.hrtop 
{
  border: none;
  background: url("../images/shadow-top-center.png") no-repeat top;
  height: 20px;
  clear: both;
  margin: -8px 0 10px 0;
}

.hrbottom
{
  border: none;
  background: url("../images/shadow-bottom-center.png") no-repeat top;
  height: 20px;
  clear: both;
  margin: 10px 0 -8px 0;
}


.hrpage
{
  border: none;
  background: url("../images/product-shadow.png") no-repeat top;
  height: 20px;
  clear: both;
  margin: 0 0 0 0;
}

.thumb 
{
  overflow: hidden;
  margin: 0 5px 5px 5px;
  flex-basis: 100%;
}

.thumb img
{
  width: 100%;
}

.thumbs50 img
{
  width: 49%;
}

.links-list
{
  border-top: dashed #b5b5b5 1px;
  border-bottom: dashed #b5b5b5 1px;
  padding: 10px 0;
  margin: 15px 0 25px 0;
}
.links-list .img
{
  margin: 0;
}
.links-list li {
  margin: 0 10px;
}
/***** Ссылки под шапкой *****/
.catlinks
{
 
}
.catlinks-right
{
    float: right;  
}

.catlinks-left
{
    float: left;  
}

.catlinks .catlink
{
  float: right;
  clear: both;
  overflow: hidden;
 /* background: linear-gradient(to left, #fff, #cacaca);
  -moz-border-radius: 18px 0 0 18px;
  -webkit-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
  padding: 1px;
  -moz-box-shadow: 0 2px 15px -5px #9d9d9d;
  -webkit-box-shadow: 0 2px 15px -5px #9d9d9d;
  box-shadow: -5px 2px 10px -5px #9d9d9d;
  margin: 0 0 10px 0; */
}

.catlinks-left .catlink
{
  float: left;
  clear: both;
  overflow: hidden;
 /* background: linear-gradient(to right, #fff, #cacaca);
  -moz-border-radius: 0 18px 18px 0;
  -webkit-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0;
  padding: 1px;
  -moz-box-shadow: 5px 2px 10px -5px #9d9d9d;
  -webkit-box-shadow: 5px 2px 10px -5px #9d9d9d;
  box-shadow: 5px 2px 10px -5px #9d9d9d;
   margin: 0 0 10px 0;*/
}

.catlinks .catlink .body
{
  border-right: none;
 /* -moz-border-radius: 18px 0 0 18px;
  -webkit-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
  background: #fff;
  background: linear-gradient(to left, #fff, #f5f5f5);
  display: block;*/
  padding: 3px 0 7px 15px;
}



.catlinks-left .catlink .body
{
  border-right: none;
  /*-moz-border-radius: 0 18px 18px 0;
  -webkit-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0;
  background: #fff;
  background: linear-gradient(to right, #fff, #f5f5f5);
  display: block;*/
  padding: 3px 15px 7px 0;
}

.catlinks .catlink .marker
{  
  background: transparent url("../images/1479004495_product-icons3.png") no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  margin: 5px 5px 0-5px;
}


/***** Отзывы с форумов *****/
.forums-human
{
  width: 100%;
  height: 200px;
  background: url(../images/reviews-human.png) no-repeat 50% top;
}
.forum .heading 
{
  overflow: visible;
  padding: 3px 0 2px 0;
}
.forum img
{
  width: 100%;
}
.forum .heading .forum-header
{
  font-weight: bold;
  border: solid 1px #dfdfdf;
  bordr-bottom: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;  /* свойство для тех кто его поддерживает */
  -moz-border-bottom-left-radius: 0px;  /* для firefox */
  -webkit-border-bottom-left-radius: 0px;  /* для Safari и Chrome */
    border-bottom-right-radius: 0px;  /* свойство для тех кто его поддерживает */
  -moz-border-bottom-right-radius: 0px;  /* для firefox */
  -webkit-border-bottom-right-radius: 0px;  /* для Safari и Chrome */
  background: #ececec;
  display: block;
  float: left;
  padding: 2px 10px 2px 2px;
  margin: -2px 10px -5px 0;
  overflow: hidden;
}
.forum .heading .forum-header img
{
  background: #fafafa;
  padding: 4px;
  width: 20px;
  border-right: solid 1px #dfdfdf;
  height: 20px;
  margin: -2px 10px -2px -2px;
  float: left;
}
.forum .heading a 
{
  font-weight: bold;
  font-size: 14px;
}
.forum .edit
{
   float: right;
   margin-top: 5px;
}
.forum
{
  overflow: hidden;
  background: transparent url("../images/product-shadow.png") no-repeat bottom; 
  margin: 0 10px;
}
.forum .story
{
  overflow: hidden;
  margin-bottom: 20px;
  margin: 3px 0 32px 0;
  padding: 0px 8px 8px 10px;
  background: #f7f7f7 url("../images/shadow-bottom-center.png") no-repeat top right;
}
.forum .story .story-body img
{
  max-widht: 1080px;
}

.forum-add
{
  clear: both;
  margin: 10px 10px 0 10px;
}
.forum-add .forum-header
{
  font-weight: bold;
  border: solid 1px #dfdfdf;
  bordr-bottom: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  display: block;
  float: left;
  clear: both;
  padding: 2px 10px 2px 2px;
  margin: -2px 10px 10px 0;
  overflow: hidden;
}
.forum-add .forum-header img
{
  background: #fafafa;
  padding: 4px;
  width: 20px;
  border-right: solid 1px #dfdfdf;
  height: 20px;
  margin: -2px 10px -2px -2px;
  float: left;
}
.forum-add a
{
  font-weight: bold;
  font-size: 13px;
}


.buy_popup
{
  position:fixed;
  height:100%;
  width:100%;
  z-index:10000;
  top:0;
  left:0;
  display:none;
}
.buy_popup_bg
{
  background:rgba(0,0,0,0.4);
  position:fixed;
  z-index:11000;
  height:100%;
  width:100%;
}
.buy_popup_form
{
  position:fixed;
  margin: 100px 0 0 -300px;
  left: 50%;
  top: 50%;
  z-index:11610;
  width:600px;
}


.popup 
{
  position:fixed;
  height:100%;
  width:100%;
  z-index:600;
  top:0;
  left:0;
  display:none;
}

.popup_bg 
{
  background:rgba(0,0,0,0.4);
  position:fixed;
  z-index:600;
  height:100%;
  width:100%;
}
  

.form 
{
  position:fixed;
  margin: 0 0 0 -300px;
  left: 50%;
  top: 50%;
  z-index:610;
  width:600px;
}

.addcomments
{
  margin: -45% 0 40% 0;
  padding: 0;
  padding: 0;
  background:#FFFFFF;
  border:1px solid #666666;
  -moz-box-shadow: 0 0 15px -5px #000;
  -webkit-box-shadow: 0 2px 15px -5px #000;
  box-shadow: 0 0 10px -5px #000;
}

.addcomments .mbox
{
  overflow: hidden;
  padding: 10px;
  border-bottom: dashed 1px #bbbbbb;
}
.addcomments .bottom
{
  overflow: hidden;
  padding: 10px;
}
.addcomments .addcomments-head
{
  font-size: 15px;
  font-weight: bold;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #5c5c5c;
  background: url('../images/popup_bg.jpg') repeat-x left bottom #f5f5f5;
  padding: 15px 20px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.addcomments .body
{
  background: url('../images/body_bg.jpg') repeat-x left bottom #f5f5f5;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lastcomment
{
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  color: #5a5a5a;
  margin-bottom: 10px;
  background: transparent url("../images/shadow-top.png") no-repeat bottom right; 
}
.lastcomment a 
{
  font-size: 16px;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
    
.tooltip .tooltiptext {
  visibility: hidden;
  width: 450px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 50px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  transform: translateX(-15%);
  opacity: 0;
  transition: opacity 0.3s;
}
    
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Larger than Desktop HD */
@media (max-width: 1200px) {

}

/* Larger than desktop */
@media (max-width: 1000px) {

}

/* Larger than tablet */
@media (max-width: 750px) {
  .forum
  {
    background: transparent url("../images/product-shadow-750.png") no-repeat bottom;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .forum
  {
    background: transparent url("../images/product-shadow-550.png") no-repeat bottom;
  }
  .forum .heading .forum-header {
    border: none;
    background: none;
    float: none;
    padding: 4px 10px;
    margin: 0 0 3px 0;
    background: transparent url("../images/shadow-top.png") no-repeat bottom right;
  }
  .forum .postlink {
    padding: 0 10px;
  }
  .newsstory {
    background: #fafafa url("../images/shadow-bottom.png") no-repeat top right;  
  }
  .forum {
    margin: 0;
  }
  .forum .heading .forum-header img {
    border: solid 1px #dfdfdf;
    margin: -2px 10px -2px -9px;
  }
  .buy_popup_form
  {
    margin: -30px 0 0 -45%;
    width:90%;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {
  .forum
  {
    background: transparent url("../images/product-shadow-400.png") no-repeat bottom;
  }
  .buy_popup_form
  {
    margin: -30px 0 0 -45%;
    width:90%;
  }
}
