/* Основные шрифты */

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro.ttf');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: bold;
    src: url('../fonts/GothamPro-Bold.ttf');
}
@font-face {
    font-family: 'GothaProBlack';
    src: url('../fonts/GothaProBlack.otf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.ttf');
}

/* Общие стили */

body {
	margin: 0;
    padding:0;
    background-color: #ecf0f5;
    font-family: 'Montserrat', Helvetica Neue, sans-serif;
    font-size: 12px;
    color:#0c4061;
}
body .container {
    background: #fff;
    box-shadow: 0 0 60px 15px rgba(0, 0, 0, 0.2);
    width: 1060px;
    min-height: 100vh;
}
body > .container {
    position: relative;
    padding-bottom: 110px;
}
input {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
a, a:hover, a:focus {
    color: #0083e1;
}
a, button, select, li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
}
textarea {
    resize: none;
}
img {
    max-width: 100%;
}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;} 
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
b, strong {
    font-weight: 600;
}
b.extra {
    font-weight: 900;
}
.opensans {
    font-family: 'OpenSans';
}
th {
    font-weight: 600;
}

/* Переопределение Bootstrap */

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
p {
    margin-bottom: 8px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.33333333%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-12 {
    width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}
h2, .h2 {
    margin-bottom: 18px;
}
h4, .h4 {
    font-size: 14px;
}
.btn, .input-sm {
    border-radius: 0;
}
.btn {
    padding: 6px 10px;
    font-size: 12px;
}
.btn-primary {
    background-color: #0083e1;
    border-color: #0083e1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #0067d1;
    border-color: #075dc4;
}
.btn-success {
    background-color: #32c24d;
    border-color: #32c24d;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-danger {
    background-color: #F44336;
    border-color: #F44336;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.row, .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
[class*='col-xs-'], [class*='col-sm-'], [class*='col-md-'], [class*='col-lg-'], .container {
    padding-left: 10px;
    padding-right: 10px;
}
.form-control {
    padding: 0 6px;
    border-radius: 3px;
    box-shadow: none;
    border: 2px solid #ddd;
    font-size: 12px;
}
.form-control[type=range] {
     box-shadow: none !important;
     outline: none !important;
     margin-left: 5px;
}
select.form-control {
    padding: 0 2px;
}
.label {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 9px;
    height: 28px;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-weight: 400;
}
.modal-content {
    border-radius: 0
}
blockquote {
    padding: 5px 10px;
    margin: 10px 0;
    font-size: inherit;
    border-left: 3px solid #eee;
}
.panel {
    box-shadow: none;
}
.panel-default > .panel-heading {
    background: transparent;
    bottom: 0;
}
.panel-heading a {
        color: #0c4061;
    background: transparent;
    display: block;
    padding: 8px 10px;
    font-weight: 900;
    border-bottom: 2px solid #fff;
}
.panel-heading a.collapsed {
    font-weight: 600;
}
.alert {
    margin-bottom: 10px;
    border-radius: 0;
    border: 0;
}
.checkbox-inline {
    margin-right: 8px;
}
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
}

/* Общие классы и теги */

.box {
    padding: 10px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.bg-blue {
    background-color: #0083e1 !important;
}
.bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}
.bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #32c24d !important;
}
.bg-red, .callout.callout-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #ff0000 !important;
}
.bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #fff200 !important;
}
.text-green {
    color: #00a65a !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #3c8dbc !important;
}
.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-muted {
    color: #777;
}
.dark-blue {
    color: #0b3455;
}
.dark-green {
    color: #003607 !important;
}
.grey {
    color: #666;
}
.grey-bg {
    background: #f7f7f7;
}
.text-sm {
    font-size: 11px;
}
.review-avatar + .underline {
    margin: 8px 0;
    font-weight: 600;
    font-size: 16px;
}
.box-comment:last-child {
    border-bottom: 0;
}
.box-comment .comment-info {
    font-size: 14px;
    margin-top: 5px !important;
}
#tabComments .box-comments {
    padding: 10px;
}
.box-comments .box-comment {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.box-comments .comment-text {
    margin-left: 85px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 11px;
}
.box-comments .box-comment:before, .box-comments .box-comment:after {
    content: " ";
    display: table;
}
.box-comment .list-inline {
    margin-bottom: 5px;
    margin-top: 0;
}
.user-comment-info {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 8px;
    list-style-type: none;
    margin-top: -10px;
    border: 1px solid #eee;
    width: 170px;
    z-index: 1;
}
.user-comment-info:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    top: 0;
    left: 0;
    margin: -10px 0 0 22px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
#tabComments {
    padding-bottom: 60px;
}
#tabComments .review-avatar {
    width: 50px;
    margin: 0 auto 5px;
}
#tabComments .review-avatar .rank {
    font-size: 18px;
    line-height: 20px;
}
#tabComments .review-avatar .nickname {
    font-size: 8px;
    padding: 5px 0;
}
#tabComments .box-comment .comment-info {
    font-size: 12px;
    margin-top: 0 !important;
}
#tabComments .box-comment {
    background: transparent;
    padding: 8px 0 5px;
}
#tabComments .review-text {
    min-height: 95px;
    border: 0;
    padding: 0 0 20px;
}
#tabComments .review-text .show-more {
    left: 0;
}
#tabComments .review-text > ul.inline {
    right: 0;
}
#tabComments .btn-group > .btn {
    border: 0;
    padding: 3px 5px;
}
#tabComments .btn-group > .btn:hover, #tabComments .btn-group > .btn:focus {
    background: transparent;
    box-shadow: none;
}
#tabComments .review-filter {
    margin-top: 0;
}
#tabComments .review-filter .table > tbody > tr > td {
    border-top: 0;
}
.muted > * {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.muted:hover > *, .review-text:hover .muted > * {
    opacity: 1;
}
.addComment .form-group {
    margin-bottom: 10px;
}
.addComment textarea {
    padding-bottom: 20px;
    height: 85px;
}
.addComment .pull-right {
    margin-top: -33px;
    z-index: 1;
    position: relative;
}
.review-text > ul.inline > li:last-child {
    margin-right: 0;
}
.review-avatar:hover + .user-comment-info, .user-comment-info:hover {
    display: block;
}
.list-inline {
    padding-left: 0;
    margin: 5px -5px 8px;
    list-style: none;
}
.list-inline a:hover, .list-inline a:focus {
    text-decoration: none;
}
.img-circle {
    border-radius: 50%;
}
.nav-tabs-custom .nav-tabs {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
}
.nav-tabs-custom>.nav-tabs>li:focus {
    border-color: transparent;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #0083e1;
}
.nav-tabs-custom>.nav-tabs>li>a {
    color: #0c4061;
    border-radius: 0;
}
.nav-tabs-custom>.nav-tabs>li>a b {
    font-weight: 900;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active>a:focus {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
    color: #0c4061;
    background-color: #fff;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #0c4061;
    margin-right: 0;
}
.nav-tabs-custom>.nav-tabs>li>a:hover, .nav-tabs-custom>.nav-tabs>li>a:focus {
    color: #999;
    background: transparent;
    border: 1px solid transparent;
}
#addTo {
    padding: 10px 0;
}
#addTo ul.inline li {
    margin-right: 3px;
}
.modal-sm {
    width: 360px;
    max-width: 100%;
}
.modal-sm .form-group {
    margin-bottom: 10px;
}
.modal-sm .btn {
    margin-bottom: 10px;
}
ul.undot {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 0;
}
ul.inline {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
ul.inline li {
    display: inline-block;
    margin-right: 5px;
}
.dashed {
    display: inline-block;
    border-bottom: 1px dashed;
}
.underline {
    text-decoration: underline;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.pb0 {
    padding-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0 !important;
}
hr {
    margin: 10px 0 5px;
}
.upper {
    text-transform: uppercase;
}
i.fa.fa-plus-square {
    vertical-align: top;
    line-height: 20px;
}

/* Шапка сайта */

header {
    margin-top: 5px;
    position: relative;
    z-index: 4;
}
header > .container {
    position: relative;
    z-index: 2;
}
header a {
    color: #6f6f6e;
}
header .logo {
    display: block;
    margin-top: 10px;
}
header .form-control {
    border: 1px solid #ddd;
}
.navbar-toggle .icon-bar {
    background-color: #0c4061;
}
#menu {
    margin-top: 42px;
}
#menu > li > a {
    text-transform: uppercase;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.menu > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.menu > li.dropdown {
    margin-right: 20px;
}
.menu > li > a.dropdown-toggle {
    padding-top: 3px;
    font-size: 12px;
}
.menu > li > a {
    padding: 5px 8px;
    font-size: 11px;
    display: block;
    color: #0c4061;
    font-weight: bold;
    font-family: 'GothamPro';
}
.menu > li > a:hover, #menu > li > a:focus {
    color: #0c4061;
    background: transparent;
    text-decoration: none;
}
.menu > li > a.icon-link {
    padding: 3px 0 0 3px;
}
.menu .badge {
    position: absolute;
    top: 18px;
    left: auto;
    right: -3px;
    font-size: 7px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    display: block;
    text-align: center;
    padding: 0;
    text-shadow: none;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    margin-top: 0;
}
.dropdown-menu > li > a {
    font-size: 11px;
}
.fa-caret-down {
    color: #c5c6c6;
}
.search-block {
    margin: 5px 0 8px;
    position: relative;
    z-index: 0;
    width: 325px    ;
    float: right;
}
.search-block .input-group-btn {
    width: 110px;
}
.search-block .form-control {
    width: 220px;
    height: 28px;
}
.search-block .input-group-btn:first-child button {
    background: #0083e1;
    color: #fff;
    border-color: transparent;
    font-family: 'GothamPro';
    padding: 4px 10px;
}
.search-block .input-group-btn:last-child {
    position: absolute;
    top: 0;
    left: auto;
    right: 1px;
    width: initial;
    z-index: 2;
}
.search-block .input-group-btn:last-child button {
    height: 28px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #0067d1;
    line-height: 14px;
}
.search-block .input-group-btn:last-child button:hover, .search-block .input-group-btn:last-child button:focus {
    background: transparent;
    box-shadow: none !important;
    border-right-color: transparent;
}
.search-block .dropdown-menu {
    padding: 0;
    font-family: 'GothamPro';
    font-size: 11px;
}
.search-block .dropdown-menu .form-group {
    margin-bottom: 0;
}
.search-block .dropdown-menu .help-block {
    margin: 0;
}
#searchCategory .dropdown-toggle {
    width: 100%;
    height: 28px;
}
.search-block label {
    color: #0c4061;
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0;
    min-width: 260px;
    cursor: pointer;
    font-weight: normal;
}
.search-block label:hover, .search-block label.checked {
    background: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-block label input {
    float: right;
}

/* Слайдеры */

.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    text-indent: -99999px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.owl-theme .owl-controls .owl-prev:before {
    background: url(../images/prev2.png) no-repeat 50% 50%;    
    background-size: 80%;
}
.owl-theme .owl-controls .owl-next:before {
    background: url(../images/next2.png) no-repeat 50% 50%;
    background-size: 80%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.small-slider {
    text-align: center;
    line-height: 16px;
}
.small-slider img {
    display: block;
    margin: 0 auto;
}
.small-slider span {
    display: block;
}
.small-slider.owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    margin: -30px 0 0;
}
.small-slider .preview-image + p {
    margin-bottom: 0;
}

/* Страница  игры */

body .container.game-page {
    border-top: 5px solid #0083e1;
    box-shadow: 0 0 60px 15px #eef3fa;
}
.main-slider {
    height: 340px;
    overflow: hidden;
}
.main-slider .item > a {
    display: block;
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.main-slider-thumbs {
    position: absolute;
    top: auto;
    left: 140px;
    bottom: 5px;
    right: 15px;
    width: 75%;
    z-index: 2;
    white-space: nowrap;
}
.owl-thumb-item {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ecf0f5;
}
.owl-thumb-item img {
    height: 40px;
}
.game-poster {
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 25px;
    /*width: 109.5px;*/
    width: 106px;
    z-index: 2;
}
.game-poster img {
    border: 1px solid #ecf0f5;
}
.title {
    position: absolute;
    z-index: 88;
    top: auto;
    left: 131px;
    white-space: nowrap;
    bottom: 55px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 5px 5px 6px;
}
.title h1 {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.title h1 span {
    font-size: 17px;
}
.info {
    color: #fff;
    padding: 10px;
    width: 211px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    float: left;
    position: relative;
    font-size: 11px;
    height: 340px;
}
.info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.info > * {
    position: relative;
    z-index: 2;
}
.dlc-list, .awards-list {
    position: relative;
    display: inline-block;
    z-index: 2;
    text-align: left;
}
.awards-list {
    margin-bottom: 5px;
}
.source-list {
    z-index: 3;
    float: right;
    position: relative;
}
.dlc-list ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 5px 0 0;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.awards-list ul, .source-list ul {
    position: absolute;
    display: none;
    top: 70%;
    left: auto;
    right: 0;
    list-style-type: none;
    padding: 5px 0 0;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.dlc-list:hover ul, .awards-list:hover ul, .source-list:hover ul {
    display: block;
}
.dlc-list ul:before, .awards-list ul:before, .source-list ul:before {
    content: '';
    display: block;
    margin-left: 30px;
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eee;
}
.awards-list ul:before {
    margin-left: 94%;
}
.source-list ul:before {
    margin-left: 90%;
}
.dlc-list li, .awards-list li, .source-list li {
    padding: 5px 8px;
    background: #fff;
    white-space: nowrap;
    color: #0c4061;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.dlc-list li:first-child, .awards-list li:first-child, .source-list li:first-child {
    border-top: 1px solid #eee;
}
.dlc-list li:last-child, .awards-list li:last-child, .source-list li:last-child {
    border-bottom: 1px solid #eee;
}
.source-list li.small {
    padding-bottom: 0;
}
.dlc-list a, .awards-list a, .source-list a {
    display: inline-block;
}
.dlc-list li a {
    font-size: 14px;
}
.top-tabs {
    float: right;
    width: 210px;
    position: relative;
    border: 5px solid #0b3455;
    text-align: center;
    padding: 10px;
    min-height: 340px;
    font-family: 'OpenSans';
}
.top-tabs .nav-tabs {
    position: absolute;
    left: 85px;
    top: 125px;
    transform: rotate(90deg);
    width: 300px;
    border-bottom: 0;
}
.top-tabs .nav-tabs > li {
    margin-right: -1px;
    width: 130px;
    margin-bottom: -2px;
}
.top-tabs .nav-tabs > li > a {
    background: #fff;
    color: #555;
    border-radius: 6px 0 0 0;
    font-family: 'GothamPro';
    font-weight: 600;
    padding: 8px 0;
}
.top-tabs .nav-tabs > li > a:hover, .top-tabs .nav-tabs > li.active > a {
    border-color: transparent;
    color: #0083e1;
}
.serial-page .top-tabs .nav-tabs > li > a:hover, .serial-page .top-tabs .nav-tabs > li.active > a {
    color: #00bd19;
}
.tab-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
    font-family: 'GothamPro';
}
.top-tabs .btn {
    margin-bottom: 10px;
}
.cup-img {
    width: 90px;
}
.awards-list .count {
    position: absolute;
    top: auto;
    left: auto;
    right: 8px;
    bottom: 15px;
    color: #0083e1;
    font-weight: normal;
    font-size: 16px;
}
.users-count {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Montserrat';
}
.users-count img {
    height: 14px;
}
.content {
    padding-top: 15px;
    padding-right: 0;
    width: 830px;
}
.recommend {
    padding-left: 20%;
}
.recommend .text-muted {
    display: inline-block;
}
.form-inline {
    padding-left: 170px;
    margin-bottom: 30px;
    font-family: 'OpenSans';
}
.sidebar {
    width: 230px;
}
.block-title {
    padding: 15px 10px 10px;
    text-align: center;
    display: block;
    margin: 0;
}
.sidebar a {
    color: #0b3455;
}
.small-slider a.small {
    font-family: 'OpenSans';
}
form.review-filter {
    margin: 30px 0 20px;
}
.review-filter label {
    white-space: nowrap;
}
form.review-filter table {
    margin-bottom: 0;
}
form.review-filter .sort {
    margin-top: 0 !important;
}
#col1 {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
#col1 .panel-body {
    background: rgba(0, 0, 0, 0.8);
}
#col1 a {
    color: #0083e1;
}
.social-link {
    text-align: center;
    font-size: 20px;
}
#timelog .h4 {
    margin: 0 0 15px;
    line-height: initial;
}
.rating {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    padding-left: 25%;
}
.rating .small {
    font-size: 11px;
}
.reviewStars-input {
    display: inline-block;
    vertical-align: bottom;
}
[data-role=review-stars-input], .reviewStars {
    display: inline-block;
    vertical-align: bottom;
}
[data-role=review-stars-input] input:checked ~ label, [data-role=review-stars-input] label, [data-role=review-stars-input] label:hover, [data-role=review-stars-input] label:hover ~ label, .reviewStars-input input:checked ~ label, .reviewStars-input label, .reviewStars-input label:hover, .reviewStars-input label:hover ~ label {
    background: url('../images/star.png') no-repeat;
}
[data-role=review-stars-input] .reviewStars-input {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    float: left;
    margin: 0;
}

