.btn-primary.btn-red {
    background-color: #a3020f !important;
    border-color: #a3020f !important;
    color: white !important;
}

@font-face {
    font-family: 'Avalon';
    src: url('./../fonts/Avalon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avalon';
    src: url('./../fonts/Avalon-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avalon';
    src: url('./../fonts/Avalon-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avalon';
    src: url('./../fonts/Avalon-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Avalon', sans-serif;
}

.mb {
    margin-bottom: 20px;
}

.mt {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.progress {
    height: 20px;
}

.panel-body:not(.comments) {
    padding: 0px !important;
}

.progress .progress-bar {
    line-height: 20px !important;
    font-size: 16px !important;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.fa {
    padding: 0 10px 0 0;
}

.disabled {
    color: grey !important;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

.thumbnail {
    position: relative;
    height: 110px;
    color: black !important;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail img.portrait {
    width: 98%;
    height: auto;
}

/* Modal tokens */
#modal_tokens {
    background: transparent;
    text-align: center;
}
#modal_tokens .modal-header {
    border: 0;
}
#modal_tokens .modal-content {
    background: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    color: black;
    margin-top: 100px;
    padding: 0 50px;
}

#modal_tokens .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}

#modal_tokens .modal-header > h1 {
    color: black !important;
    font-size: 4.2em !important;
    text-align: left;
}

#modal_tokens .modal-header > h1 > strong {
    color: orange !important;
    font-weight: bold;
}

#modal_tokens .modal-header > h1 > p {
    font-size: 0.3em !important;
    font-weight: bold;
    text-align: right;
}

#modal_tokens .modal-header > h1 > p > strong {
    color: orange !important;
    font-weight: bold;
}

#modal_tokens .modal-header > h2 {
    font-size: 3.2em !important;
    text-align: left;
}

#modal_tokens .modal-container > p {
    font-size: 2.2em !important;
    text-align: left;
}

#modal_tokens .modal-container > p > strong {
    color: orange !important;
}

#modal_tokens .modal-footer > a {
    color: black !important;
    font-size: 0.5em !important;
}

#modal_tokens .modal-footer {
    font-size: 1.5em !important;
}

@media (min-width: 768px) {
    #modal_tokens .modal-dialog {
        width: 750px;
    }
    #modal_tokens .modal-header > h1 {
        font-size: 4em !important;
    }
}
@media (min-width: 992px) {
    #modal_tokens .modal-dialog {
        width: 800px;
    }
}
@media (min-width: 1200px) {
    #modal_tokens .modal-dialog {
        width: 900px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
}

/* Modal tokens end */

/* Modal register */
#modal_register {
    background: transparent;
    text-align: center;
}
#modal_register .modal-header {
    border: 0;
}
#modal_register .modal-content {
    background: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    color: black;
    margin-top: 100px;
    padding: 0 50px;
    font-size: 1.5em;
    font-weight: bold;
}

#modal_register .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}

#modal_register .modal-header > h1 {
    color: black !important;
    font-size: 4.2em !important;
    font-weight: bold;
    line-height: 0.5em;
}

#modal_register .modal-header > h1 > strong {
    color: #20c216 !important;
}

#modal_register .modal-header > h2 {
    font-size: 2em !important;
    line-height: 0.5em;
    padding-bottom: 20px;
}

#modal_register .modal-footer > a {
    color: black !important;
    font-size: 0.4em !important;
}

#modal_register .modal-footer {
    font-size: 1.5em !important;
}
@media (min-width: 768px) {
    #modal_register .modal-dialog {
        width: 750px;
    }
    #modal_register .modal-header > h1 {
        font-size: 2em !important;
    }
}
@media (min-width: 992px) {
    #modal_register .modal-dialog {
        width: 800px;
    }
}
@media (min-width: 1200px) {
    #modal_register .modal-dialog {
        width: 900px;
    }
}

/* Modal register end */

#lean_overlay {
    position: fixed;
    z-index: 1050;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

@media only screen and (max-width: 1024px) {
    #confirmage {
        width: 100%;
        color: white;
        padding: 20px;
        background: #a3020f;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
        top: 0 !important;
        overflow-y: scroll;
        height: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    /* For desktop: */
    #confirmage {
        width: 1150px;
        color: white;
        padding: 20px;
        background: #a3020f;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    }
}
#confirmage > h1 {
    color: white;
    text-align: center;
}

