@media screen and (min-width:960px) and (max-width: 1199px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    header .submenu-products .col-md-8,
    header .submenu-browse .col-md-8 {width: auto;}
    header .submenu-products .col-md-2,
    header .submenu-browse .col-md-2{width: 230px;}
    footer .lang-selector {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    footer .langBox.active {padding: 0 0 24px;}
    footer .langBox.active .lang-selector {
        height: 40px;
        padding: 15px 0 0;
    }
	 header .mainNav li:hover .submenu-products,
    header .mainNav li:hover .submenu-browse,
    header .mainNav li:focus .submenu-products,
    header .mainNav li:focus .submenu-browse {
        height: 267px;
        padding: 38px 0 34px;
        border-bottom: 3px solid #e5e5e5;
    }
	
	.newsletter .invalid-email{
        line-height: 30px;
		float: none;
		clear: both;
    }
    .success-newsletter {
        display: inline;
        margin-left: 30px;
		line-height: 20px;
    }
	
	.newsletter .container {
		padding: 0;
	}
	
	.newsletter .newsletterWraper {
		width: 450px;
		margin: 0 auto;
	}
}

@media screen and (max-width:959px) and (min-width: 768px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
    header .submenu-products .col-md-8,
    header .submenu-browse .col-md-8{
        width: 75%;
        float: left;
    }
    header .search input.text{width: 120px;}
    header .submenu-products .col-md-2,
    header .submenu-browse .col-md-2{
        width: 25%;
        float: left;
    }
    header .header-carousel{
        width: auto;
        vertical-align: top;
    }
    header .header-carousel-item{float: left;}
    header .header-carousel-item{
        padding: 0 0px;
    }
    footer .lang-selector {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    footer .langBox.active {padding: 0 0 24px;}
    footer .langBox.active .lang-selector {
        height: 40px;
        padding: 15px 0 0;
    }
	 header .mainNav li:hover .submenu-products,
    header .mainNav li:hover .submenu-browse,
    header .mainNav li:focus .submenu-products,
    header .mainNav li:focus .submenu-browse {
        height: 267px;
        padding: 38px 0 34px;
        border-bottom: 3px solid #e5e5e5;
    }
	
	.newsletter .invalid-email{
        font-size: 11px;
        letter-spacing: 0;
		float: none;
		clear: both;
    }
    .newsletter input[type="text"]{
        width: 230px;
    }
    .success-newsletter {
        clear: both;
        margin: 0;
        display: inline;
        margin-left: 30px;
    }
	
	.newsletter .container {
		padding: 0;
	}
	
	.newsletter .newsletterWraper {
		width: 450px;
		margin: 0 auto;
	}
}