[data-role=review-stars-input] input, .reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 0;
    z-index: 0;
    margin: 0;
    /* Если мешает - предупредите. Litvinov. */
    display: none;
}

[data-role=review-stars-input] input:checked ~ label, .reviewStars-input input:checked ~ label {
  background-position: 0 -19px;
  height: 19px;
  width: 20px;
}

[data-role=review-stars-input] label, .reviewStars-input label {
  background-position: 0 0;
  height: 19px;
  width: 20px;
  float: right;
  cursor: pointer;    
  margin: 0;
  position: relative;
  z-index: 1;
}

[data-start-range=off] [data-role=review-stars]:hover label {
    background-position: 0 0 !important;
}

[data-start-range=off] [data-role=review-stars-input] label:hover, [data-start-range=off] [data-role=review-stars-input] label:hover ~ label {
  background-position: 0 -19px !important;
  height: 19px;
  width: 20px;
}

[data-role=review-stars-input] #star-0 {
  left: 0;
}
[data-role=review-stars-input] #star-1, .reviewStars-input .star-1 {
  left: 22px;
}
[data-role=review-stars-input] #star-2, .reviewStars-input .star-2 {
  left: 44px;
}
[data-role=review-stars-input] #star-3, .reviewStars-input .star-3 {
  left: 66px;
}
[data-role=review-stars-input] #star-4, .reviewStars-input .star-4 {
/*  left: 88px;*/
}
[data-role=review-stars-input] #star-5, .reviewStars-input .star-5 {
  left: 110px;
}
#recomendation {
    margin: -5px 0;
    font-family: 'OpenSans';
}
#recomendation select {
    text-transform: uppercase;
    width: 235px;
    padding: 3px 6px;
    height: 30px;
}
.bs-callout-info {
    padding: 10px;
    border: 1px solid #ecf0f5;
    background-color: #f4f8fa;
}
.show-more {
    display: inline-block;
    color: #666;
    font-weight: 600;
    margin-bottom: 15px;
}
#showRequirements {
    text-transform: initial;
    font-weight: 600;
    color: #666;
}
.table-responsive + .statistic-block {
    margin-top: 30px
}
.statistic-block { 
    padding-left: 0;
    margin: 0 0 30px;
    list-style-type: none;
    display: block;
    text-align: center;
}
.statistic-block li {
    display: inline-block;
    vertical-align: bottom;
    padding: 5px 10px;
    background: #f8f9f9;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    margin: 0 5px;
}
.statistic-block li img {
    width: 36px;
    margin-top: -36px;
}
.statistic-block li.cefficient {
    background: #0083e1;
    color: #fff;
}
.statistic-block li.cefficient span {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    width: 140px;
    text-align: left;
}
.statistic-block .statistic-grafic {
    font-size: 9px;
    line-height: 12px;
    text-align: left;
    width: 240px;
}
.statistic-block .statistic-grafic span {
    display: block;
    padding: 0;
    font-weight: normal;
}
.statistic-block  .statistic-grafic img {
    margin-top: 0;
    height: 36px;
}
.panel {
    border: 0;
}
.panel-group .panel + .panel {
    margin-top: 0;
    border-radius: 0;
}
.panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}
.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #666;
}
.post .user-block {
    margin-bottom: 15px;
}
.post .user-block img {
    width: 40px;
    height: 40px;
    float: left;
}
.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}
.user-block .username {
    font-size: 14px;
    font-weight: 600;
}
.user-block .description {
    color: #999;
    font-size: 12px;
}
.signature {
    text-align: center;
}
.signature span {
    display:inline-block;
    width:30px;
    height:14px;
    margin: 0 5px;
}
.graf-slider .owl-nav [class*='owl-'] {
    top: 25px;
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
}
.graf-slider .owl-nav [class*='owl-']:before {
    background-size: 10px;
    background-color: #0077da;
}
.graf-slider .owl-nav [class*='owl-']:hover:before {
    background-color: #0067d1;
}
.graf-slider .owl-controls .owl-nav .owl-prev {
    right: 35px;
}
.game-page .table {
    margin-bottom: 0;
}
.game-page .table .form-group {
    margin-bottom: 0;
}
.game-page .content {
    padding-left: 25px;
}
.game-page .nav-tabs-custom {
    margin-left: -15px;
}
.sort {
    margin: 10px 0 20px !important;
}
ul.sort li {
    margin-right: 10px;
}
.box-comment {
    background: #f7f7f7;
    padding: 8px 10px 5px;
    margin-bottom: 15px;
}
.box-comment ul.undot {
    color: #0c4061;
}
.box-comment ul.undot a {
    color: #0c4061;
}
.review-avatar {
    position: relative;
    width: 120px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.review-avatar .rank {
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    display: block;
    text-align: right;
    font-size: 22px;
    line-height: 24px;
    width: 60px;
}
.review-avatar .rank img {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}
.review-avatar .rank b {
    display: block;
    text-shadow: 0px 0px 1px #fff;
}
.review-avatar .rank sup {
    font-size: 11px;
    top: -12px;
}
.video-slider {
    width: 600px;
    height: 336px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 4px solid #ddd;
}
.box-comments .review-avatar {
    width: 56px;
    float: left;
}
.box-comments .review-avatar .rank {
    font-size: 18px;
}
.sources-link {
    float: right;
}
.alert-fixed {
    position: fixed;
    top: 15px;
    left: calc(50% - 350px);
    z-index: 9999;
    opacity: 0.9;
    width: 700px;
}
.you-rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}
.preview-image {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.item > .preview-image .rating {
    font-size: 14px;
    width: 60px;
    height: 60px;
    padding-top: 40px;
}
.nav-tabs-custom .tab-content {
    padding-top: 10px;
}
.review-text {
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    min-height: 250px;
}
.modal .custom-review-window {
    max-height: calc(100vh - 91px);
    overflow-y: auto;
}
.review-text > ul.inline {
    position: absolute;
    left: auto;
    bottom: 5px;
    right: 10px;
}
.review-text b {
    font-weight: 900;
}
.review-text .rating {
    position: absolute;
    top: -1px;
    left: auto;
    right: 0;
    background: url(../images/rating-bg-top.png) no-repeat bottom right;
    background-size: cover;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 4px 0 0;
    width: 45px;
    height: 45px;
    text-align: right;
}
.review-text .show-more {
    margin-bottom: 0;
    text-decoration: underline;
    color: #0083e1;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: auto;
    bottom: 8px;
}
.review-text .show-more b {
    font-weight: 600;
}
#tabReviews .list-inline .avatar {
    border-radius: 50%;
    padding: 0;
    border: 0;
    height: 22px;
}

