@charset "UTF-8";[class^="cyto-"]:before,[class*=" cyto-"]:before {
    font-family: 'Material Design Icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-display: swap
}

.cyto-star:before {
    content: "\f04ce"
}

.cyto-star-empty:before {
    content: "\f04d2"
}

.cyto-star-half:before {
    content: "\f04d0"
}

.cyto-smiley-1:before {
    content: "\f069b"
}

.cyto-smiley-2:before {
    content: "\f01f2"
}

.cyto-smiley-3:before {
    content: "\f01f5"
}

.cyto-smiley-4:before {
    content: "\f01f6"
}

.cyto-smiley-5:before {
    content: "\f01f8"
}

.cyto-heart:before {
    content: "\f02d1"
}

.cyto-heart-empty:before {
    content: "\f02d5"
}

.cyto-heart-half:before {
    content: "\f06dd"
}

.cyto-thumbs-down:before {
    content: "\f0511"
}

.cyto-thumbs-up:before {
    content: "\f0513"
}

.cyto-min:before {
    content: "\f0375"
}

.cyto-plus:before {
    content: "\f0416"
}

.cyto-circle:before {
    content: "\f0764"
}

.cyto-circle-empty:before {
    content: "\f0765"
}

.cyto-circle-half:before {
    content: "\f0aa0"
}

.cyto-spinner:before {
    content: "\f0771"
}

.rating_form {
    display: block
}

.rating_form .rating_form {
    margin: 0!important;
    padding: 0!important
}

.rating_form .rating_form.cursor [class^="cyto-"],.rating_form .rating_form.cursor [class*=" cyto-"] {
    cursor: pointer
}

.rating_form .update {
    opacity: .5
}

.rating_form .rating_form [id^="rate_"] {
    float: left;
    list-style-type: none!important;
    margin: 0;
    padding: 0;
    line-height: .8em!important;
    color: #ffd700;
    font-size: 17px;
    border: 0;
    width: auto
}

.rating_form .rating_form [id^="rate_"].hover {
    color: #ff7f00
}

.rating_form .rating_form [id^="rate_"]:first-child {
    padding-left: 0!important
}

.rating_form .rating_form [id^="rate_"]:before {
    vertical-align: middle
}

.rating_form .rating_form .def {
    float: left;
    list-style-type: none!important;
    background-color: #ddd;
    padding: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1em!important;
    color: #777;
    font-size: 13px;
    width: auto
}

.rating_form .rating_total:hover {
    cursor: pointer;
    font-weight: 700!important
}

.rating_form .thankyou {
    background-color: #cffa90!important;
    color: #51711a!important
}

.rating_form .rated {
    display: none;
    background-color: #faf190!important;
    color: #716d1a!important
}

.rating_form .tooltip {
    position: absolute;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    line-height: 1em!important;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 13px;
    top: 40px;
    z-index: 2;
    opacity: 1
}

.rating_form .tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.rating_form .title {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px
}

.rating_form .rating_stats {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #9b9b9b;
    font-size: 13px;
    color: #777;
    box-shadow: 0 2px 6px rgba(100,100,100,0.3);
    padding: 0;
    z-index: 1
}

.rating_form .rating_stats .rf_stats_header {
    background-color: #c7c7c7;
    color: #595959;
    padding: 5px 5px 5px 10px;
    font-weight: 700;
    border-bottom: 1px solid #9b9b9b;
    line-height: 1.7!important;
    height: auto
}

.rating_form .rating_stats .rf_stats_close {
    display: inline-block;
    background-color: #ff5a5a;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
    font-weight: 700;
    float: right
}

.rating_form .rating_stats .rf_stats_close:hover {
    background-color: #ca1818;
    cursor: pointer
}

.rating_form .rating_stats table {
    border-collapse: collapse;
    margin: 0!important;
    padding: 0;
    border: 0!important
}

.rating_form .rating_stats table th {
    padding: 3px 10px;
    background: #dfdfdf;
    color: #777;
    font-weight: 700;
    border-bottom: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    line-height: 2!important
}

.rating_form .rating_stats table th:last-child {
    border-right: 0
}

.rating_form .rating_stats tbody td {
    padding: 5px;
    text-align: center;
    border-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    line-height: 2!important
}

.rating_form .rating_stats tbody td:last-child {
    border-right: 0
}

.rating_form .rating_rich_snippet {
    display: none
}

