/**
 *  =================================================================================================
 *
 *  Author:      EvenThemes
 *  Template:    Restora - A Responsive Multipurpose Restaurant Or Cafe Theme
 *  Version:     1.2
 *
 *  =================================================================================================
 */
 
.color-switcher {
    display: block;
    position: fixed;
    z-index: 9999;
    text-align: center;
    left: -270px;
    width: 270px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    background: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    -ms-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.color-switcher.show {
    left: 0;
}

.color-switcher .fa {
    position: absolute;
    display: block;
    background: #fff;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    top: 50px;
    right: -46px;
    cursor: pointer;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
}
.color-switcher .switcher-wrapper h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.color-switcher .switcher-options {
    padding: 10px 15px;
}
.color-switcher .switcher-options h4 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 20px;
    color: #999;
    text-transform: uppercase;
}
.color-switcher .switcher-options ul > li {
    display: inline-block;
    padding: 5px 4px;
}
.color-switcher .switcher-options ul > li > button {
    display: block;
    width: 35px;
    height: 35px;
    border: 0;
    outline: none;
}
.color-switcher .switcher-options .reset {
    padding: 20px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}
.color-switcher .switcher-options .reset .button {
    padding: 8px 30px;
    margin: 0;
    outline: none;
    background-color: #C49E60;
}
.brown {
    background-color: #8f5340;
}
.gray {
    background-color: #a5b3b4;
}
.green_lighter {
    background-color: #00D793;
}
.red {
    background-color: #FA373D;
}
.red_dark {
    background-color: #990033;
}
.orange_dark {
    background-color: #EE5A00;
}
.pink {
    background-color: #F6107C;
}
.turqouise {
    background-color: #0dc0c0;
}
.purple {
    background-color: #80397B;
}
.blue {
    background-color: #00ADEF;
}
.green_darker {
    background-color: #026466;
}
.green_dark {
    background-color: #87C500;
}
.green {
    background-color: #16D428;
}
.green_light {
    background-color: #43d854;
}
.gold {
    background-color: #85754d;
}
.orange {
    background-color: #ff9900;
}
@media (max-width:480px) {
    .color-switcher {
      display: none;
    }
}
