/*  Simplify  - Styles - Layout 3
----------------------------------------------------*/
.window {padding:7px 30px; margin:0px 0 0;   }
 #features { padding:20px 0 0; cursor: default;
 }
.ly3,#ly3 { height:690px;	background: url("../img/bg_50.jpg") repeat-x scroll center center #191919 !important;
 }

 @media(min-width: 768px) and (max-width: 979px) { 
 
.ly3,#ly3 { height:612px;	background: url("../img/bg_50.jpg") repeat-x scroll center center #191919 !important;}


}

@media(min-width: 480px) and (max-width: 767px) { 
 
.ly3,#ly3 { height:505px;	background: url("../img/bg_50.jpg") repeat-x scroll center center #191919 !important;}

}

@media(max-width:480px) {   
.window {display:none;  }
.ly3,#ly3 { height:420px;	background: url("../img/bg_50.jpg") repeat-x scroll center center #191919 !important;}

}