    

    @media only screen and (min-width: 768px) {
		
		#top .dropdown-wraper {float: right; margin-top: 3px;}
		
		#top .dropdown-info {position: absolute; min-width: 500px;}
		
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
				
		#top .dropdown-wraper {width: 100%;}
		
		#top .dropdown-info {position: relative; width: 100%;}
		
	}

	
	
	.dropdown-wraper {display: inline-block;}
	

	
	
	.dropdown-info {display: none; top: 50%; padding: 60px 75px; width: 100%; background: #ffffff; box-shadow: 0 8px 1035px rgba(0,0,0,0.28); z-index: 99;}
	