/* Страница Фильма */

.film-page .btn, .film-page .btn:hover, .film-page .btn:focus {
    color: #fff;
}
.film-page .btn.btn-default {
    color: #0c4061;
}
.film-page {
    border-top: 5px solid #932dec;
}
.film-page a:hover, .film-page a:focus, .film-page .review-text .show-more {
    color: #932dec;
}
.film-page .btn-primary, .film-page .search-block .input-group-btn:first-child button, .film-page .btn-primary:hover, .film-page .btn-primary:focus, .film-page .btn-primary.focus, .film-page .btn-primary:active, .film-page .btn-primary.active, .open > .film-page .dropdown-toggle.btn-primary, .film-page li.cefficient {
    background-color: #932dec;
    border-color: #932dec;
    color: #fff;
}
.film-page .preview-image .rating {
    background: url(../images/rating-bg-film.png) no-repeat bottom right;
    background-size: cover;
    top: 0;
    padding-top: 4px;
}
.film-page .review-text .rating {
    background: url(../images/rating-bg-top-film.png) no-repeat bottom right;
    background-size: cover;
}
.film-page .graf-slider .owl-nav [class*='owl-']:before {
    background-color: #932dec;
}
.film-page .nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #932dec;
}
.film-page .awards-list .count, .film-page .search-block .input-group-btn:last-child button {
    color: #932dec;
}
.text-muted {
    color: #777;
}
.film-page .dark-blue {
    color: #230042;
    font-family: 'GothaProBlack';
}
.film-poster a {
    display: block;
    /*width: 220px;*/
    width: 232.8px;
    height: 340px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.film-info, .serial-info {
    width: 587.2px;
    height: 340px;
    float: left;
    background: #f8f9f9;
    padding: 6px 10px;
    font-family: 'Montserrat';
}
.film-info ul, .serial-info ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 6px;    
}
.film-info li, .serial-info li {
    position: relative;
    padding: 3px 0; 
}
.film-info li, .film-info li a, .serial-info li a {
    color: #777;
}
.film-info li b {
    color: #230042;
}
.film-name {
    color: #fff;
    background: #932dec;
    margin: 0 0 8px -50px;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    border: 3px solid #f8f9f9;
}
.film-page .form-inline {
    padding-left: 0;
    font-family: 'OpenSans';
}
.icon {
    height: 18px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 3px;
}
.film-page #recomendation select {
    margin-right: 0;
}

/* Страница сериала */


