/* Menu mobile */
#mobile-header{
    overflow: hidden;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(150,150,150,0.7);
}

#responsive-menu-button {
    padding-left:  20px;
    padding-right:  20px;
    padding-top:  10px;
    padding-bottom:  10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: linear-gradient(#8f4152, #5A2B35);
    border: 1px solid #5A2B35;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}




/* Menu */

#menu{
    width: 100%;
}

#menu > div {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-purple {background-color: #5A2B35;}
.btn-purple .round {background-color: #5C4B65;}

.btn-red {background-color: #FA3333;}
.btn-red .round {background-color: #FC6464;}

.btn-grey {background-color: #5A5B5E;}
.btn-grey .round {background-color: #737478;}

.btn-green {background-color: #22B622;}
.btn-green .round {background-color: #54C754;}

a.btn {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
a.btn span {
  color: white;
  position: relative;
  z-index: 3;
}
a.btn .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
a.btn .round i {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.text_menu {
  font-size: 12px;
  line-height: 1.65;
  font-family: Verdana;
}

.type-1 a:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.type-1 a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.type-1 a:hover .round i {
  left: 12%;
}