
.menu-drawer-wrapper{
    position:fixed;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    z-index: 997;
    display: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    overflow: auto;
}
.menu-drawer-blur{
    /*

    */
}
.menu-drawer-blue.opened{
    left: 0;
}
.menu-drawer-wrapper.opened{
    display: block;
}
.menu-drawer{
    position: fixed;
    left: -260px;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    width: 260px;
    font-family: 'Source Sans Pro',sans-serif;

    /*
     background: #474d59;
    background: rgba(71,77,80,0.95);
    */
    /*  background: url('../icons/fon_menu.jpg') no-repeat;*/
    background: #072D51;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow-y: auto;
    overflow-x:hidden;
}
@media(min-width: 992px){
    .menu-drawer::-webkit-scrollbar {
        height: 7px;
        width: 8px;
    }
    /*rgba(81,21,101,0.9)*/
    .menu-drawer::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px  rgba(0,0,0,0.7);
    }
    .menu-drawer::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px  rgba(0,0,0,0.7);
    }
}

.menu-drawer-separator{
    border-bottom: 1px solid #c1c2c5;
    width: 240px;
    margin: 10px auto 5px;
    height: 1px;
}
.menu-drawer.opened{
    left: 0;
}
.menu-auth{
    position: relative;
    width: 260px;
    height: 160px;
    background-size: cover;
    background-position: top;
    overflow: hidden;
}
.menu-auth-info{
    position: relative;
    width: 260px;
    height: 160px;
    background: rgba(0,0,0,0.4);
    left: 0;
    width: 260px;
    padding: 5px 0 5px 10px;
}
.menu-auth-profile-wrap{
    position: absolute;
    widtH: 260px;
    height: 160px;
    background-size: cover;
    background-position: center;
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
    opacity:0.8;
}
.menu-auth-profile-img{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid #fff;
}
.menu-auth-wrapper{
    position:absolute;
    bottom: 10px;
    font-family: 'Source Sans Pro',sans-serif;

    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
}
.menu-auth .edit{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    color: #fff !important;
}
.menu-list li{
    list-style-type: none;
    position: relative;
}
.menu-list{
    padding:0;
    margin: 5px 0 0;
}
.menu-list a{
    display: block;
    padding: 10px;
    color: #d7d7d7;
    text-decoration: none !important;
}
.menu-list a:hover,
.menu-list a:focus{
    background: rgba(255,255,255,0.3);
}
.menu-list-divider{
    display: block;
    margin-top: 5px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    width: 200px;
    margin-left: 12px;
    margin-bottom: 5px;
}
.menu-languages{
    display: block;
    height: 20px;
    width: 100%;
    clear: both;
}
.menu-language-link{
    display: block;
    width: 25%;
    float: left;
    cursor: pointer;
    text-align: center;
}
.menu-language-link.active{
    font-weight: bold;
    text-decoration: underline !important;
}


.mainPageLink{
    position: relative;
    height: 36px;
    color: #fff;
    left: -10px;
    top: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mainPageLink img{
    height: 36px;
}
.mainPageLink:hover,
.mainPageLink:focus{
    color: #fff;
    opacity: 0.8;
}







.search-menu-wrapper{
    position:fixed;
    top: 0;
    right: -100%;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    z-index: 997;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #304860;
    overflow-y: auto;
    overflow-x:hidden;
}
.search-menu-content{
    min-height: calc(100% - 50px);
    overflow-y: scroll;
    overflow-x:hidden;
}
.search-menu-wrapper.active{
    right: 0;
}
.search-menu{

}
.search-menu-header{
    width: 100%;
    position: relative;
    height: 50px;
    background: #304860;
}
.search-menu-input-wrapper{
    float: left;
    height: 50px;
    padding: 10px;
    width: calc(100% - 60px);
}
.search-menu-close-btn{
    float: right;
    width: 60px;
    line-height: 50px;
    padding-right: 5px;
    height: 50px;
    color: #fff !important;
    font-family: 'Source Sans Pro',sans-serif;

    font-size: 16px;
    text-align: center;
}
.search-menu-close-btn a{
    color: #fff !important;
    text-decoration: none !important;
}
.search-menu-input-wrapper img{
    position: absolute;
    left: 20px;
    top: 16px;
    height: 20px;
    width: 20px;
}
.search-menu-input{
    height: 30px;
    width: 100%;
    padding: 5px 10px 5px 35px;
    color: #666;
    font-size: 16px;
    border-radius: 30px;
    border:none;
}
.search-menu-title{
    width:100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    font-family: 'Source Sans Pro',sans-serif;

    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.search-menu-item{
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;

}
.search-menu-item-left{
    float: left;
    height: 40px;
    padding: 5px 10px 5px 5px;
    width: 60px;
    text-align: center;
}
.search-menu-item-image-wrap{
    float: right;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.search-menu-item-image{
    width: 35px;
    height: 35px;
    background-size: cover;
    background-image: url('../icons/blue-ellipse.png');
}
.search-menu-item-right{
    width: calc(100% - 60px);
    float: left;
}
.search-menu-item-right-title{
    font-size: 16px;
    color: #fff;
}
.search-menu-item-right-subtitle{
    font-size: 12px;
    color: #d6d6d6;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    width: 100%;
}
.search-menu-noresult{
    font-size: 20px;
    text-align:center;
    line-height: 60px;
    height: 60px;
    width: 100%;
    color: #c4c4c4;
}


a{
    cursor: pointer;
}


*{
}

.add-post-block{
    background: rgba(0,0,0,0.1);
    padding: 10px;
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.add-post-block.active{
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.add-post-block-left{
    float: left;
    display: block;
    width: 50px;
    height: 40px;
}

.add-post-block-content .add-post-text-input{
    float:right;
    background: #fff;
    display: block;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    width:  calc(100% - 50px);
}
.add-post-text-input.empty{
    color: #ccc;
}
.add-post-block-avatar{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
}
.add-post-button{
    display: block;
    margin-top: 5px;
    border: none;
    float: right;
    background: #07a;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    text-align: center;
}

.comments-container * {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comments-container{
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    margin: 0;
}

/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
    margin: 10px auto 15px;
    width: 100%;
}

.comments-container h1 {
    font-size: 36px;
    color: #fff;
    height: 36px;
    margin: 5px 0 !important;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
/*.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0;
}*/

/*.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}*/

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 1px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    background-size: cover;
    background-position: center;
}



.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    width: calc(100% - 90px);
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: calc(100% - 70px);
}
.comment-box .comment-head {
    position: relative;
    background: #f9f9f9;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: visible;
    height: 50px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 9px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    word-wrap: break-word;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}

.comment-popover{
    top: 37px;
    right: 2px;
    background:#fff;
    padding: 5px;
    border-radius:2px;
    position:absolute;
    z-index:1;
    display: none;
    border: 1px solid #ccc;
    opacity: 0;
    width:70px;
    color:#333;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.comment-popover-arrow{
    position: absolute;
    top: -8px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
}
.comment-popover-arrow:after{
    display: block;
    content: '';
    position: absolute;
    top:1px;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.comment-popover.show,
.comment-popover.active{
    display: block;
    top: 32px;
    opacity: 1;
}
.comment-popover a{
    color: #f4645f;
}
/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-list .comment-avatar {
        width: 40px;
        height: 40px;
    }
    .reply-list li:before {
        left: -67px;
    }
    .comments-list:before {
        left: 20px;
    }
    .comments-container {
        width: 100%;
    }

    .comments-list .comment-box {
        width: calc(100% - 60px);
    }

    .reply-list .comment-box {
        width: 320px;
    }
}



