 /* 
Theme Name: Oceaneering
Theme URI: 
Description: WordPress theme for Oceaneering
Author: 
Author URI: 
Version: 1.0 */ 
@import url('css/animate.min.css');  
@import url('css/normalize.css');  
@import url('css/customization.css');  
@import url('css/template.css');  
@import url('css/responsive.css');
@import url('css/design_oii.css');

.wrapper {
	position: relative;
}
.nav-collapse, .navbar .nav {
	position: inherit;
}
.navbar .nav li .expand {
	background: #e8eaed;
	width: 960px;
	position: absolute;
	left: 0;
	text-align: left;
	z-index: 1000;
	padding: 22px;
	margin-top: 20px;
/*	display: block;
	opacity: 1;*/
	display: none;
	opacity: 0;
	height: 580px;
}
#nav .navbar .nav li.expandable:hover,
#nav .navbar .nav li.expandable.hover {
	background: #e8eaed;
	padding-bottom: 20px;
}
#nav .navbar .nav li.expandable.show-expand .expand {
	display: block;
	opacity: 0;
} 
.navbar .expand h3 {
	border-bottom: 1px solid #0e2243;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	color: #011846;
}
.navbar .expand .nav-wrap {
	/*width: 245px;*/
	padding-right: 18px;
	float: left;
	position: relative;
}
.navbar .expand .nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
	padding-right: 10px;
	border-right: 1px solid #0e2243;
}
.navbar .expand .nav-wrap ul li {
	
}
.navbar .expand .nav-wrap ul li a {
	color: #011846;
	display: block;
	padding: 3px 10px;
	font-size: 18px;
	font-weight: bold;
}
.navbar .expand .nav-wrap ul ul li {
	padding-left: 5px;
}
.navbar .expand .nav-wrap ul ul li a {
	font-size: 15px;
	font-weight: normal;
	padding: 2px 10px;
}
/* level 1 */
#nav .navbar .expand .nav-wrap ul li a:hover{
	text-decoration: none;
	background: #011846;
	color: #fff;
	font-weight: bold;
}
/* level 2 */
#nav .navbar .expand .nav-wrap ul ul li a:hover,
#nav .navbar .expand .nav-wrap>ul>li>ul>li.hover>a  {
	font-weight: normal;
	background: #011846;
	color: #fff;
}
#nav .navbar .expand .nav-wrap ul ul ul li a:hover,
#nav .navbar .expand .nav-wrap>ul>li>ul>li>ul>li.hover>a  {
	font-weight: normal;
	background: #011846;
	color: #fff;
}
.navbar .expand .nav-hover-content {
	margin-left: 245px;
/*	border-left: 1px solid #0e2243;*/
	padding-left: 20px;
}
.navbar .expand .nav-hover-content img {
	display: block;
	margin-bottom: 15px;
	
}
.navbar .expand .nav-wrap ul ul ul {
	position: absolute;
	left: 245px;
	top: 0;
	display: block;
	z-index: 2000;
	width: 240px;
	padding-right: 10px;
	display: none;
	height: 375px;
}
.navbar .expand .nav-wrap ul ul li.hover ul {
	display: block;
}
.nav-hover-content .title {
	color: #011846;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.nav-hover-content .small {
	margin-left: 240px;
}






@media (max-width: 767px) { 
	#nav .navbar .nav li.expandable:hover,
	#nav .navbar .nav li.expandable.hover {
		padding-bottom: 0px;
	}
}