a.mobileLabel {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

label.ccmobilemenu-title {
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
}

a.mobileLabel:hover {
  color: #ffe9d4;
}

.ccmobilemenu a {
  display: block;
  padding: 10px 15px;
}

.drop-down a {
  min-width: 90px;
}

.drop-down-ccmobilemenu {
  display: block;
}

.ccmobilemenu-title {
  cursor: pointer;
  color: #fff !important;
  display:block;
  padding: 10px 15px;
}

.ccmobilemenu-title {
  color: #fff !important;
}

.activate {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 0 0 -15px;
  opacity: 0;
}

/* Skin */

.ccmobilemenu a, .drop-down-ccmobilemenu {
  background: #eca789;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe9df), color-stop(100%,#eca789));
    background: -moz-linear-gradient(top, #ffe9df 0%, #eca789 100%); */
}

.ccmobilemenu a:hover, .drop-down-ccmobilemenu:hover {
  /* background: #fff; */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c48e76), color-stop(100%,#ffe9df)); */
  /* background: -moz-linear-gradient(top, #eca789 0%, #fff2ec 100%); */
}

.drop-down a {
  background: #eca789;
}

.drop-down a:hover {
  background: #eca789;
}


.ccmobilemenu  {
  background: #ffe9df;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca789), color-stop(100%,#ffe9df));
  background: -moz-linear-gradient(top, #eca789 0%, #ffe9df 100%);
}

:checked ~ .ccmobilemenu-title {
  background: #eca789;
  color: #fff !important;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe9df), color-stop(100%,#eca789)); */
  /* background: -moz-linear-gradient(top, #ffe9df 0%, #eca789 100%); */
}

.drop-down {
  max-height: 0;
  overflow: hidden;
}

.drop-down a {
  background: #eca789;
}

.activate:checked ~ .drop-down {
  max-height: 1200px;
}

.drop-down, .ccmobilemenu a, .drop-down-ccmobilemenu {
  -webkit-transform: translateZ(0);  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Buttons */

/* .button { */
/*   display: inline-block; */
/*   padding: 15px 25px; */
/*   font-size: 18px; */
/*   cursor: pointer; */
/*   text-align: center; */
/*   text-decoration: none; */
/*   outline: none; */
/*   color: #fff; */
/*   background-color: #4774ba; */
/*   border: none; */
/*   border-radius: 15px; */
/*   box-shadow: 0 9px #999; */
/*     margin:0 auto; */
/*     display:block; */
/* margin-bottom:20px; */
/* width:95%; */

/* } */

/* .button:hover {background-color:#4774ba} */

/* .button:active { */
/*   background-color:#4774ba; */
/*   box-shadow: 0 5px #666; */
/*   transform: translateY(4px); */
/* } */

.mobileAccountLinks{
	color: white;
}