.center-adv img {

	margin-left: 10px;
	margin-bottom: 10px;
	/*border: 1px solid;*/
	border-radius: 10px;
}

.adv-column:first-child{
	margin-left:0px;
}
.adv-column .top-adv{
	height:9px;
	width:100%;
	/*background:url(../images/top-adv.png) no-repeat;*/
}
.adv-column .center-adv{
	/*background: url("../images/bg_adv.png") repeat-y scroll 0 0 transparent;*/
    padding: 0 5px;
}
.adv-column .bottom-adv{
	height:9px;
	width:100%;
	/*background:url(../images/bottom-adv.png) no-repeat;*/
}
.banners a{
	display: block;
}
.left .banners a {
    margin-bottom: 15px;
}
.banners.banners-default.block_inner.block_banner_banner > a {
    margin-bottom: 12px;
}
.banner-title {
  font-size: 18px;
  color: #3d3d3d;
  font-family: "MyriadPro-Semibold";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
  font-weight: normal;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.content_pos2 .banner-content {
  width: 33.333333333333%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  float: left;
}
.content_pos2 .img-old{
    border-radius: 4px;
}

.content_pos2 .banner-title{
    background: url('../images/bg-banner-pos3.png') no-repeat center 0px;
     padding: 9px 0px;
}

.wapper-content-right .banner-title{
    background: url('../images/bg-banner-right.png') no-repeat center 0px;
     padding: 6px 0px;
}
.wapper-content-right .banner-content {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}
.content_pos3 .banner-content {
      
}

@media only screen and (min-width:768px){
    .content_pos2 .img-old , .wapper-content-right .img-old ,.left .img-old{
        height:auto;
    }
    .wapper-content-right .banner-title ,.left .banner-title{
        font-size: 14px;
    }
}
@media only screen and (min-width:992px){
    
    .content_pos2 .img-old{
        height:200px;
    }
    .wapper-content-right .banner-title , .left .banner-title{
        font-size: 18px;
    }
}
@media only screen and (min-width:1200px){
    
    
}
@media only screen and (max-width:767px){
    .content_pos2 .img-old {
        height:auto;
    }
    .banner-title {
      font-size: 14px;
    }
    .wapper-content-right , .left .banner-content{
      display: none;
    }
     
}
@media only screen and (max-width:600px){
    .content_pos2 .banner-content{
      width: 100%;
      margin: 0px auto;
      float: none;
      text-align: center;
      margin-bottom: 15px;
    }
}
@media only screen and (max-width:480px){
    
}