
/* #Media Queries
================================================== */
/* Smaller than standard 992 (devices and browsers) */
@media only screen and (max-width: 992px) {
	#navigation {position:static;}
	.navbar-toggle {display:block; font-size:24px; margin-top:29px; margin-bottom:28px;}
	.navbar-header {float:none;}
	.navbar-collapse {position:absolute; width:100%; left:0; top:100%;}
	#topnav {float:none;}
	#topnav > li {width:50%;}
	#topnav li a {display:block; padding:7px 19px; background:none; border:none;}
	#topnav li a:after {border:none;}
	#topnav li ul {display:block!important; visibility:visible!important; position:static; padding-left:20px;
		background-color:transparent;
		-moz-box-shadow: 0 0 0 0 #000;
		-webkit-box-shadow: 0 0 0 0 #000;
		box-shadow: 0 0 0 0 #000;
	}
	
	
	
}

/* Tablet Portrait size to standard 992 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#topnav > li {width:100%;}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/* Disable menu */
#topnav ul.sub-menu {display: none;}
/* Enable dropdown menu */
#topnav ul.sub-menu {display: block;}
#topnav ul.sub-menu {display: inline; margin-left: 100px;}
#topnav ul.sub-menu {
	width: 220px;
	float: left;
}


	
	
	}

}
