/* open-sans-condensed-300 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.woff")
      format("woff"),
    /* Modern Browsers */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-300.svg#OpenSansCondensed")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.woff")
      format("woff"),
    /* Modern Browsers */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("//www.latexandnylon.com/fonts/open-sans-condensed-v15-latin-700.svg#OpenSansCondensed")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100vh !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #333333;
}

a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #8dbdff;
}

h1 {
  font-weight: 700;
  font-size: 22px;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #000;
  background-image: url('//www.latexandnylon.com/img/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

.main_container {
  min-height: 100vh !important;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  background: #000000;
  position: relative;
}

/* ---------------- */
/* navigation start */
/* ---------------- */

.nav {
  height: 80px;
  width: 100%;
  background-color: #111111;
  position: relative;
  z-index: 1001;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 22px;
  height: 100%;
  position: relative;
}

.nav-title img {
  max-width: 65vw;
  max-height: 34px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 80px;
  padding: 0px 4vw;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  color: #fff;
}

.nav > .nav-links > .active {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  color: #8dbdff;
}

.nav > .nav-links > a:hover {
  color: #8dbdff;
}

.nav > #nav-check {
  display: none;
}

.dropdown {
  display: inline-block;
  float: right;
  font-size: 22px;
  font-weight: 300;
  padding: 0px 12px;
  text-decoration: none;
  color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  z-index: 1;
}

.dropdown-content > a {
  float: none;
  background-color: #111111;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 1px;
  line-height: 22px;
}

.dropdown-content > a:hover {
  color: #8dbdff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* ---------------- */
/* navigation end   */
/* ---------------- */

/* ------------- */
/* search start  */
/* ------------- */

.search-wrapper {
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
  position: relative;
  float: right;
  width: auto;
  height: 60px;
}

.search {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 16px;
  color: #fff;
  z-index: 99;
}

#lp-search input {
  outline: none;
}

#lp-search input[type="search"] {
  width: 24px;
  padding-left: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  background: url("//www.latexandnylon.com/img/search.png") no-repeat left;
  border: 0;
  padding: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 40px;
}

#lp-search input::-webkit-search-decoration,
#lp-search input::-webkit-search-cancel-button {
  display: none;
}

#lp-search input[type="search"]:focus {
  width: 530px;
  max-width: 70vw;
  padding-left: 45px;
  color: #fff;
  background-color: #444;
  cursor: auto;
  border: 1px solid #888;
  border-radius: 5px;
  background-position: 10px 8px;
}

#lp-search input:-moz-placeholder {
  color: transparent;
}

#lp-search input::-webkit-input-placeholder {
  color: transparent;
}

/* ------------- */
/* search end    */
/* ------------- */

/* --------------------------
::  Content area
-------------------------- */

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.content_box {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10px 25px;
}

.clear {
  clear: both;
  padding: 20px 0px;
}

.heading {
  width: 100%;
  height: auto;
  margin: 50px 0px 10px 0px;
  display: block;
  position: relative;
  padding: 0px 25px;
  font-weight: 700;
  font-size: 22px;
  color: #ddd;
}

.heading span {
  width: 100%;
  height: auto;
  display: block;
  font-weight: 300;
  font-size: 20px;
  color: #ddd;
  margin: 15px 0px;
}

.heading a {
  text-decoration: underline;
  color: #fff;
}

.heading a:hover {
  color: #8dbdff;
}

.content-link {
  width: calc(16.66% - 6px);
  height: auto;
  float: left;
  margin: 3px;
  position: relative;
  display: block;
  overflow: hidden;
}

.content-link span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 25px;
  font-family: sans-serif, tahoma, verdana, arial;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  text-shadow: 0px 0px 1px #000000;
  background: rgba(0, 0, 0, 0.5);
}

.gal-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 33.33%;
  height: auto;
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
  border: 1px solid #555555;
}

.gal-date-year {
  position: relative;
  width: 100%;
  height: auto;
  font-size: calc(0.6em + 0.3vw);
  font-weight: 700;
  padding: 1px 0px;
  color: #fff;
  text-align: center;
  display: block;
  background: rgba(141, 189, 255, 0.7);
  margin: 0px;
}

.gal-date-month {
  position: relative;
  width: 100%;
  height: auto;
  font-size: calc(0.6em + 0.3vw);
  font-weight: 300;
  padding: 2px 0px 0px 0px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0px;
}

.gal-date-day {
  position: relative;
  width: 100%;
  height: auto;
  font-size: calc(1em + 0.6vw);
  font-weight: 700;
  padding: 0px 0px 6px 0px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0px;
}

.gal_format {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20%;
  height: auto;
  display: block;
}

