@media (min-width: 768px) and (max-width: 1920px) {
	.navbar-nav > li:hover  .dropdown-menu{ 
		display:block;
		background:#e6e6e6;
	}
	.navbar-nav > li:hover{
		background:#e6e6e6;
	}
	.navbar-nav > li > a:hover{
		background:#e6e6e6;	
	}
	
	
	.dropdown .dropdown-menu li a:focus{
		color:#ffffff;
		background:url(../images/menu_arrow_white.png) left center no-repeat;
		border:0px;
	}
	.filter.minimal{
		background:#242424;
		padding:10px 10px 0px 10px;
		position:fixed;
		top:0px;
		z-index:100;
		left:50%;
		margin-left:-470px;
		z-index:100000;
	}
	.filter.minimal .title{
		display:none;
	}
	.filter.minimal .p12{
		display:none;
	}
	.filter.minimal .p25{
		display:none;
	}
	.filter.minimal .red_btn_filtr{
		font-family: OpenSans-Light;
		font-size:24px;
		color:#ffffff;
		line-height:20px;
		height:36px;
		line-height:33px;
		padding-left:12px;
		padding-right:12px;
		background:#5e5e5e;
		display:inline-block;
		text-shadow:none;	
		cursor:pointer;
	}
	.filter.minimal .col-sm-33{
		width:29%;
	}
	.filter.minimal .select{
		width:7%;
		margin-left:1%;
	}
	.filter.minimal .p20{
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 995px) {
	.filter.minimal{
		background:#242424;
		padding:10px;
		position:fixed;
		top:0px;
		left:0;
		width: 100%;
		margin-left:0;
		z-index:100000;
	}
	.filter.minimal .title{
		display:none;
	}
	.filter.minimal .p12{
		display:none;
	}
	.filter.minimal .p25{
		display:none;
	}
	.filter.minimal .red_btn_filtr{
		font-family: OpenSans-Light;
		font-size:24px;
		color:#ffffff;
		line-height:20px;
		height:36px;
		line-height:33px;
		padding-left:12px;
		padding-right:12px;
		background:#5e5e5e;
		display:inline-block;
		text-shadow:none;
		cursor:pointer;
	}
	.filter.minimal .col-sm-33{
		width:29%;
	}
	.filter.minimal .select{
		width:7%;
		margin-left:1%;
	}
	.filter.minimal .p20{
		display:none;
	}
	.discount-form input {
		width: 150px;
	}
	#region {
		width: 150px;
	}
	.my-account .page-title .pull-right {
		float: none !important;
	}

	.my-account .row.item div {
		vertical-align: top;
		min-height: 88px;
		margin-top: 5px;
	}
	.box-recent .row.item > div > * {
		margin: 0;
		position: inherit;
		top: 0;
	}
	.box-recent .row.item {
		border-bottom: 1px solid #d3d3d3;
		display: block;
		min-height: 88px;
		height: auto;
		max-height: none;
	}

}
