﻿/* menus */
.cbp-spmenu {
	background: #bebebe;
	position: fixed;
    width:100%;
    height:100%;
    float:right;
    text-transform:uppercase;
    
}

.cbp-spmenu h3 {
	color: #FFFFFF;
	font-size: 1.9em;
	margin: 0;
	font-weight: 300;
	background: #3F4444;
}


.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
    color:#3F4444;
    text-decoration:none;
}

.cbp-spmenu a:hover {
	background: #ededed;
    text-decoration:none;
}

.cbp-spmenu a:active {
	background: #ededed;
	color: #3F4444;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #9fa1a1;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 80%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: right;
}

.cbp-spmenu-horizontal a {
	float: right;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}