.serial-page {
    border-top: 5px solid #00bd19;
}
.serial-page .modal label {
    font-weight: 600;
}
.serial-page .modal label.checkbox-inline {
    font-weight: normal;
}
.serial-page .btn, .serial-page .btn:hover, .serial-page .btn:focus {
    color: #fff;
}
.serial-page .btn.btn-default {
    color: #0c4061;
}
.serial-page a, .serial-page a:hover, .serial-page a:focus, .serial-page .review-text .show-more {
    color: #00bd19;
}
.serial-page .btn-primary, .serial-page .search-block .input-group-btn:first-child button, .serial-page .btn-primary:hover, .serial-page .btn-primary:focus, .serial-page .btn-primary.focus, .serial-page .btn-primary:active, .serial-page .btn-primary.active, .open > .serial-page .dropdown-toggle.btn-primary, .serial-page li.cefficient {
    background-color: #00bd19;
    border-color: #00bd19;
    color: #fff;
}
.serial-page .preview-image .rating {
    background: url(../images/rating-bg-serial.png) no-repeat bottom right;
    background-size: cover;
    left: auto;
    right: 0;
    text-align: right;
    padding-right: 5px;
}
.serial-page .review-text .rating {
    background: url(../images/rating-bg-top-serial.png) no-repeat bottom right;
    background-size: cover;
}
.serial-page .graf-slider .owl-nav [class*='owl-']:before {
    background-color: #00bd19;
}
.serial-page .nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #00bd19;
}
.serial-page .awards-list .count, .serial-page .search-block .input-group-btn:last-child button {
    color: #00bd19;
}
.serial-page .text-muted {
    color: #777;
}
.serial-page .dark-blue {
    color: #230042;
}
.serial-page .form-inline {
    padding-left: 0;
    margin: 10px -15px 0;
}
.serial-page .serial-title {
    background: #ececec;
    padding: 10px;
    margin: -6px -10px 5px;
    font-size: 18px;
    font-weight: 600;
}
.serial-poster {
    display: block;
    float: left;
    /*width: 220px;*/
    width: 232.8px;
}
.serial-poster .item a {
    display: block;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.serial-info li b {
    color: #003607;
}
.serial-page .top-tabs {
    border-color: #003607;
}
.serial-page .form-control:focus {
    border-color: #00bd19;
    box-shadow: none !important;
}

/* Страница компании */

.company-logo {
    /*height: 120px;*/
    margin: 0 auto 15px;
    display: block;
}
.company-page h1 {
    margin: 0 0 10px;
    font-size: 22px;
    text-align: center;
}
.company-page h1 span {
    display: block;
    line-height: 18px;
}
.company-page .grey-bg {
    padding: 10px;
    font-size: 11px;
    margin: 5px 0 10px;
}
.company-page .content .undot li {
    margin-bottom: 3px;
}
.company-page .inline.stat li {
    margin-right: 20px;
}
.sidebar .btn-primary {
    color: #fff;
}
.company-page .nav-tabs-custom {
    margin-top: 10px;
}
.company-page .top-tabs {
    border: 0;
    padding: 0;
}
.company-page .table {
    margin-bottom: 0;
}
.company-page .table.stat td {
    padding: 0;
    border-top: 0;
}
.company-page .cup-img {
    width: 70px;
}
.company-page .awards-list .count {
    font-size: 12px;
}
.company-page .rating {
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
}
.company-page .awards-list ul {
    box-shadow: none;
    padding-top: 0;
}
.company-page .nav-tabs-custom .nav-tabs {
    text-align: center;
}
.company-page .nav-tabs-custom>.nav-tabs>li {
    float: initial;
    display: inline-block;
}
.table-tow + .h4 {
    margin-top: 45px;
}
.table-tow {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}
.table-title {
    text-transform: uppercase;
    color: #0083e1;
    font-weight: 600;
    font-size: 15px;
}
.table-subtitle {
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    vertical-align: bottom;
}
.table-poster {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    display: block;
    position: relative;
    text-align: left;
}
.table-poster span {
    background: rgba(255, 255, 255, 0.8);
    padding: 3px;
    display: inline-block;
    text-align: left;
    font-size: 11px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
}
.table-poster b {
    display: block;
}
.table-poster img {
    width: 55px;
}
.table-poster .signature {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 35px;
}
.table-poster .signature a {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0 3px;
    margin-bottom: 5px;
}
.table-poster .signature p {
    margin-bottom: 3px;
}
.best-work {
    padding: 10px;
    border: 5px solid #0b3455;
    margin: 10px 0;
}
.companyTab {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 385px;
    min-height: 140px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.companyTab.active {
    opacity: 1;
    z-index: initial;
}
.companyTab .pull-right {
    z-index: 9;
    position: relative;
}

/* Таблица пользователей */

.search-page h1 {
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 0;
}

.search-page a.black:hover {
    color: #0083e1;
}
.search-page th {
    
}

.table-tow {
    font-size: 12px;
    margin-bottom: 30px;
}
.table-tow thead {
    background: #f7f7f7;
}
.table-tow > thead > tr > th {
    padding: 3px 5px;
}
.table-tow th {
    font-weight: normal;
    font-size: 11px;
    vertical-align: middle !important;
    text-align: center;
    border-bottom: 0 !important;
}
.table-tow th .btn {
    width: 100%;
    height: 36px;
    font-weight: normal;
    font-size: 11px;
    padding: 8px 0 0;
    min-width: initial;
}
.table-tow > tbody > tr > td {
    border-top: 0;
}
.table-tow td {
    vertical-align: top !important;
    padding: 20px 8px 5px;
}
.table-tow td + td {
    border-left: 3px dotted #eee;
}
.big {
    font-size: 125%;
}
.table-tow.table-actor td {
    padding-top: 30px;
}
.table-tow.table-actor td.small {
    padding-top: 32px;
}
.table-tow.table-user td {
    padding-top: 35px;
} 
.table-tow.table-release td {
    padding-top: 38px;
}
.table-tow.table-release td:nth-child(2) {
    padding-top: 26px;
}
.search-page .table-tow {
    width: 950px;
}
.search-page .table-tow td:first-child {
    padding-top: 8px;
}
.table-tow .small {
    font-size: 10px;
}
.table-tow .big {
    font-size: 13px;
}
.table-tow input[type="checkbox"] {
    vertical-align: text-top;
}
.table-tow.table-company td.small {
    padding-top: 22px;
}
.table-tow a.big + .reviewStars {
    margin-left: 5px;
}
.table-avatar {
    position: relative;
    width: 50px;
    display: block;
    color: #0c4061;
}
.table-avatar .rank {
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    display: block;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    width: 50px;
}
.table-avatar .rank img {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    width: 12px;
}
.table-avatar > img {
    border: 1px solid #c7c7c7;
}
.table-avatar .rank b {
    display: block;
    text-shadow: 0px 0px 1px #fff;
}
.table-avatar .rank sup {
    font-size: 11px;
    top: -12px;
}
.table-avatar .nickname {
    background: transparent;
    font-size: 11px;
    left: 0;
    bottom: 0;
    padding: 0;
    text-shadow: 0px 0px 1px #fff;
    width: initial;
    color: #0083e1;
    position: relative;
}

/* Страница актера, режессера */

.actor-page .content {
    padding-top: 0;
    padding-right: 0;
}
.actor-page .top-tabs {
    border: 0;
    padding: 0;
    height: 300px;
    min-height: 334px;
    float: initial;
}
.actor-page .top-tabs .nav-tabs > li {
    margin-bottom: 7px;
}
.actor-page .top-tabs .preview-image {
    margin-bottom: 0;
}
.actor-page .tab-title {
    margin-bottom: 0;
    line-height: 39px;
}
.actor-page .block-title {
    padding: 15px 10px;
}
.actor-page .source-list ul:before {
    margin-left: 75%;
}
.actor-page .nav-tabs-custom>.nav-tabs>li {
    float: initial;
    display: inline-block;
}
.actor-page .table-tow > tbody > tr > td {
    vertical-align: middle !important;
}
.actor-page .table-poster .signature {
    left: 15px;
}
.avatar {
    display: block;
    float: left;
    width: 228.7px;
    height: 334px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
}
.avatar .rank {
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    display: block;
    text-align: right;
    font-size: 29px;
    line-height: 32px;
    width: 60px;
}
.avatar .rank img {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}
.avatar .rank b {
    display: block;
    text-shadow: 0px 0px 1px #fff;
}
.avatar .rank sup {
    font-size: 13px;
    top: -16px;
}
.actor-info {
    width: 586.3px;
    height: 334px;
    float: left;
    background: #f8f9f9;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.actor-page .grey-bg {
    padding: 10px;
    font-size: 11px;
    margin: 5px 0;
}
.actor-page .nav-tabs-custom {
    margin-top: 10px;
}
.actor-page h1 {
    background: #ececec;
    padding: 10px 50px 10px 10px;
    margin: -6px -10px 15px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.actor-page h1 .on-notes {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: auto;
    right: 8px;
}
.actor-page h1 .in-favorite {
    font-size: 12px;
    position: absolute;
    top: auto;
    left: auto;
    right: 8px;
    bottom: 5px;
}
.actor-info .text {
    height: 68px;
    overflow: hidden;
}
.actor-page .source-list ul {
    padding: 0;
    box-shadow: none;
}
.actor-page #grafLine {
    margin-top: -10px;
}
.actor-page .source-list > a {
    font-size: 16px;
}
.actor-info .rating {
    padding-left: 0;
}
.actor-info .cup-img {
    width: 60px;
}
.statistic {
    text-align: center;
    padding: 5px 0 10px;
}
.statistic i.fa.fa-plus-square {
    line-height: inherit;
}
.statistic ul.inline li {
    margin: 0 20px;
}
.actor-page .awards-list .count {
    font-size: 14px;
    right: 0;
    bottom: 10px;
}

/* Страница Профиль */

.user-page .content {
    padding-right: 0;
    padding-top: 0;
}
.user-page h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0 10px;
}
.user-page .top-tabs .nav-tabs > li {
    width: 100px;
    text-align: center;
}
.user-page .grey-bg {
    padding: 10px 5px;
    text-align: center;
    margin-bottom: 10px;
}
.profile-info {
    width: 598px;
    height: 340px;
    float: left;
    background: #f8f9f9;
    padding: 6px 10px 6px 30px;
    margin-bottom: 10px;
}
.profile-info .text {
    height: 250px;
    overflow: hidden;
}
.profile-info .grey-bg {
    border: 5px solid #fff;
    font-size: 11px;
}
.nickname {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}
.user-page .top-tabs {
    text-align: left;
    min-height: 305px;
}
.user-page .nav-tabs-custom .nav-tabs li {
    text-align: center;
    width: 24%;
}
.user-page .panel-collapse .nav-tabs-custom .nav-tabs li {
    width: initial;
}
.preview-image.serial .rating {
    background: url(../images/rating-bg-serial.png) no-repeat bottom right;
    background-size: cover;
    left: auto;
    right: 0;
    text-align: right;
    padding: 28px 5px 0 3px;
}
.preview-image.film .rating {
    background: url(../images/rating-bg-film.png) no-repeat bottom right;
    background-size: cover;
    top: 0;
    padding-top: 4px;
}
.box-comment.film .review-text > ul.inline {
    margin-right: 35px;
}
.box-comment.serial .rating {
    background: url(../images/rating-bg-left-serial.png) no-repeat bottom right;
    background-size: cover;
    right: auto;
    left: -1px;
    text-align: left;
    padding-left: 4px;
}
.box-comment.serial .rating + p {
    padding-left: 35px;
}
.box-comment.film .rating {
    background: url(../images/rating-bg-bottom-film.png) no-repeat bottom right;
    background-size: cover;
    top: auto;
    bottom: -1px;
    padding: 30px 4px 0 0;
}
.timelog-item {
    padding-top: 20px;
    opacity: 0.8;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.timelog-item:hover {
    opacity: 1;
}
.timelog-item > .inline {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.timelog-item:hover > .inline {
    opacity: 1;
}
.timelog-item li.pull-right {
    margin-right: 0;
    margin-left: 5px;
}
.timelog-item .tools {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    z-index: 8;
    position: absolute;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0;
    top: auto;
    left: auto;
    right: 2px;
    bottom: 2px;
}
.user-page .timelog-item {
    width: 104px;
}
.user-page .add-entry {
    width: 104px;
    height: 153px;
}
.user-page .not-recommend {
    width: 114px;
    font-size: 7px;
}
.user-page .add-entry span {
    font-size: 7px;
}
.preview-image.serial .tools {
    right: auto;
    left: 2px;
}
.preview-image.film .tools {
    top: 0;
    bottom: auto;
}
.timelog-item .tools li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}
.timelog-item .tools .fa {
    color: #0c4061;
    text-shadow: 0px 0px 1px #fff;
    font-size: 14px;
    vertical-align: middle;
}
.timelog-item .tools .fa.fa-comment {
    vertical-align: top;
}
.timelog-item .preview-image {
    z-index: 0;
}
.preview-image .rating {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: url(../images/rating-bg.png) no-repeat bottom right;
    background-size: cover;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    padding: 28px 0 0 3px;
    width: 45px;
    height: 45px;
    text-align: left;
}
.preview-image .rating.personal {
    color: #0c4061;
    padding: 0;
    text-align: right;
    text-shadow: 0px 0px 1px #fff;
    background: transparent;
    top: 0;
    right: 3px;
    bottom: auto;
    left: auto;
    padding: 0;
    height: initial;
    font-size: 13px;
}
.preview-image.film .rating.personal {
    top: auto;
    bottom: 0;
    background: transparent;
}
.preview-image.serial .rating.personal {
    background: transparent;
    padding: 0;
    left: 5px;
    right: auto;
    text-align: left;
}

.timelog-item p {
    margin-bottom: 0;
}
.add-entry {
    display: inline-block;
    width: 123px;
    height: 177px;
    vertical-align: top;
    background: #f7f7f7;
    text-align: center;
    padding-top: 45px;
    margin: 20px 3px 10px;
    opacity: 0.8;
}
.add-entry:hover, .add-entry:focus {
    text-decoration: none;
    opacity: 1;
}
.add-entry .fa {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 63px;
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 5px;
    background: #ddd;
    color: #666;
}
.add-entry span {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}
.user-page .table {
    margin-bottom: 0;
}
.user-page .table .form-group, .user-page .review-filter .form-group {
    margin-bottom: 0;
}
.review-filter td:first-child {
    padding-left: 0;
}
.review-filter td:last-child {
    padding-right: 0;
}
.timelog .panel-body {
    padding: 0 0 10px;
}
.user-page .nav-tabs-custom .preview-image {
    margin: 0 0 10px;
    width: 100%;
}
.nav-tabs-custom #tabComments .preview-image {
    width: 85%;
    margin: 0 auto 5px;
}
.poster-title {
    text-align: center;
}
.poster-title a {
    color: #0c4061;
    font-weight: 600;
}
.poster-title span {
    display: block;
}
.user-page .box-comment {
    margin-bottom: 20px;
}
.user-page .nav-tabs-custom td {
    border-top: 0;
}
.user-page .nav-tabs-custom td.small {
    padding-top: 10px;
}
.user-page .top-tabs p {
    margin-bottom: 5px;
}
.profile-tools {
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
}
.profile-tools a {
    color: #0c4061;
}
.profile-tools a:hover, .profile-tools a:focus {
    text-decoration: none;
}
.preview-image.waiting {
    opacity: 0.4 !important;
}
.reviewStars-input.checked {
    pointer-events: none;
}

/* Страница сообщений */

.messages-page h1 {
    margin: 20px 0 20px;
    font-size: 22px;
    font-weight: 600;
}
.sidebar-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.sidebar-menu li {
    border-bottom: 1px dashed #eee;
}
.sidebar-menu li:last-child {
    border-bottom: 0;
}
.sidebar-menu a {
    display: block;
    text-align: left;
    white-space: normal;
}
.sidebar-menu a:hover, .sidebar-menu a:focus {
    box-shadow: none !important;
}
.sidebar-menu .fa {
    margin-right: 5px;
    color: #2196F3;
}
/*.messages-page .alert {*/
    /*border: 3px solid #fff;*/
    /*background: rgba(255, 255, 255, 0.6);*/
/*}*/

/* Таймлог */

.personal-statistic {
    border: 5px solid #0c4061;
    padding: 0 10px;
    overflow: hidden;
}
.personal-statistic .tooltip {
    left: 0 !important;
    right: 0 !important;
}
.personal-statistic .tooltip-arrow {
    left: 25% !important;
}
.personal-statistic [class*='bg-'] {
    height: 5px;
    margin-bottom: 5px;
}
.personal-statistic-slider .owl-stage-outer {
    overflow: visible;
}
.personal-statistic-slider .owl-nav [class*='owl-'] {
    width: 15px;
    height: 15px;
    margin: -9px 0 0;
    padding: 0;
    text-indent: 0;
    margin-left: -10px;
}
.personal-statistic-slider .owl-nav .owl-next {
    margin-left: 0;
    margin-right: -10px;
}
.personal-statistic-slider .owl-nav [class*='owl-']:before {
    background: transparent !important;
    content: "\f104";
    font-family: 'FontAwesome';
}
.personal-statistic-slider .owl-controls .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}
.personal-statistic-slider .table td {
    padding: 0 3px;
}
.personal-statistic-slider.purple-slider .owl-nav [class*='owl-']:before {
    color: #932dec;
}
.personal-statistic-slider.blue-slider .owl-nav [class*='owl-']:before {
    color: #0083e1;
}
.personal-statistic-slider.green-slider .owl-nav [class*='owl-']:before {
    color: #00bd19;
}
.p0 {
    padding: 0 !important;
}
.timelog-page .content {
    position: relative;
}
/*.timelog-page .content:before {*/
    /*content: '';*/
    /*width: 75%;*/
    /*height: 1px;*/
    /*display: block;*/
    /*background: #eee;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 10px;*/
