/* Side Widget */
.side-widget.open {
    margin-right: 0;
}
.side-widget {
    width: auto;
    z-index: 9999;
    background-color: transparent;
/*    background-color: rgba(255, 255, 255, 0.9);*/
    position: fixed;
    right: 0;
    top: 90%;
    text-align: center;
    margin-right: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
/*.btn.btn-blue:hover {
    background-color: #1f6fa6;
}
.btn.btn-blue {
    background-color: #cba45c;
}
.btn.btn-blue {
    background-color: #cba45c;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.btn {
    font-family: 'ralewayregular', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}*/