.jot-err {
    border: 1px solid red;
    color: red;
    font-weight: bold;
    padding: 15px;
    margin: 15px 0px;
    background-color: #fff;
    text-align: center;
}
.jot-cfm {
    border: 1px solid green;
    color: green;
    font-weight: bold;
    padding: 15px;
    margin: 15px 0px;
    background-color: #fff;
    text-align: center;
}
.jot-nav {
    margin: 10px 0;
    padding: 0px;
    text-align: center;
}
.jot-list ul {
    list-style-position: inside;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}
.jot-subscribe {
    margin-bottom: 10px;
}
/* form */

.jot-form-wrap {
    clear: both;
    font: 13px/1.2 Tahoma, Arial, sans-serif;
    padding: 10px 0;
    width: 410px;
}
.jot-form-wrap .form-title {
    margin: 0.5em 0;
}
.u-content .jot-reply-title {
    text-align: center;
    margin: 0.5em 0px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}
.jot-info {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 12px;
    padding: 4px;
    width: 400px;
}
.jot-form {
    margin-bottom: 10px;
}
.jot-controls {
    margin-bottom: 10px;
}
.jot-controls label {
    display: block;
    margin-bottom: 3px;
}
.jot-controls textarea,
.jot-controls input {
    margin: 0;
    display: inline-block;
}
.jot-controls input:-moz-placeholder,
.jot-controls textarea:-moz-placeholder {
    color: #999;
}
.jot-controls textarea {
    height: auto;
    overflow: auto;
    vertical-align: top;
}
.jot-controls textarea:focus,
.jot-controls input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    z-index: 2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.jot-cfm {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.jot-form {
    margin-top: 50px;
}
.jot-controls.captcha {
    max-width: 360px;
}
.jot-controls.captcha input {
    margin-top: 10px;
}
.jot-captcha {
    border: 1px solid #ccc;
    float: right;
}
/* comment */

.jot-row {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 3px;
}
.jot-row-alt .jot-comment-head {
    background-color: #e0e0e0;
}
.jot-row-author .jot-comment-head {
    background-color: #FFD5D5;
}
.jot-row-me .jot-comment-head {
    background-color: #e4fbf1;
}
.jot-row-up {
    border: 1px solid red;
}
.jot-row-new {
    border: 1px solid green;
}
.jot-comment {
    font: 12px/1.2 Tahoma, Arial, sans-serif;
    margin-bottom: 15px;
}
.jot-comment-head {
    background: #f0f0f0;
    line-height: 1;
    padding: 7px 5px;
}
.jot-comment-entry {
    padding: 5px;
    overflow: hidden;
    *zoom: 1;
}
.jot-subject {
    font-weight: bold;
}
.jot-name {
    font-weight: bold;
    margin-right: 5px;
}
.jot-date {
    color: #666;
    float: right;
    font-size: 10px;
    margin-right: 5px;
}
.jot-perma {
    float: left;
    margin-right: 5px;
}
.jot-perma a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.jot-perma a:hover {
    color: #f00;
}
.jot-extra {
    float: right;
}
.jot-extra a {
    color: #666;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.jot-extra a:hover {
    color: #f00;
}
.jot-message {
    line-height: 1.4;
}
.jot-answer {
    background: #FFFFE1;
    border: 1px solid #eee;
    line-height: 1.4;
    margin-top: 5px;
    padding: 5px;
}
.jot-answer-author {
    font-weight: bold;
}
/* moderation buttons */

.jot-mod {
    float: right;
    text-align: right;
    margin: 10px 0 20px;
}
.jot-btn {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/16px Tahoma, Arial, sans-serif;
    margin-bottom: 0;
    min-width: 14px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    *border: 0;
    *display: inline;
    *zoom: 1;
    *line-height: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.jot-btn-active,
.jot-btn:active {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.jot-btn-submit {
    background-color: #0074cc;
    *background-color: #0055cc;
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    min-width: auto;
}
.jot-btn:hover {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    text-decoration: none;
}
.jot-btn-pub,
.jot-btn-unpub {
    width: 71px;
}
.jot-icon-del,
.jot-icon-pub,
.jot-icon-unpub,
.jot-icon-edit {
    background-image: url("../img/glyphicons-halflings.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.jot-icon-del {
    background-position: -456px 0;
}
.jot-icon-pub {
    background-position: -192px -96px;
}
.jot-icon-unpub {
    background-position: -216px -96px;
}
.jot-icon-edit {
    background-position: 0 -72px;
}
.jot-checkbox {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    min-height: 18px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}
.jot-checkbox input {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin: 3px 3px 0 0;
    *margin-top: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.jot-show-all {
    float: right;
}
/*
old
.reviews-small__scores { margin: 5px 0px 10px 0px !important; list-style-type: none; border-top: 1px solid #f7f7f7; }
.reviews-small__scores li {display: inline-block; padding: 0px 15px;}
new:
*/

.reviews-small__scores {
    margin: 5px 0px 10px 0px !important;
    list-style-type: none;
    border-top: 1px solid #f7f7f7;
    padding: 15px 0 0 0;
}
.u-content .reviews-small__scores li {
    display: inline-block;
    padding: 0px 0 0 15px;
    background: #eee;
    border-radius: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.reviews-small__scores li span {
    padding: 2px;
    display: inline-block;
    background: #aaa;
    border-radius: 28px;
    width: 28px;
    text-align: center;
    color: #fff;
    margin-left: 6px;
    position: relative;
    left: 2px;
}

/*REVIEWS*/

.rangeslider,
.rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.rangeslider {
    background: #e6e6e6;
    position: relative;
}
.rangeslider--horizontal {
    height: 20px;
    width: 99%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: #00ff00;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.rangeslider--horizontal {
    height: 2px;
}
.rangeslider {
    background: #c3c3c3;
}
.rangeslider__fill {
    background: #ccc;
}
.rangeslider__handle {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rangeslider__handle:after {
    display: none;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -7px;
}
.rangeslider__value-bubble {
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: 4px;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    border-radius(5px);
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
}
.jot-form-wrap {
    width: 100%!important;
}
.comment-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lines {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 27px;
}
.comment-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.label-line {
    text-align: right;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.input-line {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.line:last-child {
    margin-bottom: 0;
}
.jot-controls textarea,
.jot-controls input {
    border-radius: 0;
}
.jot-btn-submit {
    width: 260px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
}
.jot-controls textarea {
    padding: 0.5em;
}
.jot-controls input[type='text'] {
    padding: 0 0.5em;
}
.jot-controls textarea,
.jot-controls input[type='text'],
.jot-controls input[type='submit'] {
    width: 100%;
    max-width: 360px;
}
.mark {
    margin-right: 7px;
    border: 2px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 1px 1px;
    -webkit-box-flex: 0.4;
    -ms-flex: 0.4;
    flex: 0.4;
    min-height: 50px;
    text-align: center;
}
.number {
    font-size: 26px;
}
.mark-text {
    font-size: 12px;
}
.btn-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.jot-btn-submit {
    width: 100%!important;
}
.jot-form-actions.flex {
    max-width: 360px;
}
.red {
    color: red;
}
@media only screen and (max-width: 640px) {
    .comment-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lines {
        width: 100%;
        margin-right: 0;
    }
    .comment-fields {
        width: 100%;
    }
    .label-line {
        color: #000;
        -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
        flex: 0.5;
    }
    .line:last-child {
        margin-bottom: 22px;
    }
    .jot-controls textarea,
    .jot-controls input,
    .jot-controls.captcha,
    .jot-form-actions.flex {
        max-width: 100%;
    }
}
.textarea-tall textarea {
    min-height: 130px;
    resize: none;
}
.input-tall input {
    min-height: 46px;
}
.jot-controls input[type='checkbox'] {
    position: relative;
    top: 1px;
}
.head-line .hotel-img {
    max-width: 16px;
}
.head-line {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.form-title {
    font-size: 17px;
    text-align: center;
}

.head-line:after,
.head-line:before {
    background: #ccc;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    top: 54%;
    width: 24px;
}
.head-line:before {
    margin-left: -35px;
}
.head-line:after {
    margin-left: 10px;
}
.b-reviews-small {
    font-family: Arial;
    min-width: 120px;
    max-width: 1000px;
    margin: 0 auto;
}
.reviews-small__title {
    margin: 0 0 20px;
    font-size: 24px;
    padding-left: 100px;
}
.reviews-small__list {
    position: relative;
}
.reviews-small__item {
    overflow: hidden;
    font-size: 13px;
    clear: both;
    opacity: 1;
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
    display: block;
    max-width: 720px;
    margin: 0 auto 20px;
}
.reviews-small__item.hide {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.reviews-small__wr {
    padding: 0 0 20px 0;
}
.reviews-small__bubble {
    position: relative;
    padding: 25px 15px 25px 100px;
    margin: 0;
    line-height: 1.5em;
    word-wrap: break-word;
    min-height: 50px;
    font-size: 16px;
    border: solid 1px #f7f7f7;
    background: #fff;
}
.reviews-small__score {
    font-size: 30px;
    line-height: 45px;
    width: 68px;
    height: 45px;
    text-align: center;
    text-indent: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    position: absolute;
    left: 15px;
    top: 25px;
}
.reviews-small__author:after {
    content: '';
    display: table;
    clear: both;
}
.reviews-small__author {} .reviews-small__author-avatar {
    float: left;
    margin: 10px 2px 5px 13px;
}
.reviews-small__img {
    margin-right: 5px;
    margin-bottom: .8em;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: block;
    border: 2px solid white;
}
.reviews-small__details {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}
.reviews-small__name {
    margin-bottom: 0.5em;
    padding-left: 1em;
    display: inline-block;
} 
.reviews-small__date {
    float: right;
    margin-left: 10px;
}
.reviews-small__country-ico {} .reviews-small__country {
    margin-right: 5px;
    display: inline;
}
.b-reviews__pagination {
    margin-bottom: 10px;
}
.b-reviews-small {
    color: #222;
}
.reviews-small__score {
    background: #fff;
    color: #ccc;
    border: solid 1px #ccc;
}
/*/REVIEWS*/