@charset "UTF-8";
html, body {
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  background: #ededed;
  font-family: Archivo Narrow, sans-serif;
  font-size: 16px;
  color: #666; }

header {
  max-width: 1570px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  position: relative; }
  header .logo {
    height: 95px;
    margin: 0;
    align-items: center;
    display: flex; }
    header .logo a{ 
      padding-top: 5px; }
  header .headbox {
    position: relative;
    display: flex;
    align-items: center; }
  header form {
    display: flex;
    align-items: center;
    vertical-align: top;
    margin: 0; }
    header form input[type=text] {
      width: 265px;
      height: 43px;
      padding: 0 0 0 10px;
      font-family: Archivo Narrow, sans-serif;
      font-size: 14px;
      border: 0px solid #e3e3e3;
      vertical-align: top; }
    header form input[type=submit] {
      background: #dedede;
      content: "";
      position: relative;
      left: 0px;
      top: 0;
      bottom: 0;
      width: 30px;
      border: 0;
      padding: 10px 20px;
      background: url(../images/icons/search.svg) no-repeat #dedede center; }
      header form input[type=submit]:hover {
        background: #d4d4d4;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
  header .social {
    display: flex;
    gap: 5px;
    align-items: center;
    vertical-align: top; }
    header .social a {
      color: #7a7a7a;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      margin: 0 3px;
      transition: all 0.4s; }
      header .social a:hover {
        color: #ec560c; }
  .logo a:hover{
  text-decoration:none; }

.modelTags {
  font-size: 20px;
  width: 94%;
  margin: 15px 3% 0;
  text-align: left; }
  .modelTags a {
    color: #ec560c;
    text-decoration: none;
    margin: 0 0 0 5px;
    display: inline-block; }
    .modelTags a:hover {
      color: #A33B08; }
  .modelTags .onlineTags {
    max-width: 1630px;
    margin: 15px auto 0 auto;
    padding: 0;
    display: flex; }

.modelbox {
  background: #f6f6f6;
  text-align: left;
  border: 1px solid #ededed;
  vertical-align: top;
  margin: 10px 1%;
  display: inline-block;
  width: calc(12.2% - 2px);
  float: left;
  margin-right: 1%;
  overflow: hidden; }
  .modelbox .subject {
    height: 60px;
    line-height: 20px;
    padding: 5px 2% 0;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #ededed;
    width: 96%; }
    .modelbox .subject a {
      color: #ec560c;
      text-decoration: none; }
      .modelbox .subject a:hover {
        color: #A33B08; }
  .modelbox img {
    width: 100%; }
  .modelbox.display {
    display: inline-block !important; }
  .modelbox p {
    margin: 0;
    vertical-align: top;
    font-size: 13px;
    color: gray; }
  .modelbox .name {
    color: #ec560c;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #ededed;
    padding: 3px 10px 6px; }
    .modelbox .name a {
      color: #ec560c;
      text-decoration: none; }
  .modelbox .age {
    width: 45%;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    border-right: 1px solid #ededed; }
    .modelbox .age i.fa-female {
      color: #dd5f83; }
    .modelbox .age i.fa-male {
      color: #78b1e1; }
  .modelbox .views {
    width: 50%;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: inline-block; }
  .modelbox .loc {
    height: 29px;
    line-height: 29px;
    padding-left: 7px;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #ededed;
    width: 100%; }
  .modelbox.more {
    width: 280px;
    height: 286px;
    font-family: Josefin Sans, sans-serif;
    font-size: 30px;
    color: #ec560c;
    text-align: center;
    position: relative; }
    .modelbox.more:before {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      border: 2px solid #ec560c; }
    .modelbox.more p {
      margin: 75px 0 0;
      font-family: Josefin Sans, sans-serif;
      font-size: 20px;
      color: #ec560c; }
      .modelbox.more p strong {
        font-weight: 700;
        display: block; }
    .modelbox.more a {
      background: #ec560c;
      font-size: 26px;
      font-weight: 300;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding: 5px 3%;
      margin: 20px 0 0;
      position: relative;
      z-index: 2;
      border-radius: 5px;
      transition: all 0.4s; }
      .modelbox.more a:hover {
        background: #A33B08;
        cursor: pointer; }

main {
  text-align: center; }

nav.top, nav .mobile { 
  gap: 40px; }
nav.top {
  background: #ec560c;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom: 4px solid #A33B08;
  padding: 0 20px;
  line-height: 18px; }
  nav .mobile {
    align-items: center;
    display: flex; }
    nav .mobile .home {
      display: none; }
  nav.top a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 7px 0 0;
    margin: 0;
    outline: 0;
    transition: all 0.4s; }
    nav a:hover {
      color: #A33B08; }
  nav .cat-bttn {
    display: inline-block;
    padding: 25px 20px 15px;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.4s; }
    nav .cat-bttn:hover {
      color: #f9c9d7; }
    nav .cat-bttn i {
      font-size: 10px;
      margin: 3px 0 0;
      vertical-align: top; }
  nav hr {
    height: 4px;
    background: #A33B08;
    border: none;
    margin: 0;
    padding: 0; }
  nav #dropdown-menu {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    display: none; }
    nav #dropdown-menu .cat-box {
      max-width: 1450px;
      margin: 0 auto; }
    nav #dropdown-menu a {
      font-family: Archivo Narrow, sans-serif;
      color: #ec560c;
      font-size: 16px;
      text-shadow: none;
      margin: 5px 22px;
      padding: 0; }
      nav #dropdown-menu a:hover {
        text-decoration: underline; }
  nav.top i.fa-bars {
    display: none; }
  nav.top i.fa-search {
    display: none; }
.mobile-menu-button, .mobile-search-button { 
  display: none;
  cursor: pointer;
  align-items: center; }
  .mobile-menu-button svg { 
    width: 38px;
    height: auto; }
    .mobile-menu-button svg path { 
      stroke-width: 3px; }
.mobile-search-button svg { 
  height: auto;
  width: 32px;
  stroke: #fff; }
  .mobile-search-button svg path { 
    stroke: #fff;
    stroke-width: 3px; }
.welcomebox {
  background: #ebebeb;
  text-align: left;
  padding: 20px 0;
  width: 100%;
  margin: 0; }
  .welcomebox .wrap {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
  .welcomebox h1 {
    color: #ec560c;
    font-family: Josefin Sans, sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    padding: 0; }
  .welcomebox p {
    margin: 0;
    padding: 0; }

.webcams {
  padding: 0 2%;
  display: inline;
  position: relative;
  width: 96%;
  float: left; }

.filterbox {
  height: 58px;
  background: #ec560c;
  color: #fff;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: calc(100% - 40px); }
  .filterbox h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 52px;
    margin: 0 0 0 10px;
    padding: 0;
    align-items: center;
    gap: 10px;
    display: flex; }
    .filterbox h2 svg{ 
      width: 35px;
      height: 35px; }
  .filterbox .filters {
    position: relative;
    right: 0px;
    top: 0px;
    width: 500px; }
    .filterbox .filters .menu-head {
      background: #f6f6f6;
      font-family: Archivo Narrow, sans-serif;
      font-size: 14px;
      color: #666;
      text-indent: 10px;
      width: 100%;
      height: 34px;
      border: 1px solid #A33B08;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      vertical-align: top;
      line-height: 30px;
      cursor: pointer;
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance: none; }
      .filterbox .filters .menu-head:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 9px;
        position: relative;
        transform: rotate(135deg);
        width: 9px;
        transition: all 0.3s ease;
        margin: 0 10px 2px 0; }
      .filterbox .filters .menu-head.inverse-arrow:after { 
        margin-top: 6px;
        transform: rotate(-45deg); }
    .filterbox .filters .dropdown-menu-filter button {
      width: 100%;
      display: block;
      float: left;
      background: #f6f6f6;
      border-right: 1px solid #A33B08;
      border-left: 1px solid #A33B08;
      border-bottom: 1px solid #A33B08;
      color: #ec560b;
      font-family: Archivo Narrow, sans-serif;
      font-size: 14px;
      text-decoration: none;
      height: 34px;
      text-align: left;
      text-indent: 3px;
      line-height: 30px;
      cursor: pointer; }
    .filterbox .filters .dropdown-menu-filter a:hover {
      color: #666; }
    .filterbox .filters .select {
      border: 1px solid #A33B08;
      overflow: hidden;
      height: 26px;
      width: 198px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 4px; }
      .filterbox .filters .select:after {
        content: "";
        font-family: FontAwesome;
        font-weight: 700;
        font-size: 22px;
        color: #ec560c;
        padding: 3px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        text-align: center;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
        border-left: 1px solid #A33B08; }
    .filterbox .filters select {
      width: 100%;
      height: 26px;
      background: transparent;
      font-family: Archivo Narrow, sans-serif;
      font-size: 14px;
      color: #666;
      padding: 0 0 0 10px;
      border: none;
      border-radius: 0;
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance: none; }
      .filterbox .filters select:after {
        content: "";
        font-family: FontAwesome;
        font-weight: 700;
        font-size: 22px;
        color: #ec560c;
        padding: 3px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        text-align: center;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
        border-left: 1px solid #A33B08; }
      .filterbox .filters select option {
        padding: 5px 0; }
    .filterbox .filters i.fa-sort {
      margin: 8px 0 0; }
.container-fluid { 
  padding: 0 20px; }
.container-fluid .grid .row { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 0; }
  .container-fluid .grid .row:before, .container-fluid:before { 
    content: none; }
.container-fluid .grid .row.grid-view-similars { 
  display: inline-block;
  width: 100%; }
  .grid-view-similars .col-sm-3 { 
    margin-right: 0.5%;
    width: 15.66%;
    margin-left: 0.5%; }
.grid-view-profile { 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .grid-view-profile .col-sm-3 { 
    width: 100%; }
    .grid-view-profile .col-sm-3 .item__details { 
      display: none; }
.menu-head-dropdown {
  position: absolute;
  left: 0;
  top: 34px;
  width: 100%;
  z-index: 998;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  opacity: 1; }
  .menu-head-dropdown.opened { 
    transform: scaleY(1); }

#iframe_wrapper {
  transform-origin: left top 0; }

.feed_wrapper {
  justify-content: center;
  align-items: center; 
  display: flex; }

.feed_button {
  width: 90%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(90deg, #f98706, #fc0, #f98706);
  padding: 10px 0;
  color: #fff;
}

.sel {
  overflow: hidden;
  background: url(../images/select.png) no-repeat right #f6f6f6;
  border: 1px solid #A33B08; }

.dropdown-menu-filter {
  width: 32%;
  position: relative;
  margin-right: 1%;
  float: left; }

.fa-transgender {
  color: #dd5f83; }

.displayHide {
  display: none; }

.webcam_related {
  width: 210px;
  display: block;
  float: right; }
  .webcam_related .modelboxRelated {
    background: #f6f6f6;
    text-align: left;
    border: 1px solid #ededed;
    vertical-align: top;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden; }

.more {
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
  color: #ec560c;
  text-align: center;
  position: relative; }
  .more:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #ec560c; }
  .more p {
    margin: 0;
    font-family: Josefin Sans, sans-serif;
    font-size: 20px;
    color: #ec560c !important;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    text-align: center; }
    .more p strong {
      font-weight: 700;
      display: block; }
  .more a {
    background: #ec560c;
    font-size: 26px;
    font-weight: 300;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 5px 3%;
    margin: 20px 0 0;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    transition: all 0.4s; }
    .more a:hover {
      background: #A33B08;
      cursor: pointer; }

.col-sm-3 {
  text-align: left;
  padding: 0;
  width: 15.5%;
  margin-bottom: 10px; }
  .col-sm-3 .subject {
    height: 65px;
    line-height: 19px;
    padding: 5px 10px 0;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #ededed;
    width: 100%; }
    .col-sm-3 .subject a {
      color: #ec560c;
      text-decoration: none; }
      .col-sm-3 .subject a:hover {
        color: #A33B08; }
  .col-sm-3 a img{
  height: auto;
  width:100%; }
  .col-sm-3.display {
    display: inline-block !important; }
  .col-sm-3 p {
    margin: 0;
    vertical-align: top;
    font-size: 13px;
    color: gray; }
  .col-sm-3 .name {
    color: #ec560c;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #ededed;
    padding: 3px 10px 6px; }
    .col-sm-3 .name a {
      color: #ec560c;
      text-decoration: none; }
  .col-sm-3 .age {
    width: 45%;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    border-right: 1px solid #ededed; }
    .col-sm-3 .age i.fa-female {
      color: #dd5f83; }
    .col-sm-3 .age i.fa-male {
      color: #78b1e1; }
  .col-sm-3 .views {
    width: 50%;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: inline-block; }
  .col-sm-3 .loc {
    height: 29px;
    line-height: 29px;
    padding-left: 7px;
    display: inline-block;
    overflow: hidden;
    border-top: 1px solid #ededed;
    width: 100%; }

.white_bg {
  background: #fff; }

.modelboxRelated:last-of-type {
  margin-bottom: 0; }
.modelboxRelated img {
  width: 100%; }
.modelboxRelated.display {
  display: inline-block !important; }
.modelboxRelated p {
  margin: 0;
  vertical-align: top;
  font-size: 13px;
  color: gray; }
.modelboxRelated .name {
  color: #ec560c;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #ededed;
  padding: 3px 10px 6px; }
  .modelboxRelated .name a {
    color: #ec560c;
    text-decoration: none; }
.modelboxRelated .age {
  width: 45%;
  height: 29px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  border-right: 1px solid #ededed; }
  .modelboxRelated .age i.fa-female {
    color: #ec560c; }
  .modelboxRelated .age i.fa-male {
    color: #78b1e1; }
.modelboxRelated .views {
  width: 50%;
  height: 29px;
  text-align: center;
  line-height: 29px;
  display: inline-block; }
.modelboxRelated .subject {
  height: 60px;
  line-height: 20px;
  padding: 5px 2% 0;
  display: inline-block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  width: 96%; }
  .modelboxRelated .subject a {
    color: #ec560c;
    text-decoration: none; }
.modelboxRelated .loc {
  height: 29px;
  line-height: 29px;
  padding-left: 7px;
  display: inline-block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  width: 100%; }
.control {
  margin: 20px 0 45px; }
  .control .pagination {
    display: block; }
    .control .pagination a {
      color: black;
      display: inline-block;
      vertical-align: top;
      padding: 8px 16px;
      text-decoration: none;
      transition: background-color 0.3s; }
      .control .pagination a.active {
        background-color: #ec560c;
        color: #fff; }
        .control .pagination a.active:hover {
          background-color: #c84e71; }
      .control .pagination a:hover:not(.active) {
        background-color: #dedede; }
  .control .loadMoreD {
    background: #ec560c;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.4s; }
    .control .loadMoreD:hover {
      background: #A33B08; }
    .control .loadMoreD a {
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      padding: 13px 25px;
      align-items: center;
      justify-content: center;
      gap: 15px;
      display: flex; }
      .control .loadMoreD a[disabled] { 
        cursor: not-allowed;  }
      .control .loadMoreD a:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 11px;
        position: relative;
        transform: rotate(135deg);
        width: 11px;
        transition: all 0.3s ease;
        margin: 0 0px 6px 0; }
      .control .loadMoreD a svg { 
        width: 18px; }
    .control .loadMoreD i {
      margin: 0 10px; }

.features {
  background: #ebebeb;
  overflow: hidden;
  padding: 5px 0 40px;
  width: 100%; }
  .features .wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    display: block; }
    .features .wrap .box {
      background: #f2f2f2;
      margin: 10px 20px;
      padding: 15px 25px; }
      .features .wrap .box p{
      margin:0; }
        .features .wrap .box p strong{
        margin: 10px 0;
        display: block;
        font-size: 18px;  }
  .features h3 {
    font-family: Josefin Sans, sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #ec560c;
    margin: 35px 20px 20px;
    padding: 0; }
  .features h4 {
    font-family: Josefin Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ec560c;
    margin: 15px 0px;
    padding: 0; }

footer.footer {
  background: #ec560c;
  font-size: 14px;
  height: auto;
  color: #fff;
  text-align: center;
  padding: 20px 10px 10px; }
  footer.footer nav {
    font-family: Josefin Sans, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    border: 0;
    margin-bottom: 25px; }
  footer.footer a, footer.footer nav a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    cursor: pointer; }
  footer.footer nav a { 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 25px 20px 15px;
    outline: 0;
    transition: all 0.4s; }
  footer.footer .social {
    color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 40px; }
    footer.footer .social i {
      margin: 0 5px;
      transition: all 0.4s; }
      footer.footer .social i:hover {
        color: #A33B08; }
    footer.footer .social a { 
      display: flex;
      border-radius: 10px;
      overflow: hidden; }
    footer.footer .social a svg path { 
      fill: #fff; }

.model {
  text-align: center; }
  .model .offline {
    max-width: 1630px;
    margin: 15px auto 0 auto;
    padding: 45px;
    display: flex; }
    .sponsor-area { 
      background: #f6f6f6;
      width: 98.7%;
      padding: 10px 0 5px 20px; }
    .offline-message, .sponsor-message { 
      gap: 1%;
      flex-wrap: wrap;
      display: flex; }
      .offline-message .col-sm-3, .sponsor-message .col-sm-3 { 
        width: 15.6%; }
        .sponsor-message .col-sm-3 .item__details p, .offline-message .col-sm-3 .item__details p { 
          display: none; }
        .sponsor-message .col-sm-3 .item__details p.name, .offline-message .col-sm-3 .item__details p.name { 
          display: block; }
  .model .online {
    background: #f6f6f6;
    max-width: 1630px;
    margin: 15px auto 0 auto;
    padding: 45px;
    display: flex; }
  .model .webcambox {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: top; }
  .model .webcam {
    position: relative;
    width: calc(100% - 220px);
    float: left; }
    .model .webcam .show-desc {
      background: rgba(255, 255, 255, 0.6);
      text-align: left;
      color: black;
      font-size: 14px;
      margin: 0;
      padding: 5px 10px;
      position: absolute;
      top: 0; }
      .model .webcam .show-desc i {
        display: inline-block;
        vertical-align: top;
        margin: 3px 0 0 20px;
        cursor: pointer; }
  .model .stats {
    font-size: 12px;
    color: #212121;
    padding: 13px 20px 18px;
    display: flex; }
    .model .stats .left {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      border-right: 1px solid #e3e3e3;
      flex: 0 0 240px; }
      .model .stats .left span {
        color: #A33B08; }
      .model .stats .left p {
        margin: 0; }
        .model .stats .left p.amount {
          margin-bottom: 10px; }
      .model .stats .left a {
        color: #57aea6;
        text-decoration: none; }
        .model .stats .left a:hover {
          text-decoration: underline; }
    .model .stats .right {
      display: inline-block;
      vertical-align: top;
      text-align: right;
      flex: 1; }
      .model .stats .right .sendtip {
        background: #48ac11;
        width: 43px;
        height: 45px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        line-height: 19px;
        padding: 7px 10px 0;
        margin: 2px 0 0 19px;
        border-radius: 4px;
        float: right;
        transition: all 0.4s; }
        .model .stats .right .sendtip:hover {
          background: #458e1d; }
      .model .stats .right p {
        margin: 0 0 2px 0; }
        .model .stats .right p strong {
          font-weight: 700; }
  .model .chatroom {
    background: #fcfcfc;
    font-size: 12px;
    color: #505050;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e3e3e3;
    flex: 1;
    margin-left: 40px;
    margin-top: 30px; }
    .model .chatroom .tabs {
      text-align: right;
      margin: -26px 12px 0 0; }
      .model .chatroom .tabs a {
        background: #dedede;
        font-size: 14px;
        font-weight: 700;
        color: #666;
        text-decoration: none;
        padding: 7px 15px 6px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        .model .chatroom .tabs a:hover {
          color: #ec560c; }
        .model .chatroom .tabs a.active {
          color: #ec560c; }
    .model .chatroom .chat-display {
      height: 400px;
      font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
      text-align: left;
      padding: 0 20px 15px;
      margin: 6px 0 0;
      overflow-y: scroll; }
    .model .chatroom .chat-input {
      text-align: left;
      margin: 20px 20px 5px 20px;
      display: flex; }
      .model .chatroom .chat-input input[type=button] {
        height: 51px;
        background: #dd5f83;
        font-size: 14px;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.4s;
        flex: 0 0 65px; }
        .model .chatroom .chat-input input[type=button]:hover {
          background: #cd3b5d; }
    .model .chatroom .chat-line {
      height: 50px;
      background: #f6f6f6;
      vertical-align: top;
      padding: 0 0 0 10px;
      margin: 0 10px 0 0;
      border: 1px solid #e3e3e3;
      border-radius: 5px;
      flex: 1;
      display: flex; }
      .model .chatroom .chat-line .emoticons {
        height: 50px;
        background: #fcfcfc;
        text-align: center;
        font-size: 22px;
        line-height: 50px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        flex: 0 0 44px; }
        .model .chatroom .chat-line .emoticons i {
          background: #fede59;
          color: #745c0f;
          border-radius: 20px;
          padding: 0;
          line-height: 18px; }
      .model .chatroom .chat-line input[type=text] {
        background: none;
        height: 25px;
        margin: 10px 0 0;
        border: none;
        flex: 1; }
  .model .profile {
    margin-top: 40px;
    margin-bottom: 40px; }
    .model .profile h1 {
      font-family: Josefin Sans, sans-serif;
      font-size: 30px;
      color: #505050;
      font-weight: 300;
      margin: 0; }
      .model .profile h1 strong {
        font-weight: 700; }
    .model .profile .wrap {
      background: #f6f6f6;
      width: 96%;
      text-align: left;
      margin: 30px auto 0 auto;
      padding: 10px 1%; }
    .model .profile .left {
      display: flex;
      gap: 2%;
      overflow: hidden;
      width: 100%;
      margin: 0 auto; }
    .model .profile .photo, .model .profile .info {
      margin: 0;
      width: 100%; }
      .model .profile .photo img {
        height: 100%;
        width: 100%; }
      .model .profile .info ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .model .profile .info ul li {
          background: #fff;
          height: 39px;
          line-height: 39px;
          color: #505050;
          margin: 0 0 9px 0;
          padding: 0;
          border-bottom: 1px solid #d1d1d1; }
          .model .profile .info ul li i {
            background: #fff;
            width: 39px;
            height: 39px;
            color: #ec560c;
            text-align: center;
            line-height: 39px;
            margin: 0 10px 0 0;
            border-right: 5px solid #f6f6f6;
            border-bottom: 1px solid #d1d1d1;
            float: left; }
            .model .profile .info ul li i:after {
              border-style: solid;
              border-width: 2px 2px 0 0;
              content: '';
              display: inline-block;
              height: 9px;
              position: relative;
              transform: rotate(45deg);
              width: 9px;
              margin: 0 0px 0px 0;  }
          .model .profile .info ul li.description {
            height: auto;
            line-height: 19px;
            padding: 13px 17px; }
    .model .profile .info-more {
      width: auto;
      display: flex;
      gap: 20px;
      text-align: right;
      position: relative; }
      .model .profile .info-more svg { 
        border: 2px solid #ec560c;
        padding: 2px;
        border-radius: 50%;
        height: 35px;
        width: 35px; }
      .model .profile .info-more svg path { 
        fill: #ec560c; }
      .model .profile .live-stream, .model .profile .viewers {
        background: #fff;
        width: 100%;
        color: #505050;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #d1d1d1; }
        .model .profile .live-stream p, .model .profile .viewers p {
          font-size: 30px;
          margin: 0;
          line-height: 22px; }
          .model .profile .live-stream p span, .model .profile .viewers p span {
            color: #ec560c; }
        .model .profile .live-stream small, .model .profile .viewers small {
          font-size: 16px; }
    .model .profile .photo-more {
      margin: 15px 0 0; }
      .model .profile .photo-more a {
        width: 31%;
        margin: 0 0.5%;
        display: inline-block;
        vertical-align: top; }
        .model .profile .photo-more a img {
          width: 100%;
          max-width: 100%;
          height: auto; }

.best-rated {
  background: #ebebeb;
  padding: 30px 0 50px;
  overflow: hidden; }
  .best-rated h2 {
    font-family: Josefin Sans, sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #ec560c;
    margin: 0 0 10px 0; }

.faq {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  color: #505050; }
  .faq .wrap {
    background: #f6f6f6;
    max-width: 1630px;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 5px 20px 20px; }
  .faq .faq-row {
    display: flex; }
  .faq .faqbox {
    background: #fff;
    text-align: left;
    line-height: 23px;
    margin: 0 10px 20px;
    padding: 25px;
    border-bottom: 1px solid #d1d1d1;
    flex: 1; }
  .faq h1 {
    font-family: Josefin Sans, sans-serif;
    color: #ec560c;
    font-weight: 300;
    font-size: 80px;
    text-align: center;
    margin: 0;
    padding: 0; }
  .faq h2 {
    font-family: Josefin Sans, sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-align: left;
    margin: 30px 10px 10px 35px;
    padding: 0; }
  .faq h3 {
    font-family: Josefin Sans, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0; }
    .faq h3 i {
      font-size: 30px; }
  .faq_container { 
    display: block;
    padding: 20px;
    background: #fff;
    margin: 0px 20px; }
    .faq_container .faq_heading { 
      font-family: Josefin Sans, sans-serif;
      font-weight: 500;
      font-size: 26px;
      text-align: left;
      padding: 0; }
.clear {
  clear: both; }

#containerModal {
  background: rgb(0 0 0 / 0.5);
  color: #505050;
  display: none;
  opacity: 1;
  padding: 0;
  position: fixed;
  z-index: 10002;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0; }
  #containerModal.containerModalOpened { 
    display: flex; }
  .simplemodal-pageWrap { 
    background: #ededed;
    min-width: 430px;
    overflow: hidden;
    width: 40%;
    padding: 70px; }
  #containerModal .loginpopup {
    float: none;
    padding: 0 15%; }
  #containerModal a {
    color: #505050; }
    #containerModal a.closeModalImg {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      position: absolute;
      right: 0;
      top: 0;
      padding: 30px;
      z-index: 3200; }
.contact_head { 
  color: #ec560c;
  font-size: 29px;
  margin: 0 0 15px;
  text-align: center; }
.contact_pop label {
  margin: 0 auto 10px;
  display: block;
  font-size: 14px;
  width: 100%; }
.contact_pop input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  margin: 0 0 10px;
  display: block;
  opacity: 1;
  padding: 0 0 0 12px;
  width: 100%;
  min-width: 285px; }
.contact_pop #message_contactForm, textarea.message__input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  font-weight: 700;
  height: 100px;
  margin: 0 3px 10px 0;
  opacity: 0.75;
  padding: 0 0 0 5px;
  width: 100%;
  min-width: 285px; }
.contact_pop input[type="submit"], #send_contactus {
  background: #ec560c;
  border: 0 none;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin: 10px auto 0 auto;
  padding: 8px 20px;
  text-transform: uppercase;
  vertical-align: top;
  width: 100%;
  min-width: 292px;
  display: block;
  color: #fff; }

#overlayModal {
  background-color: black !important;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1001; }

.warning-popup {
  height: 100%;
  left: 0;
  opacity: 1;
  align-items: center;
  justify-content: center;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1001; }

.warning-container {
  background: #fff;
  border-radius: 10px;
  color: #7f7f7f;
  display: block;
  opacity: 0.94;
  padding: 12px;
  z-index: 10002;
  border: 1px solid #fff;
  top: 14.5px;
  width: 60%;
  margin: 0 20%; }
  .warning-container h3 {
    color: #ec560c;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    font-size: 18px; }

.warning-text {
  border: 1px solid #d1d1d1;
  padding: 15px;
  text-align: left;
  font-size: 14px; }

.warning-under-text {
  color: red;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0; }

.warning-buttons {
  text-align: center;
  font-size: 17px;
  display: block;
  overflow: hidden;
  margin: 10px 0; }

.exit-warning {
  background-color: #d1d1d1;
  color: #fff;
  width: 30%;
  float: left;
  margin-left: 18%;
  padding: 10px 0;
  text-decoration: none; }

.agree-warning {
  cursor: pointer;
  background-color: #ec560c;
  color: #fff !important;
  width: 30%;
  float: right;
  margin-right: 18%;
  padding: 10px 0;
  font-weight: 700; }

.warning-footer {
  text-align: center; }

#overlayModalWarning {
  background-color: black !important;
  height: 100%;
  left: 0;
  opacity: 0.95;
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 1001; }

.grid-view-tags { 
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  display: flex; }

.tag_main {
  width: 99%;
  margin-left: 1%; }

.tag_row {
  width: 32%;
  float: left;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.tag_thumbnail, .tag_thumbnail a { 
  width: 100%;
  height: 100%;
  display: flex; }

.tag_thumbnail a .thumb { 
  overflow: hidden;
  height: 100%;
  width: 100%; }

.tag_link {
  padding: 10px;
  background-color: #ec560c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block; }

#object_container_0 {
  width: 90% !important; }

.description a {
  color: #ec560c;
  text-decoration: none; }
  .description a:hover {
    color: #A33B08; }

.wrap .box {
  text-align: left;
  line-height: 25px; }
  .wrap .box h5 {
    font-family: Josefin Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 10px;
    padding: 0;
    color: #ec560c;
    margin: 15px 0; }

.webcam .modelboxRelated {
  background: #f6f6f6;
  text-align: left;
  border: 1px solid #ededed;
  vertical-align: top;
  margin: 0 1% 10px 0;
  display: inline-block;
  width: 18.7%;
  float: left;
  overflow: hidden; }

#basic-modal-pageContent-contact h3 {
  color: #ec560c;
  font-size: 29px;
  margin: 0 0 15px;
  text-align: center; }

.show_thumb img {
  width: 100%;
  padding: 2%;
  display: block; }

.cookies_box{
  position:fixed;
  display:none;
  background: #A33B08;
  color: #fff;
  opacity: .90;
  padding: 12px;
  border: 1px solid #fff;
  width:100%;
  bottom:0;
  right:0;  }
.cookies_box p{
  color: #fff;  }
.accept_cookies{
  background: #fff;
  padding:10px;
  float:left;
  cursor:pointer;
  color:#A33B08 !important; }
.privacy_cookies{
  text-decoration: underline;
  color:#fff;
  text-shadow:1px 1px 1px #000; }
  .privacy_cookies:hover { 
    color: #fff; }

.firedIframe{
  height: 551px !important;
  width: 370px !important;  }
#closeAlert{
  display:none;
  position: absolute;
  overflow: hidden;
  right: 10px;
  cursor: pointer;
  top: 14px;
  background: #000;
  color: #fff;
  font-size: 10px;
  border-radius: 40px;
  width: 15px;
  text-align: center; }
.warning-popup{
  display:none; }

.logo1{
  color: #ec560c;
  font-size: 50px;
  padding: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600; }
.logo2{
  font-family: sans-serif;
  font-size: 50px;
  color: #666;
  font-weight: 100;
  text-transform: uppercase; }
.above-logo-friends a{
  color:#fff;
  padding:5px;
  display: inline-block; }
.above-logo-friends{
  width: 100%;
  background: #A33B08;
  padding:0 2%;
  display: block;
  overflow: hidden;
  text-align: center; }
  .friends-links{
    height: 34px;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: all 0.4s;
    text-align: center; }
    .friends-links-opened{ 
      height: auto; }
.above-logo-friends a:hover{
  text-decoration: none;
  color: #ec560c; }
#more_top_links { 
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: all 0.2s;
  padding: 0;
  transform: rotate(180deg); }
  .more_top_links_flex{ 
    display: flex !important; }
  #more_top_links.more_top_links_opened{ 
    transform: rotate(0deg); }
  #more_top_links img{ 
    width: 28px; }
.headerBanner{
  position:absolute;
  margin-top: 4px;
  left:225px;
  top:4px;  }
#activeBanner{
  float:left;
  width:calc(100% - 180px);
}
.sidebarBanner{
  margin: 0 15px 0 0;
  width: 160px;
  border: 1px solid #ec560c;
  padding: 5px;
  float:right;  }
.sidebarBanner .sidebarBannerHeading{
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: center; }
.footerBanner img{
  margin-right: 1%; }
.footerBanner iframe{
  margin-right: 1%; }
.footerBanner script{
  margin-right: 1%; }
