nav#menu-nav{
	margin:0 0 30px 0;
	background: #bad25a;
}
a.menu-btn{display:none; }

.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;font-family: 'Open Sans', sans-serif;
}

.cbp-tm-menu {
	display: block;
	position: relative;
	z-index: 102;
	width: 100%;
	text-align: left;
	margin:0;
}

.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.cbp-tm-menu > li > a {
	line-height: 50px;
	padding: 0 0.3em;
	font-size: 13px;
	font-weight:600;
	display: block;
	color: #fff;
}

.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
	color: #6e8900;
}

.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
	width:215px;
	left:0;
	margin:0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 0;
}

.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}

.cbp-tm-submenu:after {
	border:none;
	border-color: transparent;
	border-width: 5px;
	margin-left:0;
	left:0;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #bad25a;/*6e8900*/
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color:#bad25a;
}

.cbp-tm-submenu > li {
	display: block;
	background: #bad25a;
}

.cbp-tm-submenu > li > a {
	padding: 8px 2.3em 8px 0.6em;
	display: block;
	font-size: 12px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #6e8900;
}
.cbp-tm-show.cbp-tm-show-below a{color:#6e8900;}
.cbp-tm-show.cbp-tm-show-below ul li a{color:#fff;}
.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}



@media screen and (max-width:769px) {
	nav#menu-nav{
	margin:0 0 10px 0;
	background:none;
}
	.cbp-tm-menu {
		font-size: 100%;
		position: relative;
		text-align: center;
		padding: 0;
		top: auto;
		display:none;
padding-left: 5px;
padding-right: 5px;
background:none;	
	}
	
	a.menu-btn{font-family: 'Open Sans', sans-serif;display:block;line-height: 50px;padding: 0 5px;font-size: 13px;font-weight: 600;display: block;color: #fff;background: #bad25a;border-bottom: 1px solid #fff;text-align:center;margin: 10px 0 0 0;}
	a.menu-btn:hover{background: #a5bc4b;}

	.cbp-tm-menu > li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	.cbp-tm-menu > li:first-child {
	}

	li.cbp-tm-show > a,
	.no-touch .cbp-tm-menu > li > a:hover,
	.no-touch .cbp-tm-menu > li > a:active {
		color: #fff;
		background: #a5bc4b;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 2.3em 0.6em 1.6em;
		border: none;
		border-bottom: 1px solid #fff;
		background:#a5bc4b;
	}


	.cbp-tm-submenu:after {
		display: none;
	}

	.cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.cbp-tm-show.cbp-tm-show-below a{color:#fff;}

}

/*=============================================================
SCROLL BAR
=============================================================*/

/* rollbar paths style */
.rollbar-content{position:relative!important;}
.rollbar-path-vertical, .rollbar-path-horizontal {
	position: absolute;
	background-color: #eee;
	background-color: rgba(220,220,220,0.5); 
	z-index: 100;
}

.rollbar-path-horizontal {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
}

.rollbar-path-vertical {
	right: 5px; 
	top: 0; 
	height: 100%; 
	width: 10px; 
}

.rollbar-path-vertical {
 	box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
}

.rollbar-path-horizontal {
 	box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
}


.rollbar-handle{
	position: relative;
	top: 0;
	left: 0;
	background-color: #8fab1d; 
}

.rollbar-path-vertical .rollbar-handle {
	height: 20%;
	width: 100%;
} 

.rollbar-path-horizontal .rollbar-handle {
	width: 20%;
	height: 100%;
}

.rollbar-path-vertical,
.rollbar-path-horizontal,
.rollbar-handle {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.marg{
	margin-left:15px;
	
}


/*=============================================================
PRESENCIA
=============================================================*/
