    
	@media only screen and (min-width: 990px) {
		
        #top a.dropdown-toggle.avia-button {padding: 19px 40px;}
				
	}


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 989px) {
		
		#top a.dropdown-toggle.avia-button {padding: 19px 30px;}
		
	}
	
    @media only screen and (min-width: 768px) {
		
		#top .dropdown-wraper {float: right; margin-top: 3px;}
		
		#top .dropdown {min-width: 500px;}
		
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
				
		#top .dropdown-wraper {width: 100%;}
		#top a.dropdown-toggle {padding: 19px 40px; width: 100%;}
		
		#top .dropdown {width: 100%;}
		
	}

	
	
	.dropdown-wraper {display: inline-block;}
	

	
	/* Open Buttton */
	#top a.dropdown-toggle.avia-button {display: block; margin: 0; height: 57px; text-decoration: none !important;}
	#top a.dropdown-toggle {background: #9b1414; font-size: 14px; font-weight: 700; color: #ffffff; letter-spacing: -0.25px; border: solid 1px #9b1414; border-radius: 0px;}
	#top a.dropdown-toggle:hover {background: #212121; border: solid 1px #212121;}
	#top .dropdown-toggle:before {margin-right: 15px; font-family: 'entypo-fontello'; font-size: 16px; content:'\e8a6';}
	
	
	.dropdown {position: absolute; display: none; right: 0; padding: 25px; background: #ffffff; box-shadow: 0 8px 35px rgba(0,0,0,0.28); z-index: 1;}
	
	
	
	/* Filter widget */
	
	
	/* Price Slider */
	#top .dropdown .widget_price_filter .price_slider {margin: 25px 0;}
	#top .dropdown .widget_price_filter .price_label span {font-size: 15px; font-weight: 700;}