/*}*/
.timelog-page h1 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
}
.timelog-page .top-tabs {
    text-align: left;
}
.timelog-page .top-tabs .nav-tabs > li {
    width: 100px;
    text-align: center;
}
.timelog-page .table {
    margin: 10px 0 0 !important;
}
.timelog-page .table td {
    border-top: 0 !important;
}
.not-recommend {
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    margin-top: -15px;
    left: -5px;
    border: 2px solid #0c4061;
    padding: 5px 3px;
    text-transform: uppercase;
    width: 131px;
    text-align: center;
    color: #0c4061;
}
.not-recommend:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: -2px;
    display: block;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top-color: #0c4061;
    border-right-color: #0c4061;
    z-index: -1;
}
.not-recommend:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: auto;
    right: -2px;
    display: block;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top-color: #0c4061;
    border-left-color: #0c4061;
    z-index: -1;
}
.timelog-page .top-tabs {
/*    font-size: 12px;*/
}
.timelog-page .top-tabs a {
    color: #0083e1;
}

/* Страница обзоры */

.bg-orange {
    background: #fe7300;
}
.bg-light-blue {
    background: #21d0d0;
}
form > .table td:first-child {
    padding-left: 0;
}
form > .table td:last-child {
    padding-right: 0;
}
.color-sections, .timelog-page .color-sections {
    width: 1060px;
    max-width: initial;
    margin: -1px -10px 5px !important;
}
.color-sections td {
    padding: 0 !important;
}
.color-sections span {
    display: block;
    height: 5px;
}
.reviews-page .table > tbody > tr > td {
    border-top: 0;
}
.reviews-page .table {
    margin-bottom: 0;
}
.reviews-page .sort {
    margin-top: 0 !important;
}
/* Страница заметок */

