
/*clear fix*/
.cf:after, .wrap:after, .frame:after{
    content: '';
    display: table;
    clear: both;
}
.bsz-bb, .bsz-bb-all, .bsz-bb-all *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.bsz-cb, .bsz-cb-all, .bsz-cb-all *{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;

}
/*ul{*/
    /*list-style: none;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
.wrap{
    /*width: 1040px;*/
    height: 100%;
    /*background: #0092b6;*/
    margin: 0 auto;
    /*padding: 20px;*/
    /*padding-right: 200px;*/
}
/*.container{*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*padding: 20px;*/
/*}*/

/*==========NOVOTO===========*/

/*REUSABLE*/

.nav-ul{
    position: relative;
    list-style:none;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 10;
}
.nav-ul:after{
    content:'';
    display: block;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
.nav-li{
    display: block;
    float: left;
    position: relative;
}
.nav-li:last-of-type{
    margin-right: 0;
}
.nav-item, .dd-item{
    position: relative;
    display: block;
    width: 100%;
}
.dd-menu{
    overflow: hidden;
}
.dd-menu:hover{
    overflow: visible;
}
.dd-ul{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
}
.dd-li{
    min-width: 100%;
}
.dd-item{
    white-space: nowrap;
}
.fl-r{
    float: right;
}


/*SPECIFIC THEME*/

nav.main{
    background: #000;
    width: 1040px;
    margin: 0 auto;
}
.nav-item.main{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 5px;
    width: auto;
}
.nav-li.main:hover > .nav-item{
    color: #000;
    background: #fff;
}
.how-t-w .nav-item{
    color: red!important;
}
.login-signup{
    border-left: 1px solid #fff;
}
.dd-ul.main{
    background: #2F5778;
}
.dd-item.main{
    line-height: 30px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.dd-li.main{
    border-bottom: 1px solid #fff;
}
.dd-li.main:last-child{
    border-bottom: none;
}
.dd-item.main:hover{
    background: #fff;
    color: #2F5778;
}


/*SUB NAVIGATION*/
nav.show-nav{
    /*border-bottom: 1px solid #ddd;*/
}
.nav-li.show-nav{
    padding-right: 20px;
    color: #a6a6a6;
}
.nav-li.show-nav.selected{
    color: #555;
}
.nav-item.show-nav{
    line-height: 30px;
    color: inherit;
    font-size: 1.2em;
    margin-bottom: -1px;
    /*border-bottom: 1px solid transparent;*/
}
.nav-li.show-nav.selected .nav-item{
    border-color: #315888;
}
.nav-item.show-nav:hover{
    text-decoration: none;
    color: #315888;
}
.sub-nav-comm{
    float: left;
    margin-bottom: 15px;
}


/*COMMENTS*/
a:not(:hover){
    text-decoration: none;
}
.comments{
    /*background: #f6f6f6;*/
    padding: 10px;
}
.comment{
    /*padding: 5px 10px;*/
    position: relative;
    /*max-width: 600px;*/
    /*background: #fff;*/
    margin-bottom: 2px;
}
.comment.reply{
    background: #efefef;
    background: #ececec;
    padding: 5px 25px;
    margin-left: 65px;
    background: rgba(0,0,0,0);
}
.comment:not(.reply) + .comment.reply{
    margin-top: 10px;
}
.comment.reply + .comment:not(.reply){
    margin-top: 10px;
}
.comment:not(.reply) + .comment.reply:before{
    display: block;
    /*content: '\25B2';*/
    content: '';
    border: 10px solid transparent;
    border-top: none;
    border-bottom-color: #ececec;
    color: #ececec;
    bottom: 100%;
    left: 20px;
    position: absolute;
}
.comment:hover{
    /*background: #fff;*/
}
/*prevent nesting*/
.comment.reply .cmnt-reply{
    display: none;
}
/*style nesting if allowed*/
.comment .comment.reply{
    margin: 10px -10px -5px 30px;
}
.comment.reply .comment.reply .comment.reply .cmnt-reply{
    display: none;
}
.cmnt-header{
    color: rgba(210, 2, 85, 1);
}
.cmnt-header, .cmnt-section, .cmnt-footer{
    padding: 2px 0px 3px;
}
.cmnt-section{
    width: 100%;
}
.leave-txtarea{
    width: 100%;
    /*float: left;*/
    position: relative;
    padding: 0;
    top: -4px;

}
.leave-comm .comment .area-parr .leave-txtarea textarea{
    display: block!important;
    padding: 15px 0;
    height: 55px;
}
.cmnt-username, .cmnt-btn{
    color: #0092b6;
    color: rgba(210, 2, 85, 1);
}
.cmnt-username:hover, .cmnt-btn:hover{
    color: rgba(210, 2, 85, 1);
}
.cmnt-username{
    /*font-weight: bold;*/
    font-size: 1.2em;
}
.cmnt-date{
    color: #929292;
    /*font-size: 0.9em;*/
    /*font-style: italic;*/
    font-size: 12px;
    padding-left: 10px;
}
.cmnt-btn{
    margin-right: 5px;
    float: left;
}
.cmnt-btn.secondary{
    color: #888;
    margin-right: 3px;
    margin-left: 0px;
    float: none;
}
.cmnt-reply{
    float: left;
    position: relative;
    margin-left: 10px;
}
/*
.cmnt-reply:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0,0.3);
    bottom: 1px;
    left: -10px;

} */
.cmnt-reply, .cmnt-edit, .cmnt-delete, .edit, .cmnt-like{
    color: #929292;
    font-size: 12px;
}
.cmnt-like{
    position: relative;
    top: -2px;
}
.cmnt-like:hover, .cmnt-dislike:hover{
    color: rgba(210, 2, 85, 1);
}
.cmnt-p{
    text-align: justify;
    color: #555;
    font-size: 15px;
    line-height: 20px;
}
.cmnt-vote-cnt, .cmnt-vote{
    color: #888;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}
.cmnt-vote{
    margin-right: 10px;
}
.cmnt-vote-cnt{
    font-weight: bold;
    font-family: monospace;
    cursor: default;
    /*font-size: 1.1em;*/
    font-size: 14px;
    position: relative;
    top: 0px;
}
.cmnt-textarea{
    font: inherit;
    display: block;
    width: 100%;
    padding: 3px 6px;
    resize: vertical;
    border: 0;
    height: 50px;
    color: #555;
    border-bottom: 1px solid #cecece;
    background: none;
    font-size: 14px;
}
.cmnt-textarea:focus{
    outline: none;
}
.cmnt-edit, .cmnt-textarea, .cmnt-delete{
    display: none;
}
/*some weird sintax because of the nesting support*/
.comment.voted > * > .cmnt-like,
.comment.voted > * > .cmnt-dislike{
    display: none;
}
.comment.own > * > .cmnt-edit,
.comment.own > * > .cmnt-delete{
    display: inline;
}
/*.comment.own > * > .not-own{*/
    /*display: none;*/
/*}*/
.comment.edit > * > .cmnt-textarea{
    display: block;
}
.comment:not(.edit) > * > .edit,
.comment.edit > * > .no-edit,
.comment.own > * > .not-own{
    display: none;
}
.cmnt-section{
    padding-bottom: 10px;
}
.comment.cmnt-form:not(.reply) .cmnt-cancel{
    display: none;
}
.cmnt-delete, .cmnt-edit{
    float: right;
}
.comm-product{
    width: 50%;
}
.comm-avatar{
    float: left;
    width: 10%;
}
.comm-avatar img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.comm-style{
    float: left;
    width: 90%;
    padding-left: 16px;
}
.reply-comm{
    padding-left: 79px;
    padding-top: 20px;
}
.cmnt-dislike{
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 12px;
}
.comm-padd{
    padding-top: 20px;
}
.leave-comm{
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}
.leave-comm .comm-avatar{
    position: relative;
    top: 19px;
    left: 15px;
    width: 8%;
}
.leave-submit{
    width: 90%;
    height: 50px!important;
    border-radius: 4px!important;
    color: #fff;
    padding: 0!important;
    margin: 10px 10px;
    text-transform: uppercase;
    line-height: inherit!important;
    position: relative;
    top: 6px;
    background-color: #2a2a2a!important;
}
.leave-submit:hover{
    background-color: #e7005c!important;
}
.leave-submit:hover{
    background-color:  rgba(210, 2, 85, 1);
    color: #fff;
}
.leave-submit span.hide479{
    position: relative;
    top: 1px;
}
.leave-sub-w{
    width: 18%;
}
.area-parr{
     float: left;
    width: 74%;
 }
.area-parr span{
    position: relative;
    top: 9px;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
}
.show-more-comm{
    text-align: right;
    float: right;
    margin: 25px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 86%;
}
.submit-comm{
    float: right;
    width: 85% !important;
}
.submit-comm a{
    margin: 0 auto;
    display: block;
    width: 35%;
    padding: 17px 55px;
    float: none;
}
.tgle-comm-like{
    float: left!important;
    position: relative;
    top: 4px;
}
.tgle-comm-dislike{
    float: left!important;
    position: relative;
    top: -5px;
}
.fa-sort-asc, .fa-sort-desc{
    font-size: 20px!important;
}
.download-btn-preview{
    margin: 40px 0px;
    text-align: center;
    border-bottom: 0px none !important;
}
.download-btn-preview button:hover{
    background-color: #2a2a2a!important;
}
.reply .comm-avatar{
    padding-top: 13px!important;
    margin-right: 10px!important;
}
.reply .leave-sub-w{
    width: 13%!important;
}
.reply .leave-sub-w button{
    margin: 0;
    height: 40px!important;
    margin-top: 16px!important;
}
.leave-txtarea textarea{
    padding-top: 15px;
}
.leave-sub-w .cmnt-cancel{
    position: relative;
    top: 10px;
    left: 12px;
}