@font-face {
    font-family: 'FontAwesome';
    src: url('/assets/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('/assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
    url('/assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
    url('/assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#side-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    padding-right: 20px;
    z-index: 1001;
    left: -200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f4f4f5;
    box-sizing: border-box;
    font-weight: normal;
}

#side-popup .side-popup-content {
    padding: 37px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

#side-popup .side-popup-content .side-popup-logo img {
    max-width: 100%;
}

#side-popup .side-popup-content ul.side-popup-menu {
    padding:  50px 0 0;
}

#side-popup .side-popup-content ul.side-popup-menu li {
    border-bottom: 1px solid #e2e6e7;
    line-height: 1.2em;
    font-size: 13px;
    list-style: none;
    text-align: center;
}

#side-popup .side-popup-content ul.side-popup-menu a {
    text-decoration: none;
    color: #92979a;
    display: block;
    padding: 13px 0 13px;
}
#side-popup .side-popup-content ul.side-popup-menu a:hover {
    color: #29a1d3;
}

#side-popup:hover,
#side-popup.side-popup-shown {
    left: 0;
}
#side-popup.side-popup-hidden {
    left: -200px;
    transition: all 0.5s ease 0.5s;
}

#side-popup > div.side-popup-tongue {
    position: absolute;
    top: 100px;
    right: -53px;
    width: 53px;
    height: 50px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    text-align: center;
    font: 20px FontAwesome;
    line-height: 50px;
    padding-right: 10px;
    cursor: pointer;
    background-color: #f4f4f5;
    color: #54636a;
    box-sizing: border-box;
}

#side-popup > div.side-popup-tongue span:before {
    content: "\f0c9";
    box-sizing: border-box;
}

#side-popup > div.side-popup-tongue {background-color: #0D4E9C;color: #fff;top: 65px;}
#side-popup {background-color: #0D4E9C;}
#side-popup .side-popup-content ul.side-popup-menu a {color: #fff;}
#side-popup .side-popup-content ul.side-popup-menu li {border-bottom: 1px solid #fff;}