.notes-search .form-group button {
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 7px;
    left: auto;
    right: 3px;
    color: #ddd;
}
.notes-search .btn-blue-o, .notes-search .btn-blue-o:hover, .notes-search .btn-blue-o:focus {
    min-width: initial;
}
.notes-search .btn-green, .notes-search .btn-green:hover, .notes-search .btn-green:focus,
.notes-search .btn-blue, .notes-search .btn-blue:hover, .notes-search .btn-blue:focus, 
.notes-search .btn-black, .notes-search .btn-black:hover, .notes-search .btn-black:focus {
    width: 100px;
    min-width: 100px;
}
.notes-page .color-sections li {
    width: 14.2857%;
}
.notes-page h1 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
    font-weight: 600;
}
.notes-page h1:before {
    content: '';
    width: 58%;
    height: 1px;
    display: block;
    background: #eee;
    position: absolute;
    top: 5px;
    left: 0;
}
.notes-page .content {
    padding-top: 0;
}
.notes-page .sidebar {
    margin-top: 30px;
}
.notes-page .grey-bg {
    padding: 10px;
    margin-bottom: 10px;
}
.notes-page .blue-bg {
    background: #0083e1;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.notes-page .blue-bg a {
    color: #fff;
}
.notes-page .table-poster {
    margin: 0 0 10px;
    height: 100px;
    text-align: left;
}
.notes-page .coming-release .table-poster {
    text-align: right;
}
.notes-page .table-poster:hover {
    color: #0c4061;
}
.table-poster .title {
    background: rgba(255, 255, 255, 0.8);
    padding: 3px;
    color: #0c4061;
    top: 50px;
    bottom: auto;
    left: 45px;
    right: -10px;
    white-space: normal;
    z-index: 1;
    font-size: 10px;
}
.coming-release .table-poster .title {
    left: auto;
    right: 35px;
    top: 10px;
    font-size: 10px;
    z-index: 1;
}
.table-poster .year {
    background: rgba(255, 255, 255, 0.8);
    padding: 3px;
    position: absolute;
    left: 45px;
    top: 10px;
    right: auto;
    color: #0c4061;
}
.coming-release .table-poster .year {
    left: auto;
    top: 45px;
    right: 35px;
}
.notes-page .table-poster span {
    font-size: 11px;
    left: 25px;
    color: #0c4061;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 3px 5px;
}
.notes-page .actor {
    margin-bottom: 20px;
    width: 20%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.notes-page .actor:nth-child(6n) {
    clear: both;
}
.notes-page .actor .name {
    font-weight: 600;
    font-size: 10px;
}
.notes-page .actor .whats-new {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 15px;
}
.notes-page .actor .it-checked {
    top: auto;
    bottom: 5px;
    right: 60px;
}
.notes-page .actor a {
    color: #0c4061;
}
.notes-page .block-title {
    text-align: left;
    padding: 20px 0 10px;
}
.notes-page .block-title span {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.notes-page .it-checked {
    position: absolute;
    color: #3f48cc;
    top: 8px;
    left: auto;
    right: 45px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
}
.notes-page .coming-release .it-checked {
    left: 55px;
    right: auto;
    top: 35px;
}
.nav-tabs-grey .nav-tabs {
    border-bottom: 0;
}
.nav-tabs-grey .nav-tabs > li  {
    margin-right: 20px;
    margin-bottom: 0 !important;
}
.nav-tabs-grey .nav-tabs > li > a {
    border-radius: 0;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid transparent;
    color: #0c4061;
}
.nav-tabs-grey .nav-tabs .whats-new {
    position: relative;
    top: initial;
    right: initial;
    display: inline-block;
    vertical-align: top;
}
.nav-tabs-grey .nav-tabs .whats-new .count {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 18px;
    font-weight: normal;
}
.nav-tabs-grey .nav-tabs > li > a:hover, .nav-tabs-grey .nav-tabs > li > a:focus {
    background: transparent;
    border: 0;
    border-top: 1px solid #ddd;
}
.nav-tabs-grey .nav-tabs > li.active > a, .nav-tabs-grey .nav-tabs > li.active > a:hover, .nav-tabs-grey .nav-tabs > li.active > a:focus {
    border: 0;
    border-top: 1px solid #ddd;
}
.notes-page .name {
    margin: 10px 0 5px;
    font-size: 10px;
}
.notes-page .name a {
    color: #0c4061;
}
.notes-page .company {
    margin-bottom: 10px;
    font-weight: 600;
    min-height: 100px;
    width: 20%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.notes-page .company:nth-child(6n) {
    clear: both;
}
.notes-page .company img {
    width: 60%;
    margin: 10px auto;
    display: block;
}
.notes-page .company .whats-new {
    top: 0;
    right: 15px;
}
.notes-page .company .it-checked {
    top: auto;
    bottom: 35px;
    right: 18px;
}
.notes-page .user {
    width: 14.2857%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}
.notes-page .avatar {
    width: 70px;
    height: 100px;
    border: 1px solid #ddd;
}
.notes-page .avatar .rank {
    font-size: 22px;
    line-height: 28px;
}
.notes-page .avatar .rank sup {
    font-size: 10px;
}
.notes-page .avatar .rank img {
    margin-right: 12px;
    width: 14px;
}
.notes-page .nickname {
    padding: 3px;
    font-size: 10px;
    color: #fff;
}
.notes-page .box-comment {
    margin-bottom: 20px;
}
.whats-new-example {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
}
.whats-new {
    position: absolute;
    top: 8px;
    left: auto;
    right: 8px;
}
.whats-new .count {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.whats-new ul {
    position: absolute;
    z-index: 3;
    display: none;
    top: 24px;
    left:  0;
    font-size: 11px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.whats-new  ul:before {
    content: '';
    display: block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eee;
}
.whats-new li {
    padding: 5px 8px 0;
    background: #fff;
    white-space: nowrap;
    color: #0c4061;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.whats-new li:last-child {
    padding-bottom: 8px;
}
.whats-new .count:hover + ul, .whats-new ul:hover {
    display: block;
    z-index: 3;
}
.configNew {
    display: none;
    vertical-align: top;
    margin-left: 10px;
    font-size: 11px;
    line-height: 20px;
    text-transform: initial;
    color: #0083e1;
}
.coming-release .whats-new {
    left: 18px;
    right: auto;
    top: 35px;
}
.user .whats-new {
    top: -3px;
    right: auto;
    left: 4px;
}
.comment-row .whats-new {
    position: relative;
    display: inline-block;
    top: initial;
    right: initial;
    margin: 10px 5px;
}
.comment-row .it-checked {
    position: relative;
    display: inline-block;
    top: initial;
    right: initial;
    line-height: 30px;
    margin: 10px 5px;
}
.comment-row .whats-new ul {
    text-align: left;
}

/* Админка */

.sidebar-menu .btn {
    font-family: 'Montserrat';
}
.disabled-row {
    opacity: 0.6;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}
.select2-container {
    display: block;
    ~width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 6px;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: initial;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-selection--multiple {
    border: 2px solid #ddd !important;
    border-radius: 3px;
}
.radio, .checkbox {
    margin-top: 0;
}
label {
    font-weight: normal;
}
.game-page  form .table {
    margin-bottom: 20px;
}
form th {
    text-align: center;
    font-weight: normal;
}
.select2-container {
    max-width: 1180px;
}
.box > table:last-child {
    margin-bottom: 0;
}

/* Модалки добавления материалов */

.tabLink {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    padding: 8px 15px;
    margin-left: 45px;
}
#timelog .tabLink {
    margin-left: 0;
}
.tabLink.purple {
    border-color: #932dec;
    color: #0c4061 !important;
}
.purple {
    color: #932dec !important;
}
.bg-purple {
    background: #932dec;
}
.form-group.date label {
    display: block;
}
.form-control.inline {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.addField, .addFieldPlus, .addFieldSelect {
    font-size: 11px;
    text-decoration: none !important;
}
.addField i, .addFieldPlus i, .addFieldSelect i {
    vertical-align: middle;
}
.addField span, .addFieldPlus span, .addFieldSelect span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    line-height: 12px;
    margin: 6px 0 10px;
    font-size: 9px;
}
.addPlus, .reservName {
    position: absolute;
    top: 1px;
    left: auto;
    right: 8px;
    font-size: 22px;
    z-index: 1000;
}
.btn-purple, .btn-purple:hover, .btn-purple:focus {
    background: #932dec;
    border: 3px solid #932dec;
    color: #fff !important;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
    display: inline-block;
}
.btn-purple-o, .btn-purple-o:hover, .btn-purple-o:focus {
    border: 3px solid #932dec;
    background: transparent;
    color: #932dec;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
    display: inline-block;
}
.modal-backdrop {
    position: fixed;
    height: 100vh !important;
}
.tooltip-inner {
    min-width: 150px;
}
.form-group {
    position: relative;
}
.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.raspberry {
    color: #f01b75 !important;
}
.bg-raspberry {
    background: #f01b75;
}
.tabLink.raspberry {
    border-color: #f01b75;
    color: #0c4061 !important;
}
.btn-raspberry, .btn-raspberry:hover, .btn-raspberry:focus {
    background: #f01b75;
    border: 3px solid #f01b75;
    color: #fff;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.btn-raspberry-o, .btn-raspberry-o:hover, .btn-raspberry-o:focus {
    border: 3px solid #f01b75;
    background: transparent;
    color: #f01b75;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.blue {
    color: #0083e1 !important;
}
.bg-blue {
    background: #0083e1;
}
.tabLink.blue {
    border-color: #0083e1;
    color: #0c4061 !important;
}
.btn-blue, .btn-blue:hover, .btn-blue:focus {
    background: #0083e1;
    border: 3px solid #0083e1;
    color: #fff;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.btn-blue-o, .btn-blue-o:hover, .btn-blue-o:focus {
    border: 3px solid #0083e1;
    background: transparent;
    color: #0083e1;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.text-center .form-control {
    text-align: center;
}
.small-tabs {
    margin-bottom: 5px;
    padding-left: 0;
    list-style-type: none;
}
.small-tabs li {
    display: inline-block;
    margin-right: 5px;
}
.small-tabs li > a {
    color: #999;
}
.small-tabs li.active > a {
    color: #0083e1;
}
.small-tabs li > i {
    margin: 0 5px;
}

a.month:hover + a {
    color: #0083e1;
    text-decoration: underline;
}
.film-page a.month:hover + a {
    color: #932dec;
}
.serial-page a.month:hover + a {
    color: #00bd19;
}
.btn-full, .btn-full:hover, .btn-full:focus {
    width: 100%;
}
.modal.in .modal-dialog {
    z-index: 9999;
}
div.div-inline
{
    display: inline-block;
}
input.inline-year
{
    display: inline-block;
    margin-left: 5px;
    width: 70%;
}
.btn-sm, .btn-group-sm > .btn {
    border-radius: 0;
}
.green {
    color: #00bd19 !important;
}
.bg-green {
    background: #00bd19;
}
.btn-green, .btn-green:hover, .btn-green:focus {
    border: 3px solid #00bd19;
    background: #00bd19;
    color: #fff !important;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.btn-green-o, .btn-green-o:hover, .btn-green-o:focus {
    border: 3px solid #00bd19;
    background: transparent;
    color: #00bd19;
    min-width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.modal .fa-exclamation-circle {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}
.tabLink.green {
    border-color: #00bd19;
    color: #0c4061 !important;
}
.pink {
    color: #df04cd !important;
}
.bg-pink {
    background: #df04cd;
}
.btn-pink, .btn-pink:hover, .btn-pink:focus {
    border: 3px solid #df04cd;
    background: #df04cd;
    color: #fff;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.btn-pink-o, .btn-pink-o:hover, .btn-pink-o:focus {
    border: 3px solid #df04cd;
    background: transparent;
    color: #df04cd;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.tabLink.pink {
    border-color: #df04cd;
    color: #0c4061 !important;
}
.yellow {
    color: #f9ec00 !important;
}
.btn-yellow, .btn-yellow:hover, .btn-yellow:focus {
    border: 3px solid #f9ec00;
    background: #f9ec00;
    color: #0c4061;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.btn-yellow-o, .btn-yellow-o:hover, .btn-yellow-o:focus {
    border: 3px solid #f9ec00;
    background: transparent;
    color: #0c4061;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.tabLink.yellow {
    border-color: #f9ec00;
    color: #0c4061 !important;
}
.black {
    color: #0c4061 !important;
}
.btn-black, .btn-black:hover, .btn-black:focus {
    border: 3px solid #333;
    background: #333;
    color: #fff;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.bg-black {
    background: #333;
}
.btn-black-o, .btn-black-o:hover, .btn-black-o:focus {
    border: 3px solid #333;
    background: transparent;
    color: #0c4061;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
.tabLink.black {
    border-color: #333;
    color: #0c4061 !important;
}
.actor-fotos > div {
    overflow: hidden;
}
.actor-fotos input[type=file] {
    font-size: 9px;
}
#addCompany .small-tabs li.active > a {
    color: #0c4061;
}
.red {
    color: #ed1921 !important;
}
.btn-red-o, .btn-red-o:hover, .btn-red-o:focus {
    border: 3px solid #ed1921;
    background: transparent;
    color: #ed1921;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
}
#chuseCategory .modal-dialog {
    width: 500px;
}

.temporary-ajax {
    opacity: 0.4;
}
#sortBy {
    margin-bottom: 10px !important;
}
#sortBy .dropdown-menu {
    min-width: initial;
}
ul#sortBy .dropdown li {
    margin-right: 0;
    display: block;
}
ul#sortBy li:last-child {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.rating-count {
    text-shadow: 0px 0px 1px #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    color: #0c4061;
    font-weight: 900;
    font-size: 13px;
}
.rating-count.right {
    left: auto;
    right: 0;
}
.dark-blue {
    color: #0c4061;
}
.timelog .panel-heading a {
    padding: 8px 0;
    display: inline-block;
    border-top: 1px solid #eee;
    min-width: 92px;
}
.decimal {
    position: absolute;
    top: 100%;
    left: auto;
    right: 15px;
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 50px;
}
.decimal:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -10px;
    left: auto;
    right: 28px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ddd;
}
.review-avatar .nickname {
    font-size: 16px;
    padding: 5px;
}
#needLogin .modal-body {
    padding: 20px 30px 10px;
}
.opacity0 {
    opacity: 0;
}
.tooltip {
    z-index: 2;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    height: 28px;
    line-height: 14px;
}
.box-comment .label {
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 600;
    line-height: 28px;
    font-size: 9px;
}
.label-r {
    color: #0083e1;
}
.label-n {
    color: #777;
}
.label-nr {
    color: #ed1921;
}

