@charset "utf-8";
/*
Theme Name: ClubDomCash Responsive Stylesheet
CSS/Theme URI: http://www.clubdomcash.com/
Description: Designed by ClubDomCash
Version: 1.0
Author: ClubDomCash
Author URI: http://www.clubdomcash.com/
*/

/* Tablet Portrait size to standard 960 */
@media only screen and (max-width: 959px) {

}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
	#menu ul { display:none; }
	select.dropdown { display:inline-block; width:100%; margin-left:0px; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	select.dropdown { width:100%; }
}