.v1 {
  /* This used to work for parent element of button divs */
  /* But it is not enough now, below dont hide play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works */
  /*First post changes*/
}
.v1 .clearfix:before, .v1 .page-wrapper main section .signup-inside:before, .v1 .page-wrapper main section .search-inside:before,
.v1 .clearfix:after,
.v1 .page-wrapper main section .signup-inside:after,
.v1 .page-wrapper main section .search-inside:after {
  content: " ";
  display: table;
}
.v1 .clearfix:after, .v1 .page-wrapper main section .signup-inside:after, .v1 .page-wrapper main section .search-inside:after {
  clear: both;
}
.v1 video::-webkit-media-controls {
  display: none !important;
}
.v1 *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.v1 *::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.v1 *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.v1 a, .v1 .btn-unlimited-1 {
  cursor: pointer !important;
}
.v1 .video-uploaded-box {
  display: none;
}
.v1 .popup.popup-konto .btn-bottom {
  bottom: -65px;
  width: 100%;
}
.v1 .search-inside .btn-border-white.has-tags {
  background: #FF0062;
}
.v1 section.full-height {
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
}
.v1 .full-screen-loading {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
}
.v1 .full-screen-loading img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30vh;
}
.v1 .controls > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.v1 .controls > ul li.recordVideo {
  display: inline;
  text-align: center;
}
.v1 .ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  padding: 10px;
  border-radius: 5px;
}
.v1 .ui-menu.ui-widget.ui-widget-content.ui-autocomplete li .ui-menu-item-wrapper {
  padding: 10px 3px;
  display: block;
}
.v1 .search-btn, .v1 .search-near-btn {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  width: 96%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fe0d60;
}
.v1 .search-btn:hover, .v1 .search-near-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
.v1 .search-btn:before, .v1 .search-near-btn:before {
  background: url("../images/combined-shape.svg") no-repeat transparent;
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 12px;
  top: 12px;
}
.v1 .search-near-btn {
  bottom: 135px;
}
.v1 .custom-select {
  display: block;
  position: relative;
}
.v1 .custom-select .head {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: normal;
  background: url("../images/arrow-down-gray.svg") no-repeat right center;
  z-index: 1;
  padding: 10px 0;
}
.v1 .custom-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.v1 .img-wrapper .vjs-control-bar {
  bottom: 49px;
}
.v1 .img-wrapper .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.v1 .img-wrapper .vjs-big-play-button {
  display: none !important;
}
.v1 .img-wrapper .vjs-control-bar .vjs-paused {
  display: none;
}
.v1 .img-wrapper .vjs-control-bar .vjs-control.vjs-playing {
  display: none !important;
}
.v1 .img-wrapper .vjs-poster {
  pointer-events: none;
}
.v1 .img-wrapper .video-js .vjs-tech {
  pointer-events: none;
}
.v1 .img-wrapper img {
  height: 100%;
}
.v1 .img-wrapper video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.v1 .img-wrapper video *::-webkit-media-controls {
  display: none !important;
}
.v1 .post-banner {
  max-width: 550px;
  margin: 0 auto 35px;
  position: relative;
  display: block;
}
.v1 .post-banner img {
  max-width: 100%;
}
.v1 .preview-box {
  background-position: center center;
}
.v1 .preview-box .video-uploaded-box #video {
  width: inherit !important;
  position: absolute;
  background-size: 100% 100%;
  max-width: 768px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.v1 .preview-box .video-uploaded-box #video-poster {
  width: inherit !important;
  position: absolute;
  background-size: 100% 100%;
  max-width: 768px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.v1 .preview-box .preview-rel {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 250px;
}
.v1 .preview-box .preview-rel .line1, .v1 .preview-box .preview-rel .line2 {
  color: white;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}
