﻿@charset "utf-8";

/* right quick menu */

#side_menu_wrap {
    display: block;
    z-index: 9;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-right: 15px;
    right: -280px;
    width: 280px;
}

.blue_right {
    position: absolute;
    margin-top: 320px;
    left: -36px;
}

.blue_btn {
    margin-top: 5px;
    position: relative;
    width: 35px;
    height: 35px;
}

.blue_btn img {
    width: 35px;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blue_btn:hover img {
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
}

.blue_btn_menu_name {
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #222222;
    position: absolute;
    left: -60px;
    top: 0px;
    line-height: 35px;
    opacity: 0;
    width: 60px;
}

.blue_btn:hover .blue_btn_menu_name {
    left: -68px;
    text-align: right !important;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blue_menu_btn {
    border-top: 0px;
    position: relative;
    width: 35px;
    height: 35px;
}

.blue_menu_btn img {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blue_menu_btn:hover img {
    opacity: 0.7;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blue_menu_btn_menu_name {
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #26B9E4;
    position: absolute;
    left: -60px;
    top: 0px;
    line-height: 35px;
    opacity: 0;
    width: 60px;
}

.blue_menu_btn:hover .blue_menu_btn_menu_name {
    left: -68px;
    text-align: right !important;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#sidebar-box .blue-wing-close {
    background: #fff;
    font-size: 18px;
    font-weight: 300 !important;
    width: 35px;
    height: 50px;
    line-height: 50px !important;
    border: 1px solid #ddd;
    border-right: 0px;
    cursor: pointer;
}

#sidebar-box .blue-wing-icon {
    width: 34px;
}

#sidebar-box .blue-wing-icon a {
    display: block;
}

#sidebar-box .blue-wing-btn {
    position: relative;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px !important;
}

#sidebar-box .blue-wing-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 11px;
    text-align: center;
    letter-spacing: -1px;
}

.blue-btn-label {
    position: absolute;
    right: 0px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px !important;
    font-size: 11px;
    text-align: center;
    padding-right: 1px;
    letter-spacing: -1px;
    z-index: 9;
}

.blue-m-btn-label {
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px !important;
    font-size: 11px;
    text-align: center;
    padding-right: 1px;
    letter-spacing: -1px;
    z-index: 9;
}

.blue-wing-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 11px;
    text-align: center;
    letter-spacing: -1px;
}

@media (max-width:480px) {
    #sidebar-box .blue-wing-icon {
        width: 35px;
        margin-left: 2px;
    }
}
