/* General styles for all menus */
.cbp-spmenu {
	background: #211E1E;
	position: fixed;
    overflow:auto;
	
}

.cbp-spmenu h3 {
	color: #ccc;
	font-size: 1.9em;
	height: 81px;
	margin: 0;
	font-weight: 300;
	background: #211E1E;
	border-bottom: 1px solid #333;e
}

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

.cbp-spmenu a:hover {
	background: #434343;
	color:#fff;
}

.cbp-spmenu a:active {
	background: #434343;
	color: #ccc;
}

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

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

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

.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;
}

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

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

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

.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: 220px;
}

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

/* 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-vertical {
		font-size: 90%;
		width: 220px;
	}

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

	.cbp-spmenu-push-toright {
		left: 220px;
	}
}
#remove {
    float: left;
    height: auto;
    font-size: 23px;
    margin: 0px 0% 0px 0px;
    clear: none;
    width: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(240, 255, 0);
    font-family: verdana;
    text-align: center;
    text-indent: 0px;
    color: rgb(0, 0, 0);
    padding: 26px 20px;
    box-shadow: none;
    border-style: none;
}

#remove:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s ease-out 0.2s;
	-moz-transition: all 0.2s ease-out 0.2s;
	-ms-transition: all 0.2s ease-out 0.2s;
	-o-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}
#remove2 {
    float: right;
    height: auto;
    font-size: 23px;
    margin: 0px 0% 0px 0px;
    clear: none;
    width: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(240, 255, 0);
    font-family: verdana;
    text-align: center;
    text-indent: 0px;
    color: rgb(0, 0, 0);
    padding: 26px 20px;
    box-shadow: none;
    border-style: none;
}

#remove2:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s ease-out 0.2s;
	-moz-transition: all 0.2s ease-out 0.2s;
	-ms-transition: all 0.2s ease-out 0.2s;
	-o-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}
