body {
    color:#666666;
}

ul.sxrating {
    width: 96px;
    height: 25px;
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative;
    background: url("/__STATIC__/static/images/self/stars.png") no-repeat left top;
    overflow: hidden;
}

ul.sxrating li {
    cursor: pointer;
    float: left;
}

ul.sxrating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 25px;
    text-decoration: none;
    z-index: 200;
}

ul.sxrating li a b {
    display: none;
}

ul.sxrating li.s1 a {
    left: 0;
}

ul.sxrating li a:focus {
    background: none;
}

ul.sxrating li.s2 a {
    left: 20px;
}

ul.sxrating li.s3 a {
    left: 39px;
}

ul.sxrating li.s4 a {
    left: 58px;
}

ul.sxrating li.s5 a {
    left: 77px;
}

ul.sxrating li a:hover {
    z-index: 2;
    width: 96px;
    height: 25px;
    overflow: hidden;
    left: 0;
    background: url("/__STATIC__/static/images/self/stars.png") no-repeat 0 -54px;
}

ul.sxrating li.s1 a:hover {
    background-position: -76px -81px;
}

ul.sxrating li.s2 a:hover {
    background-position: -57px -81px;
}

ul.sxrating li.s3 a:hover {
    background-position: -38px -81px;
}

ul.sxrating li.s4 a:hover {
    background-position: -19px -81px;
}

ul.sxrating li.s5 a:hover {
    background-position: 0 -81px;
}

.sxrating_review_input {
    margin: 0;
    height: 16px;
}

.sxrating li.current_rate {
    background: url("/__STATIC__/static/images/self/stars.png") left -27px;
    position: absolute;
    height: 25px;
    z-index: 1;
}

#star_rate.sxrating li.current_rate {
    background: url("/__STATIC__/static/images/self/stars.png") left -81px;
}

.detailContent {
    font-size: 15px;
    line-height: 21px;
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 21px;
    margin-top:21px;
}

.detailContent:last-child {
    border: 0;
}

.detailContent .date {
    margin-top: 0px;
    color: #BEBEBE;
    font-weight: 600;
    text-align: left;
    font-size: 13px;
    margin-bottom:20px;
    display:inline-block;
}

.detailContent .author {
    margin-top: 0px;
    color: #BEBEBE;
    font-weight: 600;
    text-align: left;
    font-size: 13px;
    margin-bottom:20px;
    display:inline-block;
}

.detailContent h1 {
    color: #4D4D4D;
    margin: 0;
    font-size: 21px;
    max-width: 840px;
    line-height: 28px;
}

.detailContent h2 {
    color: #4D4D4D;
    margin: 0 0 21px 0;
    font-size: 15px;
    line-height: 21px;
}

.detailContent hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.detailContent a {
    color: #FF6600;
    text-decoration: none;
}

.detailContent a:hover {
    text-decoration: underline;
}

.detailContent ul.sxlist {
    margin-bottom: 21px;
}

.detailContent p {
    margin-bottom: 0px;
	padding:0px
}

.style2017 .detailContent p {
    margin-bottom: 21px;
}

.style2017 .sxOneText p, 
.style2017 .textFragment p {
   padding-bottom: 10px;
}

.detailContent .InfoBar {
    position: relative;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin: 8px 0 20px 0;
    font-weight: 600;
    font-size: 13px;
}

.detailContent .InfoBar > div {
    min-height: 30px;
    line-height: 30px;
    padding: 0;
}

.detailContent .InfoBar > div:last-child {
    text-align: right;
    top: 10px;
}

.detailContent .InfoBar > div .ajaxrating_text {
    padding-left: 10px;
}

.detailContent .InfoBar .sxShare {
    position: absolute;
    top: 15px;
    right: 0;
}

.detailContent .InfoBar .sxShare a {
    display: inline-block;
    padding-left: 20px;
    color: #BEBEBE;
    font-size: 14px;
}

.sxSocial {
    margin-top: 50px;
}

.sxSocial > div {
    display: inline-block;
    padding-right: 16px;
}

.sxSocial a {
    color: #fff;
    height: 28px;
    width: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 13px;
    background: #ccc;
}

.sxSocial .fb a {
    background: #3b5998;
}

.sxSocial .twitter a {
    background: #1da1f2;
}

.sxSocial .gplus a {
    background: #db4437;
}

.col-lg-8 .sxSocial {
    margin-bottom:30px;
}
#comments {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

#comments .myComment {
    float: left;
    font-weight: 600;
    font-size: 15px;
}

#comments .loginStatus {
    float: right;
    font-style: italic;
}

#comments #commentForm {
    margin-top: 24px;
}

#comments #commentForm .fieldWrapper {
    margin-bottom: 10px;
}