#confirmage > h2 {
    color: yellow;
    text-align: center;
}

#modal-send-tip {
    width: 800px;
    height: 200px;
    margin: auto;
    padding: 0 20px 20px 20px;
    display: none;
    background: #333333;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.modals-header {
    background: #535353;
    color: white;
    margin: 0 -20px 20px -20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modals-header > h3 {
    font-weight: 400;
    padding: 0 0 10px 20px;
    background: #535353;
}

.modals-content {
    margin: 10px;
}

#modal-filter {
    width: 1324px;
    padding: 0px 20px 20px 20px;
    display: none;
    background: #333333;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.filter-header {
    height: 50px;
    background: #535353;
    color: white;
    margin: 0 -20px 20px -20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filter-header > h3 {
    margin: 10px 0 10px 20px;
    font-weight: bold;
    background: #535353;
}

.filter-content {
    margin: 10px;
}

.filter-content > .tab-content {
    background: #1b1b1b;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: white;
    width: 130px;
    text-align: center;
    background-color: #d60211;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: white;
    width: 130px;
    text-align: center;
    background-color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
}

.filter-dr {
    list-style: none;
}
.filter-dr > a,
a:focus,
a:hover,
a:visited {
    color: black;
    text-decoration: underline;
}

.filter-dr > .multifilter li,
.sortandshuffle li {
    color: white;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    background-color: rgb(163, 2, 15);
}

.filter-dr > .multifilter li.active {
    background-color: rgb(222, 0, 0);
}

.table > tbody > tr > td {
    vertical-align: middle;
}
.credit_table_heading {
    color: #c1b49c;
}
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    /*border-radius: 3px;
    border: 1px solid #D1D3D4;*/
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2.5em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #c2c2c2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.camera_div_private,
.camera_div_full_private,
.camera_div_full_private_notlook,
.camera_div_pause {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    background: #fae9ca;
}

.camera_span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 3em;
    background-color: #e75560;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px;
    border: none;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*text-shadow: 0 0 10px rgb(255,255,255) , 0 0 20px rgb(255,255,255) , 0 0 30px rgb(255,255,255) , 0 0 40px rgb(255,17,119) , 0 0 70px rgb(255,17,119) , 0 0 80px rgb(255,17,119) , 0 0 100px rgb(255,17,119) , 0 0 150px rgb(255,17,119) ;*/
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.flag {
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    font-size: 1.8em;
    width: 1.4em;
    height: 1em;
    margin: auto;
}

.moderatorname,
.favoriteslink,
.moderatorlink,
.userscount {
    color: white;
    cursor: pointer;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    text-align: center;
    /*outline:#a3020f solid;*/
    outline-width: 2px;
}

.moderatorname a,
.favoriteslink a,
.moderatorlink a,
.userscount a {
    color: white;
    text-decoration: none;
}

.chatlink {
    color: black;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    text-align: center;
    /*outline:#a3020f solid;*/
    outline-width: 2px;
}

.chatlink a {
    color: black;
    text-decoration: none;
}

.moderatorname {
    background-color: #464139;
}

.favoriteslink {
    background-color: #fc652a;
}

.moderatorlink {
    background-color: #fd6686;
}

.chatlink {
    background-color: #f4e3c5;
}

.userscount {
    background-color: #464139;
}

.footer-box {
    width: 100%;
    background-color: black;
    border-top: 5px solid #4d4d4d;
    clear: both;
}

.ribbon-box {
    width: 100%;
    background-color: #a3020f;
    padding: 90px 0 0 0;
    color: white;
    margin-bottom: 30px;
}

.ribbon-box ul a {
    color: white;
    text-decoration: none;
}

.popup {
    background-color: #ffffff;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: absolute;
    /*left: 50%;*/
    z-index: 50;
    padding: 10px 10px 10px;
}