.rating_form .edit_rating {
    color: red;
    padding-left: 5px;
    vertical-align: middle;
    line-height: normal!important;
    cursor: pointer
}

.rating_form .rating_stats_active .rating_total {
    font-weight: 700
}

.comment-label-warning {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f89406
}

.comments {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin: 15px
}

.comments .pull-left {
    float: left
}

.comments .pull-right {
    float: right
}

.comments h4 {
    font-size: 17.5px;
    margin: 15px 0
}

.comments .input {
    display: block;
    margin: 10px 0;
    vertical-align: middle
}

.comments .input input {
    margin-bottom: 0;
    vertical-align: middle
}

.comments .block textarea {
    display: block
}

.comments .hidden {
    display: none;
    visibility: visible
}

.comments .placeholder {
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px!important;
    line-height: 2!important;
    box-shadow: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all .2s ease-out;
    cursor: text
}

.comments .remaining {
    font-size: 12px;
    color: #6D6D6D;
    margin-top: 10px
}

.comments .list {
    padding: 0;
    margin: 15px 0 0;
    list-style: none
}

.comments .list li {
    line-height: 20px;
    margin-bottom0: 15px
}

.comments .list li div.right {
    margin-left: 65px
}

.comments .list li div.left {
    margin-right: 65px
}

.box:after,.box:before,.admin:after,.admin:after {
    left: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.box:after {
    border-color: rgba(204,204,204,0);
    border-left-color: #f8f9fa;
    border-width: 8px;
    margin-top: -8px
}

.box:before {
    border-left-color: #f5f5f5;
    border-width: 10px;
    margin-top: -10px
}

.admin:after {
    border-color: rgba(204,204,204,0);
    border-left-color: #e4ffea;
    border-width: 8px;
    margin-top: -8px
}

.admin:before {
    border-left-color: #b1f6a0;
    border-width: 10px;
    margin-top: -10px
}

.comments .admin {
    background-color: #e4ffea!important;
    color: #328a56!important;
    border: 1px solid #b1f6a0!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px
}

.comments .box {
    padding: 0 10px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #f5f5f5;
    position: relative
}

.comments a.avatar {
    color: #fff
}

.comments .avatar img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #CCC;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #CCC
}

.comments .box .cmheader {
    margin-bottom: 10px;
    padding: 6px 0 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.comments .box .cmheader .author {
    font-weight: 700;
    color: #262626
}

.comments .cmdate {
    color: #999;
    font-size: 11px;
    font-weight: 400
}

.comments .ip {
    color: #999;
    font-size: 12px;
    float: left
}

.comments .pending {
    font-size: 11px;
    margin-right: 10px
}

.comments .content {
    text-align: justify;
    word-break: break-word;
    margin-bottom: 7px
}

.comments .content a {
    color: #216D90
}

.comments .actions {
    display: none;
    cursor: pointer;
    float: left;
    padding-right: 5px;
    font-size: 11px
}

.comments .right:hover .actions,.comments .left:hover .actions {
    display: inline-block
}

.comments .right:hover .box a,.comments .left:hover .box a {
    color: #005580
}

.comments a.reply {
    color: #8D8D8D;
    text-align: right
}

.comments .show-more {
    width: 150px;
    margin: 0 auto;
    display: block
}

.comments .block {
    margin-left: 60px
}

.comments .reply-box {
    margin-right: 65px;
    margin-top: 15px
}

.comments .captcha-image {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px
}

.comments #commentCaptcha {
    width: 152px
}

.comments .ajax-loader {
    width: 16px;
    height: 11px;
    display: inline-block;
    background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat;
    vertical-align: middle;
    margin: 7px 0
}

.comments .ajax-loader.hidden {
    display: none
}

.comments .loading-comments {
    margin: 0 auto;
    display: block;
    margin-bottom: 13px
}

.comments .response {
    clear: both;
    margin-top: 44px;
    margin-bottom: 0;
    padding: 4px 35px 4px 10px
}

.response ul {
    padding-right: 13px;
    margin: 2px
}

.comments .help-inline {
    padding-right: 5px;
    color: #B94A48
}

.comments .pagination ul {
    padding-right: 0
}

.alert-error {
    padding: 5px;
    border-radius: 3px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    padding: 5px;
    border-radius: 3px;
    background-color: #d9edf7;
    border-color: #3a87ad;
    color: #3a87ad
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom:1;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span {
    background-color: #f5f5f5
}

.pagination ul>.active>a,.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}

.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}

.pagination-small ul>li>a,.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}