#comments #commentForm .sxCheckboxContainer {
    margin-top: 10px;
    margin-bottom: 18px;
}

#comments input[type="text"] {
    display: block;
    width: 100%;
    max-width: 350px;
    height: 38px;
    padding: 6px 12px;
    font-size: 13px;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: none;
}

#comments input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

#comments input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

#comments input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

#comments input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

#comments textarea {
    height: 100px;
    max-width: 100%;
}

#comments .commentEntryContainer {
    background: url("/__STATIC__/static/images/self/comment.svg") no-repeat 0px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 86px;
    padding-top: 17px;
    background-size: 80px 60px;
}

#comments .commentEntryContainer textarea {
    border: 0;
    box-shadow: 0;
    border-style: none;
    border-color: Transparent;
    overflow: auto;
    font-size: 13px;
    color: #999999;
}

#comments input[type="checkbox"] {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

#comments .captchaText {
    margin-top: 19px;
    max-width: 500px;
    margin-bottom: 9px;
}

#comments #comment_captcha {
    width: 100px;
}

#comments input[type="submit"] {
    background-color: #FF6600;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#comments input[type="submit"]:hover {
    background: #ff7812;
}

#comments .sxcaptchadiv {
    margin-bottom: 6px;
}

#comments .otherComments {
    border-top: 1px solid #eeeeee;
    font-weight: 600;
    margin-top: 29px;
    margin-bottom: 26px;
    padding-top: 20px;
    display: block;
}

#comments .fancybox-dialog {
    margin-bottom: 20px;
}

#comments .commentContainer {
    background: #FBE1CE url("/__STATIC__/static/images/self/quote.svg") no-repeat;
    padding-left: 100px;
    padding-top: 20px;
    background-size: 80px 60px;
    padding-bottom: 8px;
    padding-right: 20px;
}

#comments .commentContainer:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#comments .commentContainer:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#comments .commentContainer > div {
    line-height: 21px;
    padding-bottom: 20px;
}

.desktop {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    ul.sxrating {
        background: url("/__STATIC__/static/images/self/stars_2x.png") no-repeat left top;
        background-size: 96px;
    }

    ul.sxrating li a:hover {
        background: url("/__STATIC__/static/images/self/stars_2x.png") no-repeat 0 -54px;
        background-size: 96px;
    }

    .sxrating li.current_rate {
        background: url("/__STATIC__/static/images/self/stars_2x.png") left -27px;
        background-size: 96px;
    }

    #star_rate.sxrating li.current_rate {
        background: url("/__STATIC__/static/images/self/stars_2x.png") left -81px;
        background-size: 96px;
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 192dpi) {
    ul.sxrating {
        background: url("/__STATIC__/static/images/self/stars_3x.png") no-repeat left top;
        background-size: 96px;
    }

    ul.sxrating li a:hover {
        background: url("/__STATIC__/static/images/self/stars_3x.png") no-repeat 0 -54px;
        background-size: 96px;
    }

    .sxrating li.current_rate {
        background: url("/__STATIC__/static/images/self/stars_3x.png") left -27px;
        background-size: 96px;
    }

    #star_rate.sxrating li.current_rate {
        background: url("/__STATIC__/static/images/self/stars_3x.png") left -81px;
        background-size: 96px;
    }
}

@media (min-width: 768px) {

    .breadcrumb {
        height: 39px;
        padding: 0;
        line-height: 24px;
        font-size: 13px;
        background: none;
        margin: 0;
        font-weight: 600;
        color:#666;
        min-height: 48px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .breadcrumb a {
        font-weight: 600;
        color:#666;
    }

    .breadcrumb .active a {
        color: #FF6600;

    }

    .breadcrumb > li {
        display: inline;
        font-weight: 600;
        color:#666;
    }


    .breadcrumb > li + li:before {
        padding: 0 5px;
        font-family: FontAwesome;
        content: "\f105";
        color: #95989A;
        display: inline-block;
        width: 30px;
        text-align: center;
    }


    .detailContent .InfoBar > div.sxStars {
        padding-left: 0px;
    }

    .detailContent .date {
        margin-top: 0px;
    }

    .InfoBar .sxShare {
        position: relative;
    }

    #breadcrumb {
        display: block !important;
    }

    .sxSigleBlog {
        text-align: center;
    }

    .sxSigleBlog > div {
        margin: 0 auto;
        float: none;
        text-align: left;
    }
}

@media (min-width: 1170px) {
    .detailContent .InfoBar > div.sxStars {
        padding-left: 20px;
    }

    .desktop {
        display: inline;
    }

    .tablet {
        display: none;
    }
}

.tagcloud {
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}

.tagcloud li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
}

.tagcloud li a {
    font-weight: normal;
}
