
.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.form-horizontal .form-group-sm .form-control {
    border-radius: 3px;
    font-size: 9pt;
    height: 22.5pt;
    line-height: 1.5;
    padding: 5px 10px;
}
.form-horizontal .form-group-lg .form-control {
    border-radius: 6px;
    font-size: 13pt;
    height: 35pt;
    line-height: 1.33;
    padding: 10px 16px;
}

/* reset button */
.btn.btn-default {
  background: ##e5e5e5;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  border-radius: 3px;
  color: rgba(0,0,0,0.8);
}

.btn.btn-default:hover {
background: #d9d9d9;color: rgba(0,0,0,0.8)
}

.btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 13pt;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 9pt;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 9pt;
    line-height: 1.5;
    padding: 1px 5px;
}
.dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after, .modal-dialog .modal-body .caption::before, .modal-dialog .modal-body .caption::after {
    content: " ";
    display: table;
}
.dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after, .modal-dialog .modal-body .caption::after {
    clear: both;
}
.navbar-primary {
    background-color: #393939;
    border-bottom: 0 none;
    border-color: #282828 #282828 -moz-use-text-color;
    max-height: 50px;
}
.navbar-primary .navbar-brand {
    color: #777777;
    padding: 0;
    width: 50px;
}
.navbar-primary .navbar-brand:hover, .navbar-primary .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}
/*@media (min-width: 768px) {
.navbar-primary .navbar-brand {
    margin-left: 0 !important;
}
}*/
.navbar-primary .navbar-text {
    color: #777777;
}
.navbar-primary .navbar-nav > li > a {
    color: #777777;
}
.navbar-primary .navbar-nav > li > a:hover, .navbar-primary .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #9a9a9a;
}
.navbar-primary .navbar-nav > .active > a, .navbar-primary .navbar-nav > .active > a:hover, .navbar-primary .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-primary .navbar-nav > .disabled > a, .navbar-primary .navbar-nav > .disabled > a:hover, .navbar-primary .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #cccccc;
}
.navbar-primary .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-primary .navbar-toggle {
    background-color: #cf0000;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 50px;
}
.navbar-primary .navbar-toggle .icon-bar {
    background-color: #ffffff;
    margin-left: 12.5px;
    width: 25px;
}
.navbar-primary .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}
.navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-primary .navbar-toggle:hover .icon-bar, .navbar-primary .navbar-toggle:focus .icon-bar {
    background-color: #cf0000;
}
.navbar-primary .navbar-notification {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #777777;
    float: right;
    font-size: 14pt;
    margin-bottom: 2px;
    margin-right: 15px;
    margin-top: 2px;
    padding: 9px 10px;
    position: relative;
}
.navbar-primary .navbar-notification:hover {
    color: #9a9a9a;
}
.navbar-primary .navbar-notification .label {
    font-size: 6pt;
    left: 25px;
    position: absolute;
    top: 8px;
}
.navbar-primary .navbar-notification.active, .navbar-primary .navbar-notification.active:hover, .navbar-primary .navbar-notification.active:focus {
    color: #ffffff;
}
/*@media (min-width: 768px) {
.navbar-primary .navbar-notification {
    display: none;
}
}*/
.navbar-primary .navbar-collapse, .navbar-primary .navbar-form {
    border-color: #282828;
}
.navbar-primary-collapse .navbar-left {
    padding-left: 14px;
}
.navbar-primary .navbar-nav > li > a {
    font-size: 14pt;
}
.navbar-primary .navbar-nav > li > a .label {
    font-size: 8pt;
    left: 25px;
    position: absolute;
    top: 8px;
}
.navbar-primary .navbar-nav > li > a.user-menu-trigger {
    font-size: 10pt;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-primary .navbar-nav > li > a.user-menu-trigger img {
    height: 25px;
    width: 25px;
    vertical-align: top;
}
.navbar-primary .navbar-nav > li > a.user-menu-trigger span {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
.navbar-primary .navbar-nav > .open > a, .navbar-primary .navbar-nav > .open > a:hover, .navbar-primary .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu {
    width: 330px;
    right: -25px;
    top: 49px;
    padding: 0;
    /*border-top-right-radius: 8px;
    border-top-left-radius: 8px;*/
    border-radius: 6px!important;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu.messages {
    left: -90px;
    width: 440px;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li {
    border-bottom: 1px solid #eee;
    height: 110px;
    color: #9a9a9a;
    font-size: 11.5px;
    line-height: 14px;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li.logout {
    font-size: 1em;
}


.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a {
    border-right: 1px solid #eee;
    clear: none;
    height: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    white-space: normal;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a {
    float: left;
    width: 33.3333%;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i {
  font-size: 25px;
  padding: 15px;
  color: #454545;
  margin-top: 15px;
  margin-bottom: 7px;
  height: 45px;
  display: block;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a.menu-settings-1 {
  border-top-left-radius: 6px;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a.menu-settings-3 {
  border-top-right-radius: 6px;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a.menu-settings-logout {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* svg overlap */
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-address-card:before {
      content: url("../images/Update info.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-align-left:before {
      content: url("../images/Newsfeed.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fas.fa-bell:before {
      content: url("../images/Notifications.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-minus-circle:before {
      content: url("../images/Blacklist.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-search:before {
      content: url("../images/Filters.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-credit-card:before {
      content: url("../images/Membership.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-map-marker-alt:before {
      content: url("../images/Location.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-lock:before {
      content: url("../images/Privacy.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-key:before {
      content: url("../images/Changepassword.svg");
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa-key {
    /*  margin-bottom:0;*/
}
/* end svg overlap */

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a i.fa.fa-sign-out {
  display: none;
}


.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a:nth-child(3n) {
    border: medium none;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu li:last-child {
    border: medium none;
    height: auto;
}
.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu li:last-child a {
    min-height: 1px;
    padding: 25px;
    position: relative;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu li:last-child a {
    float: left;
    width: 100%;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu li:last-child a i {
    font-size: 10pt;
    padding: 0;
}
/*@media (max-width: 767px) {
.navbar-primary .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
}
.navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #9a9a9a;
}
.navbar-primary .navbar-nav .open .dropdown-menu > .active > a, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #282828;
    color: #ffffff;
}
.navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #cccccc;
}
}*/
.navbar-primary .navbar-link {
    color: #777777;
}
.navbar-primary .navbar-link:hover {
    color: #9a9a9a;
}
.navbar-secondary {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    min-height: 40px;
    z-index: 999;
}
.navbar-secondary .navbar-brand {
    color: #777777;
    padding: 0;
}
.navbar-secondary .navbar-brand:hover, .navbar-secondary .navbar-brand:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-secondary .navbar-text {
    color: #333333;
}
.navbar-secondary .navbar-nav > li > a {
    color: #373737;
    padding-bottom: 7px;
    padding-top: 10px;
}
.navbar-secondary .navbar-nav > li > a:hover, .navbar-secondary .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-secondary .navbar-nav > .active > a, .navbar-secondary .navbar-nav a:hover  {
    border-bottom: 4px solid #c60202;
}
.navbar-secondary .navbar-nav > .active > a, .navbar-secondary .navbar-nav > .active > a:hover, .navbar-secondary .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-secondary .navbar-nav > .disabled > a, .navbar-secondary .navbar-nav > .disabled > a:hover, .navbar-secondary .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444444;
}
.navbar-secondary .navbar-toggle {
    border-color: #333333;
}
.navbar-secondary .navbar-toggle:hover, .navbar-secondary .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-secondary .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-secondary .navbar-collapse, .navbar-secondary .navbar-form {
    border-color: #e6e6e6;
}
.navbar-secondary .navbar-nav > .open > a, .navbar-secondary .navbar-nav > .open > a:hover, .navbar-secondary .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #333333;
}
/*@media (max-width: 767px) {
.navbar-secondary .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #dfdfdf;
}
.navbar-secondary .navbar-nav .open .dropdown-menu .divider {
    background-color: #dfdfdf;
}
.navbar-secondary .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
}
.navbar-secondary .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-secondary .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-secondary .navbar-nav .open .dropdown-menu > .active > a, .navbar-secondary .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-secondary .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-secondary .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-secondary .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-secondary .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #444444;
}
}*/
.navbar-secondary .navbar-link {
    color: #777777;
}
.navbar-secondary .navbar-link:hover {
    color: #333333;
}
.navbar-global {
    color: #646464;
}
.navbar-global h5 {
    font-size: 10pt;
    font-weight: bold;
}
.navbar-global hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
.navbar-global .nav > li {
    margin-top: 5px;
}
.navbar-global .nav ul, .navbar-global .nav > li > a {
    color: #727272;
    font-weight: normal;
    padding: 6px 10px;
}
.navbar-global .nav > li.active > a, .navbar-global .nav > li.active > a:hover, .navbar-global .nav > li.active > a:focus {
    background-color: #373737;
    color: #ffffff;
    font-weight: bold;
}
/*@media (max-width: 992px) {
.navbar-global {
    display: none !important;
    visibility: hidden !important;
}
}*/
html, body {
    font-size: 10pt;
    height: 100%;
}
#wrap {
    height: auto !important;
    margin: 0 auto -50px;
    min-height: 100%;
    padding: 0 0 50px;
}
#footer {
    height: 50px;
}
.text-copyright {
    color: #999999;
    margin-top: 10px;
}
.text-copyright a, .text-copyright a:hover, .text-copyright a:focus, .text-copyright a:active {
    color: #beb8b2;
}
.language-selector .nav > li > a {
    color: #999999;
    margin-right: 5px;
    padding: 7px;
}
.language-selector .nav > li > a:hover, .language-selector .nav > li > a:focus {
    color: #20292f;
}
.language-selector .nav > li.active > a {
    background-color: #536474;
    color: #d6dedd;
}
.language-selector .nav > li.active > a:hover, .language-selector .nav > li.active > a:focus {
    background-color: #6a8094;
    color: #d6dedd;
}
a.btn-link-primary {
    border-radius: 0;
    color: #cf0000;
    cursor: pointer;
    font-weight: normal;
}
a.btn-link-primary, a.btn-link-primary:active, a.btn-link-primary[disabled], fieldset[disabled] a.btn-link-primary {
    background-color: transparent;
    box-shadow: none;
}
a.btn-link-primary, a.btn-link-primary:hover, a.btn-link-primary:focus, a.btn-link-primary:active {
    border-color: transparent;
}
a.btn-link-primary:hover, a.btn-link-primary:focus {
    background-color: transparent;
    color: #2d4d6c;
    text-decoration: underline;
}
a.link-black {
    color: #000;
}
a.link-profile, a.link-black {
    font-weight: bold;
}
.btn {
    font-weight: bold;
}
.btn.full-width {
    width: 100%;
}
form label {
    color: #646464;
}
table.table.slider {
    border: medium none;
    margin-bottom: 0;
}
table.table.slider > tbody > tr > td {
    border: medium none;
    padding-bottom: 0;
}
form.main-filter-form {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    margin-top: 15px;
}
form.main-filter-form .main-filter-form-actions {
    margin-bottom: 15px;
}
.page-header {
    margin-bottom: 0;
    margin-top: 0;
}
.page-header h1 {
    font-weight: bold;
    margin-top: 0;
    font-size: 24px;
}
.link-header {
    font-weight: bold;
}
.link-header a {
    font-weight: normal;
}
.sectional-header h1 {
    margin-top: 0;
}
.sectional-header h2 {
    margin-top: 7px;
}
.sectional-header h3 {
    color: #990000;
    margin-top: 0;
}
.sectional-header .sectional-separator {
    font-size: 18pt;
    margin-top: 5px;
    padding: 0 10px;
}
h1.black-header, h2.black-header, h3.black-header, h4.black-header, h5.black-header, h6.black-header {
    margin-bottom: 5px;
    margin-top: 0;
}
h1.black-header a, h2.black-header a, h3.black-header a, h4.black-header a, h5.black-header a, h6.black-header a {
    color: #000;
    font-weight: bold;
}
.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #dddddd #dddddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 20px 0;
}
.nav-header > li {
    border-right: 1px solid #eee;
    float: left;
}
.nav-header > li:last-child {
    border-right: medium none;
}
.nav-header > li > a {
    border-radius: 4px;
}
.nav-header > li + li {
    margin-left: 2px;
}
.nav-header > li.active > a, .nav-header > li.active > a:hover, .nav-header > li.active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
    font-size: 17pt;
    padding-top: 0;
}
.notification-dropdown.unread a.dropdown-toggle {
    color: #e4e4e4;
}
.notification-dropdown.unread a.dropdown-toggle:hover, .notification-dropdown.unread a.dropdown-toggle:focus {
    color: #fff;
}
.notification-dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 400px;
}
.notification-dropdown .dropdown-menu .info-box.info-box-top {
    border-bottom: 1px solid #d6d6d6;
}
.notification-dropdown .dropdown-menu .info-box.info-box-bottom {
    border-top: 1px solid #d6d6d6;
}
.notification-dropdown .dropdown-menu .info-box.info-box-bottom .info-box-actions {
    padding: 10px;
}
.notification-dropdown .dropdown-menu .info-box .info-box-content {
    background-color: #f5f5f5;
}
.notification-dropdown .dropdown-menu .empty-result {
    background-color: #f5f5f5;
    font-size: 11pt;
}
.notification-dropdown .dropdown-menu .empty-result i {
    font-size: 70pt;
}
.notification-dropdown .dropdown-menu .list-line {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 7px;
    padding-top: 7px;
}
.carousel-indicators {
    text-align: right;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding-right: 35px;
}
.carousel-indicators li {
    margin: 0 8px;
    border:0;
    background-color: rgba(255,255,255,0.5)
}
.carousel-overlay {
  background: radial-gradient(1148.50px at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(0,0,0,0);
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: 4;
}
.carousel-indicators .active {
    background-color: #cf0000;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.carousel-caption {
    bottom: 0;
}
.icon-read {
    color: #d6d6d6;
}
.icon-unread {
    color: #cf0000;
}
.icon-online {
    color: #01cd45;
}
.icon-chat_msg {
    color: #3b5998;
}
.modal-dialog {
	margin-top:60px;
}
.modal-dialog .modal-body {
    padding: 15px 0 0;
}
.modal-dialog .modal-body .modal-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-dialog .modal-body .caption {
    margin-left: 0;
    margin-right: 0;
}
.modal-dialog .modal-body .form-group {
    margin-bottom: 0;
    padding-top: 15px;
}
.modal-dialog .modal-body .form-group .help-block {
    margin: 0;
}
.modal-dialog .modal-body .form-group.has-error .help-block {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}
.modal-dialog .modal-header {
    font-weight: bold;
    text-align: center;
}
.modal-dialog .modal-footer {
    margin-top: 0;
}
.left-column .row {
    margin-left: 0;
}
/*@media (min-width: 992px) {
.left-column {
    border-right: 1px solid #e9e9e9;
}
}*/
.right-column {
    border-left: 1px solid #e9e9e9;
}
.widget .widget-body {
    margin-bottom: 15px;
}
.widget .widget-header {
    color: #535353;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 13px;
    /*margin-top: 10px;*/
}
.page-pagination {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
}
.results-on-page {
    margin: 20px 0;
}
.well.black-menu {
    background-color: #373737;
    /*margin-top: 15px;*/
}
.black-menu .user-profile-name {
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    /*padding-top: 5%;*/
    padding: 6px 21px; /* LL */
}

a.edit-user-profile {
    padding: 0 21px; /* LL */
}
.black-menu a {
    color: #999999;
}
.black-menu hr {
    border-top: 1px solid #454545;
}
.black-menu .nav > li > a {
    color: #aeaeae;
    padding: 6px 21px; /* LL */
}
.black-menu .nav > li > a:hover, .black-menu .nav > li > a:focus {
    background-color: #a20000;
    color: #ffffff;
}

.black-menu .nav > li {
    float: none;
}
.black-menu .nav > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.black-menu .nav-pills > li.active > a, .black-menu .nav-pills > li.active > a:hover, .black-menu .nav-pills > li.active > a:focus {
    background-color: #222222;
    color: #ffffff;
    font-weight: bold;
}
/*@media (max-width: 992px) {
.black-menu .user-menu-info {
    float: left;
    min-height: 1px;
    padding: 0;
    position: relative;
    width: 8.33333%;
}
}*/
/*@media (min-width: 992px) {
.black-menu .user-menu-info img {
    border-radius: 6px;
}
}*/
/*@media (max-width: 992px) {
.black-menu .user-menu-navigation {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 91.6667%;
}
}*/
/*@media (max-width: 992px) {
.black-menu {
    margin-left: 0;
    margin-right: 0;
}
}*/
.white-menu .nav {
    font-weight: bold;
}
.white-menu .nav hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
.white-menu .nav > li {
    margin-top: 5px;
}
.white-menu .nav ul, .white-menu .nav > li > a {
    color: #727272;
    font-weight: normal;
    padding: 6px 10px;
}
.white-menu .nav > li.active > a, .white-menu .nav > li.active > a:hover, .white-menu .nav > li.active > a:focus {
    background-color: #373737;
    color: #ffffff;
    font-weight: bold;
}
.empty-result {
    color: #7f7f7f;
    font-size: 12pt;
    padding-top: 7%;
    text-align: center;
}
.empty-result i {
    color: #cdcdcd;
    font-size: 100pt;
    padding-bottom: 2%;
}
.mosaic-grid .item {
    padding: 5px;
}
.datepicker.datepicker-inline {
    background-color: #fff;
    /*border: 1px solid #cccccc;*/
    width: 100%;
}
.datepicker.datepicker-inline table {
    width: 100%;
}
.datepicker thead tr:first-child th {
    text-align: left;
    font-size: 14px;
}
.datepicker table tr td {
    font-size: 11px;
}
.datepicker thead tr:first-child th.prev,
.datepicker thead tr:first-child th.next{
    display: none;
}
.datepicker table tr td.active.active {
    background-color: #999999;
}
.datepicker table tr td.active.active:hover {
    background-color: #ae0000;
}
.star-rating .rating-container .rating-stars {
    color: #01cd45;
}
.star-rating .rating-container .rating-slider {
    cursor: pointer;
}
.image-poster {
    background: #fff none repeat scroll 0 0;
}
.sexometer-indicator {
    color: #d4d4d4;
    font-size: 24pt;
    letter-spacing: -2pt;
    padding-right: 20px;
    text-shadow: 1px 1px 1px #969696;
}
.sexometer-indicator .active {
    color: #01cd45;
    text-shadow: 1px 1px 1px #044c0e;
}
.sexometer-indicator-button {
    padding-top: 25px;
}
.images-grid {
    margin-left: 0;
    margin-right: 0;
}
.images-grid .grid-image {
    padding-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
}
.images-grid .grid-image a>img {
    width: 50px;
    height: 50px;
}
/*@media (max-width: 992px) {
.images-grid .grid-image:last-of-type {
    display: none;
}
}*/
.image-poster {
    color: #ccc;
    padding: 15px;
    text-align: center;
	   width: 80%;
     -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
     box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
   }
.image-poster i {
    font-size: 50pt;
}
.image-poster p {
    margin: 10px 0 25px;
}
.image-poster .text-muted {
	font-style: normal;
	font-size: 12.5px;
	color: #acacac;
}
.image-poster .btn-primary {
	background: #f5f5f5;
	color: #333333;
	border-color: #e1e1e1;
	border-bottom: 1px solid #afafaf;
}
.image-poster .btn-primary:hover {
	background: #afafaf;
	border-color: #afafaf;
}
.image-poster .preview-image {
    margin-bottom: 10px;
    width: 170px;
    height: 170px;
    object-fit: cover;
    }
.lepture .CodeMirror {
    background: #fff none repeat scroll 0 0;
    cursor: text;
    height: 200px;
}
.lepture .CodeMirror, .lepture .editor-preview {
    box-shadow: 1px 1px 0 0 #ccc inset;
}
.barcode {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.avatar.avatar-sm {
    height: 64px;
    width: 64px;
}
.text-male {
    color: #004eea;
}
.text-female {
    color: #ff379b;
}
.text-trans {
    color: #BA55D3;
}
.text-bold {
    font-weight: bold;
}
.page-content-margin {
    margin-top: 15px;
}
.padding-none {
    padding: 0;
}
.margin-none {
    margin: 0;
}
.soft-hide {
    display: none;
}
.map-margin {
    margin-bottom: 20px;
}
.blackLabel {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
}
.blackLabel .inner {
    display: inline-block;
    position: relative;
}
.blackLabel .bg {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.blackLabel .text {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 12px;
    position: relative;
}
.user-menu-info a:hover span {
    display: block;
}
.friend_page .row_item p, .friend_request_page .row_item p {
    margin: 0;
}
.friend_page .row_item .edit_h {
    cursor: pointer;
    display: none;
}
.friend_page .row_item:hover .edit_h {
    display: block;
}
.friend_page .row_item:hover .edit_button {
    display: block;
}
.friend_page .closeBox .menu li a:hover {
    background-color: #ececec;
    color: #000;
}
.friend_page .closeBox {
    display: none;
    position: absolute;
    right: 0;
    top: 21px;
    visibility: hidden;
}
.friend_page .closeBox .menu li a {
    color: #000000;
    display: block;
    padding: 5px 25px;
    text-decoration: none;
}
.friend_page .UiSelect:hover .closeBox {
    display: block;
    visibility: visible;
    width: 200px;
}
.friend_page .UiSelect {
    height: 25px;
    text-align: right;
}
.friend_page .closeBox .menu li {
    width: 100%;
    z-index: 1;
}
.friend_page .closeBox .menu {
    background-color: #ffffff;
    border-width: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    text-align: left;
}
.validations_page .row_item {
    width: 100% !important;
}
.validations_page .row_item .media {
    border-bottom: 1px solid #eeeeee;
}
.validations_page .list-view .row {
    padding-left: 0;
}
.visitor_page .main-filter-form .form-group .col-sm-7 {
    border-right: 1px solid #eeeeee;
    left: -20px;
    position: relative;
}
.visitor_page .main-filter-form .form-group .col-sm-offset-5.col-sm-7 {
    border-right: medium none;
}
.visitor_page .main-filter-form .control-label {
    padding-right: 0;
    text-align: left !important;
}
.visitor_page .main-filter-form .form-group {
}
.notification_visitor .info-box .row_item {
    float: none;
}
.profile_like_counter {
  /*  margin-bottom: 20px;*/
    margin-top: 0;
    padding: 0px 0 10px 10px;
}
.notification_notification .row_item {
    float: none;
}
.notification_notification .user_notify {
    font-weight: bold;
}

/* responsive fix */

.container-lu {

  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 990px !important}


/* checkboxes */

/* new-homepage */
.homepage-description .member_username {
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  float:left;
  margin-right: 2px
}

.ad-space {
  width: 266px;
  height: 334px;
  left: 954px;
  top: 130px;
  background: linear-gradient(0deg, #380100, #380100), #111111;
  border-radius: 5px;
}

.homepage-section {
  margin-bottom:35px;
}

.row.homepage-section-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  width: 100%;
  margin-right:0;
  margin-left:0;
}

.homepage-section-icon {
  width:50px;
  height:50px;
  border-radius:50%;
  margin-right:17px;
  padding: 0 !important;
  position:relative;
}
.homepage-section-icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage-section-title {
}
.homepage-section-title h2 {
  font-family: Arial;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-bottom: 2px !important;
  margin-top: 0;
}
.homepage-section-title span {
  color: rgba(0,0,0,0.6)
}

.homepage-section-showall {
  align-self: center;
  margin-left: auto;
  font-size: 16px;
  margin-right: 41px;
}

.homepage-section-filters {
  align-self: center;
}
.dropdown.home-filters .dropdown-menu {
  font-size: 13px;
  margin: 11px 0 0;
  border-radius: 0;
  min-width: 220px;
  padding: 0.8em 0 1.8em 0;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
  top: -20px;
}

.dropdown.home-filters .dropdown-menu > li a {
    padding: 8px 20px 8px 60px;
    font-size: 14px;
    color: #000;
}
.dropdown.home-filters .dropdown-menu > li.dropdown-menu-first  {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000;
}

.dropdown.home-filters .dropdown-menu > li.divider {
    margin-bottom: 32px;
}

.dropdown.home-filters .dropdown-menu > .active > a {
    text-decoration: none;
    font-weight:bold;
    background-color: #FFF;
    outline: 0;
}
.dropdown.home-filters .dropdown-menu > .active > a:before {
    content: url("../images/black_tick.svg");
    position:absolute;
    left: 36px;
}

.homepage-photos-4col {
  margin-top: 30px !important;
  display:flex;
  flex-direction: row;
  /*justify-content: space-between;*/
}
.homepage-photos-4col .column {
  width: 215px;
  margin-right: 42.8px;
}

.homepage-image-label {
  width: 215px;
  height: 215px;
  position: relative;
  margin-bottom:13px;
}
.homepage-image-label img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.homepage-image-label .label-success {
  top:10px;
  position: absolute;
  left:10px;
  background: #33CC33;
  border-radius: 3px;
  font-size: 11px;
  font-weight:normal;
}
.homepage-image-label .label-default {
  color: #FFF;
  top:10px;
  position: absolute;
  left:10px;
  background: rgba(0,0,0,0.5);
  border-radius: 3px;
  font-size: 11px;
  font-weight:normal;
}

.homepage-image-label .label-default.video {
  right:10px;
  bottom:10px;
  top:auto;
  left:auto;
}

.homepage-play-arrow {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: transparent url("../images/play_arrow_homepage_big.svg") no-repeat center center;
}

.homepage-description {
  font-size:13px;
  line-height: 19px;
}
.homepage-username {
  font-weight: bold;
  color: #000
}
.homepage-distance {
  color: rgba(0,0,0,0.6)
}
.row.homepage-photos {
  width:215px;
  margin-top:10px;
  padding-top:13px;
  border-top:1px solid rgba(0,0,0,0.1);
  margin-right:0;
  margin-left: 0;
}
.row.homepage-photos > div {
  padding:0;
  border-left: 1px solid #e9e9e9;
}
.row.homepage-photos > div:nth-of-type(1) {
  border-left: 0;
}

.row.homepage-photos > div a {
  display:block;
  font-size: 12px;

}
.row.homepage-photos > div a.user-stats {
  font-size: 17px;

}

.row.homepage-load-more {
  padding: 43px 0;
  border-bottom: 5px solid rgba(0,0,0,0.1);
  margin-right:0;
  margin-left: 0;
}

.row.homepage-load-more .btn.btn-default {
  font-size: 14px;
  padding:14px 67px;
}

.homepage-carousel .carousel-control.left, .homepage-carousel .carousel-control.right {
background-image: none;
background-color: #FFF;
opacity: 1;
border-radius: 50%;
width: 40px;
height: 40px;
top: 40%;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.homepage-carousel .carousel-control.left {
left: -18px;
}
.homepage-carousel .carousel-control.right {
right: -18px;
}

.homepage-carousel .carousel-control .icon-prev, .homepage-carousel .carousel-control .icon-next {
    font-size: 19px;
    color: #999;
    width: auto;
    height: auto;
    top: 8px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.homepage-carousel .carousel-control .glyphicon-menu-left:before {
    content: "";
}




.homepage-sexometer {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 14px 0;
  margin: 10px 0;
  font-size:12px;

}

.homepage-description-text-clamp {
  position: relative;
  line-height:20px;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.homepage-description-text-clamp .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0));
}

.homepage-description-text-clamp.expanded{
  height: auto;
  -webkit-line-clamp: 9999;
}

.homepage-description-text-clamp.expanded .overlay {
  background: unset;
}

.homepage-male-allowed {
  font-size: 12px;
  margin-top:10px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top:14px
}

.homepage-event-btn {
  margin-bottom:29px;
  font-size:14px;
}

.homepage-event-btn .btn {
  width:102px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage-event-btn .btn:nth-of-type(1) {
  margin-right:5px;
}

#nearby-places .tab-content {
  display: block;
}

#nearby-places .nav-tabs {
  margin-top:35px;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 0;
  padding-top: 15px;
}
#nearby-places .nav-tabs > li.active > a, #nearby-places .nav-tabs > li.active > a:hover, #nearby-places .nav-tabs > li.active > a:focus {
    color: #000;
    font-weight: bold;
    cursor: default;
    background-color: #fff;
    border: 0;
}

#nearby-places .nav-tabs .active a:after {
    content: " ";
    width: 100%;
    height: 0;
    background: transparent;
}

#nearby-places .nav-tabs > li > a {
    color: rgba(0,0,0,0.5);
    border: 0;
    border-radius: 0;
}

/* arrow up */
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 12px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.4);
}
/*#return-to-top:hover i {
    color: #fff;
    top: 5px;
}*/


/* carousel */
.homepageslider .carousel-control 			 { width:  4%; }
.homepageslider .carousel-control.left,.carousel-control.right
{
  background-image:none;
  top:80px;
  opacity: 0.6;
}

.homepageslider .carousel-control.left:hover, .homepageslider .carousel-control.right:hover
{
  opacity: 1;
}

.homepageslider .carousel-control.left
{
  left:-60px;
}
.homepageslider .carousel-control.right
{
  right:-60px;
}
/* skeleton loader homepage */

.skeleton-loader-homepage  {
  animation: skeleton-fading 1.5s infinite;
}
.skeleton-loader-homepage .skeleton {
  background: #F0F0F0;
  border-radius: 5px;
}
.skeleton-loader-homepage .skeleton-thumbnail {
  width: 215px;
  height: 215px;
}
.skeleton-loader-homepage .skeleton-row:nth-child(1) {
  width: 154px;
  height: 10px;
  margin-bottom: 10px
}
.skeleton-loader-homepage .skeleton-row:nth-child(2) {
  width: 105px;
  height: 10px;
  margin-bottom: 10px
}
.skeleton-loader-homepage .skeleton-row:nth-child(3) {
  width: 121px;
  height: 10px;
}
.skeleton-loader-homepage .skeleton-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto 8px;

}
.skeleton-loader-homepage .skeleton-body {
  width: 35px;
  height: 9px;
  margin: 0 auto;
}

/* fix indicators main slider new homepage */
#index-carousel .carousel-indicators li {
    width: 24px;
    height: 24px;
    margin: 1px;
    background: transparent url("../images/homepage-main-carousel-nonactive.svg") center center no-repeat;
}
#index-carousel .carousel-indicators li.active {
    background: transparent url("../images/homepage-main-carousel-active.svg") center center no-repeat;
}
.homepage-carousel .carousel-indicators {
    text-align: center;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding:0;
    bottom: 5px;
}

.homepage-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent url("../images/homepage-carousel-nonactive.svg") center center no-repeat;

}

.homepage-carousel .carousel-indicators .active {
  background: transparent url("../images/homepage-carousel-active.svg") center center no-repeat;
}



@keyframes skeleton-fading {
  0% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .5;
  }
}