/* Страница истории */

.story-page .color-sections li {
    width: 14.285%;
}
.story-page h1 {
    font-size: 22px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    padding-top: 20px;
}
.story-page h1:before {
    content: '';
    width: 90%;
    height: 1px;
    display: block;
    background: #eee;
    position: absolute;
    top: 10px;
    left: 0;
}
.story-page .review-filter {
    margin: 0 0 20px;
}
.story-page .checkbox-inline {
    padding-top: 2px;
    margin: 0 0 0 10px;
}
.story-page .datepicker {
    padding: 2px 0;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100px;
    text-align: center;
    font-weight: bold;
}
.story-page .review-filter .clearfix {
    margin-bottom: 10px;
}
.story-log {
    padding-left: 20px;
}
.story-log > .row:first-child {
    background: #f7f7f7;
    padding-top: 8px;
    margin-bottom: 8px;
}
.story-log .col-sm-10 {
    border-left: 2px dashed #f7f7f7;
}
.story-log > .row:first-child .col-sm-10 {
    border-left: 2px solid #f7f7f7;
}
.story-search {
    width: 325px;
    float: right;
    margin-top: 25px;
}

/* Главная страница */

.home-page header .logo {
    margin-top: 0!important;
}
.home-page #menu {
    margin-top: 72px;
}
.home-page header > .text-right {
        padding-top: 32px;
}
.home-slider-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.home-slider td {
    width: 25%;
    position: relative;
}
.home-slider td > a {
    opacity: 0.95;
}
.home-slider td > a:hover {
    opacity: 1;
}
.home-slider .top-release {
    display: block;
    height: 540px;
    width: 259px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.home-slider td .inline {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}
.home-slider td .inline a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
    opacity: 0.4;
}
.home-slider td .inline a:hover {
    opacity: 1;
}
.home-slider td .fa {
    vertical-align: initial;
    line-height: inherit
}
.slider-title {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    top: 40px;
}
.home-slider-thumbs {
    text-align: center;
    margin: -61px auto 0;
    padding: 10px 0;
    z-index: 2;
    position: relative;
    width: 200px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px 20px 0 0;
    height: 60px;
}
.home-slider-thumbs .owl-thumb-item{
    border: 0;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.home-slider-thumbs .owl-thumb-item.active, .home-slider-thumbs .owl-thumb-item:hover {
    opacity: 1;
}
.home-page .h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px;
}
.home-page .h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.home-page .not-recommend {
    width: initial;
    right: -5px;
}
.home-page .h4 {
    font-weight: normal;
    margin: 0 0 5px;
}
.home-page .box.grey-bg {
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.home-page .box.grey-bg .row + .row {
    margin-top: 10px;
}
.last-review .review-text {
    min-height: 95px;
    max-height: 95px;
    overflow: auto;
    padding-bottom: 5px;
}
.home-page .review-avatar {
    max-width: 100%;
}
.home-page .review-avatar .rank {
    font-size: 16px;
    line-height: 18px;
    right: -22px;
    z-index: 1;
}
.home-page .review-avatar .rank img {
    width: 14px;
}
.home-page .review-avatar .rank sup {
    font-size: 9px;
}
.home-page .last-review .undot {
    padding-left: 5px;
}
.home-page .last-review .undot p {
    margin: 8px 0 0;
}
.last-review .review-text .show-more {
    position: relative;
    left: 0;
    float: right;
}
/* Стилизация полос прокрутки */

.last-review .review-text::-webkit-scrollbar-button { 
    display: none;
} 
.last-review .review-text::-webkit-scrollbar-track { 
    background-color:transparent; 
} 
.last-review .review-text::-webkit-scrollbar-thumb { 
    background-color:#777;
    border-radius: 8px;
} 
.last-review .review-text::-webkit-scrollbar:horizontal {
    height: 5px;
}
.last-reviewe .review-text::-webkit-scrollbar{ 
    width: 5px; 
}

/* */

.total-reviews {
    display: block;
    font-size: 120px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 30px;
    color: #0c4061;
    font-weight: 600;
}
.total-reviews:hover, .total-reviews:focus {
    color: #0c4061;
    text-transform: none;;
}
.add-today {
    font-size: 14px;
}
.home-page .grafics {
    margin-bottom: 20px;
}
.most-week-reviews, .recommend-slider, .most-beloved, .reviews-sider, .rating-slider {
    width: 80%;
    margin-left: 10%;
}
.recommend-slider, .most-beloved, .reviews-sider, .rating-slider {
    margin-bottom: 30px;
}
.home-page .owl-theme .owl-nav [class*='owl-'] {
    top: -5px;
    left: 18%;
    width: 30px;
    height: 30px;
    margin: 0;
}
.home-page .owl-theme .owl-controls .owl-nav .owl-next {
    right: 18%;
    left: auto;
}
.recommend-slider.owl-theme .item {
    padding-top: 30px;
}
.home-page .recommend-slider.owl-theme .owl-nav [class*='owl-'] {
    left: 21%;
    top: 25px;
}
.home-page .recommend-slider.owl-theme .owl-controls .owl-nav .owl-next {
    right: 21%;
    left: auto;
}
.home-page .rating-slider.owl-theme .owl-nav [class*='owl-'] {
    left: 42%;
}
.home-page .rating-slider.owl-theme .owl-controls .owl-nav .owl-next {
    right: 42%;
    left: auto;
}
.home-page .reviews-sider.owl-theme .owl-nav [class*='owl-'] {
    left: 28%;
}
.home-page .reviews-sider.owl-theme .owl-controls .owl-nav .owl-next {
    right: 28%;
    left: auto;
}
.home-page .rating-slider.owl-theme .owl-theme .owl-nav [class*='owl-'] {
    left: 40%;
}
.home-page .rating-slider.owl-theme .owl-theme .owl-controls .owl-nav .owl-next {
    right: 40%;
    left: auto;
}
.home-page .rating-slider.owl-theme .owl-theme .owl-theme .item {
    padding-bottom: 30px;
}
.home-page .rating-slider.owl-theme .owl-theme .owl-theme .owl-nav [class*='owl-'] {
    transform: rotate(90deg);
    left: 12.5%;
    margin-left: -15px;
    top: -30px;
}
.home-page .rating-slider.owl-theme .owl-theme .owl-theme .owl-controls .owl-nav .owl-next {
    transform: rotate(90deg);
    left: 12.5%;
    margin-left: -15px;
    top: auto;
    bottom: 0;
    right: auto;
}
.home-page .owl-theme .owl-controls .owl-prev:before {
    background: url(../images/prev-b.png) no-repeat 50% 50%;
    background-size: 40%;
}
.home-page .owl-theme .owl-controls .owl-next:before {
    background: url(../images/next-b.png) no-repeat 50% 50%;
    background-size: 40%;
}
.reviews-sider.owl-carousel .owl-item img {
    display: initial;
    width: auto;
}
.most-week-reviews .h3, .recommend-slider .h3, .reviews-sider .h3 {
    margin: 0 0 20px;
}
.users-top {
    text-align: center;
    margin-bottom: 30px;
}
.users-top > div {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px;
}
.users-top .small-box {
    width: 15%;
}
.users-top .middle-box {
    width: 19%
}
.users-top .big-box {
    width: 22%;
}
.users-top .review-avatar {
    margin: 0 auto 10px;
}
.users-top .middle-box .review-avatar {
    width: 100px;
}
.users-top .small-box .review-avatar {
    width: 80px;
}
.rating-slider .review-text {
    min-height: 86px;
}
.rating-slider .h3 {
    margin-bottom: 30px;
}
.home-page .tooltip-inner {
    max-width: initial !important;
}

/* Страница ошибки */

.error-page {
    text-align: center;
}
.error-page > .logo {
    width: 280px;
    display: block;
    margin: 5px auto 10px;
}
.error-page h1 {
    color: #666;
    font-size: 120px;
    line-height: 120px;
    margin: 30px 0 0;
}
.error-page h1 span {
    font-size: 120px;
    display: block;
}
.error-page .h4 {
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}
.error-page .search-block {
    float: initial;
    margin: 0 auto 200px;
}
.error-page .form-control {
    border: 1px solid #ddd;
}
.error-page .menu.upper > li > a {
    font-size: 14px;
    padding-top: 8px;
}

/* Заявки на добавление */

.requests-page h1 {
    font-size: 22px;
    margin: 20px 0;
}
.requests-page .table-tow > thead > tr > th {
    padding: 8px;
}
.requests-page .table-tow td {
    vertical-align: middle !important;
    padding: 15px 8px 0;
}
.requests-page .content .inline {
    line-height: 30px;
}
.requests-page .form-group.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
}
.requests-page .tab-content .form-control {
    height: 31px;
}
/*.requests-page .content:before {*/
    /*content: '';*/
    /*width: 75%;*/
    /*height: 1px;*/
    /*display: block;*/
    /*background: #eee;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 10px;*/
