@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/osl.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/os.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/osb.woff) format('woff');
}

html {
  -webkit-font-smoothing: antialiased;
}

#wrapper {
	width: 100% !important;
	min-width: 980px !important;
	max-width: 1250px !important;
	margin-left: auto;
	margin-right: auto;
}

.wrapper1 .block-height {
	width: 100% !important;
}

.wrapper1 .block-height2 {
	width: 100% !important;
}

.wrapper1 .block-height4 {
	width: 100% !important;
	min-width: 980px !important;
	max-width: 1250px !important;
}

#wrapper .footer {
	width: 100% !important;
}

.header .logo {
	max-width: 1250px;
	width: 100% !important;
}

.wrapper_cols {
	display: table;
	width: 100%;
}
.wrapper_col_l {
	display: table-cell;
	vertical-align: top;
}
.wrapper_col_c {
	display: table-cell;
	vertical-align: top;
	width:10px;
}
.wrapper_col_r {
	display: table-cell;
	width: 254px;
	vertical-align: top;
}
.banner_item_right {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	line-height:0%;
	width:250px;
	background:#ffffff;
	margin-bottom: 10px;
}
.banner_item_right .inner {
	display: table;
	margin: 0 auto;
	padding: 7px;
}

.wrapper_col_r .erid {
		text-align: right;
    font-size: 10px;
    color: #808080;
    line-height: 10px;
    padding: 4px 6px 0;
    word-break: break-word;
}



.block_trade_premium {
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);*/
	width:250px;
	box-sizing: border-box;
	background: #f0f0f0;
	border-radius: 0px;
	padding: 5px 15px 15px 15px;
	margin-bottom: 10px;
}
.block_trade_premium h2 {
	background: url('../icons/crown.png') 0 3px no-repeat;
	color:#000;
	font-size: 13pt;
	padding: 0 0 0 18px;
	border: 0;
	margin-left: -5px;
	letter-spacing: -0.03em;
}
.block_trade_premium .offer {
	font-family: "Open Sans";
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #ffffff;
    position: relative;
    display: block;
    padding: 0;
}
.block_trade_premium .offer .content {
	box-sizing: border-box;
    padding: 10px;
}
.block_trade_premium .offer:hover {
    box-shadow: inset 0 0 0 2px transparent;
}
.block_trade_premium .offer:hover .content {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3), 0 0 2px 0 rgba(0, 0, 0, .3);
    transition: box-shadow .1s ease .2s
}

.block_trade_premium .offer .premium {
	display: inline-block;
	position: absolute;
    background: url('../icons/crown.png') 0 0 no-repeat;
    width: 12px;
    height: 12px;
    top: 3px;
    right: 5px;
    
}

.block_trade_premium .offer .name {
  height: 70px;
  overflow: hidden;
}

.block_trade_premium .offer .name a {
    color: #666;
    font-size: 15px;
}

.block_trade_premium .offer .photo {
	line-height: 0%;
	height:160px;
	overflow: hidden;
	margin-bottom: 10px;
}
.block_trade_premium .offer .photo img {width:100%;}

.block_trade_premium .offer .price {
	color: #000;
	margin-bottom: 5px;
}

.block_trade_premium .offer .price .number {
	font-size: 1.4em;
	padding-right: 4px;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {

  	#wrapper {
    	min-width: unset !important;
	}

	.wrapper1 .block-height4 {
	    min-width: unset !important;
	}

	.banner_item_right {
		width: 100%;
	}
}