.content-link img {
  width: 100%;
  height: auto;
  margin: 0px;
  border: 0;
  font-size: 12px;
  color: #888888;
  display: block;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.content-link:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.masonry-wrapper {
  padding: 10px 25px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.masonry {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  column-gap: 0;
}

.masonry-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.masonry-item img {
  width: 100%;
  border: 0px;
  display: block;
  padding: 3px;
}

.video-container {
  width: 100%;
  height: auto;
}

.video-container video {
  width: 100%;
  height: auto;
}

.sponsor_link {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10px 0px;
  display: block;
  background: #111;
  border: 1px solid #666666;
  text-align: center;
}

.sponsor_link span {
  width: 100%;
  max-width: 90%;
  height: auto;
  margin: auto;
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.sponsor_link img {
  max-width: 90%;
  padding: 10px 0px;
}

/* --------------------------
:: Pagination
-------------------------- */

.pagination-wrapper {
  text-align: center;
  margin: 20px 0px 60px 0px;
  width: 100%;
  display: block;
}

.pagination {
  display: inline-block;
  height: auto;
  padding: 0px;
  background-color: #666666;
  border-radius: 25px;
  overflow: hidden;
}

.page-numbers {
  display: block;
  padding: 12px 22px;
  float: left;
  transition: 400ms ease;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.page-numbers-current {
  display: block;
  padding: 12px 22px;
  float: left;
  font-size: 20px;
  font-weight: 300;
  background-color: #8dbdff;
  color: #000;
}

.page-numbers:hover {
  background-color: #8dbdff;
  color: #fff;
}

.page-numbers-prev,
.page-numbers-next {
  display: inline-block;
  float: left;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.page-numbers-next {
  padding: 12px 26px 12px 16px;
}
.page-numbers-prev {
  padding: 12px 16px 12px 26px;
}

span.page-numbers-prev,
span.page-numbers-next {
  display: inline-block;
  float: left;
  color: #aaa;
  font-size: 20px;
  font-weight: 300;
}

span.page-numbers-next {
  padding: 12px 26px 12px 16px;
}
span.page-numbers-prev {
  padding: 12px 16px 12px 26px;
}

a.page-numbers-prev:hover,
a.page-numbers-next:hover {
  color: #8dbdff;
}

.page_link_button {
  font-size: 20px;
  font-weight: 300;
  padding: 12px 16px;
  display: block;
}

.friends_box {
  width: calc(16.66% - 6px);
  height: auto;
  float: left;
  margin: 3px;
  position: relative;
  display: block;
  background: #111111;
  text-align: center;
  font-weight: 700;
  padding: 25px 0px;
  border: 1px solid #666666;
}

.friends_box:hover {
  border: 1px solid #8dbdff;
  background: #000000;
}

.cam1 {
  margin: 0 auto;
  display: block;
}

.cam2 {
  margin: 0 auto;
  display: none;
}

.cam3 {
  margin: 0 auto;
  display: none;
}

.footer_box {
  width: 100%;
  height: auto;
  margin: 150px 0px 0px 0px;
  padding: 20px 0px;
  color: #bbb;
  background: #111111;
}

.footer_box span {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
}

.footer_box img {
  max-width: 90%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}

.ch_nav {
  width: 100%;
  position: relative;
  display: block;
}

.ch_nav_link {
  width: calc(100% / 27 - 6px);
  height: 40px;
  position: relative;
  display: block;
  float: left;
  background: #111111;
  margin: 3px;
  font-weight: 700;
  border: 1px solid #333333;
  text-align: center;
  line-height: 40px;
}

.ch_nav_link:hover {
  border: 1px solid #8dbdff;
  background: #000000;
}

.ch_box {
  width: calc(25% - 6px);
  height: auto;
  float: left;
  margin: 3px;
  position: relative;
  display: block;
  text-align: center;
  padding: 0px;
  border: 1px solid #666666;
  overflow: hidden;
  background: #111111;
}

.ch_box_name {
  position: relative;
  width: 100%;
  display: block;
  font-weight: 300;
  font-size: calc(0.9em + 0.2vw);
  padding: 15px 15px;
  text-align: left;
}

.ch_box_count {
  background: #8dbdff;
  color: #000000;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: calc(0.9em + 0.2vw);
  padding: 10px 10px;
  min-width: 45px;
  text-align: center;
}

.ch_box:hover {
  background: #000;
  border: 1px solid #8dbdff;
}

.ch_heading {
  width: 100%;
  margin: 10px 0px;
  display: block;
  position: relative;
  padding: 0px 6px;
  font-weight: 700;
  font-size: 22px;
  color: #ddd;
}

#age-verification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  display: none;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 20px;
  overflow-y: auto;
  z-index: 10000000;
}
.modal {
  background: #ddd;
  padding: 20px 40px;
  margin: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
  max-height: 95%;
  overflow-y: auto;
}
.modal img {
  width: 100px;
}
.modal p {
  margin: 10px 0px;
}
.button-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}
.agree-button {
  background: green;
  color: white;
}
.exit-button {
  background: #bbb;
  color: black;
}
@media (max-height: 500px) {
  .modal img {
      display: none;
  }
  #age-verification{
      font-size: 16px;
  }
  .modal {
      padding: 20px;
      margin: 10px;
  }
}