.v1 .preview-box .preview-rel .line2 {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.75;
  padding-top: 15px;
}
.v1 .toggle-box .toggled-img {
  margin-bottom: -2px;
}
.v1 .toggle-box p.box-info {
  padding: 0px 10px 10px 10px;
}
.v1 .toggle-box a .heart-caption {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
.v1 .action-btns.profile-image {
  text-align: center;
}
.v1 .action-btns.profile-image .profile-new-picture {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.v1 .action-btns.profile-image .profile-new-picture .profile-new-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.v1 .action-btns.profile-image .pink-btn {
  min-width: 200px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.v1 .popup {
  max-width: 700px;
  left: calc(50% - 7px);
}
.v1 .popup.popup-no-auth {
  padding: 30px;
}
.v1 .popup.popup-no-auth h6 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
}
.v1 .popup.popup-no-auth p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 35px;
}
.v1 .popup.popup-no-auth .pink-btn {
  border: 1px solid #FF0062;
  background: white;
  color: #FF0062;
  padding: 10px 20px;
  display: inline-block;
}
.v1 .popup.popup-no-auth .line {
  width: 90%;
  position: relative;
  height: 17px;
  display: block;
  margin: 25px auto 15px;
}
.v1 .popup.popup-no-auth .line span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 3;
  font-size: 12px;
}
.v1 .popup.popup-no-auth .line:after {
  content: " ";
  position: absolute;
  height: 1px;
  z-index: 2;
  top: 9px;
  left: 0;
  width: 100%;
  background: #c0c0c0;
}
.v1 header .profile-icon {
  position: absolute;
  right: 15px;
  height: 40px;
  width: 40px;
  top: 8px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 350px) {
  .v1 header .profile-icon {
    width: 30px;
    height: 30px;
  }
}
.v1 header .profile-icon img {
  max-width: 100%;
}
.v1 .header-fixed {
  height: 56px !important;
  background-color: #FF0062 !important;
  line-height: 58px !important;
  position: fixed !important;
  z-index: 3000 !important;
  max-width: 768px !important;
  top: 0 !important;
}
.v1 .insert-text * {
  min-height: 170px;
  height: auto;
}
.v1 .section-search .search-inside {
  padding-top: 10px;
}
.v1 .section-search .search-btn, .v1 .section-search .search-near-btn {
  position: relative;
  display: block;
  transform: none;
  left: auto;
}
.v1 .section-search .search-group {
  margin-bottom: 20px;
}
.v1 .section-search .service-groups .service-group h3 {
  color: #fff;
}
.v1 .service-groups {
  padding-bottom: 25px;
}
.v1 .service-groups .service-group {
  padding-top: 25px;
}
.v1 .service-groups .service-group h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  color: #000;
}
.v1 #option-row-four .switch {
  margin-top: 10px;
}
.v1 .visibility {
  color: red;
}
.v1 .visibility.visible {
  color: #14C45F;
}
.v1 .tab-info-box {
  min-height: calc(100vh - 130px);
}
.v1 .croppie-container {
  min-height: 375px;
}
.v1 .menu-group {
  max-width: 768px;
  margin: 0 auto;
}
.v1 .progress-wrapper {
  position: fixed;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 9100;
}
.v1 .progress-wrapper .progress-container {
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background: #000000;
  display: none;
  z-index: 9102;
}
.v1 .progress-wrapper .progress-container span {
  transition: all 0.5s ease;
  display: block;
  height: 3px;
  width: 0%;
  background: #FF0062;
  z-index: 9103 !important;
}
.v1 footer {
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media (max-width: 768px) {
  .v1 footer {
    left: calc(50%);
  }
}
.v1 .zeus {
  transition: all 0.3s ease;
}
.v1 .zeus .primary {
  z-index: 2;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.v1 .zeus.secondary {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 350px) {
  .v1 .zeus {
    height: calc(100% - 46px);
  }
}
.v1 .zeus.grey {
  background: rgba(37, 41, 45, 0.05);
}
.v1 .zeus.primary {
  left: 0;
}
.v1 .zeus.secondary {
  left: 100%;
}
.v1.show-secondary {
  overflow: hidden;
}
.v1.show-secondary footer {
  left: calc(50% - 8px);
}
@media (max-width: 350px) {
  .v1.show-secondary footer {
    left: 50%;
  }
}
.v1.show-secondary .zeus.primary {
  transform: translateX(-100%);
}
.v1.show-secondary .zeus.secondary {
  transform: translateX(-100%);
}
.v1 .status-heading {
  padding: 22px 7px;
  height: 67px;
  top: 0;
  z-index: 3001;
  position: fixed;
  width: 100%;
  max-width: 768px;
  left: 50%;
  transform: translateX(-50%);
  background: seagreen !important;
}
.v1 .status-heading.error {
  background: #fe0000 !important;
}
.v1 .page-wrapper section.video-photo .menu li .back, .v1 .page-wrapper section.video-photo .menu li .more, .v1 .page-wrapper section.video-photo-post .menu li .back, .v1 .page-wrapper section.video-photo-post .menu li .more, .v1 .page-wrapper section.video-photo-more .menu li .back, .v1 .page-wrapper section.video-photo-more .menu li .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 65px;
  line-height: 65px;
  padding: 0 15px;
}
@media (max-width: 350px) {
  .v1 .page-wrapper section.video-photo .menu li .back, .v1 .page-wrapper section.video-photo .menu li .more, .v1 .page-wrapper section.video-photo-post .menu li .back, .v1 .page-wrapper section.video-photo-post .menu li .more, .v1 .page-wrapper section.video-photo-more .menu li .back, .v1 .page-wrapper section.video-photo-more .menu li .more {
    height: 49px;
    line-height: 49px;
  }
}
.v1 .page-wrapper section.video-photo .menu li .back.back, .v1 .page-wrapper section.video-photo .menu li .more.back, .v1 .page-wrapper section.video-photo-post .menu li .back.back, .v1 .page-wrapper section.video-photo-post .menu li .more.back, .v1 .page-wrapper section.video-photo-more .menu li .back.back, .v1 .page-wrapper section.video-photo-more .menu li .more.back {
  left: 0;
}
.v1 .page-wrapper .options-heading .r-arrow img {
  top: 15px;
}
.v1 .page-wrapper .r-arrow {
  height: 100%;
  width: 60px;
  left: 0;
  top: 0;
}
.v1 .page-wrapper .r-arrow img {
  position: absolute;
  left: 15px;
  top: 20px;
}
@media (max-width: 350px) {
  .v1 .page-wrapper .r-arrow img {
    top: 13px;
  }
}
.v1 .page-wrapper .search-results {
  padding-top: 76px;
}
.v1 .page-wrapper .search-results .radius-headline {
  padding: 0 15px 70px;
}
.v1 .page-wrapper .search-results .radius-headline h2 {
  font-weight: 600;
  line-height: 1.5em;
  font-size: 24px;
}
.v1 .page-wrapper .search-results .radius-headline h3 {
  color: #FF0062;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 24px;
}
.v1 .page-wrapper .page-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 21474836;
  /* Sit on top */
  left: 0;
  top: 0;
  overflow-x: hidden;
  display: none;
}
@media only screen and (max-width: 350px) {
  .v1 .page-wrapper .preview-box .preview-rel {
    bottom: 200px;
  }
  .v1 .page-wrapper .unlimited-1 span.pink-btn {
    bottom: 15px;
    font-size: 13px;
  }
  .v1 .page-wrapper .option-row a {
    line-height: 55px;
  }
  .v1 .page-wrapper .option-row p {
    line-height: 55px;
  }
}
@media only screen and (max-width: 450px) {
  .v1 .page-wrapper .tags {
    text-align: center;
    padding: 0px 5px;
    padding-bottom: 10px;
  }
}
.v1 .page-wrapper .popup-profile-image a.update-profile-image {
  color: white !important;
}
.v1 .page-wrapper .unlimited-2 .popup-inside img {
  display: block;
  margin: 18px auto 10px auto;
  width: 120px;
}
.v1 .page-wrapper .unlimited-1 h1 span {
  font-size: 14px;
  display: block;
  color: rgba(37, 41, 45, 0.5);
  margin-bottom: 10px !important;
}
.v1 .page-wrapper .popup-unlimited-inner {
  top: 10px;
  bottom: 10px;
  width: 90%;
  transform: translate(-50%, 0);
  padding-top: 30px;
}
.v1 .page-wrapper .popup .croppie-container {
  padding: 0 0 30px 0 !important;
}
.v1 .page-wrapper .popup .cr-overlay {
  width: 100% !important;
  min-width: 450px;
}
.v1 .page-wrapper .hidden {
  display: none !important;
}
.v1 .page-wrapper main .ajax-loaded {
  display: none;
}
.v1 .page-wrapper main .section-subpage-overflow {
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.v1 .page-wrapper main section .video-photo-post-content {
  margin-bottom: 200px;
}
.v1 .page-wrapper main section .limited-posts-inner .limited-posts-up {
  padding: 15% 0 !important;
}
.v1 .page-wrapper main section .limited-posts-inner .limited-posts-down {
  top: 35% !important;
}
.v1 .page-wrapper main section .signup-inside .work-link, .v1 .page-wrapper main section .search-inside .work-link {
  margin: 20px auto;
}
.v1 .page-wrapper main section .group-girl {
  max-width: 100%;
}
.v1 .page-wrapper main section .alert .status {
  text-align: center;
  display: block;
}
.v1 .page-wrapper main section .home-bottom .title-intro.search {
  padding: 20px 0 20px 0;
  max-width: 80%;
  margin: 0 auto;
}
.v1 .page-wrapper main section .profile-thumb-circle {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.v1 .page-wrapper main section input.phone_number {
  border: 0;
  max-width: 150px;
}
.v1 .page-wrapper main section .img-wrapper .caption {
  z-index: 5;
}
.v1 .page-wrapper main section .img-wrapper div.play-video {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/frontend/images/play-btn.svg);
  max-width: 70px;
  height: 100%;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  color: white;
  background-size: contain;
  background-position: center;
  z-index: 8;
}
.v1 .page-wrapper main section .tab-content {
  margin-bottom: 65px;
}
.v1 .page-wrapper main section .tab-content #messages .profile-thumb-circle {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.v1 .page-wrapper main section .tab-content #messages .posts-loader {
  max-width: 120px;
  margin: 0 auto;
}
.v1 .page-wrapper main section .tab-content #photos {
  margin-top: 3px;
}
.v1 .page-wrapper main section .tab-content span input.profile-edit, .v1 .page-wrapper main section .tab-content span input.profile-n-edit {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.v1 .page-wrapper main section .tab-content .info-girl .phone-red {
  width: 32px !important;
}
.v1 .page-wrapper main section input.error::-webkit-input-placeholder {
  color: #fe0000;
}
.v1 .page-wrapper main section #form_user_password .option-row.error {
  border-color: #fe0000;
  border-bottom-width: 2px;
}
.v1 .page-wrapper main section #form_user_password .option-row.error input::-webkit-input-placeholder {
  color: #fe0000;
}
.v1 .page-wrapper main section form .tab-info-row {
  position: relative;
}
.v1 .page-wrapper main section form .tab-info-row .tab-info-row-profile {
  position: absolute;
  width: 85px;
  height: 85px;
}
.v1 .page-wrapper main section form .tab-info-row .tab-info-row-profile .image-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.v1 .page-wrapper main section form .tab-info-row .tab-info-row-text {
  padding-left: 100px;
}
.v1 .page-wrapper main section form .tab-info-row .tab-info-row-text textarea {
  width: 100%;
  height: 85px;
  padding: 5px;
}
.v1 .page-wrapper main section form .tab-info-row.error {
  border-color: #fe0000 !important;
}
.v1 .page-wrapper main section form .tab-info-row.error input::-webkit-input-placeholder {
  color: #fe0000;
}
.v1 .page-wrapper main section form .tab-info-row.error textarea::-webkit-input-placeholder {
  color: #fe0000;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row img {
  position: absolute;
  width: 21px;
  padding-top: 10px;
  top: 20px;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content {
  display: inline-block;
  margin-left: 30px;
  margin-top: 10px;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content .phone-code-content {
  display: inline-block;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content div {
  display: inline-block;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content .selected-phone-code {
  padding-right: 15px;
  border-right: 1px solid #CDCDCD;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content #phone-code {
  border: none;
  width: 30px;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content .update-profile-phone {
  padding-left: 10px;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content .update-profile-phone .update-profile-phone-number {
  border: none;
}
.v1 .page-wrapper main section form .tab-info-row-n.phone-code-row .phone-code-row-content .update-profile-phone .update-profile-phone-number:focus {
  border: none;
  outline: none;
}
.v1 .page-wrapper main section form .tab-info-row-n .info-span {
  font-size: 12px !important;
  padding: 5px 30px 10px;
  color: gray;
}
.v1 .page-wrapper main section form .tab-info-box-phones {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  max-height: 90%;
  background: #fff;
  padding: 25px 25px 10px 25px;
  z-index: 999999;
  overflow: hidden;
}
.v1 .page-wrapper main section form .tab-info-box-phones .tab-info-box-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.v1 .page-wrapper main section form .tab-info-box-phones .places-search-input input {
  width: 95%;
  padding: 10px;
  background: #EEEEEE;
  border: 1px solid #eeeeee;
  margin: auto;
}
.v1 .page-wrapper main section form .tab-info-box-phones .places-search-content {
  height: 82%;
  overflow: auto;
  margin-top: 20px;
}
.v1 .page-wrapper main section form .tab-info-box-phones .places-search-content div {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #80808024;
}
.v1 .page-wrapper main section form input.error::-webkit-input-placeholder {
  color: #fe0000;
}
.v1 .page-wrapper main section form input.error {
  border-color: #fe0000;
  border-bottom-width: 2px;
}
.v1 .page-wrapper main .popup-content form input.error {
  border-bottom-color: #fe0000;
}
.v1 .toggle-heading .toggle-heading-title span.data-text {
  font-weight: normal;
}
.v1 .lg-icon-c {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 22px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.v1 #photos .dropdown {
  position: absolute;
  top: 5px;
  right: 0;
}
.v1 #photos .dropbtn {
  color: white;
  padding: 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 35px !important;
}
.v1 #photos .post-actions-dropdown {
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100px;
  right: 7px;
}
.v1 #photos .post-actions-dropdown a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  word-spacing: normal;
  word-break: break-all;
  font-size: 14px;
}
.v1 #photos .post-actions-dropdown a i {
  margin-left: 5px;
}
.v1 .video-filter-panel {
  background: #25292d;
  line-height: 80px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3001;
  max-width: 768px;
  height: 200px;
  overflow: auto;
}
.v1 .video-filter-panel div {
  display: inline-block;
  height: 100%;
  width: 90px;
}
.v1 .video-filter-panel div label {
  display: inline-grid;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  cursor: pointer;
}
.v1 .video-filter-panel div label span {
  padding-top: 7px;
  opacity: 0.5;
}
.v1 .video-filter-panel div label span.active {
  opacity: 1;
}
.v1 .video-filter-panel div input {
  display: none;
}
.v1 .video-filter-panel div img {
  width: 100%;
}
.v1 .video-grayscale {
  filter: grayscale(1);
}
.v1 .video-sepia {
  filter: sepia(1);
}
.v1 .video-contrast {
  filter: contrast(3);
}
.v1 .video-saturate {
  filter: saturate(4);
}
.v1 .video-hue-rotate {
  filter: hue-rotate(90deg);
}
.v1 .video-blur {
  filter: blur(5px);
}
.v1 .video-tint {
  filter: sepia(1) hue-rotate(200deg);
}
.v1 .video-inkwell {
  filter: grayscale(1);
}
.v1 .video-invert {
  filter: invert(0.8);
}
.v1 .video-opacity {
  filter: opacity(0.5);
}
.v1 .video-brightness {
  filter: grayscale(1) brightness(0.45) contrast(1.05);
}
.v1 .video-brightness {
  filter: brightness(0.5);
}
.v1 .video-combo {
  filter: contrast(1.4) saturate(1.8) sepia(0.6);
}
.v1 .video-uploaded-box-before:before, .v1 .video-pattern:before {
  position: absolute;
  z-index: 1000;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(22.5deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
  background-size: 4px 4px;
}
.v1 .video-js .vjs-control-bar {
  z-index: 1001;
}
.v1 .create-password-header p {
  width: 220px;
  margin: auto;
}
.v1 #form_user_create_password button:focus {
  outline: none;
}
.v1 #form_user_create_password .form-control:focus {
  box-shadow: inherit;
  background-color: inherit;
  border: 1px solid #c9c9c9d9;
}
.v1 #form_user_create_password .btn:focus {
  box-shadow: inherit;
}
.v1 #form_user_create_password .btn-custom-red {
  background: #fb1662;
  color: white;
  width: 100%;
  padding: 10px 0px;
}
.v1 #form_user_create_password .option-row {
  border-bottom: 1px solid transparent;
}
.v1 .cursor-pointer {
  cursor: pointer;
}
.v1 .margin-12 {
  margin: 12px;
}
.v1 #register-page-n {
  position: relative;
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  /* ==========================================================================
     General styles
     ========================================================================== */
  /* ==========================================================================
     Basic Print styles
     ========================================================================== */
}
.v1 #register-page-n .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.v1 #register-page-n .btn-primary {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 39px 16px;
  background-color: #FF0062;
  border-radius: 4px;
}
.v1 #register-page-n #header-n {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 21px 15px;
}
.v1 #register-page-n #header-n .logo-n {
  width: 121px;
  height: 33px;
  display: block;
  background: url("/frontend/images/logo.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}
.v1 #register-page-n .section-hero {
  height: 475px;
  background: url("/frontend/images/hero-img.jpg") no-repeat center;
  background-size: cover;
}
.v1 #register-page-n .section-hero .container {
  height: 100%;
}
.v1 #register-page-n .section-hero .hero-content {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.v1 #register-page-n .section-hero .hero-content .hero-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  font-family: "ProximaNova-Webfont";
  line-height: 1.4;
  margin-bottom: 25px;
}
.v1 #register-page-n .section-hero .hero-content .hero-title strong {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.v1 #register-page-n .section-hero .hero-content .terms {
  display: block;
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
}
.v1 #register-page-n .section-hero .hero-content .terms a {
  color: #ffffff;
  text-decoration: underline;
}
.v1 #register-page-n .section-text {
  padding: 30px 0;
}
.v1 #register-page-n .text-area {
  line-height: 1.4;
}
.v1 #register-page-n .text-area h2 {
  font-size: 40px;
  font-weight: 600;
  color: #FF0062;
  margin-bottom: 0;
  line-height: 1.2;
}
.v1 #register-page-n .text-area h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  color: #000000;
  font-weight: 600;
  line-height: 1.4;
}
.v1 #register-page-n .text-area h4 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.v1 #register-page-n .text-area p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.4;
}
.v1 #register-page-n .text-area ul li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}
.v1 #register-page-n .text-area ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/frontend/images/icon-check.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.v1 #register-page-n .text-area .pink-area {
  margin-top: 50px;
}
.v1 #register-page-n .text-area .pink-area p {
  font-weight: 700;
  color: #FF0062;
}
.v1 #register-page-n .section-cta {
  padding: 50px 0 60px;
  background: #ff0062;
  background: linear-gradient(145deg, #ff0062 0%, #3700a0 100%);
}
.v1 #register-page-n .section-cta .cta-text {
  text-align: center;
}
.v1 #register-page-n .section-cta .cta-text h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.v1 #register-page-n .section-cta .cta-text .terms {
  display: block;
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
}
.v1 #register-page-n .section-cta .cta-text .terms a {
  color: #ffffff;
  text-decoration: underline;
}
@media print {
  .v1 #register-page-n {
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  }
  .v1 #register-page-n *,
