.rnav-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 10px 10px;
}
.rnav { 
	float: right; max-width: 60em;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.rnav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	z-index:9999;
	display: inline-table;
	line-height:20px;
}
.rnav > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #efefef;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.rnav ul:after {
	content: ""; clear: both; display: block;
}
.rnav ul li {
	padding: 0px;
	border-right:1px solid #313131;
}
.rnav > ul > li { 
	display: inline-block;
}
.rnav ul li a { 
	display: block;
	text-decoration: none;
	color: #313131;
	font-size: .9em;
}

.rnav ul li > a { 
	/*height:58px;*/
	padding: 0px;
	font-family: "proxima-nova-alt-condensed",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#313131!important;
	font-size:1.15em;
}
.rnav ul li{
	padding-left:28px;
	padding-right:28px;
}
.rnav ul li:first-child{
	padding-left:0px;
}

.rnav ul li:last-child{
	border:0px;
}

.rnav ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #efefef;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.rnav ul li:hover > ul {
	display: block;
}
.rnav ul ul > li {
	position: relative;
}
.rnav ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	background-color: #efefef;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.rnav ul ul > li a:hover {
	background-color: #ccc;
	background-color: rgba(231, 231,231, 0.9);
	color: #333;
}
.rnav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}


@media screen and (max-width: 768px) {
    
    a.rnav-link {
		display: block;
		color: #333;
		background-color: #efefef;
		background-color: rgba(239, 239,239, 1);
		font-weight:bold;
		position:absolute;
		right:10px;
		top:10px;
	}
	.rnav {
		clear: both;
		min-width: inherit;
		float: none;
		width:100%;
	}
	.rnav, .rnav > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #efefefef;
	}
	.rnav > li > ul.sub-menu {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	.rnav.active, .rnav > ul ul.active {
		max-height: 55em;
	}
	.rnav ul {
		display: inline;
	}
	.rnav > ul {
		border-top: 1px solid #808080;
	}
	.rnav li, .rnav > ul > li {
		display: block;
	}
	.rnav li a {
		color: #000;
		display: block;
		padding: 0.8em;
		position: relative;
	}
	.rnav li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0.8em 0.5em;
	}
	.rnav li.has-submenu > a.active:after {
		content: "-";
	}
	.rnav ul ul > li a {
		background-color: #efefef;
		padding: 5px 18px 5px 45px;
	}
	.rnav ul ul, .rnav ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
	.rnav ul li{
		padding: 5px 0px;
		margin:0px;
		border:0px;
	}
	
	.rnav ul li:hover{
		background:#fff;
	}
	
	.rnav ul li:first-child{
		list-style-type:square!important;
		border-top:1px solid #ccc;
		padding-top:10px;
	}
}






































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
