/*.navtop label {
	color: green !important;
}*/

.navtop .form-control {
    color: green;
    /*background-color: green;*/
    /*border: none;*/
}

.navbar-inverse {
	background-color: rgba(245, 248, 249, 0.12) !important;
    /*border: none !important;*/
}

.divider {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.navbar-form .search-box {
  border:0px;
  height:35px;
  outline: none;
  width:320px;
  padding-right: 3px;
  padding-left: 15px;
  margin:4px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
 
.navbar-form button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -34px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 
.search-box:focus + button {
  z-index: 3;   
}


.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    /*background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;*/

    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 8px;
    margin-top: -9px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 23px;
}
.material-switch > label::after {
    /*background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;*/

    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 15px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 15px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*.btn-hover {
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  background-color: inherit;
  border-color: transparent;
  transition: all 0.5s ease;
    -webkit-transistion: all 0.5s ease;
}

.btn-hover-alt {
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  background-color: inherit;
  border-color: transparent;
  transition: all 0.5s ease;
    -webkit-transistion: all 0.5s ease;
}

a.btn-hover:active {
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  background-color: inherit;
  border-color: transparent;
  transition: all 0.5s ease;
    -webkit-transistion: all 0.5s ease;
}*/

.ds-btn li { 
  list-style:none; 
  float:left; 
  padding:0 5px; 
}
.ds-btn li a span {
  padding-left:5px;
  padding-right:5px;
  width:100%;
  display:inline-block; 
  text-align:left;
}
.ds-btn li a span small {
  width:100%; 
  display:inline-block; 
  text-align:left;
}
.ds-btn li:active{
  font-size:2em;
  /*top: 100px;*/

}

