@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
#menu ul, #menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	display: block;
	position: relative;
	padding: 0px;
}
#menu ul:before, #menu ul:after {
	content: "";
	display: table;
}
#menu ul:after {
	clear: both;
}
#menu ul {
	zoom: 1;
}
#menu ul li {
	float: left;
	position: relative;
	margin: 0 37px;
}
#menu ul li:last-child {
	border-right: none;
	margin-right:0;	
}
#menu ul li:first-child {
	border-right: none;
	margin-left:47px;
}
#menu ul ul li:first-child {
	border-right: none;
	margin-left:0;
}

#menu ul a {
	font-family: 'Montserrat', sans-serif;
	float: left;
	padding: 5px 0;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	line-height:50px;
	text-transform: uppercase;
	/*-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
}
#menu ul ul li a {line-height:inherit;}
#menu ul ul ul li a {line-height:inherit;}

#menu ul ul li a:hover {text-decoration:none;}
#menu ul ul ul li a {text-decoration:none;}


#menu ul li:hover > a {
	text-decoration:underline;
	color: #fff;
}
#menu ul ul li:hover > a {
	background:none !important;
	color: #fff;
}

#menu ul ul {
	background-color: #000 !important;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 108px;
	margin: 30px 0 0 0;
	z-index: 1;
	background: url(../images/menu-ulbg1.png) repeat;	/*******first ul***/
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: solid 1px #fff;
}
#menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
#menu ul ul li {
	float: left;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	padding: 0 !important;
	margin: 0;
}
#menu ul ul a {
	padding: 15px 25px;
	display: block;
	float: none;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff !important;
}
#menu ul ul li a:hover {
	color: #fff;
	background-color:#333333 !important;
}
#menu ul ul ul {
	background-color: #000;
	top: 154px;
	padding:20px 0;
	width:auto;
	margin:30px 0 0 0;
	left:inherit;
	right:inherit;
}
#menu ul ul ul li img {
	display: block;
	margin: 0 auto 0 auto;
}
#menu ul ul ul li
{
	width:250px;
	display:block;
	float:left;
}
#menu ul ul ul a {
	display: block;
	float: none;
	text-transform: uppercase;
	font-size: 12px;
	text-align:center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff !important;
	opacity:0.5;
}
#menu ul ul ul a:hover
{
	opacity:1;
	color: #fff !important;
	background:none !important;
}

/* Mobile */
#menu-trigger {
	display: none;
}
@media screen and (max-width: 1200px) {
/* nav-wrap */
#menu-wrap {
	position: relative;
}
#menu ul {
	height: inherit !important;
}
#menu ul li:hover > a {
	border-bottom: none !important;
}
#menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* menu icon */
#menu-trigger {
	font-family: 'Montserrat', sans-serif;
	display: block; /* show menu icon */
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 0 0 20px;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	font-size: 14px;
	border-top: solid 1px #fff;
	font-weight:700;
}
#menu-trigger:hover {
	background-color: #252525;
	color:#fff;
}
/* main nav */
#menu ul {
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index:1001;
	background-color: #000;
	display: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #fff;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}
#menu ul li:first-child {
	border-right: none;
	margin-left:0;
}
#menu ul li:hover > a {
	background:none;
	color: #fff;
	text-decoration:underline;
}

#menu ul ul {
	border-top: none;
}
#menu ul:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
#menu ul ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul ul ul {
	margin: 0 0 0 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none !important;
	position: static;
}
#menu ul li {
	position: static;
	display: block;
	float: none !important;
	border: 0;
	margin: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 0 !important;
}
#menu ul a {
	display: block;
	float: none;
	padding: 0;
	color: #fff;
	font-size: 13px;
}
#menu ul ul a {
	padding: 0;
	width: auto;
}
#menu ul ul a:hover {
	background: none !important;
}
#menu ul ul li a:hover {
	background: none !important;
}

#menu ul ul li:first-child a:after, #menu ul ul ul li:first-child a:after {
	border: 0;
}
#menu ul li a img {display:none;}
#menu ul a {line-height:inherit;}
}
/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu ul li:hover > .no-transition {
	display: block;
}
