/* NCAA MAIN MENU */

/* MEGA DROP DOWN */

.ncaa-menu > li > div {
	position: absolute;
	left: -180px;
	top: 65px;
	display: none;
	background: rgba(76,76,76,0.9);
	padding: 20px 10px 0;
	overflow: hidden;
	width:976px;
}
.ncaa-menu > li > div p { color: #666; }
.ncaa-menu > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { font-size: 80%; }

header#ncaa-header {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	height: 65px;
	width: 100%;
	z-index: 9999999;
	font-size: 12px;
}

.ncaa-menu {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

header#ncaa-header a#logo {
	position: absolute;
	top: 19px;
	left: 1.5em;
}

header#ncaa-header nav {
	position: absolute;
	left: 200px;
}
header#ncaa-header nav li {
	display: block;
	float: left;
	margin:0 1.5em;
	text-align: center;
}

header#ncaa-header nav a {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400;
	font-size: 15px;
	line-height: 65px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
}

header#ncaa-header nav a:hover {
	color: #D0E2EC;
}
.navhide {
	display:block;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.navhide {
	display:none !important;
	}
	.more {
	width:90% !important;
	}
	#ncaa-mainnav {
	width:100% !important;
	}
	#ncaa-logo img {
	width:200px;
	}
	#ncaa-nav {
	height:90px !important;
	}
	#ncaa-nav a {
	font-size: 30px !important;
	line-height: 85px !important;
	}
	#ncaa-nav ul li {
	float: right !important;
	}
	#ncaa-nav ul ul {
	top: 90px !important;
	}
		
}
	
	
	
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
	.navhide {
		display:none !important;
	}
	.more {
	width:90% !important;
	}
	#ncaa-nav {
	height:60px !important;
	}
	#ncaa-logo img {
	width:100px !important;
	}
	#ncaa-nav a {
	font-size: 20px !important;
	line-height: 55px !important;
	}
	#ncaa-nav ul ul {
	top: 60px !important;
	}
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.navhide {
	display:block;
}
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.navhide {
	display:block;
}

}