.avatar-upload-prev {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.navbar {
    min-height: 80px;
    background-color: #2d2d2d;
}
.navbar-nav {
    /*margin-top: 15px;*/
}
.navbar-nav > li > a {
    text-align: center;
}
.navbar-brand > img {
    width: 250px;
    padding-top: 4px;
}
.nav > li > a {
    padding: 10px 8px;
}
.pull-right {
    padding-top: 5px;
}

.imgbuttons {
    padding: 15px 0 0 0;
    z-index: 50;
}

/* Profile navbar
  .profile-dropdown > a {
      padding-top: 8px;
      padding-bottom: 7px;
      line-height: 35px;
  } */
.profile-dropdown > a > img {
    margin-right: 5px;
    height: 1.85em;
    /*max-height:25px;*/
    border: 0px none;
    vertical-align: middle;
    /*float: left;*/
}
/*
  .profile-dropdown > a > span {
      float: left;
      display: block;
      margin-right: 3px;
  }
  .profile-dropdown > a {
      line-height: 35px;
  }
  .caret {
      border-top-color: rgb(255, 255, 255);
      border-bottom-color: rgb(255, 255, 255);
  }
  .caret {
      border-bottom-color: rgb(43, 182, 163);
      border-top-color: rgb(43, 182, 163);
  }
  .caret {
      display: inline-block;
      width: 0px;
      height: 0px;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
  }
  */
/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}
.profile-sidebar-list {
    padding: 20px 0 10px 0;
}
.profile-header {
    position: relative;
}
.profile-header > h3 {
    border-bottom: 1px solid rgb(194, 194, 194);
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.profile-header h3 > span {
    border-bottom: 2px solid rgb(194, 194, 194);
    display: inline-block;
    padding: 0px 5px 5px;
}
.profile-header .glyphicon {
    color: grey;
    font-size: 20px;
}
.profile-header-center > h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.profile-user-label {
    font-weight: bold;
}
.profile-information {
    line-height: 30px;
}
.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.profile_username {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 15px;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

.profile-status-green {
    font-size: 1em;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom: 10px;
    color: rgb(139, 195, 74);
}

.profile-status-red {
    font-size: 0.75em;
    margin-top: -10px;
    padding-bottom: 10px;
    color: rgb(255, 87, 51);
}

.profile-stars {
    color: rgb(250, 186, 3);
    padding-bottom: 15px;
}

.profile-age-city {
    padding-bottom: 15px;
}

.profile-links a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-links a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.panel-default {
    opacity: 0.9;
    margin-top: 30px;
}
.form-group.last {
    margin-bottom: 0px;
}

.media > a > img {
    width: 52px;
    height: 52px;
}

.media-body > p {
    color: rgb(108, 111, 117);
    font-size: 1em;
    line-height: 1.3em;
}

.media-list {
    padding: 15px 0px 0 0px;
}

.text-mutted > a {
    color: rgb(3, 169, 244) !important;
    font-size: 1em;
    padding: 5px 0px;
}

a.text-mutted:link,
a.text-mutted:visited,
a.text-mutted:hover {
    color: rgb(3, 169, 244) !important;
    font-size: 1em;
    padding: 5px 0px;
}

a.text-mutted-red:link,
a.text-mutted-red:visited,
a.text-mutted-red:hover {
    color: red !important;
    font-size: 1em;
    padding: 5px 0px;
}

.digi-flex {
    display: flex;
    flex-wrap: wrap;
}

    .digi-flex.no-wrap {
        flex-wrap: nowrap;
    }

    .digi-flex .col-xs-12,
    .digi-flex .col-xs-12 {
        padding-top: 10.5px;
        padding-left: 0;
        padding-right: 50px;
    }

    .digi-flex.items-end {
        align-items: flex-end;
    }

    .digi-flex .note {
        width: 22px;
        height: auto;
        margin-right: 10px;
    }


.less-open,
.plus-open {
    cursor: pointer;
    text-align: right;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button {
    background: transparent !important;
}

.cell-with-margin .image-block {
    margin-bottom: 30px;
}

.image-block > .user-status > .offline {
    font-weight: normal;
    font-size: 10px;
    color: white;
    background-color: red;
    display: inline;
    /*opacity:0;*/
    float: right;
    margin: 5px;
    padding: 3px;
}

.video-js .vjs-big-play-button {
    border-radius: 100% !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    margin-top: -40px !important;
    margin-left: -40px !important;
}

.image-block > .user-status > .online {
    font-weight: normal;
    font-size: 10px;
    color: white;
    background-color: green;
    display: inline;
    /*opacity:0;*/
    float: right;
    margin: 5px;
    padding: 3px;
}

.image-block > .user-details > .col-sm-4 > .text-right > .lang-flag {
    height: 18px;
}

#wrap > .container {
    padding-top: 60px !important;
}

.avatar {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.word-break {
    word-break: break-word;
}

.comments .single-comment {
    margin-top: 2rem;
}

.comments .single-comment:first-child {
    margin-top: 0;
}

.comments .single-comment.with-offset {
    margin-left: 3rem;
}

.video-js .vjs-tech {
    position: absolute !important;
}

.filtr-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.filtr-container.reverse {
    flex-direction: row-reverse;
}

.filtr-container .image-block {
    margin-bottom: 32px;
}

.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 178% !important;
}

.pagination-box {
    text-align: center;
    margin: 0 0 0rem;
    height: 43px;
}

@media all and (max-width: 1199px){
    .pagination-box {
        margin: 0 0 26px;
    }
}

.user-details {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    padding: 10px;
    color: white;
}

.user-details a {
    color: white;
}

.side-nav {
    position: absolute;
    width: 60px;
    padding: 10px;
    color: white;
    right: 20px;
    top: 0;
    bottom: 30px;
    margin: auto;
    height: 320px;
    z-index: 11;
}

@media (min-width: 990px) and (max-width: 1360px){
    .side-nav {
        width: 60px;
        height: 240px;
    }
}

    .side-nav .icon {
        margin-bottom: 1rem;
        display: block;
    }

    /*.side-nav .icon:hover svg path {
        fill: #a3020f !important;
    }*/

    .side-nav .icon.like-icon:hover svg path {
        fill: #a3020f !important;
    }

    .side-nav .icon.book-video-icon:hover svg path {
        fill: #fdc900 !important;
    }

    .side-nav img, 
    .side-nav svg {
        width: 100%;
        margin-bottom: 0.5rem;
        height: auto;
    }

    .side-nav p {
        color: white;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .side-nav .share-icon {
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

        .side-nav .share-icon:hover .share-box{
            display: block;
        }

    .side-nav .share-box {
        background-color: white;
        color: black;
        display: block;
        position: absolute;
        right: 40px;
        width: 230px;
        top: 0;  
        padding: 10px;
        display: none;
        z-index: 10;
    }

    .side-nav .share-box a {
        color: black;
        text-decoration: none;
    }

    .side-nav a {
        text-decoration: none;
    }
    
    .side-nav .share-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .side-nav .share-box img {
        width: 20px;
        vertical-align: top;
    }

.vjs-playing + .side-nav {
    display: none;
}

.favourite-plus {
    position:absolute; 
    width: 20px; 
    left:0px; 
    right:0; 
    margin: auto; 
    bottom:253px;
    display: inline-block;
    border-radius: 20px;
    background-color: white;
    height: 20px;
}

    .favourite-plus svg {
        margin-bottom: 0;
        height: 20px;
    }

    .side-nav .favourite-icon {
        border-radius: 50%; 
        overflow: hidden;
        border: 2px solid white;
        height: 50px;
        width: 50px;
        object-fit: cover;
        margin-left: -5px;
    }

.main-menu .navbar-nav{
    float: none;
    text-align: center;
    padding-bottom: 10px;
}

.main-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding: 0 10px;
}

.hidden-search {
    padding: 30px;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

    .hidden-search .input-group {
        width: 600px;
        max-width: calc( 100% - 60px);
        margin: auto;
    }

    @media (max-width: 767px){
        .hidden-search .input-group {
            width: 100%;
            margin: 0;
        }
    }

#search-form {
    display: flex;
}

.pagination {
    margin: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a:active,
.pagination>li>a {
    color: #a3020f;
}

.home-nav {
    margin-bottom: 30px;
    margin-top: 0px;
}

@media (max-width: 1199px){
    .home-nav .btn{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .home-nav .text-right {
        text-align: center;
    }

    .pagination {
        margin: 0;
    }
}