.style-switch {
    opacity: 1;
    position: fixed;
    z-index: 999;
    top: 135px;
    -webkit-backface-visibility: hidden;
    background: #2c2c2b;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.style-switch .fa{
    font-size: 20px;
}

.style-switch.left {
    left: -190px;
}

.style-switch.right {
    right: -190px;
}

.style-switch .switched-options {
    position: relative;
    width: 190px;
    text-align: left;
    padding: 12px;
}

.style-switch .config-title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 14px;
}




.style-switch .one-page-link{
font-size: 18px;

padding: 10px 0;
display: block;
}
.style-switch.right .switch-button {
    position: absolute;
    top: 0;
    left: -59px;
    display: inline-block;
    background: #d90e12;
    width: 60px;
    padding: 0px;
    height: 68px;
    text-align: center;
    box-shadow: -4px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 5px 0px 0px 5px;
}
.style-switch .switch-button:hover {
    cursor: pointer;
    text-decoration: none;
}

.style-switch p {
    color: #000;
}
.preset-title {
    margin: 8px 0 0 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
}
.switched-options>a{
	background: #fff;
    color: #395867;
    padding: 5px 6px;
    clear: both;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.switched-options>a:hover{background: #111111;
    color: #fff;}

