/****** Romo & Chez *******/
#topnavi {
	width: 100%;
}
.menu-top {
	height: 40px;
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 200px;
	border: 1px solid #2a2a2a;
	border-radius: 22px;
}
.menu-top > li {
	float: left;
	position: relative;
}
.menu-top > li > a {
	display: block;
	padding: 0 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
}
.menu-top > li > a:hover {
	color: #ff9537;
}
.menu-top > li > a:hover {
	text-decoration: none;
}
.menu-top > li.active > a {
	color: #ff9537;
}
.menu-top > li.item-101 {
	display: none;
}
/*' 2nd level '*/
@media (min-width: 1164px) {
	.menu-top > li {
		overflow: hidden;
	}
	.menu-top > li:hover {
		overflow: visible;
	}
	.menu-top > li ul {
		height: 0;
		margin: 0;
		opacity: 0;
		position: absolute;
	}
	.menu-top > li:hover ul {
		height: auto;
		opacity: 1;
	}
	.menu-top > li ul a {
		white-space: nowrap;
	}
}
/*' Responsive '*/
@media (max-width: 1164px) and (min-width: 750px) {
	#menu-trigger {
		display: block;
		width: 45px;
		height: 45px;
		background: url(../images/menu-r.svg) center center no-repeat;
		cursor:pointer;
		position: absolute;
		right: 0;
		bottom: 8px;
	}
	.menu-top {
		height: auto;
		padding: 0;
		background: #1e1e1e;
		border: none;
		border-radius: 0 0 22px 22px;
		position: absolute;
		top: 180px;
		right: 0;
		bottom: auto;
		left: auto;
		z-index: 99;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
		-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
		box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
	}
	.menu-top li {
		float: none;
	}
}
@media (max-width: 749px) {
	#menu-trigger {
		display: block;
		width: 45px;
		height: 45px;
		background: url(../images/menu-r.svg) center center no-repeat;
		cursor:pointer;
		position: absolute;
		right: 0;
		bottom: 8px;
	}
	.menu-top {
		height: auto;
		padding: 0;
		background: #1e1e1e;
		border: none;
		border-radius: 0 0 22px 22px;
		position: absolute;
		top: 114px;
		right: 0;
		bottom: auto;
		left: auto;
		z-index: 99;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
		-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
		box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
	}
	.menu-top li {
		float: none;
	}
	.custom-social-media {
		display: none;
	}
}