@media (min-width: 980px) {
	.submenu {
		display: inline;
		height: 70px;
		width: 100%;
		position: absolute;
		top: 110px;
		left: 0;
		padding-top: 0px;
		background-color: rgba(0,0,0, .8);
		font-family: "Open Sans" !important;
		overflow: hidden; 
		z-index: 0;
	}
}

@media (max-width: 979px) {
	.submenu {
		display: inline;
		height: 70px;
		width: 100%;
		position: absolute;
		top: 100px;
		left: 0;
		padding-top: 0px;
		background-color: rgba(0,0,0, .8);
		font-family: "Open Sans" !important;
		overflow: hidden; 
		z-index: 0;
	}
}


.submenucontainer {
	margin: auto;
	width: 100%;
	font-family: "Open Sans" !important;

	
}

.submenuitems {
	
	text-align: center;
	/*to fix underscroll issue on long menus*/
	padding: 0px 30px;
	font-family: "Open Sans" !important;	
	width:auto;
	height:auto;
	
}

.submenuitems ul {
	list-style: none;
	padding:0;
	white-space:nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: "Open Sans" !important;

}

.submenuitems li {
	display: inline-block;
	padding: 10px 18px;
	font-size: .8em !important;
	letter-spacing: .08em !important;
	font-weight: lighter !important;
	color: white;
	font-family: "Open Sans" !important;

	
}

.submenuitems a {
	color: white;
	font-weight: lighter;
	font-family: "Open Sans" !important;

	}

.submenuitems li:hover {
	/*font-weight: bolder;
	font-style: oblique;*/
	transition: 0.25s background-color;
	-webkit-transition: 0.25s background-color;
	-moz-transition:0.25s background-color;
	background:rgba(255,255,255,.45);
	cursor:pointer;
	font-family: "Open Sans" !important;
	
}

.submenuitems li a:hover {
	color:white;
	font-family: "Open Sans" !important;
}


.submenuitems img {
	height: 33px;
	width:auto;
	
	
	
} 

.chevron-right{
	color:rgba(255, 255, 255, 0.5);
	display: inline;
	position: absolute;
	top: 0px;
	padding-top: 18px;
	padding-right: 5px;
	right: 0px;
	height: 80px;
	width: 5%;
	z-index: 100;
	font-size: 5em;
	border:none;
	text-align: left;
	background:rgba(255, 255, 255, 0);



}

.chevron-left {
	color:rgba(255, 255, 255, 0.5);
	display: inline;
	position: absolute;
	top: 0px;
	padding-top: 18px;
	padding-right: 8px;
	padding-left: 5px;
	left: 0px;
	height: 80px;
	width: 5%;
	z-index: 100;
	font-size: 5em;
	border:none;
	text-align: right;
	background:rgba(255, 255, 255, 0);


}


