body {
  background-color: black;
  color: #f57c00;
}
.modal {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk2A8AAMUAwUPJ2C4AAAAASUVORK5CYII=);
  background-size: cover;
}
.modal-open section,
.modal-open header {
  -webkit-filter: blur(16px);
  -moz-filter: blur(16px);
  -o-filter: blur(16px);
  -ms-filter: blur(16px);
  filter: blur(16px);
}
.carousel-control-next,
.carousel-control-prev {
  width: 25%;
  opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: .95;
}

/*
.carousel-control-next {
  background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.carousel-control-prev {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
*/
.bg-dark {
  background-color: rgba(0,0,0, .75)!important;
}
.bg-black {
  background-color: #000!important;
}
.container {
  max-width: 1440px;
}
.heroContainer {
  max-width: 1500px;
}
.heroContainer .carousel-item {
  padding-top: 2.5rem;
}

.navbar-brand {
  background: url(/images/mvrlogo.png) 0 0 no-repeat;
  background-size: contain;
  height: 26px;
  width: 140px;
}

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-y: top;
}

@media screen and (min-width: 768px) {
  .carousel-item {
    height: 40vh;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-item {
    height: 732px;
  }
}
@media screen and (orientation: landscape) and (min-width: 667px) {
  .carousel-item {
    height: 100vh;
  }
}

.parallax {
  min-height: 40vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

.paral-bg-1 {
  background-image: url('/images/matures-vr-background-1.jpg');
}
.banner-1 {
  max-width: 900px;
  margin: auto;
}

.paral-bg-2 {
  background-image: url('/images/matures-vr-background-2.jpg');
}
.banner-2 {
  max-width: 900px;
}

.parallax .text-white {
  color: #f57c00 !important; 
}



/* Login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 5rem auto;
  border: 1px solid #ccc;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-title .card-link {
  color: #000;
}
.card-img-overlay.duration {
  position: absolute;
  top: unset;
  left: unset;
  right: 0.5rem;
  bottom: 6.1rem;
  background: rgba(0,0,0,0.75);
  color: #ccc;
  font-weight: 600;
  padding: 0 0.3rem;
  pointer-events: none;
  border-radius: 0.3rem;
}

/* Girls */
.videoPlayerContainer {
  width: 960px;
  max-width: 100%;
}
.videoPlayerContainer .videoPreview {
  max-width: 100%;
}
.play-btn {
  padding: 2rem;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 26px;
  background-size: 48px;
  border: none;
  border-radius: 50%;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
  cursor: pointer;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: -o-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out,-o-transform .1s ease-in-out;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M152.443 136.417L359.557 255.99 152.443 375.583z'/%3E%3C/svg%3E%0A");
  background-color: rgba(22, 22, 22, 0.35);
}
.play-btn:hover {
  transform: scale(1.1);
}

/* pricing page */
/* .features-boxed {
  color:#313437;
  background-color:#f7f7f7;
} */

.features-boxed p {
  color:#7d8285;
}

.features-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.features-boxed .intro p {
  margin-bottom:0;
}

.features-boxed .features {
  padding:50px 0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color: blanchedalmond;
  margin-bottom:30px;
}

.features-boxed .item .icon {
  font-size:60px;
  color:#1485ee;
  margin-top:20px;
  margin-bottom:35px;
}

.features-boxed .item .name {
  font-weight:bold;
  font-size:18px;
  margin-bottom:8px;
  margin-top:0;
  color:inherit;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
}

.card-body {
  background: linear-gradient(to right, #f57c00, #ffb74d);
  padding: 0.25rem !important;
  color: #000;
}

.card[class*="border"] {
  border: 1px solid !important;
  margin-bottom: 0.25rem !important;
}

footer a {
  color: #f57c00;
}

h6.card-subtitle {
  color: black !important;
  font-weight: 900 !important;
  a {
    color: #eef4ed !important;
  }
}

.pagination .page-item.active .page-link {
  background-color: #ff8800 !important;
  color: white !important;
}

.pagination .page-item .page-link {
  color: #ff8800 !important;
}

.card-header.members {
  background: black;
}

.card-body.members {
  background: black;
  padding-left: 20.5px !important;
  border-radius: 3px;
  a {
    color: #f57c00;
  }
}

.card.members {
  background: black;
}

.text-muted a {
  color: #f57c00 !important;
}

.btn.btn-blue{
  background: #f57c00 !important;
}

.device-details a{
  color: #f57c00 !important;
}

.device-details a:hover {
  color: #d65a00 !important;
  text-decoration: underline;
}
.card-body.members {
  a:hover {
    color: #d65a00 !important;
    text-decoration: underline;
  }
}

.forgot-text a {
  color: #d65a00 !important;
}

.forgot-text {
  a:hover {
    color: #d65a00 !important;
    text-decoration: underline;
  }
}

.join-img-top {
  background: blanchedalmond;
}
