.Wrapper {
    overflow: visible;
    height: 1%
}

html>body .Wrapper {
    overflow: hidden;
    height: auto
}

.relative {
    position: relative
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.block-comment {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /* min-width: 460px; */
    height: auto;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.block-comment form {
    overflow: hidden
}

.block-comment form textarea {
    resize: none;
    width: 260px;
    padding: 3px 5px;
    height: 44px;
}

.block-comment form .overflow {
    border-top: #e3e3e3 solid 1px;
    padding-top: 5px;
    margin-top: 5px
}

.block-comment .form-comment {
    position: relative;
    /* padding: 20px 0 0 0; */
    border: 0;
    margin-bottom: 7px;
}

.block-comment .form-comment legend {
    border: #e1eaf1 solid 1px;
    /* padding: 2px 8px; */
    background: #fff;
    position: absolute;
    top: -10px;
    /* left: 10px; */
    font-weight: bold;
    color: #292929
}

.block-comment .form-comment img {
    position: absolute;
    z-index: 2;
    /* left: 10px */
}

.block-comment .form-comment textarea {
    float: left;
    width: 100%;
    height: 54px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box
}

.block-comment .form-comment p {
    float: left;
    color: #acacac;
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding: 10px 0 0 10px
}

.block-comment .form-comment p span {
    color: #0079be
}

.block-comment .form-comment button,
.block-comment .form-comment .button {
    float: right;
    line-height: 16px;
    background-color: #365291;
    padding: 5px 25px;
    margin: 8px 0px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    border: 0
}

.block-comment .lst-comment .readmore-cm {
    padding-top: 5px;
    display: block;
    padding-left: 0
}

.block-comment .form-comment button:hover {
    background: #4274e5
}

.block-comment .lst-comment ul li dl {
    min-width: 300px;
    padding: 5px 0 0 0;
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    min-height: 50px
}

.block-comment .lst-comment ul li ul dl {
    margin-left: 40px;
    padding: 5px 0 0 0;
    background: url(../images/border.png) top left repeat-x
}

.time {
    padding-left: 15px;
    color: #b8c0c1;
    background: url(../images/bgd-time.png) 5px 5px no-repeat
}

.lst-comment ul li dl dd p {
    word-wrap: break-word;
    font-size: 14px;
    padding: 3px 0;
    color: #333
}

.lst-comment {
    width: 100%;
    padding: 0 5px 10px 5px;
    color: #6f6f6f;
    height: auto;
    overflow: hidden;
    clear: both;
    line-height: 18px
}

.lst-comment strong {
    color: #212121
}

.lst-comment .readmore {
    color: #0079be;
    text-decoration: none;
    padding-bottom: 6px;
    display: block
}

.lst-comment ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.lst-comment>ul {
    border-bottom: solid 1px #ccc
}

.lst-comment>ul>li {
    border-top: solid 1px #ccc
}

.lst-comment>ul>li:first-child {
    border: 0
}

.lst-comment ul li {
    padding: 3px 0;
    float: left;
    width: 100%;
    list-style-type: none
}

.lst-comment ul li dl dt {
    position: absolute;
    z-index: 4;
    left: 0
}

.lst-comment ul li dl dd {
    width: 98%;
    min-width: 400px;
    float: left;
    margin-left: 0
}

.lst-comment ul li dl dd .top {
    overflow: hidden
}

.lst-comment ul li dl dd em {
    color: #a0a0a0;
    font-size: 11px
}

.lst-comment ul li dl dd .name {
    color: #878787;
    font-weight: bold
}

.lst-comment ul li dl dd a:hover.name,
.lst-comment ul li dl dd a:hover.reply,
.lst-comment ul li dl dd a:hover.like,
.lst-comment ul li dl dd a:hover.report {
    text-decoration: underline;
    color: #3b5998
}

.lst-comment ul li dl dd .reply {
    color: #3b5998;
    font-size: 11px;
    cursor: pointer
}

.lst-comment ul li dl dd .like,
.lst-comment ul li dl dd .unlike {
    background: url(../images/icon.png) -60px 0 no-repeat;
    padding-left: 15px;
    color: #a0a0a0;
    font-size: 11px
}

.lst-comment ul li dl dd .like strong,
.lst-comment ul li dl dd .unlike strong {
    color: #0079be
}

.lst-comment ul li dl dd .report {
    color: #a0a0a0;
    font-size: 11px;
    border-left: #a0a0a0 solid 1px;
    padding-left: 6px;
    margin-left: 6px
}

.lst-comment .seeall {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding-left: 5px;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
    cursor: pointer;
    border-radius: 3px
}

.lst-comment a:hover.seeall {
    color: #0079be
}

.lst-comment .seeall span {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding-right: 5px;
    border-radius: 3px
}

.lst-comment .seeall span span {
    background: #bdcbd6;
    height: 15px;
    float: left;
    padding: 0
}

.more {
    height: 15px;
    float: right;
    padding-left: 5px;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    line-height: 15px;
    cursor: pointer
}

a:hover.more {
    color: #f1f1f1
}

.more span {
    height: 15px;
    float: left;
    padding-right: 5px;
    color: #fff
}

.more span span {
    height: 15px;
    float: left;
    padding: 0;
    color: #80a10e
}

.lst-comment ul li ul dl dd {
    min-width: 200px;
    position: relative;
    margin-left: 0;
    width: 98%
}

.lst-comment ul li.write-cmt {
    background: #f0f4f7;
    border: 0
}

.lst-comment ul li.write-cmt textarea {
    width: 98%;
    height: 30px;
    resize: none;
    border: #dee8f0 solid 1px;
    padding: 3px
}

.lst-comment ul li.write-cmt .btn-send {
    margin: 3px 8px 3px 0
}

.lst-comment ul li.write-cmt .btn-send li {
    border-top: 0
}

.cat-detail .ico-4 {
    margin-top: 0
}

.btn-send {
    float: left;
    position: relative;
    margin: 3px 8px 0 0
}

.btn-send .btn {
    border-radius: 3px;
    float: left;
    height: 24px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    line-height: 15px;
    border: solid 1px #ccc;
    background: #eee;
    background-image: -ms-linear-gradient(top, #fff 0, #ccc 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #ccc 100%);
    background-image: -o-linear-gradient(top, #fff 0, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top, #fff 0, #ccc 100%);
    background-image: linear-gradient(to bottom, #fff 0, #ccc 100%)
}

.btn-send .btn span {
    float: left;
    height: 27px;
    padding: 0 8px 0 0 !important
}

.btn-send .btn span span {
    float: left;
    height: 21px;
    padding: 5px 0 0 0 !important;
    color: #292929 !important;
    font-style: normal !important;
    font-size: 11px !important
}

.btn-send .btn:hover {
    border-radius: 3px;
    background-image: -ms-linear-gradient(top, #ccc 0, #fff 100%);
    background-image: -moz-linear-gradient(top, #ccc 0, #fff 100%);
    background-image: -o-linear-gradient(top, #ccc 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #ccc 0, #fff 100%);
    background-image: linear-gradient(to bottom, #ccc 0, #fff 100%)
}

.ico-67 {
    background-position: -60px -120px !important;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: -6px
}

.showmore {
    background: url(../images/bg-f-sm.png) repeat-x top left;
    height: 18px;
    position: relative;
    text-align: center;
    padding-top: 4px;
    overflow: hidden;
    clear: both;
    margin: 10px 8px
}

.showmore-1 {
    margin: 10px 0 0 0
}

#ranking .showmore {
    margin-left: 0;
    margin-right: 0
}

.showmore a {
    color: #838f97;
    font-weight: bold;
    font-size: 11px;
    display: block;
    background: url(../images/icon-link.png) no-repeat 73px -554px;
    width: 80px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 12px
}

.showmore:hover a {
    color: #0079be
}

.showmore .sm-left {
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 22px;
    top: 0;
    left: 0;
    background: url(../images/bg-l-sm.png) no-repeat top left
}

.showmore .sm-right {
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 22px;
    top: 0;
    right: 0;
    background: url(../images/bg-r-sm.png) no-repeat top right
}

.lk-pl {
    font-size: 11px;
    color: gray;
    text-decoration: none;
    float: left;
    margin-top: 10px
}

.block-comment .txt-cmt h3 {
    font-size: 12px;
    font-weight: bold;
    color: #b8c0c1;
    padding: 2px 0 10px 0
}

.block-comment .txt-cmt h3 span {
    color: #3b5998;
    text-transform: uppercase
}

.list-select {
    overflow: hidden;
    padding: 10px 20px;
    background: #f2f2f2;
    text-align: right
}

.list-select li {
    display: inline-block;
    padding: 0 5px;
    color: #333
}

.list-select li a {
    color: #333
}

.list-select li a:hover,
.list-select li.active a {
    color: #3b5998
}

.list-select li:first-child {
    padding-right: 10px;
    padding-left: 0
}

.btn-reply {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #3b5998;
    margin-right: 5px
}

.btn-like-cm {
    display: inline-block;
    padding-left: 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #3b5998;
    background: url(../images/icon-likes.png) 0 3px no-repeat
}

.btn-like-cm span {
    color: #7f7f7f;
    padding-left: 2px
}

.readmore-cm {
    color: #3b5998;
    font-weight: bold;
    padding-left: 5px
}

.readmore-cm:hover {
    text-decoration: underline
}

.wra-comment {
    width: 100%;
    padding: 10px 0;
    display: none
}

.wra-comment.active {
    display: block
}

.wra-comment textarea {
    width: 98%;
    border: solid 1px #ddd;
    padding: 5px
}

.wra-comment .warning {
    font-style: italic;
    font-size: 12px;
    color: #e32c22;
    float: left;
    padding-top: 10px;
    padding-left: 0;
    font-style: normal;
    display: none
}

.wra-comment .button {
    float: right;
    height: 28px;
    line-height: 28px;
    background-color: #0e71b4;
    padding: 0 20px;
    margin: 8px 1px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    border: 0
}

.wra-comment .button:hover {
    background: #e40d00
}

.wra-comment .btn-close-s {
    margin-right: 10px;
    background: #aaa
}

@media screen and (max-width:1024px) {
    .wra-comment textarea {
        width: 100%
    }
}

.Wrapper .inner-w {
    width: 48.5%;
    float: right
}

.wrapper .inner-w:first-child {
    float: left
}

.txt-cmt-1 {
    height: 30px;
    border: solid 1px #ccc;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 5px;
    width: 96%
}

@media screen and (max-width:768px) {
    .Wrapper .inner-w {
        width: 100%;
        float: none
    }
    .txt-cmt-1 {
        width: 100%
    }
}



.centerPopup section .content {
    padding: 10px 15px;
    position: relative;
    color: #111;
}
.popup .content {
    width: auto;
    float: none;
}
#comment_frame { background-color:#ffffff; }

.wrapPopup {
    height: auto;
    width: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99999;
    background: url(../img/overlay.png) repeat;
    display: none;
}

.wrapPopup .popup {
    border: 1px solid #ddd;
    width: 85%;
    max-width: 500px;
    background-color: #fff;
    margin: 0 auto;
    z-index: 99999;
}

#feedbackForm.wrapPopup .popup {
    margin-top: 35px
}

#contactForm.wrapPopup .popup {
    margin-top: 88px;
    top: 300px!important;
}

#feedbackForm.wrapPopup .centerPopup section .content {
    padding-bottom: 0;
}

#setHome.wrapPopup .popup {
    width: 800px;
    margin-left: -400px;
}

.wrapPopup .popup .loading {
    text-align: center;
    padding-top: 30px;
}

.popup .content {
    width: auto;
    float: none;
}

.centerPopup section header h1 {
    float: left;
    font-size: 14px;
    color: #4e5665;
    font-weight: 700;

}

a.closepp {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: url(../img/controls.png) no-repeat 0 -172px;
    width: 15px;
    height: 15px;
}

a.closepp:hover {
    background-position: 0 -150px
}

.centerPopup section .content {
    padding: 10px 15px;
    position: relative;
}

.centerPopup section .content p {
    padding-bottom: 6px;
    line-height: 18px;
    color: #111;
}

.centerPopup section .content p.layer-fb {
    margin-top: 0;
    font-weight: 400!important;
}

.centerPopup section .content .frm-1 p {
    font-weight: 700;
}

.centerPopup section .content .frm-1 ul li p {
    font-weight: 400;
}

.frm-4 p.error {
    display: block;
    clear: both;
    padding: 5px 0 0 140px !important;
    color: red;
}

.centerPopup section .content table p {
    padding: 2px 0;
    line-height: 16px;
}

.centerPopup section .content p strong {
    color: #525252;
}

.centerPopup section .content p span strong {
    font-size: 14px;
}

.centerPopup section .content p strong.text-blue {
    color: #0079BE;
}

.wrapPopup .popup-2 {
    margin-top: 38px;
}

.popup .txtare-1 {
    height: 70px;
}

.popup .frm-1 {
    margin-left: 1px;
}

.txtare-2 {
    width: 830px;
}

.title-post {
    font-size: 14px;
    color: #e32c24;
    padding-bottom: 11px;
}

.wrapPopup .txt-2 {
    width: 172px;
}

p.layer-fb-1 {
    margin-top: 0;
    font-weight: 400!important;
    background: #fafafa;
    padding: 10px;
    color: #666;
    font-size: 13px;
    line-height: 16px;
}

.popup-tet-1 .closepp {
    padding: 6px;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    background: #fff url(../img/controls.png) 6px -144px no-repeat;
}

.popup-tet-1 .closepp:hover {
    background-position: 6px -166px;
}

.popup-tet-1 .centerPopup section .content {
    margin-left: 312px;
}

.wrapPopup .popup-tet-1 {
    width: 860px;
    margin-left: -430px;
    background: #DC251B url(../img/bgd-tet.jpg) 0 0 no-repeat;
    min-height: 610px;
    border-radius: 5px;
}

.centerPopup section .content p.txt-head {
    color: #ffcb00;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.style-1 {
    background: url(../img/arrow.png) right 25px no-repeat;
}

.block-comment .form-comment p.warning {
    font-size: 12px;
    color: #e32c22;
    float: left;
    padding-top: 15px;
    padding-left: 0;
    font-style: normal;
    display: none;
}

.centerPopup section header {
    min-height: 12px;
    position: relative;
    background-color: #f5f6f7;
    height: auto;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 12px;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.centerPopup section .content {
    padding: 10px 15px;
    position: relative;
}
.popup .content {
    width: auto;
    float: none;
}
.centerPopup section header h1 {
    float: left;
    font-size: 14px;
    color: #4e5665;
    font-weight: 700;
    margin: 0;
}

.popup .frm-1 {
    margin-left: 1px;
}

.frm-1 ul {
    padding: 15px 0;
}

.frm-1 ul li {
    padding-bottom: 10px;
    overflow: hidden;
}

.frm-1 ul li label {
    float: left;
    width: 125px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-weight: 100;
    font-size: 15px;
}

.txt-1 {
    width: 321px;
    height: 28px;
    border: solid 1px #ccc;
    line-height: 28px;
    padding: 0 10px;
    float: left;
    color: #333;
}

.warning {
    font-size: 12px;
    color: #e32c22!important;
    padding-top: 5px;
    clear: both;
    display: none;
}

.centerPopup section .content .frm-1 ul li p {
    font-weight: 400;
    font-size: 12px;

}

.frm-1 ul li {
    padding-bottom: 10px;
    overflow: hidden;
}

.frm-1 ul li p {
    margin-left: 125px;
}

.frm-1 .btn-3 {
    margin-left: 125px;
}
.btn-3 {
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    background: #e32c22;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.btn-3:hover {
    background: #0e71b4;
}

#like_frame{
    width: 65px;
}