/*}*/
.requests-page p {
    line-height: 12px;
}
.requests-page .content .btn {
    height: 34px;
}
.requests-page .fa.fa-plus-square, .requests-page .fa.fa-minus-square {
    line-height: inherit;
    margin-left: -5px;
}
.requests-page .tab-content .table-tow {
    min-width: 620px;
}
.requests-page .btn-blue {
    font-weight: normal;
}

/* Подвал */

footer {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222d32;
}
footer a {
    color: #8aa4a9;
    text-shadow: 1px 1px 2px #000;
    padding: 10px 8px 8px;
    display: block;
    font-size: 12px;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
    background: #1e282c;
}
footer a.logo {
    padding-bottom: 0;
}
footer a.logo:hover {
    background: transparent;
}
footer img {
    margin-top: -64px;
    width: 200px;
}
footer .inline {
    margin-left: 5px;
}

@-moz-document url-prefix() {
    .logo-footer{
        top:0;
    } 
}

#login .tabLink.black, #registration .tabLink.black {
    margin: -5px 0;
    text-transform: initial;
    font-size: 16px;
}
#login .btn, #registration .btn {
    font-weight: normal;
}
.modal-xs {
    width: 300px;
    max-width: 100%;
}
#modal-login-form .modal-header, #modal-register-form .modal-header, #forget-password-form .modal-header {
    margin-bottom: 10px;
}
#forget-password-form  .help-block {
    margin-bottom: -8px;
}
#addToTimelog .film-page .btn, #addToTimelog .film-page .btn:hover, #addToTimelog .film-page .btn:focus {
    color: #0c4061;
}
#modal-main-settings .modal-dialog {
    margin-top: 0;
    transform: translate(0, -50%);
    top: 50%;
}
#modal-main-settings .modal-header .h4 {
    margin-top: 0;
}
#modal-main-settings .modal-body {
    padding-top: 2px !important;
}
#modal-main-settings .fa-floppy-o {
    margin: 0 5px 0 -3px;
}
#modal-main-settings #private-settings .fa-exclamation-circle {
    margin-top: -1px;
    margin-right: -2px;
}
#modal-main-settings #private-settings .checkbox-label span {
    display: inline-block;
    vertical-align: text-bottom;
}
#modal-main-settings .old-password, #modal-main-settings .new-pass {
    color: #3ba1e8;
    font-size: 10px;
}
#modal-main-settings .old-password, #modal-main-settings .new-pass {
    padding-left: 76px;
}
#modal-main-settings .select2-block-label .red.error-message.pull-right {
    margin-top: 0px !important;
}
.flw.modal .modal-content {
    padding-top: 17px !important;
}

/*#modal-login-form input[type="text"] + .help-block, #modal-register-form input[type="text"] + .help-block {
    margin-bottom: 9px;
    line-height: 10px;
    margin-top: 0;
}
#modal-login-form input[type="password"] + .help-block {
    margin-bottom: 12px;
    line-height: 10px;
    margin-top: 0;
}
#modal-register-form input[type="password"] + .help-block {
    margin-bottom: 11px;
    line-height: 10px;
    margin-top: 0;
}
#modal-login-form input[type="text"], #modal-register-form input[type="text"] {
    margin-bottom: 10px;
}
#modal-login-form input[type="password"], #modal-register-form input[type="password"] {
    margin-bottom: 14px;
}
#password-recovery-form-forget .form-group {
    margin-bottom: 0;
}
#password-recovery-form-forget input[type="text"] + .help-block{
    margin-bottom: 13px;
    line-height: 10px;
    margin-top: 0;
}
#password-recovery-form-forget input[type="text"] {
    margin-bottom: 18px;
}*/
.msf .optional-settings .checkbox-container {
    margin-right: 3px !important;
    margin-top: -1px;
}
.msf .checkbox-label > span {
    margin-left: 3px !important;
}
.msf .checkbox-label {
    margin: 0 6px 0 7px !important;
    line-height: 18px;
}
@-moz-document url-prefix() {
  .msf input[type="password"] {
        font-size: 16px !important;
        letter-spacing: 3px;
    }
}

.tooltip.del-review-icon .tooltip-inner {
    padding: 3px 15px 3px 17px !important;
    min-width: 50px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Montserrat', Helvetica Neue, sans-serif !important;
}

.field-addgameform-min-control_device .select2-selection__rendered li.select2-search--inline {
    width: 100%;
}

.field-addgameform-min-control_device .select2-selection__rendered li.select2-search--inline:not(:first-child) {
    width: auto;
}

.field-addgameform-min-control_device .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100%;
}

.field-addgameform-min-control_device .select2-container--krajee.select2-container--open .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #fff;
    opacity: 1;
}