/* General styles for all menus */
.cbp-spmenu {
	position: absolute;
	float:right;
	width:1px;
	overflow:hidden;
	right:0px;
}

.cbp-spmenu h3 {
	padding: 20px;
	margin: 0;
	line-height:28px;
background: url(../images/site/bgtop.jpg) top left repeat-x;
font-family: 'Keania One', Arial, cursive;
	font-size:24px;
	font-weight:bold;
	color:#fccc0e;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 2px #000;
	background-color:#F00;
}


.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

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

.cbp-spmenu-vertical {
	width: 580px;
	height: auto;
	top: 0;
	z-index: 1000;
}


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

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

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

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -620px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){


	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}


	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.main > section {
	max-width: 260px;
	width: 90%;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
	margin-bottom:30px;
}

.main > section button {
	border: none;
background: rgba(41,40,41,1);
background: -moz-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,40,41,1)), color-stop(50%, rgba(94,94,94,1)), color-stop(100%, rgba(33,33,33,1)));
background: -webkit-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -o-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -ms-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: linear-gradient(to right, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292829', endColorstr='#212121', GradientType=1 );

color: #fff;
	padding: 10px;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 14px;
	font-weight:bold;
}

.main > section button:hover {
	background: #F00;
}

.main > section button.active {
background: rgba(41,40,41,1);
background: -moz-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,40,41,1)), color-stop(50%, rgba(94,94,94,1)), color-stop(100%, rgba(33,33,33,1)));
background: -webkit-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -o-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: -ms-linear-gradient(left, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
background: linear-gradient(to right, rgba(41,40,41,1) 0%, rgba(94,94,94,1) 50%, rgba(33,33,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292829', endColorstr='#212121', GradientType=1 );
}
.main > section button.active:hover {
	background: #F00;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}
