@charset "UTF-8";
/* Base Styles */

/* General styles for all menus */
.cbp-spmenu {
	background: #00AF85;
	position: fixed;
	box-shadow:0 0 5px #000000;
	
	background-repeat:no-repeat;
	background-position:top left;
	
	
}

.home-link a{
	color:#ffffff;
}

.cbp-spmenu a {
	display: block;
	color: #882186;
	font-size:1em;
	font-weight: 400;
	float:none;
	text-decoration:none;
	text-align:left;
}

.cbp-spmenu a:hover {
	background-color: #882186;
	color:#ffffff;
}

.cbp-spmenu a:active {
	background: #cccccc;
	color: #882186;
}

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

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

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

.mobile-menu{
	float:none;
	padding:0;
	margin:0;
}
.mobile-menu li{
	float:none;
	padding:0;
	margin:0;
	border-bottom:0px solid #CCCCCC;
}
.mobile-menu li a{
	border:0;
	border-bottom:1px solid #CCCCCC;
}

.home-link{
	color: #ffffff !important;
	font-size: 1.2em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background-color: #882186;
	float:none;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 10;
	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: -100%;
}

.cbp-spmenu-right {
	right: -100%;
}

.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: visible;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 100%;
}

.cbp-spmenu-push-toleft {
	left: -100%;
}

/* 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-width: 35em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width:100%;
	}

}


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

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

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

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

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

#mobile-nav,
#mobile-nav ul,
#mobile-nav li,
#mobile-nav a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#mobile-nav {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mobile-nav a {
  line-height: 1.3;
}
#mobile-nav > ul > li:first-child {
  
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#mobile-nav > ul > li:first-child > a {
  padding: 20px 15px;
      font-size: 14px;
    display: block;
    color: #ffffff !important;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    font-weight: 600 !important;
    font-size: 20px;
}
#mobile-nav > ul > li:first-child > a > span {
  padding: 0;
}
#mobile-nav > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#mobile-nav > ul > li {
 
}
#mobile-nav > ul > li:hover {
 
}
#mobile-nav > ul > li > a {
  font-size: 14px;
  display: block;
 
  color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  font-weight:600 !important;
  font-size:20px;
}
#mobile-nav > ul > li > a:hover{
	background-color:#cccccc !important;
	color:#000000 !important;
}
#mobile-nav > ul > li > a > span {
  display: block;
  padding: 20px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#mobile-nav > ul > li > a:hover {
  text-decoration: none;
}
#mobile-nav > ul > li.active {
  border-bottom: none;
}
#mobile-nav > ul > li.has-sub > a span {
}
#mobile-nav > ul > li.has-sub.active > a span {
}
/* Sub menu */
#mobile-nav ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#mobile-nav ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#mobile-nav ul ul li:last-child {
  border-bottom: none;
}
#mobile-nav ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767 !important;
  font-size: 12px;
  font-weight: normal !important;
  background-image:none !important;
}
#mobile-nav ul ul a:hover{
	background-color:#ffffff !important;
	color:#000000 !important;
}
#mobile-nav ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
