@media screen and (max-width:1023px){
    div#header{
    padding:15px 12px;
    }
    div#content{
      padding: 0 12px;
    }
    div#breadcrumbs {
    margin: 0px 0px 20px;
	}
    
    h2 {
    margin: 0 0 5px 0;
	}
    
    div#header div#user-greating {
        padding-right: 12px;
    }
    div#header form input.textbox {
    	width: 175px;
    }
    /* @responsive changes for left and right panels */
    
    .middle-panel {
    width: 78%;
     min-height:65px;
    }
    .noLeftNav .middle-panel{
    width:100%;
    }
    .noLeftNav .right-panel{
    border-top:none;
    }
	.right-panel,.main-contents>div.right-panel {
    width: 78%;
    margin-top: 0;
    min-height: 20px !important;
    float: right;
	}
    .product-range, .product-range-center {
    max-width: 49%;
	}
    .product-range:nth-child(3n+1) {
    clear: none;
	}
    .product-range:nth-child(2n+1) {
    clear: both;
	}
    .right-panel.level2, .middle-panel.level2 {
    margin-top: 0;
	}
    .middle-panel.level2 {
        float: right;
    }
    
    #story-wrapper img{
        max-width: 115%;
        min-height: 210px;
    }
    
}
@media screen and (max-width:767px){
    
    div#header {
        padding: 15px 12px 5px;
    }
    .swiper-container.swiper-container-horizontal,#story-wrapper{
     margin:0 -12px;
    }
    div.story-heading-content {
        max-width:280px;
    }    
    
    div#header form input.textbox {
    	width: 200px;
    }
    
    div#content {
    min-height: 50px;
	}
    
    div.story-heading-content {
    top: 15px;
    left: 10px;
	}
    div.story-heading
    {
    line-height: 33px;
    }
    
    div#single-promo-wrapper, div#double-promo-wrapper {
    margin-top: 20px;
	}
    .left-panel {
        width: 35%;
        padding-right: 15px;
    }
     .middle-panel,.right-panel,.main-contents>div.right-panel,.main-contents>div.right-panel2 {
    width: 65%;
    }
    .main-contents>div.right-panel2.bottomMenu.right-panel2.bottomMenu{
    width:100%;
    }
    
    .product-range, .product-range-center {
    max-width: 48%;
    width: 100%;
    margin-right: 15px;
    }
    .product-range:nth-child(even){
     margin-right: 0;
    }
    
    #story-wrapper img {
        max-width: 115%;
        min-height: 135px;
    }
   	 #story-wrapper div.story-heading-content {
        top: 15px;
         text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.38);
         -moz-text-shadow:  1px 0px 0px rgba(0, 0, 0, 0.38);
         -webkit-text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.38);
    }
    
    div.story-heading {
        font-size: 30px;
    }
    
    
}
@media screen and (max-width:479px){
    
    div#header div#user-greating {
        padding-right: 7px;
    }
    
    div#navigation.left-panel {           
        	display:none;        
        }
    
    .middle-panel, .right-panel, .main-contents>div.right-panel, .main-contents>div.right-panel2 {
        width: 100%;
    }
    
    div.product-selector {
        margin: 15px 0 20px;
    }
    
    .product-range, .product-range-center {
   	 	max-width: 100%;
        margin-bottom: 0;
    }
    
    form#login div.username, form#login div.forgot,#login-template form#login div.password, #login-template form#login div.submit {
        float: none;
        margin-left:0;
    }
    form#login input.textbox {
        width: 100%;
    }
    #login-template .forgotPswrd form#login div.submit {
        margin: 15px 0 0;
    }
    
    div#footer-wrapper{
      padding-top: 6px;
      background-position: 0 50px;
    }

    #footer-links a:nth-child(5)
    {
        clear:left;
    }
    #footer-cont{
    padding-top:10px;
    }
    #footer-cont>div{
    float:none !important;
    clear:both;
    text-align:center;
    padding-top:5px;
    }
  
}