.v1 #register-page-n *:before,
.v1 #register-page-n *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .v1 #register-page-n a,
.v1 #register-page-n a:visited {
    text-decoration: underline;
  }
  .v1 #register-page-n a[href]:after {
    content: " (" attr(href) ")";
  }
  .v1 #register-page-n abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .v1 #register-page-n a[href^="#"]:after,
.v1 #register-page-n a[href^="javascript:"]:after {
    content: "";
  }
  .v1 #register-page-n pre {
    white-space: pre-wrap !important;
  }
  .v1 #register-page-n pre,
.v1 #register-page-n blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .v1 #register-page-n thead {
    display: table-header-group;
  }
  .v1 #register-page-n tr,
.v1 #register-page-n img {
    page-break-inside: avoid;
  }
  .v1 #register-page-n p,
.v1 #register-page-n h2,
.v1 #register-page-n h3 {
    orphans: 3;
    widows: 3;
  }
  .v1 #register-page-n h2,
.v1 #register-page-n h3 {
    page-break-after: avoid;
  }
}
.v1 .post-max-length-text {
  position: absolute;
  font-size: 12px !important;
  color: gray;
  right: 0;
  bottom: 0;
  padding: 10px 15px !important;
}
.v1 .temp-notification, .v1 .temp-notification-non-verify {
  width: 100%;
  padding: 30px;
}
.v1 .temp-notification .close-icon, .v1 .temp-notification-non-verify .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.v1 .temp-notification h1, .v1 .temp-notification-non-verify h1 {
  font-size: 25px;
  font-weight: bolder;
}
.v1 .temp-notification h1 img, .v1 .temp-notification-non-verify h1 img {
  margin-right: 10px;
}
.v1 .temp-notification p, .v1 .temp-notification-non-verify p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.v1 .temp-notification .row-content, .v1 .temp-notification-non-verify .row-content {
  display: flex;
}
.v1 .temp-notification .row-content .display-inline, .v1 .temp-notification-non-verify .row-content .display-inline {
  padding-right: 20px;
}
.v1 .temp-notification .btn-verify, .v1 .temp-notification-non-verify .btn-verify {
  margin-left: 20%;
  margin-top: 20px;
  padding: 10px 40px;
  background: white;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  color: #FE0D61;
}
.v1 .display-inline {
  display: inline-block;
}
.v1 .tab-panel .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 21474836;
  left: 0;
  top: 0;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.18);
}
.v1 .tab-panel .modal-overlay .close {
  position: absolute;
  right: 30px;
}
.v1 #infowindow-content {
  display: none;
}
.v1 #infowindow-content .title {
  font-weight: bold;
}
.v1 #pac-input {
  background-color: #fff;
  font-weight: 300;
  text-overflow: ellipsis;
}
.v1 #pac-input:focus {
  border-color: #4d90fe;
}
.v1 .ml-20 {
  margin-left: 20px;
}
.v1 .notification-n {
  position: absolute;
  z-index: 999;
  background: white;
  max-width: 370px;
  width: 80%;
  height: 240px;
  padding: 10px 20px;
  border-radius: 5px;
  left: 0;
  top: 230px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.v1 .notification-n .linie-icon {
  position: absolute;
  right: 0;
  top: -180px;
  width: 80px;
  left: 210px;
}
.v1 .notification-n-o {
  top: 490px;
}
.v1 .text-center {
  text-align: center;
}
.v1 .text-left {
  text-align: left;
}
.v1 .text-right {
  text-align: right;
}
.v1 .text-red {
  color: #FF0062;
}
.v1 .mt-20 {
  margin-top: 20px;
}
.v1 .main-section-n {
  background: #00000096 !important;
  height: 100vh;
  overflow: hidden;
}
.v1 .hero-home-n {
  opacity: 0.1 !important;
}
.v1 .profile-icon-o {
  border: 2px solid #FF0062 !important;
}
.v1 .header-o {
  background: #ff006261 !important;
}
.v1 .toggled-images-inner.acc .toggle-heading, .v1 .photo-preview-heading-m {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 768px;
}

.lg-outer .lg .lg-toolbar {
  background: transparent;
}
.lg-outer .lg .lg-sub-html {
  text-align: left;
  padding: 90px 15px 25px 15px;
  background: url("../images/gradient.png") repeat-x top transparent;
}
.lg-outer .lg .lg-sub-html .lg-first-line {
  position: relative;
  padding-bottom: 20px;
}
.lg-outer .lg .lg-sub-html .lg-first-line .toggle-favourite {
  position: absolute;
  right: 0;
  top: 4px;
  height: 32px;
  width: 32px;
}
.lg-outer .lg .lg-sub-html .lg-first-line h3 {
  padding-right: 40px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3em;
}
.lg-outer .lg .lg-sub-html .lg-first-line .lg-location {
  padding-left: 30px;
  background: url("../images/location-icon.png") no-repeat transparent left center;
  background-size: 17px 22px;
  font-size: 20px;
  line-height: 1.4em;
}
.lg-outer .lg .lg-sub-html .lg-services li {
  color: #676767;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.lg-outer .lg .lg-sub-html .lg-services li:last-child:after {
  display: none;
}
.lg-outer .lg .lg-sub-html .lg-services li:after {
  font-family: sans-serif;
  position: absolute;
  content: " ";
  background: #676767;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  right: 8px;
  top: 6px;
}

.lg-outer .lg-video {
  padding-bottom: 100%;
}

.lg-wrapper li {
  width: 33.33%;
  cursor: pointer;
  float: left;
  padding: 3px !important;
  position: relative;
}
.lg-wrapper li img {
  display: block;
  width: 100%;
}
.lg-wrapper li .lg-play-icon {
  background: url("../images/play-btn.svg") no-repeat transparent;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lg-wrapper li .caption {
  display: none;
}

.pt-10 {
  padding-top: 10px;
}

/*# sourceMappingURL=custom.css.map */
