.modgl:hover {
	cursor:pointer;
}
.btnbuy {
	margin-top:16px;
}
.hnomarg {
	margin-top:0px!important;
}
@font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }

span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }

.iconurl {
	max-width:40px;
	max-height:40px;
	margin-right:5px;
}
.paytable{
	width:100%;
}


.footcopy {
	display:block;
	text-align:center;
	font-size:11px;
}
.foot {
	margin-top:20px;
}

.part_link img
{
 width:200px;
}
.menuad {
 text-align:center;
}
.footad {
 text-align:center;
}
#loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../img/ajax-loader.gif')
                50% 50%
                no-repeat;
}

.CodeMirror {
  border: 1px solid #eee;
  height: 85vh;
  margin-bottom: 20px;
}

.itemlink {
 display:inline-block;
 width: 100%;
 color: white;
 font-size: 15px;
}

.itemlink:hover {
 text-decoration: none;
 color: white;
 font-size: 16px;
 transition: 1s;
 color: wheat;
}

.savefile {
 float:right;
   display:inline-block;
}

#filename {
    margin: 10px !important;
    margin-top: 0px !important;
    font-size: 24px;
   display:inline-block;
}

#coupon {
   float: right;
    margin-bottom: 0px;
    font-size: 11px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
        margin-right: 50px;
}
.cpnin {
 margin-top:0px !important;
}
#coupon:hover {
    cursor:pointer;
}

.saveblock {
 width:100%;
   height:auto;
}
.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:10px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}

.mb20 { margin-bottom: 20px; } .search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result .col-md-12 { position: relative; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }
.pubcat {
  font-size:12px;
  font-weight: normal;
}
.pubbody {
  overflow: hidden;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
 color: #fff;
 background-color: #428bca;
}

.margintop20 {
    margin-top:20px;
}

.nav-pills>li>a {
border-radius: 0px;
}

.rmenu a {
text-decoration: none;
}

.rmenu a:hover {
text-decoration: none;
}


.nav-stacked>li {
margin-top: 0px;
margin-left: 0;
border-bottom:1px solid #dadada;
}

.active2 {
    border-right:4px solid #428bca;
}
.subcat span{
 margin-left:17px !important;
}
.ifullbody {
 position: relative;
 overflow:hidden;
}
.priceinfo {
 padding-left: 50px;
 position: absolute;
 top: 10px;
 right: 10px;

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}



.rating_box {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.rating_box_item {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}
.rating_star_list {
	display: flex;
    position: relative;
}
.rating_star_progress {
	position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.star__item {
    background-image: url('./star00.png');
    background-repeat: no-repeat;
    display: block;
    height: 13px;
    width: 13px;
    background-size: 13px 13px;
    margin: 0 2px;
    min-width: 13px;
}

.star__item2 {
    background-image: url('./star11.png');
}


.rating_star_list .star__item {
	height: 21px;
    width: 20px;
    background-size: 20px 21px;
    min-width: 20px;
}

.rating_box_item2 {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
}
.rating_box_item2_r {
	display: inline-block;
    vertical-align: middle;
    color: #ffeb0d;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.rating_box_item2 .rating_box_item2_r{
	font-size: 20px;
    line-height: 100%;
}

.rating_box_item3 {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
}

.rating_box_item3 a{
	font-size: 18px;
	color: #52f5b3;
	text-decoration: none;
      font-family: 'Roboto Condensed', sans-serif;
}
.rating_box_item3 a:hover{
	color: #52f5b3;
	text-decoration: underline;
}
.rating_box_item4 {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
}

.rating_box_item4 .star__item, .rating_box_item4 .star__item2{
cursor: pointer;
text-align: center;
width: 20px;
height: 21px;
display: inline-block;
background-size: 20px 21px;
}

.rating_box_item5 {
	color: #52f5b3;
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-left: 10px;
}