@charset "UTF-8";
@keyframes last_slide_animation {
  0% {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
@keyframes slider_backround_animation {
  0% {
    background-position: top left -200px;
  }
  100% {
    background-position: top center;
  }
}
html.overflow-hidden {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 36px;
  text-align: center;
  background: transparent;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.btn-success {
  border: 3px solid #4caf50;
  color: #4caf50;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4caf50;
  color: #FFF;
}

.btn-secondary {
  border: 3px solid #FFF;
  color: #FFF;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #FFF;
  color: #000;
}

.btn-primary {
  border: 3px solid #2196f3;
  color: #2196f3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #2196f3;
  color: #FFF;
}

.btn-info {
  border: 3px solid #00bcd4;
  color: #00bcd4;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #00bcd4;
  color: #FFF;
}

.btn-warning {
  border: 3px solid #ff9800;
  color: #ff9800;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #ff9800;
  color: #FFF;
}

.btn-danger {
  border: 3px solid #f44336;
  color: #f44336;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #f44336;
  color: #FFF;
}

.btn-block {
  width: 100%;
}

body.light .btn-outline {
  background: transparent;
  border: 3px solid #000;
  color: #000;
}
body.light .btn-outline:hover {
  background: #000;
  color: #FFF;
}
body.light .btn-success {
  border: 3px solid #4caf50;
  color: #4caf50;
  background-color: #FFF;
}

a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #CB1E70;
}

header {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  padding: 30px 0 0 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 10;
}
header.fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 9999;
}
header a.main-logo {
  display: inline-block;
  position: relative;
  width: 170px;
}
header a.main-logo img {
  max-width: 100%;
  min-width: 100%;
}
header .info-bar {
  position: relative;
  top: -20px;
  display: inline-block;
  margin: 0 0 0 69px;
  vertical-align: middle;
}
header .info-bar a {
  position: relative;
  font-family: "Cerebri Sans", sans-serif;
  display: inline-block;
  padding-left: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #CDCDCD;
}
header .info-bar a .xl {
  display: block;
  visibility: visible;
}
header .info-bar a .xs {
  display: none;
  visibility: hidden;
}
header .info-bar a span {
  font-weight: 500;
  color: #FFFFFF;
  padding-right: 5px;
}
header .info-bar a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .info-bar a.active, header .info-bar a:hover {
  color: #FFF;
}
header .info-bar a.active:after, header .info-bar a:hover:after {
  width: 20px;
}
header .col-header-lang .lang-switcher {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
}
header .col-header-lang .lang-switcher a {
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: right;
  color: #777;
  text-transform: uppercase;
  padding: 0 10px;
}
header .col-header-lang .lang-switcher a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .col-header-lang .lang-switcher a.active, header .col-header-lang .lang-switcher a:hover {
  color: #FFF;
}
header .col-header-lang .lang-switcher a.active:after, header .col-header-lang .lang-switcher a:hover:after {
  width: 20px;
}
header nav.main-navigation .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item {
  position: relative;
}
header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: right;
  color: #FFF;
  text-transform: uppercase;
  padding: 6px 13px;
}
header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link:after {
  position: absolute;
  left: 50%;
  bottom: 7px;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link .material-icons {
  font-size: 24px;
  top: 2px;
  position: relative;
}
header nav.main-navigation .container-fluid ul.navbar-nav li:hover a.nav-link, header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link {
  color: #FFF;
}
header nav.main-navigation .container-fluid ul.navbar-nav li:hover a.nav-link:after, header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link:after {
  width: 20px;
}
header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link {
  font-weight: 500;
}
header nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu {
  background: transparent;
  border: none;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
header nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  position: relative;
  background: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: left;
  color: #999;
  text-transform: uppercase;
  padding: 6px 13px;
  overflow: hidden;
}
header nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item:hover {
  color: #FFF;
}
header nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu:before {
  background: #000;
  opacity: 0.9;
  position: absolute;
  left: -25%;
  top: -25%;
  content: " ";
  display: block;
  width: 150%;
  height: 150%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  z-index: -1;
}
header.white-header .info-bar a,
header.white-header .col-header-lang .lang-switcher a,
header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
}
header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link {
  color: #FFF;
  font-weight: 700;
}
header button.nav-bar-mob-toggle {
  display: none;
  visibility: hidden;
}

.container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}

main.landing section.main-slider-body .homepage-slider .swiper-slide#slide-0 .slider-image-body {
  animation-name: none;
  animation-duration: initial;
  animation-delay: initial;
  animation-iteration-count: initial;
  animation-direction: initial;
  animation-fill-mode: initial;
  background-position: center center;
}

main.landing {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  z-index: 9;
}
main.landing section.main-slider-body {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 100vh;
  max-height: 1440px;
  overflow: hidden;
}
main.landing section.main-slider-body .slider-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.5;
}
main.landing section.main-slider-body .slider-bg-image .slider-video-bg {
  height: 100%;
}
main.landing section.main-slider-body .slider-bg-image.video-playback {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0.5;
}
main.landing section.main-slider-body .slider-bg-image.video-playback video, main.landing section.main-slider-body .slider-bg-image.video-playback iframe {
  object-fit: cover;
  width: 100vw;
  z-index: -1;
}
main.landing section.main-slider-body .homepage-slider {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 59px);
}
main.landing section.main-slider-body .homepage-slider .swiper-pagination {
  position: absolute;
  right: 48px;
  bottom: 52px;
  left: initial;
  top: initial;
  height: 1px;
  width: 41.66666667%;
  background: rgba(255, 255, 255, 0.2);
}
main.landing section.main-slider-body .homepage-slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.5);
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next.swiper-button-disabled,
main.landing section.main-slider-body .homepage-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next.swiper-button-disabled {
  right: -200px;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-prev.swiper-button-disabled {
  left: -200px;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next, main.landing section.main-slider-body .homepage-slider .swiper-rtl .swiper-button-prev {
  right: 82px;
  left: auto;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-prev, main.landing section.main-slider-body .homepage-slider .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next {
  padding-right: 100px;
  background: transparent url(/site/assets/images/arrow-slider.svg) no-repeat right center;
  background-size: 70px;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-prev {
  padding-left: 58px;
  background: transparent url(/site/assets/images/arrow-slider2.svg) no-repeat left center;
  background-size: 21px;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next:after, main.landing section.main-slider-body .homepage-slider .swiper-button-prev:after {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
main.landing section.main-slider-body .homepage-slider .swiper-button-next:after {
  content: "TĀLĀK";
}
main.landing section.main-slider-body .homepage-slider .swiper-button-prev:after {
  content: " ";
}
main.landing section.main-slider-body .homepage-slider .gallery-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide {
  max-width: 50vw;
}
main.landing section.main-slider-body .homepage-slider .slider-image-body {
  display: block;
  position: absolute;
  right: 0;
  top: 186px;
  width: 100%;
  height: calc(100% - 106px - 186px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main.landing section.main-slider-body .homepage-slider .slider-image-body img {
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .slider-image-body:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2C2A38;
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide {
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-visible .slider-image-body {
  background-position: center left -200px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-prev .slider-image-body {
  background-position: center center;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body a.album-link {
  position: absolute;
  left: 80px;
  bottom: 33px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body a.album-link:hover {
  color: #CB1E70;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body:hover a.album-link {
  mix-blend-mode: exclusion;
  color: #FFF;
  font-weight: 700;
  bottom: 47px;
  transform: rotate(-90deg) scale(1.2);
  -webkit-transform: rotate(-90deg) scale(1.2);
  -moz-transform: rotate(-90deg) scale(1.2);
  -o-transform: rotate(-90deg) scale(1.2);
  -ms-transform: rotate(-90deg) scale(1.2);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body a.main-album-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body:before {
  opacity: 0;
  display: block;
  content: " ";
  width: 115px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .content {
  display: block;
  position: absolute;
  left: 10%;
  top: 30%;
  width: 85%;
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .content .slider-category {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #fff;
  background: rgb(203, 30, 112);
  background: -moz-linear-gradient(270deg, rgb(203, 30, 112) 0%, rgb(253, 74, 74) 100%);
  background: -webkit-linear-gradient(270deg, rgb(203, 30, 112) 0%, rgb(253, 74, 74) 100%);
  background: linear-gradient(270deg, rgb(203, 30, 112) 0%, rgb(253, 74, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb1e70",endColorstr="#fd4a4a",GradientType=1);
  text-transform: uppercase;
  padding: 3px 15px;
  margin-bottom: 12px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .content h3.slider-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 100px;
  letter-spacing: -0.05em;
  line-height: 90px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2784313725);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .content h3.slider-title span {
  font-size: 53px;
  font-weight: 100;
  line-height: 53px;
  position: relative;
  top: -15px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .content p.slider-content {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide {
  max-width: 580px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .slider-image-body {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.9s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.9s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.83, 0, 0.17, 1);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .slider-image-body:before {
  opacity: 0 !important;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .slider-image-body:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .content {
  left: initial !important;
  right: -100%;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .content h3.slider-title {
  line-height: 95px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .content p a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px;
  position: relative;
  display: inline-block;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .content p a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 20px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .content p a:hover:after {
  width: calc(100% - 26px);
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide .slider-image-body {
  background-position: center center !important;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.last-slide.swiper-slide-active .slider-image-body {
  animation-name: last_slide_animation;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body {
  background-position: center center;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide .slider-image-body:after {
  opacity: 0.7;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active a.main-album-link {
  display: block;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active a.album-link {
  opacity: 1;
  left: -80px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active .slider-image-body:before {
  opacity: 1;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active .slider-image-body {
  animation-name: slider_backround_animation;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  left: -10%;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active .slider-image-body:after {
  opacity: 0;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-prev a.album-link {
  opacity: 0;
  left: -200px;
}
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-prev .content {
  opacity: 0;
  left: -80%;
}
main.landing section.main-slider-body .homepage-slider.loaded .swiper-button-next, main.landing section.main-slider-body .homepage-slider.loaded .swiper-button-prev {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .swiper-button-next {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .swiper-button-prev {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .slider-image-body:after {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .swiper-slide.swiper-slide-prev {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .slider-image-body:before {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
main.landing section.main-slider-body .homepage-slider.loaded .content {
  transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
}

@keyframes boucing {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
svg g#mouse g#circle {
  animation-name: boucing;
  animation-duration: 1.5s;
  /* or: Xms */
  animation-iteration-count: 100;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-in-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 0s;
  /* or: Xms */
}

#homepage-slider .mouse-scroll,
.parallax-gallery-body .mouse-scroll,
#welcome-content .mouse-scroll,
.site-section-head .mouse-scroll,
section.site-had-brad-nav .mouse-scroll,
main.contacts .mouse-scroll,
section.page-header-large-parallax .mouse-scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%) scale(1.3);
  -moz-transform: translateX(-50%) scale(1.3);
  -webkit-transform: translateX(-50%) scale(1.3);
  z-index: 99;
}

.mouse-scroll svg {
  animation-name: bounceIng;
  animation-duration: 1.5s;
  /* or: Xms */
  animation-iteration-count: 100;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 0s;
  /* or: Xms */
}

.homepage-slider .mouse-scroll svg #circle circle,
.parallax-gallery-body svg #circle circle,
#welcome-content svg #circle circle,
.site-section-head svg #circle circle,
section.site-had-brad-nav svg #circle circle,
main.contacts .mouse-scroll svg #circle circle,
section.page-header-large-parallax .mouse-scroll svg #circle circle {
  fill: #FFF;
}

.homepage-slider .mouse-scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%) scale(1.3);
  -moz-transform: translateX(-50%) scale(1.3);
  -webkit-transform: translateX(-50%) scale(1.3);
  z-index: 99;
}

a.mouse-scroll:hover svg {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

a.mouse-scroll:hover svg g#mouse g#circle {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes bounceIng {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-20px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.slider-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
.slider-loader .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slider-loader .circle span {
  position: absolute;
  left: 50%;
  bottom: -12px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 10px;
  color: #FFF;
  margin-left: 7px;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-transform: uppercase;
}
.slider-loader .circle {
  position: relative;
  width: 100px;
  height: 100px;
}
.slider-loader .circle svg {
  fill: none;
  stroke: #cd486b;
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: stroke-draw 3s ease-out infinite alternate;
}
.slider-loader .circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  border-radius: 50%;
}
@keyframes stroke-draw {
  from {
    stroke: #cd486b;
    stroke-dasharray: 1;
  }
  to {
    stroke: #8a3ab9;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}

#mouse-fallow {
  position: fixed;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 5px solid #FFF;
  color: #FFF;
  text-align: center;
  z-index: 100;
  mix-blend-mode: difference;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  opacity: 1;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
#mouse-fallow span {
  line-height: 60px;
  font-size: 12px;
}

#pointer-dot {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2.5px solid #000;
  position: fixed;
  border-radius: 4px;
  z-index: 101;
  pointer-events: none;
  transition: border-color 0.5s, opacity 0.3s ease-in-out;
  mix-blend-mode: difference;
  opacity: 0;
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 15px;
  background: #FFF;
  border: 1px solid #FFF;
  position: fixed;
  border-radius: 100px;
  z-index: 102;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  mix-blend-mode: difference;
  opacity: 0;
}

.swiper-wrapper, .swiper-pagination-progressbar-fill,
main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active .content {
  transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}

.icon-light {
  display: inline-block;
  background-color: #FFF;
  mask-image: url("/site/assets/images/light_mode_black_24dp.svg");
  -webkit-mask-image: url("/site/assets/images/light_mode_black_24dp.svg");
  -moz-mask-image: url("/site/assets/images/light_mode_black_24dp.svg");
  mask-size: "24px";
  -webkit-mask-size: "24px";
  -moz-mask-size: "24px";
  mask-position: "center";
  -webkit-mask-position: "center";
  -moz-mask-position: "center";
  mask-repeat: "no-repeat";
  -webkit-mask-repeat: "no-repeat";
  -moz-mask-repeat: "no-repeat";
}

a.change-style {
  display: inline-block;
  position: absolute;
  left: 48px;
  top: 186px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #777;
  padding: 0 0 0 32px;
  z-index: 99;
  transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  text-transform: uppercase;
}
a.change-style span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #777;
  transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}
a.change-style:hover {
  color: #FFF;
}
a.change-style:hover span {
  background-color: #FFF;
}

ul.soc-icon-link {
  position: absolute;
  left: 48px;
  bottom: 105px;
  padding: 0;
  margin: 0;
  z-index: 99;
}
ul.soc-icon-link li {
  display: block;
}
ul.soc-icon-link li a {
  display: block;
  position: relative;
  padding: 5px 0;
}
ul.soc-icon-link li a .icon-div {
  color: #fff;
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
ul.soc-icon-link li a .icon-div i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
ul.soc-icon-link li a span {
  position: absolute;
  top: 13px;
  left: -24px;
  opacity: 0;
  visibility: hidden;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
  transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
ul.soc-icon-link li a:hover .icon-div {
  color: #FFF;
  border-color: #FFF;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
ul.soc-icon-link li a:hover span {
  left: 44px;
  opacity: 1;
  visibility: visible;
}

.page-scroll-position {
  position: fixed;
  display: block;
  left: 48px;
  bottom: -48px;
  width: 100px;
  height: 100px;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
}
.page-scroll-position.active {
  opacity: 1;
  bottom: 48px;
}
.page-scroll-position span#auto_radius {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  z-index: 101;
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
.page-scroll-position span#auto_radius div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-scroll-position:before {
  position: absolute;
  content: " ";
  display: block;
  left: -8%;
  top: -8%;
  width: 116%;
  height: 116%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  z-index: 99;
}
.page-scroll-position:after {
  position: absolute;
  content: " ";
  display: block;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  z-index: 99;
}
.page-scroll-position .simbol {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  line-height: 50px;
  color: #FFF;
  opacity: 0.1;
  z-index: 101;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-scroll-position .status {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 100;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}

section.landing {
  display: block;
  position: relative;
  width: 100%;
}
section.landing.about-me {
  min-height: 100vh;
  max-height: 1080px;
  height: 100%;
  overflow: hidden;
  background: rgb(74, 0, 0);
  background: radial-gradient(circle, rgb(74, 0, 0) 0%, rgb(15, 2, 2) 50%, rgb(15, 2, 2) 100%);
}
section.landing.about-me .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  overflow: hidden;
}
section.landing.about-me .img-wrapper .img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
}
section.landing.about-me .wrapper {
  position: relative;
  z-index: 12;
}
section.landing.about-me .home-about-left {
  max-width: 320px;
  margin-left: 147px;
  text-align: left;
}
section.landing.about-me .home-about-left h2.about-me {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20vh;
}
section.landing.about-me .home-about-left h2.about-me span {
  text-transform: uppercase;
}
section.landing.about-me .home-about-left h2.about-me span:first-child {
  font-weight: normal;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: left;
  color: #fff;
  display: block;
  width: 100%;
}
section.landing.about-me .home-about-left h2.about-me span:nth-child(2) {
  font-weight: bold;
  font-size: 119px;
  letter-spacing: -0.05em;
  line-height: 109px;
  text-align: left;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 75px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.landing.about-me .home-about-left p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
section.landing.about-me .home-about-right {
  margin-top: 35vh;
  max-width: 320px;
  margin-left: auto;
  margin-right: 100px;
  text-align: left;
}
section.landing.about-me .home-about-right p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 70px;
}

.btn-default {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px;
  position: relative;
}
.btn-default:after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  content: " ";
  display: block;
  width: 20px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-default:hover {
  color: #FFF;
}
.btn-default:hover:after {
  width: calc(100% - 26px);
}

.col-home-about-me-left {
  position: relative;
}

section.reviews-and-logo {
  display: block;
  position: relative;
  width: 100%;
  padding: 120px 0 160px 0;
}

h4.small {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

.swiper-reviews {
  display: block;
  position: relative;
  width: 100%;
}
.swiper-reviews h4.small {
  margin: 0 0 29px 0;
  padding: 0;
}
.swiper-reviews .reviews-container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
.swiper-reviews .reviews-container .content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
}
.swiper-reviews .reviews-container .author {
  display: block;
  position: relative;
  width: 100%;
}
.swiper-reviews .reviews-container .author .image {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
.swiper-reviews .reviews-container .author .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: initial;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.swiper-reviews .reviews-container .author .username {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  top: -16px;
}
.swiper-reviews .reviews-container .author .username h5 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
}
.swiper-reviews .reviews-container .author .username h6 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 10px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.swiper-reviews .reviews-arrows {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 23px;
  z-index: 12;
}
.swiper-reviews .reviews-arrows .reviews-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  line-height: 14px;
  margin: 0 10px 0 0;
}
.swiper-reviews .reviews-arrows .reviews-btn:last-child {
  margin: 0;
}
.swiper-reviews .reviews-arrows .reviews-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.swiper-reviews .reviews-arrows .reviews-btn.swiper-button-disabled {
  opacity: 0.3;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000201 url(/site/assets/images/loader.gif) center center no-repeat;
  background-size: 100px;
  z-index: 99;
}

.widget {
  display: block;
  position: relative;
  width: 100%;
}

.widget-content-manager-clients h3.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
}
.widget-content-manager-clients .row-clients {
  margin-left: -10px;
  margin-right: -10px;
}
.widget-content-manager-clients .row-clients .col-clients {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.widget-content-manager-clients .clients-container {
  display: block;
  position: relative;
  width: 100%;
}
.widget-content-manager-clients .clients-container a.client-logo-link {
  display: block;
  position: relative;
  width: 100%;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.widget-content-manager-clients .clients-container a.client-logo-link .logo {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
  background-position: center;
  mask-position: center;
  -webkit-mask-position: center;
  background-size: 50%;
  mask-size: 50%;
  -webkit-mask-size: 50%;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 0.45;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.widget-content-manager-clients .clients-container a.client-logo-link:hover {
  border-color: #FFF;
}
.widget-content-manager-clients .clients-container a.client-logo-link:hover .logo {
  opacity: 1;
}

.col-image-anime, .col-bg-anime {
  visibility: hidden;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.col-image-anime img, .col-image-anime .bg, .col-bg-anime img, .col-bg-anime .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

section.instagram-section {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.instagram-section .container {
  position: relative;
}
section.instagram-section .col-insta-anime {
  position: relative;
}
section.instagram-section a.instagram-link {
  display: block;
  position: relative;
  width: 100%;
  z-index: 21;
  height: auto;
  overflow: hidden;
}
section.instagram-section a.instagram-link img {
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(/site/assets/images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
}
section.instagram-section a.instagram-link .top-left, section.instagram-section a.instagram-link .bottom-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
section.instagram-section a.instagram-link .top-left:before, section.instagram-section a.instagram-link .bottom-right:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.instagram-section a.instagram-link .top-left:after, section.instagram-section a.instagram-link .bottom-right:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.instagram-section a.instagram-link .bottom-right {
  left: initial;
  right: 0;
  top: initial;
  bottom: 0;
}
section.instagram-section a.instagram-link .bottom-right:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 10%;
  bottom: 10%;
  left: initial;
  top: initial;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.instagram-section a.instagram-link .bottom-right:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  top: initial;
  left: initial;
  right: 10%;
  bottom: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.instagram-section a.instagram-link:hover .top-left:before {
  width: 80%;
}
section.instagram-section a.instagram-link:hover .top-left:after {
  height: 80%;
}
section.instagram-section a.instagram-link:hover .bottom-right:before {
  width: 80%;
}
section.instagram-section a.instagram-link:hover .bottom-right:after {
  height: 80%;
}
section.instagram-section .row-main-insta {
  position: relative;
  z-index: 20;
}
section.instagram-section .row-main-insta .col-insta-inner {
  padding: 0;
}
section.instagram-section .row {
  margin: 0;
}
section.instagram-section .row .col-12 {
  padding: 0;
}
section.instagram-section .outside {
  position: relative;
  width: 100%;
  display: block;
  z-index: 10;
}
section.instagram-section .outside .row {
  margin: 0;
}
section.instagram-section .outside .row .col-insta-inner {
  padding: 0;
}
section.instagram-section .insta-left-outside, section.instagram-section .insta-right-outside {
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 10;
  opacity: 0.2;
}
section.instagram-section .insta-right-outside {
  right: initial;
  left: -100%;
}
section.instagram-section a.insta-user {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.01em;
  line-height: 39px;
  text-align: left;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 3px 24px 3px 50px;
  z-index: 21;
  overflow: hidden;
  background: rgb(203, 30, 112);
  background: linear-gradient(135deg, rgb(203, 30, 112) 0%, rgb(253, 74, 74) 100%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.instagram-section a.insta-user span {
  position: relative;
  display: block;
  z-index: 23;
}
section.instagram-section a.insta-user:before {
  content: " ";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 22;
}
section.instagram-section a.insta-user i {
  position: absolute;
  left: 16px;
  top: 3px;
  font-size: 20px;
  z-index: 23;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.instagram-section a.insta-user:hover {
  color: #000;
}
section.instagram-section a.insta-user:hover i {
  color: #000;
}
section.instagram-section a.insta-user:hover:before {
  width: 100%;
}

.mouse-icon {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 57px 0;
}

section.blog {
  display: block;
  position: relative;
  width: 100%;
  padding: 83px 0 48px 0;
}
section.blog .col-title {
  text-align: center;
}
section.blog .col-title h4.small {
  text-align: center;
  padding: 0;
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
}
section.blog .col-title h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin-bottom: 56px;
}
section.blog .blog-container .col-front-blog article {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.blog .blog-container .col-front-blog article a.blog-item-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
section.blog .blog-container .col-front-blog article a.blog-item-link img {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
section.blog .blog-container .col-front-blog article a.blog-item-link .top-left, section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
section.blog .blog-container .col-front-blog article a.blog-item-link .top-left:before, section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.blog .blog-container .col-front-blog article a.blog-item-link .top-left:after, section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right {
  left: initial;
  right: 0;
  top: initial;
  bottom: 0;
}
section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 10%;
  bottom: 10%;
  left: initial;
  top: initial;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.blog .blog-container .col-front-blog article a.blog-item-link .bottom-right:after {
  content: " ";
  display: block;
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  top: initial;
  left: initial;
  right: 10%;
  bottom: 10%;
  transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.83, 0, 0.17, 1);
}
section.blog .blog-container .col-front-blog article a.blog-item-link:hover .top-left:before {
  width: 80%;
}
section.blog .blog-container .col-front-blog article a.blog-item-link:hover .top-left:after {
  height: 80%;
}
section.blog .blog-container .col-front-blog article a.blog-item-link:hover .bottom-right:before {
  width: 80%;
}
section.blog .blog-container .col-front-blog article a.blog-item-link:hover .bottom-right:after {
  height: 80%;
}
section.blog .blog-container .col-front-blog article .card-body {
  background: #0E0E0E;
  padding: 30px 30px 106px;
  height: 100%;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  padding: 22px 0 24px;
  border-top: 1px solid #292929;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span {
  display: inline-block;
  margin: 0 2px;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span img {
  position: absolute;
  display: block;
  left: 0;
  top: 24px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span strong {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  padding: 12px 0 12px 50px;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span.user {
  vertical-align: top;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span.likes, section.blog .blog-container .col-front-blog article .card-body .toolbar span.comment, section.blog .blog-container .col-front-blog article .card-body .toolbar span.reade-more {
  float: right;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #212020;
  color: #555555;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon i {
  display: block;
  text-align: center;
  line-height: 42px;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon:hover, section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon.active {
  background: #EB0000;
  color: #FFF;
}
section.blog .blog-container .col-front-blog article .card-body .toolbar span.reade-more a.link-icon i {
  line-height: 38px;
}
section.blog .blog-container .col-front-blog article a.blog-item-link-title {
  display: block;
  position: relative;
  width: 100%;
}
section.blog .blog-container .col-front-blog article a.blog-item-link-title h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0 0 24px 0;
}
section.blog .blog-container .col-front-blog article:hover a.blog-item-link .col-image-anime img {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
section.blog .col-read-more {
  padding-top: 48px;
}

.col-read-more {
  text-align: center;
}

.col-contact-form-title {
  text-align: center;
}
.col-contact-form-title .small {
  text-align: center;
}
.col-contact-form-title h4.widget-title {
  max-width: 570px;
  display: inline-block;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 0 53px 0;
}

.col-contact-confirm-email {
  display: none;
  visibility: hidden;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 130px 0 155px 0;
  background: #15131F;
  z-index: 10;
}
footer:before {
  content: " ";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(2, 1, 7);
  background: linear-gradient(0deg, rgba(2, 1, 7, 0) 0%, rgb(2, 1, 7) 80%, rgb(2, 1, 7) 100%);
  z-index: 11;
}
footer .container {
  position: relative;
  z-index: 12;
}
footer .form-group {
  position: relative;
}
footer .form-group span.border {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer .form-group span.border:after {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 0 28px 0;
  padding: 0 0 12px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
}
footer .form-control:focus, footer .form-control:active, footer .form-control:hover {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #FFF;
  box-shadow: none;
  outline: none;
}
footer .form-control:focus + span.border {
  opacity: 1;
  background: transparent;
}
footer .form-control:focus + span.border:after {
  width: 100%;
  opacity: 1;
}
footer input.form-control {
  height: 30px;
}
footer textarea {
  height: 110px;
  margin: 0 0 28px 0;
  padding: 0 0 12px 0;
}
footer .form-group-submit {
  padding-top: 47px;
  text-align: center;
}
footer .loading {
  background-color: transparent;
}

.alert {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  text-align: center;
}
.alert button.close {
  display: none !important;
}

.alert-danger {
  color: #fd4a4a;
  background-color: transparent;
  border-color: #fd4a4a;
  text-align: center;
}

.alert-success {
  color: #8bc34a;
  background-color: transparent;
  border-color: #8bc34a;
}

form.contact-form {
  position: relative;
  display: block;
}
form.contact-form .btn-default {
  background: transparent;
}
form.contact-form .btn-default:hover {
  background: transparent;
  border: none;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.row-contact-form {
  margin-bottom: 160px;
}

footer {
  padding: 130px 0 48px;
}
footer .widget.footer p.footer-contacts img {
  width: 142px;
  margin-bottom: 26px;
}
footer .widget.footer p.footer-contacts span.preholder {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 14px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}
footer .widget.footer p.footer-contacts a.footer-link {
  margin-bottom: 25px;
}
footer .widget.footer a.footer-link {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: left;
  color: #fff;
}
footer h4.footer__title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
  margin-bottom: 46px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
footer h4.footer__title:after {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}
footer ul.footer-menu {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
footer ul.footer-menu li.footer-menu__item {
  display: block;
  position: relative;
  width: 100%;
}
footer ul.footer-menu li.footer-menu__item a.footer-menu__link {
  display: inline-block;
  position: relative;
  width: auto;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 42px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
footer ul.footer-menu li.footer-menu__item a.footer-menu__link:after {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
footer ul.footer-menu li.footer-menu__item a.footer-menu__link:hover:after {
  width: 100%;
}
footer .footer-col-4 .widget-footer-html #map {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
}
footer .footer-col-4 .widget-footer-html #map .mapboxgl-ctrl-logo, footer .footer-col-4 .widget-footer-html #map .mapboxgl-ctrl-attrib {
  display: none !important;
  visibility: hidden !important;
}
footer .row-copyright {
  margin-top: 80px;
}
footer .row-copyright .copyright {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #777;
}

main.page-section {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 110px;
}
main.page-section.video-post-page section.page-body-content {
  margin-top: -280px;
  position: relative;
  background: transparent;
}
main.page-section.video-post-page section.page-body-content:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  background: #08060c;
  background: -moz-linear-gradient(0deg, rgb(8, 6, 12) 0, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(8, 6, 12) 0, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(0deg, rgb(8, 6, 12) 0, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
}
main.page-section.video-post-page section.site-had-brad-nav .container-wrapper .col-page-head-title h1 {
  font-size: 26px;
}
main.page-section.video-post-page section.site-had-brad-nav .page-section-head-bg:after {
  height: 490px;
}
main.page-section.video-post-page .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.75);
}
main.page-section.main-container-overflow-top section.page-header-large-parallax .container-wrapper.container-bottom:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: #08060c;
  background: -moz-linear-gradient(0deg, #020107 0, #020107 10%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(0deg, #020107 0, #020107 10%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(0deg, #020107 0, #020107 10%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
  z-index: -1;
  height: 450px;
  bottom: 0;
}
main.page-section.main-container-overflow-top section.page-header-large-parallax .container-wrapper.container-top {
  margin-top: -180px;
}
main.page-section.main-container-overflow-top section.page-header-large-parallax .container-wrapper.container-bottom {
  padding-bottom: 366px;
}
main.page-section.main-container-overflow-top section.page-body-content {
  margin-top: -300px;
  background: transparent;
  z-index: 11;
}
main.page-section.hidde-content-gradient section.page-body-content {
  background-image: none;
}

.c-rail {
  white-space: nowrap;
  font-size: 0;
  display: flex;
  opacity: 0.5;
}
.c-rail .c-rail_wrap {
  position: relative;
  overflow: hidden;
}
.c-rail .c-rail_wrap .c-rail_item {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  -webkit-animation: railStatic 15s linear infinite;
  animation: railStatic 15s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: running;
}
.c-rail .c-rail_wrap .c-rail_item .c-rail_label {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #000;
  background: #ffdbf1;
  background: linear-gradient(145deg, #fd4a4a, #8aecf0 32%, #daf4f2 74%, #ffdbf1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  padding-right: 6.25rem;
  line-height: 1.3;
  font-weight: 700;
  font-size: 16.125rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@-webkit-keyframes railStatic {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes railStatic {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
section.scrolling-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.scrolling-content .wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.scrolling-content .wrapper .soc-icons-wrapper {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
section.scrolling-content .wrapper .soc-icons-wrapper ul.soc-icon-link {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
}
section.scrolling-content .wrapper .soc-icons-wrapper ul.soc-icon-link li {
  display: inline-block;
  margin: 0 5px;
}
section.scrolling-content .wrapper .soc-icons-wrapper ul.soc-icon-link li a span {
  top: 50px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
}
section.scrolling-content .o-container.-small {
  padding-right: 20%;
  padding-left: 20%;
}
section.scrolling-content .o-container.-small .c-heading.-h2 {
  font-size: 4.375rem;
}
section.scrolling-content .o-container.-small .c-heading.-h2 .u-text-gradient {
  text-align: center;
  background: #ffdbf1;
  background: linear-gradient(145deg, #ffdbf1, #daf4f2 32%, #7dccf0 74%, #fd4a4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.scrolling-content .scroller {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.scrolling-content.invert {
  background: #FFF;
}
section.scrolling-content.invert .o-container.-small .c-heading.-h2 .u-text-gradient {
  background: #ffdbf1;
  background: linear-gradient(145deg, #000, #8aecf0 32%, #7dccf0 74%, #fd4a4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.scrolling-content.invert .c-rail .c-rail_wrap .c-rail_item .c-rail_label {
  color: #FFF;
  background: #000;
  background: linear-gradient(145deg, #685962, #43787a 32%, #44697a 74%, #7e2121);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
}
section.scrolling-content.invert ul.soc-icon-link li a .icon-div {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
section.scrolling-content.invert ul.soc-icon-link li a span {
  color: #000;
}

section.cookies_gdpr_popup {
  background: hsla(0, 0%, 0%, 0.7);
}

.cookies_gdpr_popup_body {
  box-shadow: 0 0 15px rgb(0, 0, 0);
}

.btn-cookies-gdpr-cancel:after {
  content: "";
  display: none;
}

.cookies_gdpr_popup .cookies_gdpr_popup_body .btn-cookies-gdpr-accept {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px;
}

a.main-logo img.light {
  display: block;
}
a.main-logo img.dark {
  display: none;
}

section.gallery-albums .col-gallery-album a.link-gallery-album .overflow br {
  display: none;
}

body.light, body.light-page {
  background: #FFF;
  color: #000;
}
body.light header .col-header-lang .lang-switcher a,
body.light header .info-bar a,
body.light header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link,
body.light header .info-bar a span, body.light-page header .col-header-lang .lang-switcher a,
body.light-page header .info-bar a,
body.light-page header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link,
body.light-page header .info-bar a span {
  color: #000;
}
body.light header .info-bar a .xs, body.light-page header .info-bar a .xs {
  color: #000;
  border: 1px solid #000;
}
body.light header .info-bar a .xs i, body.light-page header .info-bar a .xs i {
  color: #000;
}
body.light main.landing section.main-slider-body .homepage-slider .swiper-slide .content h3.slider-title, body.light-page main.landing section.main-slider-body .homepage-slider .swiper-slide .content h3.slider-title {
  color: #FFF;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.11);
}
body.light main.landing section.main-slider-body .homepage-slider .swiper-slide .content p.slider-content, body.light-page main.landing section.main-slider-body .homepage-slider .swiper-slide .content p.slider-content {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
body.light header, body.light-page header {
  background: -moz-linear-gradient(0deg, transparent 0, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(0deg, transparent 0, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, transparent 0, rgba(255, 255, 255, 0.1) 100%);
}
body.light a.main-logo img.light, body.light-page a.main-logo img.light {
  display: none;
}
body.light a.main-logo img.dark, body.light-page a.main-logo img.dark {
  display: block;
}
body.light section.scrolling-content, body.light-page section.scrolling-content {
  background: #FFF;
}
body.light section.scrolling-content .o-container.-small .c-heading.-h2 .u-text-gradient, body.light-page section.scrolling-content .o-container.-small .c-heading.-h2 .u-text-gradient {
  background: #ffdbf1;
  background: linear-gradient(145deg, #000, #8aecf0 32%, #7dccf0 74%, #fd4a4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.light section.scrolling-content .c-rail .c-rail_wrap .c-rail_item .c-rail_label, body.light-page section.scrolling-content .c-rail .c-rail_wrap .c-rail_item .c-rail_label {
  color: #FFF;
  background: #000;
  background: linear-gradient(145deg, #685962, #43787a 32%, #44697a 74%, #7e2121);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
}
body.light section.scrolling-content ul.soc-icon-link li a .icon-div, body.light-page section.scrolling-content ul.soc-icon-link li a .icon-div {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
body.light section.scrolling-content ul.soc-icon-link li a span, body.light-page section.scrolling-content ul.soc-icon-link li a span {
  color: #FFF;
}
body.light section.scrolling-content.invert, body.light-page section.scrolling-content.invert {
  background: #000;
}
body.light section.scrolling-content.invert .o-container.-small .c-heading.-h2 .u-text-gradient, body.light-page section.scrolling-content.invert .o-container.-small .c-heading.-h2 .u-text-gradient {
  background: #ffdbf1;
  background: linear-gradient(145deg, #ffdbf1, #daf4f2 32%, #7dccf0 74%, #fd4a4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.light section.scrolling-content.invert .c-rail .c-rail_wrap .c-rail_item .c-rail_label, body.light-page section.scrolling-content.invert .c-rail .c-rail_wrap .c-rail_item .c-rail_label {
  color: #000;
  background: #ffdbf1;
  background: linear-gradient(145deg, #fd4a4a, #8aecf0 32%, #daf4f2 74%, #ffdbf1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
}
body.light section.page-body-content,
body.light section.site-had-brad-nav:before,
body.light section.site-had-brad-nav .page-section-head-bg:before,
body.light section.site-had-brad-nav .page-section-head-bg:after, body.light-page section.page-body-content,
body.light-page section.site-had-brad-nav:before,
body.light-page section.site-had-brad-nav .page-section-head-bg:before,
body.light-page section.site-had-brad-nav .page-section-head-bg:after {
  background: transparent;
}
body.light section.site-had-brad-nav .container-wrapper .col-page-head-title h1, body.light-page section.site-had-brad-nav .container-wrapper .col-page-head-title h1 {
  color: #120203;
}
body.light section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li a, body.light-page section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li a {
  color: #777777;
}
body.light section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li.active a, body.light-page section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li.active a {
  color: #120203;
}
body.light .main-html-content, body.light-page .main-html-content {
  color: #15131F;
}
body.light .main-html-content .loading, body.light-page .main-html-content .loading {
  background-color: #FFF;
}
body.light header.white-header .info-bar a,
body.light header.white-header .col-header-lang .lang-switcher a,
body.light header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link, body.light-page header.white-header .info-bar a,
body.light-page header.white-header .col-header-lang .lang-switcher a,
body.light-page header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.nav-item a.nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
}
body.light header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link, body.light-page header.white-header nav.main-navigation .container-fluid ul.navbar-nav li.active a.nav-link {
  color: #FFF;
  font-weight: 700;
}
body.light header.white-header .info-bar a span, body.light-page header.white-header .info-bar a span {
  color: rgba(255, 255, 255, 0.5);
}
body.light header.white-header .col-header-lang .lang-switcher a, body.light-page header.white-header .col-header-lang .lang-switcher a {
  color: #FFF;
}
body.light header.white-header .col-header-lang .lang-switcher a.active, body.light-page header.white-header .col-header-lang .lang-switcher a.active {
  color: #FFF;
  font-weight: 700;
}
body.light header.white-header a.main-logo img.light, body.light-page header.white-header a.main-logo img.light {
  display: block;
}
body.light header.white-header a.main-logo img.dark, body.light-page header.white-header a.main-logo img.dark {
  display: none;
}
body.light section.page-header-large-parallax, body.light section.page-container-head, body.light-page section.page-header-large-parallax, body.light-page section.page-container-head {
  margin-bottom: 48px;
}
body.light section.page-header-large-parallax .container-wrapper.container-bottom:before, body.light-page section.page-header-large-parallax .container-wrapper.container-bottom:before {
  background: transparent;
}
body.light section.page-container-head:before, body.light-page section.page-container-head:before {
  background: transparent;
}
body.light nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu, body.light-page nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu {
  box-shadow: -5px 15px 30px rgba(0, 0, 0, 0.1490196078);
}
body.light nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item, body.light-page nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item {
  background: #FFF;
  color: #120203;
  font-weight: 400;
}
body.light nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item:hover, body.light-page nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu a.dropdown-item:hover {
  background: #120203;
  color: #FFF;
}
body.light nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu:before, body.light-page nav.main-navigation .container-fluid ul.navbar-nav li .dropdown-menu:before {
  background: #FFF;
  opacity: 1;
}
body.light footer:before, body.light-page footer:before {
  content: " ";
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 11;
}
body.light h4.widget-title, body.light-page h4.widget-title {
  color: #15131f;
}
body.light footer .form-control, body.light-page footer .form-control {
  color: #15131f;
}
body.light footer .form-group span.border, body.light-page footer .form-group span.border {
  background: rgba(0, 0, 0, 0.2);
}
body.light .btn-default, body.light-page .btn-default {
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: center;
  color: #15131f;
}
body.light footer .widget.footer p.footer-contacts img.dark, body.light-page footer .widget.footer p.footer-contacts img.dark {
  display: none;
}
body.light footer .widget.footer p.footer-contacts img.light, body.light-page footer .widget.footer p.footer-contacts img.light {
  display: block;
}
body.light footer .widget.footer p.footer-contacts span.preholder, body.light-page footer .widget.footer p.footer-contacts span.preholder {
  color: #777777;
}
body.light footer, body.light-page footer {
  background: transparent;
}
body.light footer .widget.footer p.footer-contacts a.footer-link, body.light-page footer .widget.footer p.footer-contacts a.footer-link {
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: left;
  color: #15131f;
}
body.light footer h4.footer__title, body.light-page footer h4.footer__title {
  color: #15131f;
}
body.light footer ul.footer-menu li.footer-menu__item a.footer-menu__link, body.light-page footer ul.footer-menu li.footer-menu__item a.footer-menu__link {
  color: #15131f;
}
body.light footer .row-copyright .copyright a, body.light-page footer .row-copyright .copyright a {
  color: #15131f;
  font-weight: 500;
}
body.light h2.wedding-title, body.light section.services .row-title .col-widget-title h3.widget-title, body.light-page h2.wedding-title, body.light-page section.services .row-title .col-widget-title h3.widget-title {
  color: #0F0202;
}
body.light section.services .row-services .col-services .card, body.light-page section.services .row-services .col-services .card {
  background: #FFF;
  border: 2px solid #0F0202;
}
body.light section.services .row-services .col-services .card .card-body h4.widget-title, body.light-page section.services .row-services .col-services .card .card-body h4.widget-title {
  color: #0F0202;
}
body.light section.services .row-services .col-services .card .card-body .price,
body.light section.services .row-services .col-services .card .card-body .price small, body.light-page section.services .row-services .col-services .card .card-body .price,
body.light-page section.services .row-services .col-services .card .card-body .price small {
  color: #0F0202;
}
body.light section.services .row-services .col-services .card .card-body .services-content, body.light-page section.services .row-services .col-services .card .card-body .services-content {
  color: #0F0202;
}
body.light section.services .row-services .col-services .card .card-body .btn-outline, body.light-page section.services .row-services .col-services .card .card-body .btn-outline {
  color: #0F0202;
  border-color: #0F0202;
}
body.light section.services .row-services .col-services .card .card-body .btn-outline:hover, body.light-page section.services .row-services .col-services .card .card-body .btn-outline:hover {
  color: #FFF;
}
body.light section.services .row-services .col-services .loading, body.light-page section.services .row-services .col-services .loading {
  background-color: #F8F8F8;
}
body.light section.services .row-services .col-services .card .card-bg, body.light-page section.services .row-services .col-services .card .card-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
body.light section.gallery-albums .col-gallery-album .loading, body.light-page section.gallery-albums .col-gallery-album .loading {
  background-color: #FFF;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:before, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:before {
  background: #FFF;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:after, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:after {
  background: transparent;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow h4, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow h4 {
  background: #FFF;
  display: inline-block;
  width: auto;
  color: #0f0202;
  padding: 30px;
  text-shadow: none;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow br, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow br {
  display: block;
  width: 100%;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow span.catgeory, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow span.catgeory {
  background: #FFF;
  display: inline-block;
  width: auto;
  color: #777777;
  padding: 0 15px;
  text-shadow: none;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow h4, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow h4 {
  color: #0F0202;
  text-shadow: none;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow span.catgeory, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow span.catgeory {
  color: #777777;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .overflow, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .overflow {
  padding-left: 0;
  padding-bottom: 0;
}
body.light section.gallery-albums .col-gallery-album a.link-gallery-album .image-count, body.light-page section.gallery-albums .col-gallery-album a.link-gallery-album .image-count {
  background: transparent;
}
body.light a.page-scroll-position:before, body.light a.page-scroll-position:after, body.light-page a.page-scroll-position:before, body.light-page a.page-scroll-position:after {
  border: 1px solid rgba(15, 2, 2, 0.25);
}
body.light a.page-scroll-position span#auto_radius, body.light a.page-scroll-position .simbol, body.light a.page-scroll-position .status, body.light-page a.page-scroll-position span#auto_radius, body.light-page a.page-scroll-position .simbol, body.light-page a.page-scroll-position .status {
  color: #0F0202;
}
body.light section.gallery-albums .col-title-center h4.widget-title, body.light-page section.gallery-albums .col-title-center h4.widget-title {
  color: #0F0202;
}
body.light .loading, body.light-page .loading {
  background-color: #FFF;
}
body.light section.reviews-and-logo .swiper-reviews .reviews-container .content, body.light section.reviews-and-logo .widget-content-manager-clients h3.widget-title, body.light-page section.reviews-and-logo .swiper-reviews .reviews-container .content, body.light-page section.reviews-and-logo .widget-content-manager-clients h3.widget-title {
  color: #000;
}
body.light section.reviews-and-logo .swiper-reviews .reviews-container .author .username h5, body.light section.reviews-and-logo section.reviews .reviews-container .author .username h5, body.light-page section.reviews-and-logo .swiper-reviews .reviews-container .author .username h5, body.light-page section.reviews-and-logo section.reviews .reviews-container .author .username h5 {
  color: #000;
}
body.light section.reviews-and-logo .swiper-reviews .reviews-arrows .reviews-btn, body.light-page section.reviews-and-logo .swiper-reviews .reviews-arrows .reviews-btn {
  color: #000;
  border: 1px solid #000;
}
body.light section.blog .col-title h4.small,
body.light section.blog .col-title h4.widget-title,
body.light section.blog .blog-container .col-front-blog article a.blog-item-link-title h4,
body.light section.blog .blog-container .col-front-blog article .card-body .toolbar span strong, body.light-page section.blog .col-title h4.small,
body.light-page section.blog .col-title h4.widget-title,
body.light-page section.blog .blog-container .col-front-blog article a.blog-item-link-title h4,
body.light-page section.blog .blog-container .col-front-blog article .card-body .toolbar span strong {
  color: #000;
}
body.light .widget-content-manager-clients .clients-container a.client-logo-link .logo, body.light-page .widget-content-manager-clients .clients-container a.client-logo-link .logo {
  background-color: #000;
  opacity: 1;
}
body.light .widget-content-manager-clients .clients-container a.client-logo-link, body.light-page .widget-content-manager-clients .clients-container a.client-logo-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body.light .mouse-icon .scroller img, body.light-page .mouse-icon .scroller img {
  filter: invert(1);
}
body.light section.blog .blog-container .col-front-blog article .card-body, body.light-page section.blog .blog-container .col-front-blog article .card-body {
  background: #f6f6f6;
}
body.light a, body.light-page a {
  color: #FD4A4A;
}
body.light section.blog .blog-container .col-front-blog article .card-body .toolbar, body.light-page section.blog .blog-container .col-front-blog article .card-body .toolbar {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon, body.light-page section.blog .blog-container .col-front-blog article .card-body .toolbar span a.link-icon {
  background: rgba(33, 32, 32, 0.1);
  color: #000;
}
body.light section.blog .blog-container .col-front-blog article a.blog-item-link img, body.light-page section.blog .blog-container .col-front-blog article a.blog-item-link img {
  filter: none;
  -moz-filter: none;
  -webkit-filter: none;
}
body.light ul.soc-icon-link li a .icon-div, body.light-page ul.soc-icon-link li a .icon-div {
  color: #0F0202;
  border-color: #0F0202;
}
body.light ul.soc-icon-link li a span, body.light-page ul.soc-icon-link li a span {
  color: #0F0202;
}
body.light main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active a.album-link, body.light-page main.landing section.main-slider-body .homepage-slider .swiper-slide.swiper-slide-active a.album-link {
  color: #0F0202;
}
body.light .homepage-slider .mouse-scroll svg #body-2, body.light-page .homepage-slider .mouse-scroll svg #body-2 {
  stroke: #000;
}
body.light .homepage-slider .mouse-scroll svg #circle-2, body.light-page .homepage-slider .mouse-scroll svg #circle-2 {
  fill: #000;
}

footer .widget.footer p.footer-contacts img.dark {
  display: block;
}
footer .widget.footer p.footer-contacts img.light {
  display: none;
}

section.site-section-head {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 96px;
}
section.site-section-head.video {
  background-color: #120203;
  margin-top: -110px;
  padding-top: 110px;
}
section.site-section-head.video .video-cover {
  display: block;
  position: relative;
  width: 100%;
  min-height: 700px;
}
section.site-section-head.video .video-cover .video-cover-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 10;
}
section.site-section-head.video .video-cover .video-cover-wrapper .video-cover-img {
  position: absolute !important;
  left: 0;
  top: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
section.site-section-head.video .video-cover .video-cover-wrapper .video-cover-img.back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.site-section-head.video .video-cover .video-cover-wrapper .video-cover-img.front-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
section.site-section-head.video .video-cover .video-cover-wrapper .video-cover-img.front-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
section.site-section-head.video .video-cover .container {
  position: relative;
  z-index: 11;
  height: 100%;
}
section.site-section-head.video .video-cover .container .col-section-video-content {
  position: relative;
  height: 100%;
}
section.site-section-head.video .video-cover a.play-video {
  display: block;
  position: relative;
  width: 100%;
  min-height: 700px;
  position: absolute;
  left: 0;
  top: 0;
}
section.site-section-head.video .video-cover a.play-video .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.site-section-head.video .video-cover a.play-video .wrapper i.play {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #FFF;
  mask-image: url("/site/assets/images/play.svg");
  -webkit-mask-image: url("/site/assets/images/play.svg");
  -moz-mask-image: url("/site/assets/images/play.svg");
  mask-size: 80px;
  -webkit-mask-size: 80px;
  -moz-mask-size: 80px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.site-section-head.video .video-cover a.play-video .wrapper span {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
section.site-section-head.video .video-cover a.play-video .wrapper:hover i.play {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
section.site-section-head.video .video-cover h4.page-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 100;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-top: 116px;
}
section.site-section-head.video .video-cover h3.page-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 700;
  font-size: 119px;
  letter-spacing: -0.05em;
  line-height: 109px;
  text-align: left;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 75px;
  text-transform: uppercase;
}
section.site-section-head.video .video-cover h3.page-title span {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.site-section-head.video .video-cover .video-player {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  cursor: pointer;
}
section.site-section-head.video .video-cover .video-player .play {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background-color: #FFF;
  mask-image: url("/site/assets/images/play.svg");
  -webkit-mask-image: url("/site/assets/images/play.svg");
  -moz-mask-image: url("/site/assets/images/play.svg");
  mask-size: 80px;
  -webkit-mask-size: 80px;
  -moz-mask-size: 80px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.main-html-content {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: left;
  color: #e2e2e2;
}
.main-html-content h1, .main-html-content h2, .main-html-content h3, .main-html-content h4, .main-html-content h5, .main-html-content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: initial;
}

h2.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: initial;
  margin-bottom: 137px;
}

.card-simple {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  background: #15131F;
  margin-bottom: 24px;
}
.card-simple#godox {
  min-height: 315px;
}
.card-simple .card-body {
  padding: 28px;
}
.card-simple .card-body img.img-fluid {
  display: block;
  position: relative;
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
}
.card-simple .card-body .content {
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: center;
  color: #E2E2E2;
}
.card-simple .card-body .content strong {
  color: #FFF;
  font-weight: 600;
}
.card-simple .card-body .content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tpl-item-simple {
  display: block;
  position: relative;
  width: 100%;
}
.tpl-item-simple h5 {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 29px;
  padding-bottom: 0;
}
.tpl-item-simple .content {
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: left;
  color: #E2E2E2;
}
.tpl-item-simple .content strong {
  color: #FFF;
  font-weight: 600;
}
.tpl-item-simple .content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tpl-item-simple .content ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tpl-item-simple .content ul li {
  padding-bottom: 4px;
}
.tpl-item-simple .content ul li:before {
  font-weight: 700;
  content: "- ";
  color: #FD4A4A;
}

.simple-page-body .widget-content-manager-clients {
  margin-top: 100px;
  margin-bottom: 100px;
}
.simple-page-body .widget-content-manager-clients .col-title h4.small {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: center;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 50px;
}
.simple-page-body .widget-content-manager-clients .col-title h4.small:after {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
}
.simple-page-body .widget-content-manager-clients .row-clients .col-clients {
  width: 11.1111111111%;
}

section.feedback-widget-slider {
  display: block;
  position: relative;
  width: 100%;
}
section.feedback-widget-slider .container-title .col-title h3.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-align: center;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
section.feedback-widget-slider .container-title .col-title h3.widget-title:after {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0%, #cb1e70 100%);
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body {
  display: block;
  position: relative;
  width: 100%;
  background: #15131F;
  padding-top: 94px;
  padding-bottom: 94px;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-image img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-content .content {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Playfair Display", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  padding-left: 46px;
  padding-bottom: 35px;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-content .bottom {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 46px;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-content .bottom .user {
  display: inline-block;
  position: relative;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-content .bottom .user strong {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 14px;
  padding-bottom: 3px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
section.feedback-widget-slider .swiper-reviews-wide .swiper-wrapper .review-body .col-review-content .bottom .user span {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 14px;
  text-align: left;
  color: #999;
  text-transform: capitalize;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn i {
  width: 70.99px;
  height: 9.98px;
  display: inline-block;
  background: url(/site/assets/images/arrow-slider.svg) no-repeat right center;
  background-size: 70px;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 10px;
  text-align: left;
  color: #808180;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.reviews-btn-left {
  left: 48px;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.reviews-btn-left i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.reviews-btn-left span {
  margin-left: 10px;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.reviews-btn-right {
  right: 48px;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.reviews-btn-right span {
  margin-right: 10px;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn:hover span {
  color: #FFF;
}
section.feedback-widget-slider .swiper-reviews-wide .reviews-btn.swiper-button-disabled {
  opacity: 0;
}
section.feedback-widget-slider .container-reade-more .col-reade-more {
  text-align: center;
  padding-top: 30px;
}
section.feedback-widget-slider .container-reade-more .col-reade-more a.reade-more {
  font-family: "Cerebri Sans", sans-serif;
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-align: right;
  color: #fff;
  padding-right: 38px;
  background: transparent url(/site/assets/images/reade-more.svg) no-repeat top right;
  background-size: 31px;
  text-transform: uppercase;
}

.col-reade-more {
  text-align: center;
}

.chat_button_body button.chat_button_main {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

section.page-body-content {
  display: block;
  position: relative;
  width: 100%;
  background: transparent url(/site/assets/images/dark-red-bg.svg) no-repeat bottom left;
  background-size: contain;
  padding-bottom: 84px;
  margin-bottom: -84px;
}
section.page-body-content .blog-post-article {
  padding-bottom: 96px;
}

section.site-had-brad-nav {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -110px;
  min-height: 470px;
  padding-top: 110px;
}
section.site-had-brad-nav:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 100%;
  background: transparent url(/site/assets/images/page-head-gradient-bg.svg) repeat-x left center;
  background-size: cover;
  opacity: 0.6;
}
section.site-had-brad-nav .page-section-head-bg {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed !important;
}
section.site-had-brad-nav .page-section-head-bg:before, section.site-had-brad-nav .page-section-head-bg:after {
  content: " ";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7973564426) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7973564426) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7973564426) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section.site-had-brad-nav .page-section-head-bg:after {
  top: initial;
  bottom: 0;
  height: 180px;
  background: rgb(8, 6, 12);
  background: -moz-linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
}
section.site-had-brad-nav .page-section-head-bg img {
  width: 100%;
  height: 100%;
  max-height: 701px;
  object-fit: cover;
  display: block;
  overflow: hidden;
}
section.site-had-brad-nav .container-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 57px;
}
section.site-had-brad-nav .container-wrapper .col-page-head-title {
  text-align: center;
}
section.site-had-brad-nav .container-wrapper .col-page-head-title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 52px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 33px;
  padding-bottom: 0;
}
section.site-had-brad-nav .container-wrapper .col-page-head-title a.mouse-scroll {
  display: inline-block;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin-bottom: 33px;
}
section.site-had-brad-nav .container-wrapper .col-brad-item {
  text-align: center;
}
section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li {
  display: inline-block;
}
section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li a {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li.active a {
  font-weight: 500;
  position: relative;
}
section.site-had-brad-nav .container-wrapper .col-brad-item nav ol.breadcrumb li.active a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 26px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.site-had-brad-nav.small-header {
  min-height: 360px;
}
section.site-had-brad-nav.small-header:before {
  background-position: left bottom;
}
section.site-had-brad-nav.small-header .page-section-head-bg:after {
  content: "";
  display: none;
}
section.site-had-brad-nav.blur-bg .page-section-head-bg {
  filter: blur(20px);
  -moz-filter: blur(20px);
  -webkit-filter: blur(20px);
}
section.site-had-brad-nav.video-post-bg {
  min-height: 600px;
}
section.site-had-brad-nav.video-post-bg .container-wrapper {
  bottom: 307px;
}
section.site-had-brad-nav.video-post-bg .page-body-content {
  margin-top: -175px;
  margin-bottom: -175px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #808180;
  font-size: 18px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f135";
  line-height: 24px;
}

.gallery-filters {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 45px;
}
.gallery-filters ul.gallery-cats {
  text-align: center;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-filters ul.gallery-cats li {
  display: inline-block;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  text-transform: uppercase;
}
.gallery-filters ul.gallery-cats li a {
  position: relative;
  color: #e2e2e2;
}
.gallery-filters ul.gallery-cats li a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.gallery-filters ul.gallery-cats li a:hover {
  color: #FFF;
  font-weight: 700;
}
.gallery-filters ul.gallery-cats li a:hover:after {
  width: 26px;
}
.gallery-filters ul.gallery-cats li:after {
  padding: 0 5px;
  content: " | ";
  color: #E2E2E2;
}
.gallery-filters ul.gallery-cats li.active a {
  color: #FFF;
  font-weight: 700;
}
.gallery-filters ul.gallery-cats li.active a:after {
  width: 26px;
}
.gallery-filters ul.gallery-cats li:last-child:after {
  content: "";
  display: none;
}

section.page-container-head {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}
section.page-container-head:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 100%;
  background: transparent url(/site/assets/images/page-head-gradient-bg.svg) repeat-x left center;
  background-size: cover;
}
section.page-container-head .container {
  position: relative;
  min-height: 243px;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}
section.page-container-head .container .section-image {
  position: absolute;
  left: 48px;
  top: 0;
  width: calc(100% - 96px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.page-container-head .container .section-image:before {
  content: " ";
  display: block;
  width: 100%;
  height: 245px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(8, 6, 12);
  background: -moz-linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(0deg, rgb(8, 6, 12) 0%, rgba(8, 6, 12, 0.599877451) 40%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
}
section.page-container-head .container .container-wrapper {
  position: absolute;
  left: 48px;
  bottom: 60px;
  width: calc(100% - 96px);
}
section.page-container-head .container .container-wrapper .col-page-title {
  text-align: center;
}
section.page-container-head .container .container-wrapper .col-page-title h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 11px;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 36px;
  color: #fff;
}
section.page-container-head .container .container-wrapper .col-brad-item {
  text-align: center;
}
section.page-container-head .container .container-wrapper .col-brad-item nav ol.breadcrumb {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.page-container-head .container .container-wrapper .col-brad-item nav ol.breadcrumb li {
  display: inline-block;
}
section.page-container-head .container .container-wrapper .col-brad-item nav ol.breadcrumb li a {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
section.page-container-head .container .container-wrapper .col-brad-item nav ol.breadcrumb li.active a {
  font-weight: 500;
  position: relative;
}
section.page-container-head .container .container-wrapper .col-brad-item nav ol.breadcrumb li.active a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 26px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

main.page-section-gallery {
  background: #08060c;
}

section.gallery-albums {
  display: block;
  position: relative;
  width: 100%;
}
section.gallery-albums .col-title-center {
  text-align: center;
  padding-top: 78px;
}
section.gallery-albums .col-title-center h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.25em;
  line-height: 30px;
  color: #FFF;
  padding-bottom: 24px;
}
section.gallery-albums .col-gallery-album {
  position: relative;
  padding-bottom: 48px;
}
section.gallery-albums .col-gallery-album .loading {
  background-color: #08060c;
}
section.gallery-albums .col-gallery-album a.link-gallery-album {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
section.gallery-albums .col-gallery-album a.link-gallery-album .img-wrapper .col-image-anime img {
  aspect-ratio: 16/14;
  object-fit: cover;
  object-position: center;
  z-index: 11;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .overflow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 21px 21px 12px 21px;
  z-index: 12;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  background-color: transparent;
  transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 14;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .overflow:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, rgba(8, 6, 12, 0.7959558824) 0%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(8, 6, 12, 0.7959558824) 0%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(0deg, rgba(8, 6, 12, 0.7959558824) 0%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
  z-index: 13;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .overflow h4 {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  line-height: 31px;
  text-align: left;
  color: #fff;
  z-index: 15;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .overflow span.catgeory {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: left;
  color: #aaa;
  text-transform: uppercase;
  z-index: 15;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .image-count {
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 21px;
  display: block;
  width: 100%;
  background: rgb(8, 6, 12);
  background: -moz-linear-gradient(180deg, rgba(8, 6, 12, 0.5970763305) 0%, rgba(8, 6, 12, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(8, 6, 12, 0.5970763305) 0%, rgba(8, 6, 12, 0) 100%);
  background: linear-gradient(180deg, rgba(8, 6, 12, 0.5970763305) 0%, rgba(8, 6, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08060c",endColorstr="#08060c",GradientType=1);
  transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
section.gallery-albums .col-gallery-album a.link-gallery-album .image-count span {
  padding-right: 24px;
}
section.gallery-albums .col-gallery-album a.link-gallery-album .image-count span i {
  font-size: 20px;
  position: relative;
  top: 1px;
  padding-right: 10px;
}
section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow:before {
  height: 100%;
  opacity: 1;
}
section.gallery-albums .col-gallery-album a.link-gallery-album:hover .overflow:before span {
  display: inline-block;
  padding-right: 24px;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
section.gallery-albums .col-gallery-album a.link-gallery-album:hover .image-count {
  color: #FFF;
  opacity: 0.5;
}
section.gallery-albums .col-gallery-album a.link-gallery-album:hover .img-wrapper {
  height: 80%;
}

.col-pagination {
  text-align: center;
}
.col-pagination nav ul.pagination li.page-item a.page-link {
  display: block;
  position: relative;
  background: transparent;
  border: none;
  padding: 10px 15px;
  box-shadow: none;
  font-weight: 100;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #aaa;
  font-family: "Cerebri Sans", sans-serif;
}
.col-pagination nav ul.pagination li.page-item a.page-link:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.col-pagination nav ul.pagination li.page-item a.page-link:hover:after, .col-pagination nav ul.pagination li.page-item a.page-link.current:after {
  width: 26px;
}
.col-pagination nav ul.pagination li.page-item a.page-link.current {
  font-weight: 700;
  color: #FFF;
}
.col-pagination nav ul.pagination li.page-item.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.col-scroll-to-top {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.col-scroll-to-top a.scroll-to-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
.col-scroll-to-top a.scroll-to-top-btn i.ks-icon-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  mask-image: url("/site/assets/images/scrol-to-top-btn-icon.svg");
  -webkit-mask-image: url("/site/assets/images/scrol-to-top-btn-icon.svg");
  -moz-mask-image: url("/site/assets/images/scrol-to-top-btn-icon.svg");
  mask-size: 40px;
  -webkit-mask-size: 40px;
  -moz-mask-size: 40px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.col-scroll-to-top a.scroll-to-top-btn:hover i.ks-icon-top {
  background-color: #FFF;
}

section.page-header-large-parallax {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - 110px);
}
section.page-header-large-parallax .section-parallax-image {
  display: block;
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: calc(100% + 110px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
section.page-header-large-parallax .section-parallax-image:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  content: " ";
  background: -moz-linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.9) 100%);
}
section.page-header-large-parallax .section-parallax-image.disable {
  background-attachment: initial;
}
section.page-header-large-parallax .container-wrapper {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
section.page-header-large-parallax .container-wrapper.container-top {
  top: 50%;
  margin-top: -100px;
}
section.page-header-large-parallax .container-wrapper.container-top .col-album-image-title {
  text-align: center;
}
section.page-header-large-parallax .container-wrapper.container-top .col-album-image-title h1 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.5em;
  line-height: 48px;
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
section.page-header-large-parallax .container-wrapper.container-bottom {
  position: absolute;
  bottom: 0;
  padding-bottom: 56px;
  text-align: center;
  z-index: 11;
}
section.page-header-large-parallax .container-wrapper.container-bottom nav ol.breadcrumb {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
}
section.page-header-large-parallax .container-wrapper.container-bottom nav ol.breadcrumb li {
  display: inline-block;
}
section.page-header-large-parallax .container-wrapper.container-bottom nav ol.breadcrumb li a {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
section.page-header-large-parallax .container-wrapper.container-bottom nav ol.breadcrumb li.active a {
  font-weight: 500;
  position: relative;
}
section.page-header-large-parallax .container-wrapper.container-bottom nav ol.breadcrumb li.active a:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: " ";
  display: block;
  width: 26px;
  height: 1px;
  background: linear-gradient(#fd4a4a 0, #cb1e70 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.page-header-large-parallax .container-wrapper.container-bottom:before {
  content: " ";
  display: block;
  width: 100%;
  height: 161px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 12;
}
section.page-header-large-parallax .mouse-scroll {
  bottom: 130px;
}
section.page-header-large-parallax.small-header {
  height: 100vh;
  max-height: 600px;
}

.page-opener-overlay {
  position: fixed;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 9999;
}
.page-opener-overlay.active {
  left: 0 !important;
  top: 0 !important;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  width: 100vw !important;
  height: 100vh !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

section.gallery-album-open {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 12px;
}
section.gallery-album-open .row-gallery-images {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 13px;
}
section.gallery-album-open .row-gallery-images .col-12 {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 12px;
}
section.gallery-album-open .row-gallery-images .col-12 a.gallery-item-img img {
  max-height: 800px;
}
section.gallery-album-open .row-gallery-images .col-12.portrait.col-size-last img {
  min-height: 800px;
}
section.gallery-album-open a.next-prev-gallery-btn {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 103px;
  margin-bottom: 48px;
}
section.gallery-album-open a.next-prev-gallery-btn span {
  display: block;
  position: absolute;
  width: 103px;
  height: 103px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
}
section.gallery-album-open a.next-prev-gallery-btn span:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
section.gallery-album-open a.next-prev-gallery-btn span i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  color: #FFF;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.gallery-album-open a.next-prev-gallery-btn div {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.gallery-album-open a.next-prev-gallery-btn div small {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: block;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 24px;
  color: #e2e2e2;
}
section.gallery-album-open a.next-prev-gallery-btn div strong {
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 24px;
  color: #e2e2e2;
  text-transform: uppercase;
}
section.gallery-album-open a.next-prev-gallery-btn.next span {
  left: 0;
}
section.gallery-album-open a.next-prev-gallery-btn.next div {
  left: 115px;
  text-align: left;
}
section.gallery-album-open a.next-prev-gallery-btn.prev span {
  right: 0;
}
section.gallery-album-open a.next-prev-gallery-btn.prev div {
  text-align: right;
  right: 115px;
}
section.gallery-album-open a.next-prev-gallery-btn:hover span i {
  transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  -moz-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
}
section.gallery-album-open .col-share-gallery {
  text-align: center;
}
section.gallery-album-open .col-share-gallery .page-share {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 24px;
}
section.gallery-album-open .col-share-gallery .page-share span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 26px;
  color: #808180;
  margin-bottom: 7px;
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts {
  display: block;
  position: relative;
  width: 100%;
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts .group {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts .group button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.07);
  padding: 0;
  margin: 0;
  text-align: center;
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts .group button:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts .group button i {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.gallery-album-open .col-share-gallery .page-share .shareElemts .group button:hover:before {
  opacity: 1;
}
section.gallery-album-open .gallery-content {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0;
}
section.gallery-album-open .gallery-content .loading {
  background-color: #08060c;
}

.back-btn {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 48px 0;
}

#main-html-content-kazas {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 29px;
}
#main-html-content-kazas:after {
  content: " ";
  display: block;
  width: 75px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #575465;
  mask-image: url("/site/assets/images/ornament.svg");
  -webkit-mask-image: url("/site/assets/images/ornament.svg");
  -moz-mask-image: url("/site/assets/images/ornament.svg");
  mask-size: 75px;
  -webkit-mask-size: 75px;
  -moz-mask-size: 75px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}

section.services {
  display: block;
  position: relative;
  width: 100%;
}
section.services .row-title .col-widget-title {
  text-align: center;
}
section.services .row-title .col-widget-title h3.widget-title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.25em;
  line-height: 30px;
  color: #fff;
  padding-bottom: 3px;
  margin-bottom: 0;
}
section.services .row-title .col-widget-title h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  color: #808180;
  margin-bottom: 30px;
  padding: 0;
}
section.services .row-services .col-services {
  position: relative;
  margin-bottom: 24px;
}
section.services .row-services .col-services .card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 0 20px;
  background: #0f0f18;
  border: 3px solid #0e0e0e;
  height: 100%;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
section.services .row-services .col-services .card .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.services .row-services .col-services .card .card-bg img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
section.services .row-services .col-services .card .card-body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 58px 29px 60px 29px;
}
section.services .row-services .col-services .card .card-body h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.25em;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 3px 0;
}
section.services .row-services .col-services .card .card-body h6.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  color: #808180;
  padding: 0;
  margin: 0 0 40px;
}
section.services .row-services .col-services .card .card-body strong {
  font-weight: 700;
}
section.services .row-services .col-services .card .card-body .price {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  margin-bottom: 40px;
}
section.services .row-services .col-services .card .card-body .price strong {
  font-weight: 400;
}
section.services .row-services .col-services .card .card-body .price small {
  color: #c4c4c4;
  font-size: 16px;
}
section.services .row-services .col-services .card .card-body .price small:first-child {
  padding-right: 5px;
}
section.services .row-services .col-services .card .card-body .price small:last-child {
  padding-left: 5px;
}
section.services .row-services .col-services .card .card-body .price span {
  font-size: 16px;
  color: #808180;
  padding-left: 5px;
}
section.services .row-services .col-services .card .card-body .services-content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-bottom: 85px;
}
section.services .row-services .col-services .card .card-body .services-content ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.services .row-services .col-services .card .card-body .services-content ul li {
  display: block;
}
section.services .row-services .col-services .card .card-body .btn-outline {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.services .row-services .col-services .card:hover {
  border-color: #FFF;
}
section.services .row-services .col-services .card:hover .card-bg img {
  opacity: 0.1;
}
section.services .row-services .col-services .loading {
  left: 12px;
  top: 0;
  width: calc(100% - 24px);
  height: 100%;
}

.btn-outline {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 36px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: transparent;
  border: 3px solid #fff;
}
.btn-outline:hover {
  background: #FFF;
  color: #0f0f18;
}

h2.wedding-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Playfair Display", sans-serif;
  font-weight: normal;
  font-size: 48px;
  letter-spacing: -0.01em;
  line-height: 55px;
  text-align: center;
  color: #e2e2e2;
  text-transform: none;
  padding: 0;
  margin-bottom: 41px;
}

section.video-page {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 48px;
}
section.video-page .col-video-item {
  margin-bottom: 24px;
}
section.video-page .col-video-item a.video-item-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
section.video-page .col-video-item a.video-item-link .card-video {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body {
  padding: 16px 0;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body h4.video-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0 0 16px 0;
  padding: 0;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body p {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
  color: #999;
  padding: 0 0 18px 0;
  margin: 0;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body .blog-post-toolbar {
  display: block;
  position: relative;
  width: 100%;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body .blog-post-toolbar span.category {
  display: inline-block;
  padding-right: 5px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: left;
  color: #FFF;
  font-family: "Cerebri Sans", sans-serif;
  text-transform: uppercase;
}
section.video-page .col-video-item a.video-item-link .card-video .card-body .blog-post-toolbar span.time-ago {
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: left;
  color: #aaa;
  font-family: "Cerebri Sans", sans-serif;
  text-transform: uppercase;
}
section.video-page .col-video-item a.video-item-link .card-video .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.video-page .col-video-item a.video-item-link .card-video .img-wrapper img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
section.video-page .col-video-item a.video-item-link .card-video .img-wrapper .video-play-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section.video-page .col-video-item a.video-item-link .card-video .img-wrapper .video-play-btn:after {
  content: " ";
  display: block;
  width: 12.66px;
  height: 16.11px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #FFF;
  mask-image: url("/site/assets/images/play-video.svg");
  -webkit-mask-image: url("/site/assets/images/play-video.svg");
  -moz-mask-image: url("/site/assets/images/play-video.svg");
  mask-size: 12.66px;
  -webkit-mask-size: 12.66px;
  -moz-mask-size: 12.66px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.video-page .col-video-item a.video-item-link:hover .img-wrapper .video-play-btn {
  background-color: red;
}

section.video-album-open-bottom {
  margin: 180px 0 0 0;
}

section.reviews .review-body {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 94px;
}
section.reviews .review-body .col-review-image img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.reviews .review-body .col-review-content .content {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Playfair Display", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  padding-left: 46px;
  padding-bottom: 35px;
}
section.reviews .review-body .col-review-content .bottom {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 46px;
}
section.reviews .review-body .col-review-content .bottom .user {
  display: inline-block;
  position: relative;
}
section.reviews .review-body .col-review-content .bottom .user strong {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 14px;
  padding-bottom: 3px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
section.reviews .review-body .col-review-content .bottom .user span {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 14px;
  text-align: left;
  color: #999;
  text-transform: capitalize;
}
section.reviews h4.small {
  margin: 0 0 29px 0;
  padding: 0;
}
section.reviews .reviews-container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
section.reviews .reviews-container .content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
}
section.reviews .reviews-container .author {
  display: block;
  position: relative;
  width: 100%;
}
section.reviews .reviews-container .author .image {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
section.reviews .reviews-container .author .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: initial;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.reviews .reviews-container .author .username {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  top: -16px;
}
section.reviews .reviews-container .author .username h5 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
}
section.reviews .reviews-container .author .username h6 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 10px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
section.reviews .reviews-arrows {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 23px;
  z-index: 12;
}
section.reviews .reviews-arrows .reviews-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  line-height: 14px;
  margin: 0 10px 0 0;
}
section.reviews .reviews-arrows .reviews-btn:last-child {
  margin: 0;
}
section.reviews .reviews-arrows .reviews-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.reviews .reviews-arrows .reviews-btn.swiper-button-disabled {
  opacity: 0.3;
}

section.site-brad-nav-404 {
  margin-top: 0;
}

body.admin-state {
  margin-top: 37px;
}
body.admin-state nav.admin-nav {
  position: absolute !important;
  top: -37px;
  left: 0;
  width: 100%;
}
body.admin-state nav.admin-nav.fixed {
  position: fixed !important;
  top: 0;
}

.card-primary {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.card-primary .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.card-primary .card-body {
  padding: 21px 12.5px;
  background: #141319;
  border: 1px solid rgb(25, 18, 40);
}
.card-primary .card-body h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -0.01em;
  line-height: 31px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0 0 6.8px 0;
  text-transform: uppercase;
}
.card-primary .card-body h4 small {
  font-size: 16px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.51);
  text-transform: none;
}
.card-primary .card-body p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #aaa;
  margin: 0;
  padding: 0;
}

.col-sub-pages {
  margin-bottom: 24px;
}
.col-sub-pages a.sub-pages {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

section.services.widget-margin {
  padding-top: 48px;
}
section.services.widget-margin h3.widget-title {
  margin-bottom: 24px !important;
}
section.services.widget-margin:before {
  content: " ";
  display: block;
  width: 75px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #575465;
  mask-image: url("/site/assets/images/ornament.svg");
  -webkit-mask-image: url("/site/assets/images/ornament.svg");
  -moz-mask-image: url("/site/assets/images/ornament.svg");
  mask-size: 75px;
  -webkit-mask-size: 75px;
  -moz-mask-size: 75px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}

section.services-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}
section.services-item .main-html-content {
  color: #fff;
}

form.service-form {
  display: block;
  position: relative;
  width: 100%;
}
form.service-form h4.widget-title {
  padding: 12px 0 24px 0;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
}
form.service-form .col-user-confirm-email {
  display: none;
  visibility: hidden;
}
form.service-form label {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}
form.service-form label span {
  color: red;
  font-weight: 700;
}
form.service-form .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: rgb(23, 23, 28);
  border: 1px solid rgb(43, 43, 57);
  color: #FFF;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
form.service-form .form-control:focus {
  border: 1px solid rgba(175, 0, 54, 0.3);
  box-shadow: 0 0 0 0.25rem rgba(175, 0, 54, 0.25);
}
form.service-form input.form-control {
  height: 45px;
}
form.service-form textarea.form-control {
  height: 100px;
}

.col-services-page h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.25em;
  line-height: 18px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 3px;
}
.col-services-page h6.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: left;
  color: #808180;
  padding: 0;
}
.col-services-page .price {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
  color: #FFF;
  margin-bottom: 40px;
}
.col-services-page .price strong {
  font-weight: 400;
}
.col-services-page .price small {
  color: #c4c4c4;
  font-size: 16px;
}
.col-services-page .price small:first-child {
  padding-right: 5px;
}
.col-services-page .price small:last-child {
  padding-left: 5px;
}
.col-services-page .price span {
  font-size: 16px;
  color: #808180;
  padding-left: 5px;
}
.col-services-page ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-services-page ul li {
  display: block;
}

.col-services-page-image .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.col-services-page-image .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.text-right {
  text-align: right;
}

body.light form.service-form .form-control, body.light-page form.service-form .form-control {
  background: #FFF;
  color: #000;
}
body.light .alert-danger, body.light-page .alert-danger {
  color: #8d2828;
  background-color: #ffc7c7;
  border-color: #fd4a4a;
  text-align: center;
  font-weight: 700;
}
body.light .alert-danger a, body.light-page .alert-danger a {
  color: #FD4A4A;
  text-decoration: underline;
  font-weight: 700;
}
body.light .alert-warning, body.light-page .alert-warning {
  background: #fff0db;
  color: #d17d00;
  border: 1px solid #ff9800;
  font-weight: 700;
}
body.light section.services-item .loading, body.light-page section.services-item .loading {
  background-color: #FFF;
}
body.light .col-services-page .price, body.light-page .col-services-page .price {
  color: #000;
}
body.light .alert-success, body.light-page .alert-success {
  color: #3d6113;
  background-color: rgba(139, 195, 74, 0.2588235294);
  border-color: #8bc34a;
  font-weight: 700;
}
body.light .content-html a, body.light-page .content-html a {
  color: #FD4A4A;
}
body.light .slider-loader, body.light-page .slider-loader {
  background: #FFF;
  z-index: 999999;
}
body.light .slider-loader .circle span, body.light-page .slider-loader .circle span {
  color: #000;
}
body.light .main-html-content h1, body.light .main-html-content h2, body.light .main-html-content h3, body.light .main-html-content h4, body.light .main-html-content h5, body.light .main-html-content h6, body.light-page .main-html-content h1, body.light-page .main-html-content h2, body.light-page .main-html-content h3, body.light-page .main-html-content h4, body.light-page .main-html-content h5, body.light-page .main-html-content h6 {
  color: #000;
}
body.light table a, body.light-page table a {
  color: #FD4A4A;
}

form.service-form {
  display: block;
  position: relative;
  width: 100%;
}

section.blog-page {
  display: block;
  position: relative;
  width: 100%;
}
section.blog-page .col-front-blog {
  margin-bottom: 24px;
}
section.blog-page .col-pagination {
  margin-bottom: 48px;
}

.content_block_module {
  display: block;
  position: relative;
  width: 100%;
}
.content_block_module .gallery-content-block {
  display: block;
  position: relative;
  width: 100%;
}
.content_block_module .gallery-content-block .row-gallery-content-block {
  margin-left: -2px;
  margin-right: -2px;
}
.content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a img {
  min-width: 100%;
  max-width: 100%;
}
.content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a .gallery-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a .gallery-overlay span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #FFF;
  font-size: 24px;
  text-align: center;
  padding: 0 24px;
}

main#blogs section.page-container-head .container .section-image {
  background-attachment: fixed;
}

.row-comments {
  padding-top: 64px;
}

main.contacts {
  display: block;
  position: relative;
  width: 100%;
  background-image: url(/site/assets/images/contacts-bg.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1920px;
  padding-top: 120px;
}
main.contacts .contacts-map {
  width: 100%;
  height: 573px;
}
main.contacts .contacts-map .mapboxgl-ctrl-logo, main.contacts .contacts-map .mapboxgl-ctrl-attrib {
  display: none;
  visibility: hidden;
}
main.contacts .contacts-map .mapboxgl-popup .mapboxgl-popup-content {
  background: #FFF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #0f0f18;
}
main.contacts .contacts-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #FFF;
}
main.contacts .contacts-map .mapboxgl-popup {
  max-width: 320px !important;
}
main.contacts .contacts-map .map-popup-contacts {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 51px;
}
main.contacts .contacts-map .map-popup-contacts img.map-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
main.contacts .contacts-map .map-popup-contacts h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: left;
  color: #0f0f18;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 7px 0;
}
main.contacts .contacts-map .map-popup-contacts p {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: left;
  color: rgba(15, 15, 24, 0.9);
  margin: 0;
  padding: 0 0 7px 0;
}
main.contacts .contacts-map .map-popup-contacts a {
  color: #0f0f18;
}
main.contacts .contacts-map .map-popup-contacts a:hover {
  color: #FD4A4A;
}
main.contacts .contacts-map .mapboxgl-popup-close-button {
  color: #0f0f18;
}
main.contacts .row-contact-content {
  padding-top: 40px;
}
main.contacts .main-html-content h1, main.contacts .main-html-content h2, main.contacts .main-html-content h3, main.contacts .main-html-content h4, main.contacts .main-html-content h5, main.contacts .main-html-content h6, main.contacts .instagram-section h1, main.contacts .instagram-section h2, main.contacts .instagram-section h3, main.contacts .instagram-section h4, main.contacts .instagram-section h5, main.contacts .instagram-section h6 {
  font-family: "Playfair Display", sans-serif;
  text-transform: none;
}
main.contacts section.instagram-section .col-title h4 {
  margin-bottom: 24px;
}
main.contacts section.instagram-section .col-insta-inner {
  padding: 0;
}
main.contacts ul.contacts {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
main.contacts ul.contacts li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}
main.contacts ul.contacts li:before {
  content: "";
  display: none;
}
main.contacts ul.contacts li i {
  position: relative;
  top: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
main.contacts ul.contacts li a {
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
}
main.contacts ul.contacts li span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
main.contacts ul.contacts li:hover i {
  color: #FD4A4A;
}
main.contacts ul.contacts li:hover span {
  color: #FFF;
}
main.contacts .mouse-scroll {
  bottom: -80px;
}
main.contacts .soc-icons {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 48px;
}
main.contacts .soc-icons small {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  display: inline-block;
  position: relative;
  top: -19px;
}
main.contacts .soc-icons ul.soc-icon-link {
  position: relative;
  left: initial;
  bottom: initial;
  display: inline-block;
}
main.contacts .soc-icons ul.soc-icon-link li {
  display: inline-block;
}
main.contacts .soc-icons ul.soc-icon-link li a .icon-div {
  padding: 0;
  margin: 0 4px 0 0;
  border-color: rgba(255, 255, 255, 0.3);
}
main.contacts .soc-icons ul.soc-icon-link li a:hover span {
  display: none;
}

section.home-slider-v3 {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}

.mob-nav-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9998;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

section.mob-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
section.mob-nav .nav-container {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #FFF;
  display: block;
  padding: 48px;
  text-align: center;
  overflow-y: auto;
}
section.mob-nav .nav-container h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
section.mob-nav .nav-container ul.mob-nav-items {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.mob-nav .nav-container ul.mob-nav-items li {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
}
section.mob-nav .nav-container ul.mob-nav-items li a.mob-nav-item {
  display: block;
  position: relative;
  width: 100%;
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
section.mob-nav .nav-container ul.mob-nav-items li a.mob-nav-item span.sub {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  left: 5px;
  top: -8px;
}
section.mob-nav .nav-container ul.mob-nav-items li a.mob-nav-item span.material-icons-outlined {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 8px;
  width: 28px;
  height: 28px;
  display: block;
  background-color: #000;
  mask-image: url("/site/assets/images/search.svg");
  -webkit-mask-image: url("/site/assets/images/search.svg");
  -moz-mask-image: url("/site/assets/images/search.svg");
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -moz-mask-size: 28px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.mob-nav .nav-container ul.mob-nav-items li .collapse-mob-nav-item {
  padding-bottom: 24px;
}
section.mob-nav .nav-container ul.mob-nav-items li .collapse-mob-nav-item a.mob-nav-sub-item {
  display: block;
  position: relative;
  font-size: 24px;
  padding-left: 5px;
  line-height: 42px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
section.mob-nav button.close-mob-nav {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 26px;
  height: 26px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
  outline: none;
  mask-image: url("/site/assets/images/close.svg");
  -webkit-mask-image: url("/site/assets/images/close.svg");
  -moz-mask-image: url("/site/assets/images/close.svg");
  mask-size: 26px;
  -webkit-mask-size: 26px;
  -moz-mask-size: 26px;
  mask-position: center center;
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
}
section.mob-nav .mob-contacts, section.mob-nav .mob-lang-bar {
  display: none;
}

button.show-gallery-filters {
  display: none;
  visibility: hidden;
}

.searchForm form input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.searchForm form .input-group .btn {
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  background: #000;
  border: 2px solid #FFF;
  color: #FFF;
}

.search-img-col a {
  display: block;
  position: relative;
  width: 100%;
}
.search-img-col a img {
  min-width: 100%;
  margin-bottom: 24px;
}

form.user-reservation-images-form {
  display: block;
  position: relative;
  width: 100%;
}
form.user-reservation-images-form label {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
}
form.user-reservation-images-form label span {
  color: red;
}

.main-html-content blockquote {
  display: block;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  padding: 48px 48px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 100;
}
.main-html-content blockquote:before, .main-html-content blockquote:after {
  display: block;
  content: "\f6b0";
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.15);
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-html-content blockquote:after {
  left: initial;
  top: initial;
  right: 15px;
  bottom: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.calendar_order input {
  max-width: 100% !important;
  height: 44px;
}

.calendar_order .col-confirm-email {
  display: none;
}

.calendar_order .number {
  position: relative;
  display: block;
  width: 100%;
}

.calendar_order .number input {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
}

.calendar_order .number span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 44px;
  background: #af0036;
  color: #FFF;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  cursor: pointer;
}

.calendar_order .number span.plus {
  left: initial;
  right: 0;
}

section.instagram-section .row {
  margin: 0 !important;
}
section.instagram-section .row .col-insta-inner {
  padding: 0 !important;
}

.alert-return2 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

section.photo-catalog-intro {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
  background: #FFF;
}
section.photo-catalog-intro a.overlay-logo {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
section.photo-catalog-intro a.overlay-logo img {
  min-width: 100%;
  max-width: 100%;
}
section.photo-catalog-intro .img-slide {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
section.photo-catalog-intro .img-slide.anime_in {
  transition: transform 0.5s ease-out, opacity 0.1s ease-in;
  -moz-transition: transform 0.5s ease-out, opacity 0.1s ease-in;
  -webkit-transition: transform 0.5s ease-out, opacity 0.1s ease-in;
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
section.photo-catalog-intro .img-slide.done {
  opacity: 0;
  display: none;
  visibility: hidden;
}
section.photo-catalog-intro .img-slide.darken:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.photo-catalog-intro .intro-overlay {
  display: block;
  opacity: 0;
  max-width: 350px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9999;
}
section.photo-catalog-intro .intro-overlay.visible {
  opacity: 1;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
section.photo-catalog-intro .intro-overlay .overlay-logo {
  max-width: 100%;
  opacity: 1;
}
section.photo-catalog-intro .intro-overlay h1.title {
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  letter-spacing: 0;
  text-shadow: 0 5px 50px #000000;
  font-weight: 100;
  z-index: 11;
  margin: 0;
  padding: 0;
}
section.photo-catalog-intro .intro-overlay span.date {
  width: 100%;
  display: block;
  font-size: 26px;
  text-align: center;
  color: #FFF;
  opacity: 0.7;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 100;
  z-index: 11;
  margin: 0 0 15px 0;
}
section.photo-catalog-intro .intro-overlay .button {
  margin-left: auto;
  margin-right: auto;
}
section.photo-catalog-intro .intro-overlay .wrapper {
  text-align: center;
}

.rezervacijas-subcat .content-html {
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed #CDCDCD;
}

.rezervacijas .content-html {
  font-size: 16px;
  color: #333;
}

.row-reservation-cat {
  margin-left: 0;
  margin-right: 0;
}

.row-reservation-cat .col-reservation-cat {
  padding-left: 0;
  padding-right: 0;
}

a.reservation-cat {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

a.reservation-cat img {
  max-width: 100%;
  min-width: 100%;
}

a.reservation-cat h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  padding: 30px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a.reservation-cat:hover h4 {
  background: rgba(255, 0, 0, 0.8);
  color: #FFF;
}

.rezervacijas-subcat .content-html {
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed #CDCDCD;
}

.col-reservation-subcat .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  height: 100%;
  margin-bottom: 24px;
}

.col-reservation-subcat .card .card-heading {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background: rgb(130, 0, 255);
  background: -moz-linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  background: -webkit-linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  background: linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8200ff",endColorstr="#bc0095",GradientType=1);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.col-reservation-subcat .card .card-heading small {
  font-size: 18px;
  font-weight: 100;
  color: #FFF;
}

.col-reservation-subcat .card .card-body {
  height: 100%;
}

.col-reservation-subcat ul.time {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.col-reservation-subcat ul.time li {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.col-reservation-subcat ul.time li:last-child {
  border-bottom: none;
}

.col-reservation-subcat ul.time li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #444;
  padding: 10px 0;
}

.col-reservation-subcat ul.time li a i {
  color: #005cbf;
  padding-right: 5px;
  font-size: 18px;
}

.col-reservation-subcat ul.time li a:hover {
  text-decoration: underline;
  color: red;
}

.rezervacijas-form {
  margin-bottom: 60px;
}

.rezervacijas-form form label {
  font-size: 12px;
}

.rezervacijas-form form label span {
  color: red;
}

.rezervacijas-form form .btn-primary {
  background: #4CAF50;
  border-color: #4CAF50;
  color: #FFF;
}

.rezervacijas-form form .btn-primary:hover {
  background: #438a45;
  border-color: #438a45;
  color: #FFF;
}

.col-rezevacija-form-confirm-email {
  display: none;
  visibility: hidden;
}

.clear-text {
  text-align: initial;
}

.rezervacijas-form form .info-text {
  padding-bottom: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.rezervacijas-form form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}

.col-reservation-subcat ul.time li {
  padding-left: 30px;
}

.col-reservation-subcat .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  height: 100%;
}

.col-reservation-subcat .card .card-heading {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background: rgb(130, 0, 255);
  background: -moz-linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  background: -webkit-linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  background: linear-gradient(135deg, rgb(130, 0, 255) 0%, rgb(188, 0, 149) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8200ff",endColorstr="#bc0095",GradientType=1);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.col-reservation-subcat .card .card-heading small {
  font-size: 18px;
  font-weight: 100;
  color: #FFF;
}

.col-reservation-subcat .card .card-body {
  height: 100%;
}

.col-reservation-subcat ul.time {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.col-reservation-subcat ul.time li {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.col-reservation-subcat ul.time li:last-child {
  border-bottom: none;
}

.col-reservation-subcat ul.time li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #444;
}

.col-reservation-subcat ul.time li a i {
  color: #005cbf;
  padding-right: 5px;
  font-size: 18px;
}

.col-reservation-subcat ul.time li a:hover {
  text-decoration: underline;
  color: red;
}

.rezervacijas-form {
  margin-bottom: 60px;
}

.rezervacijas-form form label {
  font-size: 12px;
}

.rezervacijas-form form label span {
  color: red;
}

.rezervacijas-form form .btn-primary {
  background: #4CAF50;
  border-color: #4CAF50;
  color: #FFF;
}

.rezervacijas-form form .btn-primary:hover {
  background: #438a45;
  border-color: #438a45;
  color: #FFF;
}

.col-rezevacija-form-confirm-email {
  display: none;
  visibility: hidden;
}

.rezervacijas-form form .info-text {
  padding-bottom: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.rezervacijas-form form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}

.rezervacijas table {
  color: #000;
  font-weight: 400;
}

.rezervacijas table tbody tr td {
  vertical-align: middle;
  text-align: left;
}

.rezervacijas table tbody .dropdown button.btn {
  padding: 10px 10px 10px 20px;
}

.rezervacijas h3 strong {
  color: #000;
}

.rezervacijas table tbody tr.primary {
  background: rgba(0, 0, 0, 0.0901960784);
}

.reservation-user-gallery img {
  min-width: 100%;
}

.reservation-user-gallery h4 {
  padding: 20px;
  background: #eaeaea;
  color: #000;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-size: 18px;
}

.rezervacijas-subcat-main {
  margin: 24px 0 0 0;
}

h4.splitter {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

h4.splitter:before, h4.splitter:after {
  content: " ";
  display: block;
  width: 50%;
  height: 1px;
  border-bottom: 1px solid #CDCDCD;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}

h4.splitter:after {
  left: initial;
  right: 0;
}

h4.splitter span {
  background: #FFF;
  display: inline-block;
  padding: 0 30px;
}

.category-color {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #000;
  border: 2px solid #FFF;
}

.gallery-color-list {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #000;
  border: 2px solid #FFF;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.rezervacijas-subcat-main ul.time li {
  padding-left: 30px;
}

.photographer-card {
  display: block;
  position: relative;
  width: 100%;
}

.photographer-card img {
  float: left;
  margin-right: 20px;
  max-width: 120px;
}

.photographer-card h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 0 0 5px 165px;
  position: relative;
}

.photographer-card a {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0;
  display: block;
}

.photographer-card a:hover {
  color: red;
}

.photographer-map {
  display: block;
  position: relative;
}

.photographer-map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.photographer-card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.photographer-card .card-body {
  padding-right: 0;
}

.photographer-card .gallery-color-list {
  left: 136px;
  top: 40%;
}

.col-reservation-subcat ul.time li {
  padding-left: 30px;
}

.page-body-rezervacijas h1.entry-title {
  margin-bottom: 10px;
}

a.reservation-cat-kaspars-silins:hover h4 {
  background: rgba(184, 0, 162, 0.7803921569);
}

a.reservation-cat-maris-becitis:hover h4 {
  background: rgba(98, 0, 255, 0.7882352941);
}

.photographer-toolbar-title {
  display: inline-block;
  float: left;
  width: initial;
  padding-right: 35px;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-left: 30px;
}

.photographer-toolbar-title .gallery-color-list {
  left: 0;
}

.photographer-toolbar {
  display: block !important;
  flex-direction: initial !important;
  margin-bottom: 20px;
}

.row-reservation-subcat .col-reservation-subcat {
  margin-bottom: 24px;
}
.row-reservation-subcat .card {
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.row-reservation-subcat .card .card-heading {
  padding: 15px 30px;
}

.col-reservation-subcat ul.time li {
  padding: 13px 0 13px 30px;
}
.col-reservation-subcat ul.time li:first-child {
  padding-top: 0;
}
.col-reservation-subcat ul.time li:first-child .gallery-color-list {
  top: 11px;
}
.col-reservation-subcat ul.time li:last-child {
  padding-bottom: 0;
}
.col-reservation-subcat ul.time li:last-child .gallery-color-list {
  top: 28px;
}

.table-responsive {
  overflow-x: visible;
}

table.table tbody tr.success td {
  background: rgba(139, 195, 74, 0.2588235294);
}
table.table tbody tr.info td {
  background: rgba(0, 188, 212, 0.1490196078);
}
table.table tbody tr.warning td {
  background: rgba(255, 235, 59, 0.1490196078);
}
table.table tbody tr.danger td {
  background: rgba(255, 87, 34, 0.1490196078);
}

body.cookies_gdpr {
  height: auto;
  overflow-y: scroll;
}
body.cookies_gdpr .chat_button_body {
  display: none;
}

section.cookies_gdpr_popup {
  position: fixed;
  bottom: 24px;
  left: 0;
  top: initial;
  width: 100%;
  height: initial;
  background: transparent;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2117647059);
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
  width: calc(100% - 48px);
  background: #FFF;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  padding: 17px 24px 0;
  line-height: 30px;
  text-align: left;
  color: #242427;
  border: none;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .col-gdpr-intro-question, section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-bottom {
  display: none;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body a {
  color: #FD4A4A;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body a:hover {
  color: #FD4A4A;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .col-gdpr-title {
  margin: 0;
  width: calc(100% - 360px);
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .col-gdpr-title h4.widget-title.cookies-gdpr-title,
section.cookies_gdpr_popup .cookies_gdpr_popup_body .col-gdpr-title h5.widget-title.cookies-gdpr-subtitle {
  display: none;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-policy-link {
  margin-bottom: 0;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-first-block {
  width: auto;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-first-block .cookies-gdpr-accept, section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-first-block .cookies-gdpr-policy-link {
  width: auto;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-first-block .cookies-gdpr-cancel, section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-first-block .cookies-gdpr-more {
  display: none;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body #privacy-policy-link, section.cookies_gdpr_popup .cookies_gdpr_popup_body #btn-cookies-gdpr-customize {
  margin-bottom: 0;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body #privacy-policy-link, section.cookies_gdpr_popup .cookies_gdpr_popup_body #btn-cookies-gdpr-customize {
  display: inline-block;
  font-weight: 500;
  color: #FD4A4A;
  padding: 0;
  margin-bottom: 6px;
  margin-top: 17px;
  border: none;
  box-shadow: none;
  background: transparent;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-accept {
  order: 3;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-accept #btn-cookies-gdpr-accept {
  margin-right: 0;
  margin-top: 11px;
  padding: 6px 33px;
}
section.cookies_gdpr_popup .cookies_gdpr_popup_body .cookies-gdpr-accept #btn-cookies-gdpr-accept:hover {
  background: green;
}

body.data-editor {
  margin-top: 60px;
}
body.data-editor .loading {
  display: none !important;
}

.row-container-fluid {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  overflow: hidden;
  max-width: 100vw;
}
.row-container-fluid.row-padding {
  width: calc(100vw - 100px);
}

body.data-editor .row-container-fluid {
  overflow: visible;
}

.row-cb-ks-cards {
  margin-left: -19px;
  margin-right: -19px;
}
.row-cb-ks-cards .col-cb-ks-cards {
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 48px;
}
.row-cb-ks-cards .col-cb-ks-cards .card-steps {
  border: none;
  height: 100%;
  position: relative;
}
.row-cb-ks-cards .col-cb-ks-cards .card-steps > span {
  width: 46px;
  position: absolute;
  left: -18px;
  top: 0;
  background: #FFF;
  font-family: Unna;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: -0.01em;
  line-height: 55px;
  text-align: left;
  color: rgb(173, 147, 88);
  padding-bottom: 10px;
}
.row-cb-ks-cards .col-cb-ks-cards .card-steps .card-body {
  font-family: Unna;
  font-weight: normal;
  font-style: italic;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 46px;
  text-align: center;
  color: #0f0202;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 50px 40px;
  background: transparent;
  border: 1px solid rgb(173, 147, 88);
}

.unna-font h1, .unna-font h2, .unna-font h3, .unna-font h4, .unna-font h5, .unna-font h6 {
  font-family: "Unna", sans-serif;
  text-transform: none !important;
  font-weight: initial;
}

.row-container-fluid.row-container-fluid-padding {
  width: calc(100vw - 28px);
  left: calc(50% + 12px);
}
.row-container-fluid.row-container-fluid-padding.row-padding-x2 {
  width: calc(100vw - 100px);
  left: calc(50% + 10px);
}
.row-container-fluid .wedding-video-wrapper.col-md-12 {
  padding: 0;
}

.main-html-content a[role=button].pb-3 {
  padding-bottom: 0.7rem !important;
}
.main-html-content a[role=button].pt-3 {
  padding-top: 0.7rem !important;
}

.row-builder .col-cb.overlay {
  position: relative;
  z-index: 1;
}
.row-builder .col-cb.overlay:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.row-builder .col-cb.overlay div, .row-builder .col-cb.overlay p, .row-builder .col-cb.overlay a, .row-builder .col-cb.overlay h1, .row-builder .col-cb.overlay h2, .row-builder .col-cb.overlay h3, .row-builder .col-cb.overlay h4, .row-builder .col-cb.overlay h5, .row-builder .col-cb.overlay h6 {
  position: relative;
  z-index: 3;
}
.row-builder .col-cb.overlay:hover:before {
  opacity: 0.1;
}

section.wedding-gallery {
  display: block;
  position: relative;
  width: 100%;
}
section.wedding-gallery .row-wedding-gallery {
  margin-left: -14px;
  margin-right: -14px;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 14px;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery img {
  margin: 0 !important;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery .overflow {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 0;
  z-index: 11;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery .overflow:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #FFF;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: 12;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery .overflow h4 {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Unna", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 21px;
  color: #fff;
  max-width: 144px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: 13;
  padding: 0 15px;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery .overflow h4:before {
  content: " ";
  display: block;
  width: 100%;
  height: 14px;
  position: relative;
  background-color: #FFF;
  mask-image: url("/site/assets/images/ornament-white.svg");
  -webkit-mask-image: url("/site/assets/images/ornament-white.svg");
  -moz-mask-image: url("/site/assets/images/ornament-white.svg");
  mask-size: 69px;
  -webkit-mask-size: 69px;
  -moz-mask-size: 69px;
  mask-position: center;
  -webkit-mask-position: center;
  -moz-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  margin-bottom: 6px;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery:hover .overflow h4 {
  color: #000;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery:hover .overflow h4:before {
  background-color: #000;
}
section.wedding-gallery .row-wedding-gallery .col-wedding-gallery a.wedding-gallery:hover .overflow:before {
  width: 100%;
}

.services-content ul li {
  padding: 5px 0 5px 25px;
  text-align: left;
}
.services-content ul li:before {
  top: 12px;
  color: #000000;
}

.wedding-video-wrapper {
  display: block;
  position: relative;
  aspect-ratio: 21/6;
}
.wedding-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.wedding-reviews {
  display: block;
  position: relative;
  width: 100%;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-img .image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-img .image-wrapper .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 113px);
  height: calc(100% - 85px);
  background: #f6f4f0;
  z-index: 11;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-img .image-wrapper img {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding-right: 82px;
  padding-bottom: 85px;
  z-index: 12;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content {
  position: relative;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content .review-content {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: calc(100% - 76px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content .review-content .quates {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  font-family: "Unna", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 105px;
  letter-spacing: -0.01em;
  line-height: 130px;
  text-align: center;
  color: #767676;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content .review-content .review {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  font-family: "Unna", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 46px;
  text-align: center;
  color: #0f0202;
  padding-bottom: 36px;
  text-transform: uppercase;
  padding-right: 8px;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content .review-content .username {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Fuggles", cursive;
  font-weight: normal;
  font-size: 64px;
  letter-spacing: -0.01em;
  line-height: 46px;
  text-align: center;
  color: #767676;
  padding-bottom: 14px;
}
section.wedding-reviews .weddingSwipperReviews .row-wedding-slider .col-wedding-slider-content .review-content .title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Unna", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 46px;
  text-align: center;
  color: #767676;
  text-transform: uppercase;
}
section.wedding-reviews .weddingSwipperReviews-button {
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #FFF;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.wedding-reviews .weddingSwipperReviews-button:hover {
  background: rgb(173, 147, 88);
  color: #FFF;
}
section.wedding-reviews .weddingSwipperReviews-button.weddingSwipperReviews-button-prev {
  left: -167px;
}
section.wedding-reviews .weddingSwipperReviews-button.weddingSwipperReviews-button-next {
  right: -167px;
}
section.wedding-reviews .weddingSwipperReviews-button.swiper-button-disabled {
  opacity: 0.3;
}

html.hidde_chat .chat_button_body, html.hidde_chat .kpanel-bubble-btn, html.hidde_chat .crisp-client {
  display: none !important;
  visibility: hidden !important;
}

html.iframe body {
  padding-top: 48px;
  margin-top: 0;
}
html.iframe .page-section {
  padding-top: 0;
}

.fancybox__viewport .fancybox__track .has-iframe .fancybox__content {
  padding: 0;
  max-width: 1296px;
}

.kpanel-bubble-btn {
  display: none !important;
  visibility: hidden !important;
}

.wedding-soc-icons a {
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0 3px;
  text-align: center;
  line-height: 38px;
}

.admin-bootstrap-5-nav {
  z-index: 10000;
}

.btn-dark {
  background: #000;
  border-color: #000;
  color: #FFF;
}

section.section-contact-main-form-weddings {
  display: block;
  position: relative;
  width: 100%;
}
section.section-contact-main-form-weddings .form-group {
  margin-bottom: 12px;
}

body.light #content .main-html-content a {
  color: #000;
  font-weight: 500;
}

#main-html-content-kazas a {
  color: rgb(173, 147, 88);
}
#main-html-content-kazas .row-services .card .btn-outline {
  border-color: rgb(173, 147, 88);
  background-color: rgb(173, 147, 88);
  color: rgb(255, 255, 255);
}
#main-html-content-kazas .row-services .card .btn-outline:hover {
  border-color: #000;
  background-color: #000;
  color: rgb(255, 255, 255);
}
#main-html-content-kazas section.services .row-services .col-services .card {
  border: 3px solid rgb(173, 147, 88);
}

.weddings-step-boxes .card-body p {
  font-size: 32px;
  line-height: 46px;
}

.main-html-content .form-manager {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
.main-html-content .form-manager form.form-manager {
  display: block;
  position: relative;
  width: 100%;
}
.main-html-content .form-manager form.form-manager .rendered-form {
  display: block;
  position: relative;
  width: 100%;
}
.main-html-content .form-manager form.form-manager .rendered-form .row {
  margin-bottom: 24px;
}
.main-html-content .form-manager form.form-manager .rendered-form .row label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  margin-bottom: 6px;
}
.main-html-content .form-manager form.form-manager .rendered-form .row label span.formbuilder-required {
  color: red;
  padding-left: 3px;
  font-weight: 700;
}
.main-html-content .form-manager form.form-manager .rendered-form .row .form-control {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid #d9dde1;
  border-radius: 0;
}
.main-html-content .form-manager .formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox input {
  width: auto;
}
.main-html-content .form-manager .formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox label {
  margin-left: 10px;
}

form.form-manager, div.form-manager {
  position: relative;
}
form.form-manager .loading, div.form-manager .loading {
  position: fixed !important;
}

section.page-password-protect {
  padding: 200px 0 0 0 !important;
}

.simple-page-body .page-gallery-album {
  margin-bottom: 48px;
}
.simple-page-body .page-gallery-album .row-page-gallery {
  margin-left: -2px;
  margin-right: -2px;
}
.simple-page-body .page-gallery-album .row-page-gallery .col-page-gallery-item {
  padding: 0 2px 2px 2px;
}
.simple-page-body .page-gallery-album .row-page-gallery .col-page-gallery-item a {
  display: block;
  position: relative;
  width: 100%;
}
.simple-page-body .page-gallery-album .row-page-gallery .col-wide-gallery {
  text-align: center;
}
.simple-page-body .page-gallery-album .row-page-gallery .col-wide-gallery a {
  display: inline-block;
}
.simple-page-body .page-gallery-album .row-page-gallery .col-wide-gallery a img {
  min-width: 100%;
}

.btn-top-back {
  color: #FFF;
  margin-bottom: 24px;
}

.col-subpage-item {
  margin-bottom: 24px;
}

.card-subpages {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #333;
}
.card-subpages img {
  min-width: 100%;
}
.card-subpages .card-body {
  border: none;
  border-top: 1px solid #333;
}
.card-subpages .card-body h3 {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
}

div.anketa {
  padding: 200px 0 0 0;
}

article.anketa {
  display: block;
  position: relative;
  width: 100%;
}
article.anketa h1.anketa-title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 24px 0;
}
article.anketa h4.anketa-title {
  text-align: center;
}
article.anketa p.info {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 48px 0;
}
article.anketa .row-append-tiem-time {
  position: relative;
  padding-bottom: 12px;
  padding-top: 12px;
}
article.anketa .row-append-tiem-time:nth-child(even) {
  background: #f1f1f1;
}
article.anketa .row-append-tiem-time:nth-child(odd) {
  background: #dfecf0;
}
article.anketa .row-append-tiem-time:after {
  content: " ";
  display: block;
  width: calc(100% - 24px);
  position: absolute;
  left: 12px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed #CDCDCD;
}
article.anketa .row-append-tiem-time button.remove_time_row {
  position: absolute;
  right: 0;
  top: 8px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #f44336;
  color: #FFF;
}
article.anketa .row-append-tiem-time button.remove_time_row:hover {
  background: #ae3026;
  color: #FFF;
}
article.anketa .row-append-tiem-time.error {
  background: #ffb299;
  border: 1px solid #ff0011;
}
article.anketa button#add_time_row {
  margin-top: 24px;
}
article.anketa button#add_time_row, article.anketa button[name=plugin_anketa_submit] {
  border: 3px solid #4caf50;
  color: #FFF;
  background-color: #4caf50;
  margin-bottom: 48px;
}
article.anketa button#add_time_row:hover, article.anketa button[name=plugin_anketa_submit]:hover {
  background: #3d8241;
  color: #FFF;
}
article.anketa div.entry-header h1.entry-title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 24px 0;
}
article.anketa .anketa-view h4.anketa-title {
  text-align: center;
  margin: 0 0 24px 0;
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
}
article.anketa .anketa-view h3.anketa-title {
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}
article.anketa .anketa-view .anketa-content {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 1px dashed #CDCDCD;
}
article.anketa .anketa-view-time-row {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}
article.anketa .anketa-view-time-row .anketa-view-count {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #EEE;
}
article.anketa .anketa-view-time-row .anketa-view-count span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  font-size: 48px;
  font-weight: 100;
  color: #CDCDCD;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
article.anketa .anketa-view-time-row .row {
  background: #EEE;
  margin-left: 62px;
}
article.anketa .anketa-view-time-row .row h3.anketa-title {
  padding: 24px 0 0 0;
  margin: 0;
}
article.anketa .anketa-view-time-row .row .anketa-content {
  border-bottom: none;
}

form.whatsapp-form {
  padding: 200px 0;
}

article.anketa .row-append-tiem-time.saved {
  position: relative;
  background: rgba(76, 175, 80, 0.14) !important;
  border: 1px solid #4caf50 !important;
}
article.anketa .row-append-tiem-time.saved:before {
  position: absolute;
  left: -18px;
  top: -15px;
  content: "\f26e";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #FFF;
  background: #4caf50;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  line-height: 36px;
}

.row-append-tiem-time {
  margin-bottom: 21px;
}

form.service-form label {
  color: #000;
  font-weight: 700;
}

div.done-anketa {
  text-align: center;
  margin-bottom: 30px;
}

.reservation-select-view {
  display: block;
  position: relative;
  width: 100%;
}
.reservation-select-view .col-center {
  text-align: center;
}
.reservation-select-view .col-center .btn-primary {
  background: #8300ff;
  color: #FFF;
  border-color: #8300ff;
}
.reservation-select-view .col-center .btn-primary.active {
  background: #ba009a;
  color: #FFF;
  border-color: #ba009a;
}
.reservation-select-view .col-center .btn-primary.active:first-child {
  border-right: 1px solid #FFF;
}
.reservation-select-view .col-center .btn-primary:first-child {
  border-right: 1px solid #FFF;
}
.reservation-select-view .col-center .btn-primary:hover {
  background: #670055;
  color: #FFF;
  border-color: #670055;
}
.reservation-select-view .col-center .btn-icon span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 44px;
  height: 100%;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
}

.col-reservation-subcat {
  position: relative;
}

.card-calendar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
  border: 1px solid #EEE;
  margin-bottom: 48px;
}
.card-calendar .card-body {
  padding: 6px 12px 6px 12px;
}
.card-calendar .card-body table.calendar {
  border: none !important;
  min-height: initial !important;
}
.card-calendar .card-body table.calendar thead {
  border: none;
}
.card-calendar .card-body table.calendar thead tr {
  border: none;
}
.card-calendar .card-body table.calendar thead tr th.month-title {
  border: none;
  color: #000;
}
.card-calendar .card-body table.calendar thead tr th.month-title {
  padding: 15px 0 15px 0;
  text-transform: capitalize;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.card-calendar .card-body table.calendar thead tr th.cell-next-prev {
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.card-calendar .card-body table.calendar thead tr th.cell-next-prev a {
  font-size: 21px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
.card-calendar .card-body table.calendar thead tr th.cell-next-prev a:hover {
  color: #8300ff;
}
.card-calendar .card-body table.calendar thead tr.weekdays th.cell-header {
  color: #999;
  font-weight: 300;
  margin-bottom: 15px;
  align-items: center;
}
.card-calendar .card-body table.calendar tbody tr td {
  padding: 0 0 5px 0;
  border: none;
  max-height: 50px;
  max-width: 50px;
  text-align: center;
}
.card-calendar .card-body table.calendar tbody tr td div.cell-number {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  justify-self: center;
  align-self: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0;
  transition-duration: 0.2s;
  line-height: 48px;
  padding: 0;
}
.card-calendar .card-body table.calendar tbody tr td div.cell-number a {
  height: 100%;
  text-align: center;
  background: #EEE;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: 1px solid #EEE;
  color: #000;
}
.card-calendar .card-body table.calendar tbody tr td div.cell-number a:hover, .card-calendar .card-body table.calendar tbody tr td div.cell-number a.active {
  background: #708090;
  color: #FFF;
  border-color: #708090;
}
.card-calendar .card-body table.calendar tbody tr td.cell-today {
  background: transparent;
  color: #000;
}
.card-calendar .card-body table.calendar tbody tr td.cell-today .cell-number {
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}

.load-calendar-view, .reservation-calendar-pub {
  display: block;
  position: relative;
  width: 100%;
}

.col-reservation-calendar-right {
  position: relative;
}

.calendar-alert {
  font-weight: 700;
  padding: 50px 0;
  text-align: center;
}

table.calendar {
  width: 100%;
  border: none;
}
table.calendar thead tr.head th.month-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #0d0402;
  text-transform: capitalize;
}
table.calendar thead tr.head th {
  padding-bottom: 30px;
}
table.calendar thead tr.head th.cell-next-prev a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #848484 !important;
}
table.calendar thead tr.head th.cell-next-prev a:hover {
  color: #FD4A4A !important;
}
table.calendar thead tr.weekdays th.cell-header {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #0d0402;
  padding-bottom: 30px;
}
table.calendar tbody tr td {
  border: none;
  padding: 0 0 24px 0;
  text-align: center;
}
table.calendar tbody tr td div.cell-number {
  display: inline-block;
  position: relative;
  font-weight: normal;
  text-align: center;
  color: #0d0402;
  padding: 0;
  font-size: 22px;
  line-height: 47px;
  width: 48px;
  height: 48px;
  z-index: 1;
}
table.calendar tbody tr td div.cell-number a.load-calendar-data {
  font-weight: bold;
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  color: #fff !important;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  background: linear-gradient(90deg, #FD4A4A, #CB1E70);
  box-shadow: 4px 4px 7px rgba(203, 30, 112, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1;
}
table.calendar tbody tr td div.cell-number a.load-calendar-data:hover {
  background: linear-gradient(90deg, #CB1E70, #CB1E70);
}
table.calendar tbody tr td.cell-today div.cell-number {
  font-size: 20px;
  line-height: 47px;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  color: #4caf50;
  border: 1px solid #4caf50;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
table.calendar.active-calendar tbody tr td div.cell-number a.load-calendar-data {
  opacity: 0.5 !important;
}
table.calendar.active-calendar tbody tr td div.cell-number.active a.load-calendar-data {
  opacity: 1 !important;
}

.calendar_order input {
  max-width: 100% !important;
  height: 44px;
}
.calendar_order .col-confirm-email {
  display: none;
}
.calendar_order .number {
  position: relative;
  display: block;
  width: 100%;
}
.calendar_order .number input {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
}
.calendar_order .number span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 44px;
  background: #af0036;
  color: #FFF;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  cursor: pointer;
}
.calendar_order .number span.plus {
  left: initial;
  right: 0;
}

.rezervacijas-form label {
  color: #000;
  font-weight: 700;
  font-size: 16px !important;
}
.rezervacijas-form .form-control {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid #d9dde1;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.rezervacijas-form #gift-card-input {
  display: none;
}

.splitter {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #CDCDCD;
}

.bg-default {
  background: #CDCDCD;
  color: #000;
}

.bg-giftcard {
  background: #E91E63;
  color: #FFF;
}

.row-reservation-subcat .card {
  border: 1px solid rgba(112, 128, 144, 0.168627451);
}

.col-reservation-subcat .card .card-heading {
  background: #708090;
}

html.pointer-ring-disabled body #pointer-ring, html.pointer-ring-disabled body #pointer-dot {
  display: none !important;
  backface-visibility: hidden !important;
}

.card .card-body ul.time li {
  position: relative;
  overflow: hidden;
}
.card .card-body ul.time li div.reservation-btn-view {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  right: 12px;
  top: 50%;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 5px 24px;
  background: #FFF;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.card .card-body ul.time li div.reservation-btn-view span {
  background: #4caf50;
  color: #FFF;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.card .card-body ul.time li:first-child div.reservation-btn-view {
  top: 35%;
}
.card .card-body ul.time li:hover div.reservation-btn-view {
  visibility: visible;
  opacity: 1;
}

.col-reservation-subcat .card .card-heading small {
  font-size: 16px;
}

.rezervacijas .btn-admin-group {
  margin-bottom: 25px;
}
.rezervacijas .btn-admin-group .btn-default {
  background-color: #607d8b;
  color: #FFF;
  text-transform: none;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
.rezervacijas .btn-admin-group .btn-warning {
  background-color: #ff9800;
  color: #FFF;
}
.rezervacijas .btn-admin-group .btn-info {
  background-color: #00bcd4;
  color: #FFF;
}
.rezervacijas .btn-admin-group .btn-primary {
  background-color: #2196f3;
  color: #FFF;
}
.rezervacijas .btn-admin-group .btn-success {
  background-color: #4caf50;
  color: #FFF;
}
.rezervacijas .btn-admin-group .btn-danger {
  background-color: #f44336;
  color: #FFF;
}

.alert-info {
  background: #00BCD4;
  color: #FFF;
}

table.calendar .cell-number a span.count {
  right: -1px;
  top: -1px;
  position: absolute;
  font-size: 10px;
  color: #000;
  background: #ffffff;
  border-radius: 100px;
  padding: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}

.container-fix {
  display: block;
  position: relative;
  width: 100%;
}

.photographer-card {
  margin-bottom: 14px;
}

.photographer-card a {
  color: #607D8B !important;
}

.photographer-card a:hover {
  color: #f44336 !important;
}

.photographer-card .contact-list, .photographer-card a {
  position: relative;
}

.mob-soc-bar {
  margin-top: 36px;
}
.mob-soc-bar ul.soc-icon-link {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
}
.mob-soc-bar ul.soc-icon-link li {
  margin-right: 3px;
  display: inline-block;
}
.mob-soc-bar ul.soc-icon-link li a {
  margin: 0;
  padding: 0;
}

.card-calendar .card-body table.calendar tbody tr td.cell-today .cell-number {
  background: #03A9F4;
  color: #FFF;
}

section.gallery-albums .col-gallery-album {
  padding-bottom: 24px;
}

.banner-bottom {
  display: block;
  max-width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  background: #cc0e00;
  color: #FFF;
  z-index: 9999;
  box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.15);
}
.banner-bottom .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.banner-bottom .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.banner-bottom .swiper-container .swiper-wrapper .swiper-slide h1 {
  font-size: 16px;
  margin: 0 30px;
  padding: 0;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-bottom .swiper-container .swiper-wrapper .swiper-slide h1 img {
  max-height: 19px;
}

.chat_button_body {
  right: 12px !important;
  bottom: 59px !important;
}

body.light section.gallery-albums .col-gallery-album a.link-gallery-album .image-count {
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.368627451);
}

section.booking-page {
  display: block;
  position: relative;
  width: 100%;
  padding: 150px 0;
}
section.booking-page .booking-event-list > ul {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.booking-page .booking-event-list > ul > li {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 1em 1em 2em;
  border: 1px solid #607d8b;
  background-color: rgba(227, 244, 255, 0.368627451);
}
section.booking-page .booking-event-list > ul > li:nth-child(even) {
  background-color: rgba(180, 196, 206, 0.368627451);
}
section.booking-page .booking-event-list > ul > li .date {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 70px;
  margin-right: 2em;
  text-align: center;
  background: #607d8b;
  color: #FFF;
}
section.booking-page .booking-event-list > ul > li .date strong {
  display: block;
  font-size: 2em;
  line-height: 46px;
}
section.booking-page .booking-event-list > ul > li .date span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: -7px;
  padding-bottom: 5px;
}
section.booking-page .booking-event-list > ul > li .date small {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background: #FFF;
  border: 1px solid #607d8b;
  color: #607d8b;
}
section.booking-page .booking-event-list > ul > li .event-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 80px;
  min-height: 84px;
}
section.booking-page .booking-event-list > ul > li .event-title h1.title {
  font-size: 21px;
  line-height: 24px;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #2a3440;
  font-weight: 700;
}
section.booking-page .booking-event-list > ul > li .event-title .event-summary {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  color: #444;
  padding-right: 41px;
}
section.booking-page .booking-event-list > ul > li .event-title .desc {
  font-size: 16px;
  color: #1e2836;
  margin-bottom: 15px;
  font-weight: 400;
}
section.booking-page .booking-event-list > ul > li .event-title .event-date-time {
  font-size: 14px;
  color: #607D8B;
  margin-bottom: 15px;
  font-weight: 500;
}
section.booking-page .booking-event-list > ul > li .event-title .event-attachemnts {
  font-size: 0.9em;
  color: gray;
}
section.booking-page .booking-event-list > ul > li .event-title .status .badge {
  padding: 9.5px 10px;
  border: 1px solid #FFF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
section.booking-page .booking-event-list > ul > li .event-footer {
  display: block;
  position: relative;
  width: 100%;
}
section.booking-page .booking-event-list > ul > li .event-footer a.book-event-link {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 9px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #8bc34a;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.book-event-link.admin {
  background: #4caf50;
  color: #FFF;
}
section.booking-page .booking-event-list > ul > li .event-footer a.book-event-link:hover {
  background-color: #8bc34a;
}
section.booking-page .booking-event-list > ul > li .event-footer a.sync-booking-event {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 9px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #607d8b;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 6px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.sync-booking-event:hover {
  background-color: #8bb5ca;
}
section.booking-page .booking-event-list > ul > li .event-footer a.send_photos {
  position: relative;
  display: inline-block;
  padding: 5px 9px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #9c27b0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 6px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.send_photos:hover {
  background-color: #9c27b0;
}
section.booking-page .booking-event-list > ul > li .event-footer a.google-event-link {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 9px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #3f3f3f;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.google-event-link:hover {
  background-color: red;
}
section.booking-page .booking-event-list > ul > li .event-footer a.link-booking {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #ff9800;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.link-booking-success {
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #8bc34a;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.edit-booking {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #00bcd4;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
section.booking-page .booking-event-list > ul > li .event-footer a.edit-booking:hover {
  background: #2196f3;
  color: #FFF;
}
section.booking-page .booking-event-list > ul > li .event-footer .btn-group button.dropdown-toggle {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #009688;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: none;
}
section.booking-page .booking-event-list > ul > li .event-footer .btn-group ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  background: #FFF !important;
}
section.booking-page .booking-event-list > ul > li .event-footer .btn-group ul.dropdown-menu li a.dropdown-item {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  text-align: left;
  color: #000;
  font-weight: 700;
}
section.booking-page .booking-event-list > ul > li.status-confirmed {
  border: 1px solid #e91e63;
  background: rgba(233, 30, 99, 0.05);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-confirmed:last-child {
  border-bottom: 1px solid #e91e63;
}
section.booking-page .booking-event-list > ul > li.status-open {
  background-color: rgba(158, 158, 158, 0.1411764706);
  border: 1px solid rgb(114, 114, 114);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-open:last-child {
  border-bottom: 1px solid rgb(114, 114, 114);
}
section.booking-page .booking-event-list > ul > li.status-filled {
  background-color: rgba(255, 193, 7, 0.24);
  border: 1px solid #FFC107;
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-filled:last-child {
  border-bottom: 1px solid #FFC107;
}
section.booking-page .booking-event-list > ul > li.status-image_editing {
  border: 1px solid #943bcb;
  background-color: rgba(221, 171, 252, 0.21);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-image_editing:last-child {
  border-bottom: 1px solid #943bcb;
}
section.booking-page .booking-event-list > ul > li.status-done {
  border: 1px solid #38a030;
  background-color: rgba(137, 224, 149, 0.47);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-done:last-child {
  border-bottom: 1px solid #38a030;
}
section.booking-page .booking-event-list > ul > li.status-canceled {
  border: 1px solid #F44336;
  background-color: rgba(255, 6, 5, 0.22);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-canceled:last-child {
  border-bottom: 1px solid #F44336;
}
section.booking-page .booking-event-list > ul > li.status-deleted {
  border: 1px solid #F44336;
  background-color: rgba(255, 6, 5, 0.22);
  border-bottom: 0;
}
section.booking-page .booking-event-list > ul > li.status-deleted .event-title {
  opacity: 0.5;
}
section.booking-page .booking-event-list > ul > li.status-deleted:last-child {
  border-bottom: 1px solid #F44336;
}
section.booking-page .booking-event-list > ul > li .event-status {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #FFF;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}
section.booking-page .booking-event-list > ul > li .event-status span {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
}
section.booking-page .booking-event-list > ul > li .event-status span.icon-confirmed:before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  content: "\f270";
}
section.booking-page .booking-event-list > ul > li .btn-group .dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  z-index: 9999 !important;
}
section.booking-page .booking-event-list > ul > li .event-footer {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px dotted #FFF;
  display: block;
  position: relative;
  margin-left: -20px;
  width: calc(100% + 24px);
}
section.booking-page .booking-event-list > ul .event-price {
  background: #FFF;
  border: 1px solid #CDCDCD;
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}
section.booking-page .booking-event-list > ul .event-invoice {
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}
section.booking-page .booking-event-list > ul .event-gift-card {
  border: 1px solid #9c27b0;
  position: relative;
  display: inline-block;
  color: #9c27b0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}
section.booking-page .booking-event-list > ul .event-payment {
  background-color: #4caf50;
  border: 1px solid #4caf50;
  position: relative;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}
section.booking-page .booking-event-list > ul .event-payment.unpaid {
  background-color: #f44336;
  border: 1px solid #f44336;
  color: #FFF;
}
section.booking-page .booking-event-list > ul .event-status-notification {
  border: 1px solid #CDCDCD;
  position: relative;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
}
section.booking-page .booking-event-list > ul .event-status-notification.done {
  border-color: #FFF;
  background: #4caf50;
  color: #FFF;
}
section.booking-page .booking-event-list > ul .event-status-notification.filled {
  border-color: #ffc107;
  color: #ffc107;
}
section.booking-page .booking-event-list > ul .event-status-notification.confirmed {
  border-color: #ae1515;
  color: #ae1515;
}
section.booking-page .booking-event-list > ul .event-status-notification.canceled, section.booking-page .booking-event-list > ul .event-status-notification.deleted {
  border-color: #ff1c1c;
  color: #ff1c1c;
}
section.booking-page .booking-event-list > ul .event-status-notification.image_editing {
  border-color: #a024ef;
  color: #a024ef;
}
section.booking-page .booking-event-list > ul .event-status-notification.open {
  border-color: #494949;
  color: #494949;
}
section.booking-page .booking-event-list li.today {
  position: relative;
  background: rgba(0, 128, 0, 0.16);
}
section.booking-page .booking-event-list li.today:before {
  content: "šodien";
  position: absolute;
  left: -45px;
  top: 50%;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: green;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-top: -20px;
}
section.booking-page .card-booking {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.card-calendar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.card-calendar .card-body .booking-calendar table.calendar td {
  padding: 5px;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-weekend a {
  border-color: #fcabab;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number a {
  background: #FFF;
  color: #000;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number a.has-events {
  background: #eee;
  color: #000;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number a.selected {
  background: #CB1E70;
  color: #fff;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number a span.count {
  right: -6px;
  top: -7px;
  font-size: 10px;
  color: #fff;
  background: #e91e63;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-number a:hover {
  background: #CB1E70;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-today {
  background: none;
}
.card-calendar .card-body .booking-calendar table.calendar .cell-today .cell-number a {
  background: #4caf50;
  color: #FFF;
}

.btn-icon {
  position: relative;
  padding: 10px 24px 10px 45px;
}
.btn-icon span {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  left: 2px;
  top: -2px;
  font-size: 120%;
}
.btn-icon span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn-icon.btn-icon-no-text {
  height: 40px;
  padding-left: 14px;
}
.btn-icon.btn-icon-no-text span {
  left: -2px;
}

.btn-success-fill {
  border: none;
  background: #4caf50;
  color: #FFF !important;
}
.btn-success-fill:hover {
  background: #3e8542;
  color: #FFF !important;
}

.btn-primary-fill {
  background: #03a9f4;
  color: #FFF !important;
}
.btn-primary-fill:hover {
  background: #025d87;
  color: #FFF !important;
}

.btn-danger-fill {
  background: #f44336;
  color: #FFF !important;
}
.btn-danger-fill:hover {
  background: #bc3725;
  color: #FFF !important;
}

.btn-info-fill {
  background: #00bcd4;
  color: #FFF !important;
}
.btn-info-fill:hover {
  background: #008196;
  color: #FFF !important;
}

.btn-default-fill {
  background: #607d8b;
  color: #FFF !important;
}
.btn-default-fill:hover {
  background: #94c0d5;
  color: #FFF !important;
}

#booking-form {
  margin: -37px 0 0 0;
  background: #eee;
  padding: 48px 0;
  min-height: calc(100vh + 37px);
}
#booking-form .contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #booking-form .contact {
    margin-bottom: 60px;
  }
}
#booking-form .contact input, #booking-form .contact select {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 24px;
}
#booking-form .contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 24px;
}
#booking-form .contact input:focus, #booking-form .contact select:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
#booking-form .contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
#booking-form .form-control::placeholder {
  color: #232434;
  opacity: 1;
}
#booking-form .btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #7564e5;
  font-family: "poppins", sans-serif;
  cursor: pointer;
  width: 100%;
}
#booking-form .btn-contact-bg:hover,
#booking-form .btn-contact-bg:focus {
  background: #232434;
  color: #fff;
}
#booking-form {
  /*START ADDRESS*/
}
#booking-form .single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  #booking-form .single_address {
    padding-left: 0px;
  }
}
#booking-form .single_address i {
  background: #f6f6f6;
  color: #7564e5;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#booking-form .single_address:hover i {
  background: #7564e5;
  color: #fff;
}
#booking-form .single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}
#booking-form .single_address p {
  overflow: hidden;
  margin-top: 5px;
}
#booking-form .section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#booking-form .section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
#booking-form .section-title {
  margin-bottom: 24px;
}
#booking-form .text-center {
  text-align: center !important;
}
#booking-form label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0 0 6px 0;
}
#booking-form label span {
  color: red;
}

body.admin-state #pointer-ring, body.admin-state #pointer-dot {
  display: none !important;
  visibility: hidden !important;
}

#booking-form .calendar-info, #booking-form2 .calendar-info {
  display: block;
  position: relative;
  width: 100%;
}
#booking-form .calendar-info span, #booking-form2 .calendar-info span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0 0 5px 0;
  margin: 0 10px 5px 0;
}
#booking-form .calendar-info span i, #booking-form2 .calendar-info span i {
  position: relative;
  top: 2px;
  padding-right: 5px;
  font-size: 18px;
}
#booking-form .calendar-info span.today i, #booking-form2 .calendar-info span.today i {
  color: #4caf50;
}
#booking-form .calendar-info span.selected i, #booking-form2 .calendar-info span.selected i {
  color: #cb1e70;
}
#booking-form .calendar-info span.events i, #booking-form2 .calendar-info span.events i {
  color: #e91e63;
}
#booking-form .event-list-small, #booking-form2 .event-list-small {
  display: block;
  position: relative;
  width: 100%;
}
#booking-form a.btn-create-booking, #booking-form2 a.btn-create-booking {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px;
  margin: 0 0 24px 0;
  background: #c8d7cf;
  border: 1px dashed #607D8B;
  text-align: center;
  color: #000;
  font-width: 700;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#booking-form a.btn-create-booking i, #booking-form2 a.btn-create-booking i {
  font-size: 18px;
  position: relative;
  top: 2px;
  padding-right: 15px;
}
#booking-form a.btn-create-booking:hover, #booking-form2 a.btn-create-booking:hover {
  background: #4caf50;
  border: 1px dashed #00c712;
  color: #FFF;
}
#booking-form .row-booking-event .event-list, #booking-form2 .row-booking-event .event-list {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
}
#booking-form .row-booking-event .event, #booking-form2 .row-booking-event .event {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1.5em 8em 1.5em 1.5em;
  margin-bottom: 0.5em;
  transition: box-shadow 0.3s ease;
}
#booking-form .row-booking-event .event .event-date-icon, #booking-form2 .row-booking-event .event .event-date-icon {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  display: block;
  background: #CDCDCC;
  width: 3em;
  height: 3em;
  text-align: center;
}
#booking-form .row-booking-event .event:hover, #booking-form2 .row-booking-event .event:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#booking-form .row-booking-event .event-title, #booking-form2 .row-booking-event .event-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  color: #000;
}
#booking-form .row-booking-event .event-date, #booking-form2 .row-booking-event .event-date {
  color: #888;
  text-transform: lowercase;
}
#booking-form .row-booking-event .event-date strong, #booking-form2 .row-booking-event .event-date strong {
  font-weight: 500;
  color: #000;
}
#booking-form .row-booking-event .event-link, #booking-form2 .row-booking-event .event-link {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#booking-form .row-booking-event .event-link:hover, #booking-form2 .row-booking-event .event-link:hover {
  background-color: #0056b3;
}
#booking-form .event-today, #booking-form2 .event-today {
  position: relative;
  background: rgba(0, 128, 0, 0.16);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#booking-form .event-today:before, #booking-form2 .event-today:before {
  content: "šodien";
  position: absolute;
  left: -45px;
  top: 50%;
  padding: 5px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: green;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-top: -20px;
}
#booking-form .no-date-selected, #booking-form2 .no-date-selected {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px;
  margin: 0 0 24px 0;
  background: #d9d5d6;
  border: 1px dashed #d9d5d6;
  text-align: center;
  color: #000;
  font-width: 700;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#booking-form .logo, #booking-form2 .logo {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#booking-form .logo a, #booking-form2 .logo a {
  display: inline-block;
}
#booking-form .logo a img, #booking-form2 .logo a img {
  width: 300px;
}

.booking-pub-event-info span strong {
  text-transform: lowercase;
}

#booking-form.booking-form-pub {
  padding: 0 !important;
  min-height: calc(100vh + 37px) !important;
  background-image: url(/site/assets/images/bg/2.svg);
  background-size: cover;
  background-position: top right;
}

.card-booking-preview {
  background-color: #FFF;
}
.card-booking-preview .card-body h4.event-title {
  padding-left: 0 !important;
}

section.booking-page .booking-event-list > ul > li .card-booking-preview {
  margin-top: 24px;
}

div.booking-admin-list a span.icon {
  padding-right: 10px;
}
div.booking-admin-list a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #CDCDCD;
}
div.booking-admin-list a span.badge {
  background-color: #CDCDCD;
  float: right;
}
div.booking-admin-list a.open:before, div.booking-admin-list a.open span.badge {
  background-color: #989898;
}
div.booking-admin-list a.filled:before, div.booking-admin-list a.filled span.badge {
  background-color: #f5bf3b;
}
div.booking-admin-list a.confirmed:before, div.booking-admin-list a.confirmed span.badge {
  background-color: #b21414;
}
div.booking-admin-list a.image_editing:before, div.booking-admin-list a.image_editing span.badge {
  background-color: #a825fb;
}
div.booking-admin-list a.done:before, div.booking-admin-list a.done span.badge {
  background-color: #38a031;
}
div.booking-admin-list a.canceled:before, div.booking-admin-list a.canceled span.badge {
  background-color: #eb0001;
}
div.booking-admin-list a.deleted:before, div.booking-admin-list a.deleted span.badge {
  background-color: #f0f0f0;
}

.alert-info-outline {
  border: 1px solid #00bcd4;
  color: #00bcd4;
  background-color: transparent;
}
.alert-info-outline a {
  font-weight: 700;
  color: #007584 !important;
}

section.booking-page .search_by_id {
  float: right;
}
section.booking-page .fs-7 {
  font-size: 0.875rem !important;
}
section.booking-page .bsb-rotate-45 {
  transform: rotate(45deg);
}
section.booking-page .bsb-rotate-n45 {
  transform: rotate(-45deg);
}
section.booking-page .bsb-rotate-90 {
  transform: rotate(90deg);
}
section.booking-page .bsb-rotate-n90 {
  transform: rotate(-90deg);
}
section.booking-page .bsb-rotate-135 {
  transform: rotate(135deg);
}
section.booking-page .bsb-rotate-n135 {
  transform: rotate(-135deg);
}
section.booking-page .bsb-rotate-180 {
  transform: rotate(180deg);
}
section.booking-page .bsb-rotate-n180 {
  transform: rotate(-180deg);
}
section.booking-page .bsb-rotate-225 {
  transform: rotate(225deg);
}
section.booking-page .bsb-rotate-n225 {
  transform: rotate(-225deg);
}
section.booking-page .bsb-rotate-270 {
  transform: rotate(270deg);
}
section.booking-page .bsb-rotate-n270 {
  transform: rotate(-270deg);
}
section.booking-page .bsb-rotate-315 {
  transform: rotate(315deg);
}
section.booking-page .bsb-rotate-n315 {
  transform: rotate(-315deg);
}
section.booking-page .bsb-rotate-360 {
  transform: rotate(1turn);
}
section.booking-page .bsb-rotate-n360 {
  transform: rotate(-1turn);
}
section.booking-page .bsb-w-5 {
  width: 5px !important;
}
section.booking-page .bsb-h-5 {
  height: 5px !important;
}
section.booking-page .bsb-w-10 {
  width: 10px !important;
}
section.booking-page .bsb-h-10 {
  height: 10px !important;
}
section.booking-page .bsb-w-15 {
  width: 15px !important;
}
section.booking-page .bsb-h-15 {
  height: 15px !important;
}
section.booking-page .bsb-w-20 {
  width: 20px !important;
}
section.booking-page .bsb-h-20 {
  height: 20px !important;
}
section.booking-page .bsb-w-25 {
  width: 25px !important;
}
section.booking-page .bsb-h-25 {
  height: 25px !important;
}
section.booking-page .bsb-w-30 {
  width: 30px !important;
}
section.booking-page .bsb-h-30 {
  height: 30px !important;
}
section.booking-page .bsb-w-35 {
  width: 35px !important;
}
section.booking-page .bsb-h-35 {
  height: 35px !important;
}
section.booking-page .bsb-w-40 {
  width: 40px !important;
}
section.booking-page .bsb-h-40 {
  height: 40px !important;
}
section.booking-page .bsb-w-45 {
  width: 45px !important;
}
section.booking-page .bsb-h-45 {
  height: 45px !important;
}
section.booking-page .bsb-w-50 {
  width: 50px !important;
}
section.booking-page .bsb-h-50 {
  height: 50px !important;
}
section.booking-page .bsb-w-55 {
  width: 55px !important;
}
section.booking-page .bsb-h-55 {
  height: 55px !important;
}
section.booking-page .bsb-w-60 {
  width: 60px !important;
}
section.booking-page .bsb-h-60 {
  height: 60px !important;
}
section.booking-page .bsb-w-65 {
  width: 65px !important;
}
section.booking-page .bsb-h-65 {
  height: 65px !important;
}
section.booking-page .bsb-w-70 {
  width: 70px !important;
}
section.booking-page .bsb-h-70 {
  height: 70px !important;
}
section.booking-page .bsb-w-75 {
  width: 75px !important;
}
section.booking-page .bsb-h-75 {
  height: 75px !important;
}
section.booking-page .bsb-w-80 {
  width: 80px !important;
}
section.booking-page .bsb-h-80 {
  height: 80px !important;
}
section.booking-page .bsb-w-85 {
  width: 85px !important;
}
section.booking-page .bsb-h-85 {
  height: 85px !important;
}
section.booking-page .bsb-w-90 {
  width: 90px !important;
}
section.booking-page .bsb-h-90 {
  height: 90px !important;
}
section.booking-page .bsb-w-95 {
  width: 95px !important;
}
section.booking-page .bsb-h-95 {
  height: 95px !important;
}
section.booking-page .bsb-w-100 {
  width: 100px !important;
}
section.booking-page .bsb-h-100 {
  height: 100px !important;
}
section.booking-page .bsb-w-105 {
  width: 105px !important;
}
section.booking-page .bsb-h-105 {
  height: 105px !important;
}
section.booking-page .bsb-w-110 {
  width: 110px !important;
}
section.booking-page .bsb-h-110 {
  height: 110px !important;
}
section.booking-page .bsb-w-115 {
  width: 115px !important;
}
section.booking-page .bsb-h-115 {
  height: 115px !important;
}
section.booking-page .bsb-w-120 {
  width: 120px !important;
}
section.booking-page .bsb-h-120 {
  height: 120px !important;
}
section.booking-page .bsb-w-125 {
  width: 125px !important;
}
section.booking-page .bsb-h-125 {
  height: 125px !important;
}
section.booking-page .bsb-w-130 {
  width: 130px !important;
}
section.booking-page .bsb-h-130 {
  height: 130px !important;
}
section.booking-page .bsb-w-135 {
  width: 135px !important;
}
section.booking-page .bsb-h-135 {
  height: 135px !important;
}
section.booking-page .bsb-w-140 {
  width: 140px !important;
}
section.booking-page .bsb-h-140 {
  height: 140px !important;
}
section.booking-page .bsb-w-145 {
  width: 145px !important;
}
section.booking-page .bsb-h-145 {
  height: 145px !important;
}
section.booking-page .bsb-w-150 {
  width: 150px !important;
}
section.booking-page .bsb-h-150 {
  height: 150px !important;
}
section.booking-page .finances {
  margin-bottom: 24px;
}

#booking-form form input[type=text],
#booking-form form input[type=password],
#booking-form form input[type=email],
#booking-form form input[type=number],
#booking-form form input[type=search],
#booking-form form input[type=url],
#booking-form form input[type=tel],
#booking-form form textarea {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500 !important;
}
#booking-form form input[type=text]::placeholder,
#booking-form form input[type=password]::placeholder,
#booking-form form input[type=email]::placeholder,
#booking-form form input[type=number]::placeholder,
#booking-form form input[type=search]::placeholder,
#booking-form form input[type=url]::placeholder,
#booking-form form input[type=tel]::placeholder,
#booking-form form textarea::placeholder {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#booking-form form input[type=text]::-webkit-input-placeholder,
#booking-form form input[type=password]::-webkit-input-placeholder,
#booking-form form input[type=email]::-webkit-input-placeholder,
#booking-form form input[type=number]::-webkit-input-placeholder,
#booking-form form input[type=search]::-webkit-input-placeholder,
#booking-form form input[type=url]::-webkit-input-placeholder,
#booking-form form input[type=tel]::-webkit-input-placeholder,
#booking-form form textarea::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#booking-form form input[type=text]::-moz-placeholder,
#booking-form form input[type=password]::-moz-placeholder,
#booking-form form input[type=email]::-moz-placeholder,
#booking-form form input[type=number]::-moz-placeholder,
#booking-form form input[type=search]::-moz-placeholder,
#booking-form form input[type=url]::-moz-placeholder,
#booking-form form input[type=tel]::-moz-placeholder,
#booking-form form textarea::-moz-placeholder {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#booking-form form input[type=text]:-ms-input-placeholder,
#booking-form form input[type=password]:-ms-input-placeholder,
#booking-form form input[type=email]:-ms-input-placeholder,
#booking-form form input[type=number]:-ms-input-placeholder,
#booking-form form input[type=search]:-ms-input-placeholder,
#booking-form form input[type=url]:-ms-input-placeholder,
#booking-form form input[type=tel]:-ms-input-placeholder,
#booking-form form textarea:-ms-input-placeholder {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#booking-form form input[type=text]::-ms-input-placeholder,
#booking-form form input[type=password]::-ms-input-placeholder,
#booking-form form input[type=email]::-ms-input-placeholder,
#booking-form form input[type=number]::-ms-input-placeholder,
#booking-form form input[type=search]::-ms-input-placeholder,
#booking-form form input[type=url]::-ms-input-placeholder,
#booking-form form input[type=tel]::-ms-input-placeholder,
#booking-form form textarea::-ms-input-placeholder {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#booking-form form select {
  color: #000 !important;
}
#booking-form form select option {
  color: #000 !important;
}
#booking-form form select option:default {
  color: #999 !important;
}

.finances-number-place {
  width: 40px;
  height: 40px;
  float: right;
  background: #94c0d5;
  border-radius: 100px;
  text-align: center !important;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 39px;
  color: #FFF;
}
.finances-number-place.success {
  background: #4CAF50;
}
.finances-number-place.danger {
  background: #e91e63;
}
.finances-number-place.info {
  background: #00bcd4;
}
.finances-number-place.warning {
  background: #ffc107;
}

.blog-post-article .main-html-content .btgrid .content p {
  margin-bottom: 6px;
}

a.view-more-galleries {
  padding: 10px 25px !important;
}

.separator {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px dashed #cdcdcd;
  margin: 24px 0;
  padding: 24px 0;
}

#calendar-load {
  display: block;
  position: relative;
  width: 100%;
}

section.page-header-large-parallax.show-gradient {
  position: relative;
}
section.page-header-large-parallax.show-gradient:before, section.page-header-large-parallax.show-gradient:after {
  content: " ";
  display: block;
  width: 100%;
  height: 161px;
  position: absolute;
  left: 0;
  top: -110px;
  bottom: initial;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section.page-header-large-parallax.show-gradient:after {
  top: initial;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
section.page-header-large-parallax.show-gradient .container-wrapper.container-top {
  bottom: 147px;
  margin-top: 0;
  top: initial;
}
section.page-header-large-parallax.show-gradient .container-wrapper.container-bottom .col-page-head-mouse {
  display: none;
}
section.page-header-large-parallax .container-top .container-fluid .row .col-album-image-title h1.title-gradient {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  width: auto;
  padding: 25px 24px;
  text-shadow: none;
}

main.booking-xmass-page section.page-body-content {
  padding: 125px 0;
}
main.booking-xmass-page section.page-body-content h2.booking-title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: center;
  color: #0d0402;
  text-transform: none;
  margin-bottom: 36px;
}

section.booking-v2-body .desc {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 51px;
}
section.booking-v2-body .desc .widget {
  display: block;
  width: 100%;
  text-align: center;
}
section.booking-v2-body .desc .widget .widget-content {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 25px;
  text-align: center;
  color: #cacaca;
  max-width: 510px;
}
section.booking-v2-body .progresses {
  display: flex;
  align-items: center;
  margin-bottom: 88px;
}
section.booking-v2-body .line {
  width: 268px;
  height: 1px;
  background: transparent;
  border-top: 2px dashed #e2e2e2;
}
section.booking-v2-body .line.active {
  border-color: #fd4a4a;
}
section.booking-v2-body .steps {
  display: flex;
  background: #e2e2e2;
  color: #fff;
  font-size: 14px;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.booking-v2-body .steps.active {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}
section.booking-v2-body .col-empty-step .card-booking {
  position: relative;
  background: #F6F6F6;
  border: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  height: calc(100% - 85px);
  z-index: 9;
}
section.booking-v2-body .col-empty-step .card-booking:after {
  content: " ";
  display: block;
  position: absolute;
  left: 69px;
  top: 93px;
  width: 174.28px;
  height: 266.77px;
  background: transparent url(/site/assets/images/b2.svg) no-repeat center;
  background-size: 174.28px;
  z-index: 10;
}
section.booking-v2-body .col-empty-step .card-booking .step-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 30px 0 190px;
  display: block;
  width: 100%;
  z-index: 11;
}
section.booking-v2-body .col-empty-step .card-booking .step-bg h4 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #555;
  text-transform: none;
}
section.booking-v2-body .col-empty-step .card-booking .step-bg h4:after {
  content: " ";
  display: block;
  width: 90px;
  height: 2px;
  background: #555555;
  position: absolute;
  left: 0;
  bottom: -10px;
}
section.booking-v2-body .col-empty-step .card-booking.v3 {
  min-height: 340px;
}
section.booking-v2-body .col-empty-step .card-booking.v3:after {
  content: " ";
  display: block;
  position: absolute;
  left: initial;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 154.94px;
  height: 252.26px;
  background: transparent url(/site/assets/images/b3.svg) no-repeat center;
  background-size: 154.94px;
}
section.booking-v2-body .col-empty-step .card-booking.v3 .step-bg {
  padding: 0 30px 0 98px;
}
section.booking-v2-body h4.widget-title {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  color: #0d0402;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  padding: 0;
}
section.booking-v2-body h4.widget-title:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 3px;
  width: 89px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}

.main-html-content button.load-booking-event {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #0d0402;
  background: transparent;
  border: 1px solid #848484;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  color: #FFF;
  border-color: rgba(255, 255, 255, 0);
  position: relative;
  padding: 10px 20px 10px 46px;
  max-width: 200px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.main-html-content button.load-booking-event:before {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  background: transparent;
  border: 1px solid #FFF;
  position: absolute;
  left: 14px;
  top: 19px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.main-html-content button.load-booking-event:hover {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  color: #FFF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0);
}
.main-html-content button.load-booking-event:hover:before {
  border: 3px solid #FFF;
}
.main-html-content button.load-booking-event.disable {
  opacity: 0.5;
}

.event-form-load {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ml-20 {
  margin-left: 24px !important;
}

.booking-v2-event-form {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.booking-v2-event-form .card-booking-event-form {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}
.booking-v2-event-form .card-booking-event-form .card-body {
  padding: 50px;
  color: #FFF;
}
.booking-v2-event-form .card-booking-event-form .card-body a {
  color: #FFF;
  text-decoration: underline;
}
.booking-v2-event-form .card-booking-event-form .card-body .input-group {
  display: flex;
  align-items: center;
}
.booking-v2-event-form .card-booking-event-form .card-body {
  /* Ietvara klase */
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check {
  position: relative;
  display: flex;
  align-items: center;
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check label.form-check-label {
  padding-top: 5px;
}
.booking-v2-event-form .card-booking-event-form .card-body {
  /* Īpašības ievadei (checkbox) */
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check-input {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #FFF;
  background: #fd4a4a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.booking-v2-event-form .card-booking-event-form .card-body {
  /* Aktīvā stāvokļa īpašības */
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check-input:checked {
  background-color: #FFF;
  border-color: #FFF;
}
.booking-v2-event-form .card-booking-event-form .card-body {
  /* Checkbox iekšā esošais elements */
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check-input:after {
  content: "\f26e";
  font-family: bootstrap-icons;
  font-size: 28px;
  color: #fd4a4a;
  display: none;
}
.booking-v2-event-form .card-booking-event-form .card-body {
  /* Rādīt simbolu, kad checkbox ir atzīmēts */
}
.booking-v2-event-form .card-booking-event-form .card-body .form-check-input:checked:after {
  display: block;
}

body.light #content .main-html-content section.booking-v2-body .card-booking-event-form a {
  color: #FFF;
  text-decoration: underline;
}

form.booking-v2-form .input-group span.input-group-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  margin-right: 21px;
  padding-left: 0;
}
form.booking-v2-form .input-group input, form.booking-v2-form .input-group select {
  color: #fff;
  padding: 9px 0;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
}
form.booking-v2-form .input-group input::placeholder, form.booking-v2-form .input-group select::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: rgba(255, 255, 255, 0.52);
}
form.booking-v2-form .select-dropdown-form {
  position: relative;
}
form.booking-v2-form .select-dropdown-form:after {
  content: "\f127";
  display: block;
  font-family: bootstrap-icons;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 6px;
}
form.booking-v2-form .btn-submit-booking-event {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  background: transparent;
  border: 3px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.booking-v2-form .btn-submit-booking-event .loading {
  background-size: 48px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.booking-v2-form .btn-submit-booking-event:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.booking-v2-form .col-book-v2-submit-form-btn {
  padding-top: 15px;
  text-align: center;
}

.card-booking-event-form .card-body .datetime {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
  padding-left: 53px;
}
.card-booking-event-form .card-body .datetime i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 24px;
}
.card-booking-event-form .card-body .datetime span.sub-text {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.card-booking-event-form .card-body .datetime span.sub-text:before {
  content: " ";
  display: inline-block;
  width: 31px;
  height: 1px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.6;
  position: relative;
  top: -4px;
  margin-right: 11px;
}
.card-booking-event-form .card-body span.splitter {
  border: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.alert-booking-danger {
  border: 1px solid #fd4a4a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  color: #FFF !important;
  font-weight: 700;
}

.wd-booking-modern {
  padding: 0 0 60px;
}
.wd-booking-modern .wd-booking-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 16px;
}
.wd-booking-modern .wd-booking-title {
  font-weight: 700;
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.2;
  color: #0d0402;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.wd-booking-modern .wd-booking-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  max-width: 480px;
  margin: 0 auto 32px;
}
.wd-booking-modern .wd-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wd-booking-modern .wd-step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #e8e8e8;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.wd-booking-modern .wd-step.active {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  color: #FFF;
  box-shadow: 0 4px 12px rgba(253, 74, 74, 0.35);
}
.wd-booking-modern .wd-step-line {
  width: 40px;
  height: 2px;
  background: #e8e8e8;
  transition: all 0.3s;
}
.wd-booking-modern .wd-step-line.active {
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}
.wd-booking-modern .wd-booking-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.wd-booking-modern .wd-booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .wd-booking-modern .wd-booking-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .wd-booking-modern .wd-booking-grid {
    grid-template-columns: 1fr minmax(140px, 0.6fr) 1.4fr;
    gap: 24px;
  }
}
.wd-booking-modern .wd-col {
  min-width: 0;
}
.wd-booking-modern .wd-col-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d0402;
  margin: 0 0 16px;
  padding-bottom: 8px;
  position: relative;
}
.wd-booking-modern .wd-col-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #FD4A4A, #CB1E70);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.wd-booking-modern .wd-date-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 400px) {
  .wd-booking-modern .wd-date-cards {
    grid-template-columns: 1fr;
  }
}
.wd-booking-modern .wd-date-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  min-height: 120px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  color: #FFF !important;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(203, 30, 112, 0.25);
  transition: all 0.25s ease;
}
.wd-booking-modern .wd-date-card .wd-date-day {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}
.wd-booking-modern .wd-date-card .wd-date-month {
  font-size: 16px;
  opacity: 0.95;
}
.wd-booking-modern .wd-date-card .wd-date-year {
  font-size: 13px;
  opacity: 0.85;
}
.wd-booking-modern .wd-date-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(203, 30, 112, 0.35);
}
.wd-booking-modern .wd-date-card.active {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.wd-booking-modern .wd-time-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wd-booking-modern .wd-time-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #FFF !important;
  font-weight: 600;
  font-size: 16px;
  border: none;
  text-align: left;
  width: 100%;
  max-width: 240px;
  box-shadow: 0 4px 14px rgba(203, 30, 112, 0.2);
  transition: all 0.25s;
  cursor: pointer;
}
.wd-booking-modern .wd-time-card i {
  font-size: 18px;
  opacity: 0.9;
}
.wd-booking-modern .wd-time-card:hover:not(.disable) {
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(203, 30, 112, 0.3);
}
.wd-booking-modern .wd-time-card.disable {
  opacity: 0.4;
  cursor: not-allowed;
}
.wd-booking-modern .wd-placeholder-card {
  padding: 40px 24px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  text-align: center;
}
.wd-booking-modern .wd-placeholder-card p {
  margin: 0 0 8px;
  color: #666;
  font-size: 16px;
}
.wd-booking-modern .wd-placeholder-card strong {
  color: #333;
  font-size: 18px;
}
.wd-booking-modern .wd-form-wrap .card-booking-event-form {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}
.wd-booking-modern .wd-response {
  margin-top: 24px;
  min-height: 24px;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .package-selection .form-label-wd,
.wd-booking-modern .package-selection .form-label-wd {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .package-selection .form-select-wd,
.wd-booking-modern .package-selection .form-select-wd {
  width: 100%;
  padding: 14px 44px 14px 16px;
  font-size: 16px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .package-selection .form-select-wd option,
.wd-booking-modern .package-selection .form-select-wd option {
  color: #333;
  background: #FFF;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .package-selection .form-select-wd:focus,
.wd-booking-modern .package-selection .form-select-wd:focus {
  outline: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-input-wd, .wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-select-wd,
.wd-booking-modern .form-field-wd .form-input-wd,
.wd-booking-modern .form-field-wd .form-select-wd {
  width: 100%;
  padding: 14px 44px 14px 16px;
  font-size: 16px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-input-wd::placeholder, .wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-select-wd::placeholder,
.wd-booking-modern .form-field-wd .form-input-wd::placeholder,
.wd-booking-modern .form-field-wd .form-select-wd::placeholder {
  color: #888;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-input-wd:focus, .wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-select-wd:focus,
.wd-booking-modern .form-field-wd .form-input-wd:focus,
.wd-booking-modern .form-field-wd .form-select-wd:focus {
  outline: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-input-wd,
.wd-booking-modern .form-field-wd .form-input-wd {
  padding: 14px 16px;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-select-wd,
.wd-booking-modern .form-field-wd .form-select-wd {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-field-wd .form-select-wd option,
.wd-booking-modern .form-field-wd .form-select-wd option {
  color: #333;
  background: #FFF;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd,
.wd-booking-modern .form-check-wd {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd .form-check-input,
.wd-booking-modern .form-check-wd .form-check-input {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd .form-check-input:checked,
.wd-booking-modern .form-check-wd .form-check-input:checked {
  background: #FFF;
  border-color: #FFF;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd .form-check-input:checked:after,
.wd-booking-modern .form-check-wd .form-check-input:checked:after {
  content: "\f26e";
  font-family: bootstrap-icons;
  font-size: 16px;
  color: #fd4a4a;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd .form-check-label,
.wd-booking-modern .form-check-wd .form-check-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.98);
  cursor: pointer;
  line-height: 1.4;
}
.wd-booking-modern #booking-womans-day .card-booking-event-form .form-check-wd .form-check-label a,
.wd-booking-modern .form-check-wd .form-check-label a {
  color: #FFF;
  text-decoration: underline;
}
.wd-booking-modern .total-price-display {
  font-size: 18px;
  color: #FFF;
}
.wd-booking-modern .total-price-display #total-price-womans-day {
  font-size: 22px;
}
.wd-booking-modern .load-booking-womans-day .container-fluid,
.wd-booking-modern .load-booking-system .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.wd-booking-modern .load-booking-womans-day .booking-womans-day-row,
.wd-booking-modern .load-booking-system .booking-womans-day-row {
  align-items: stretch;
}
.wd-booking-modern .load-booking-womans-day .col-step-1, .wd-booking-modern .load-booking-womans-day .col-step-2, .wd-booking-modern .load-booking-womans-day .col-step-3,
.wd-booking-modern .load-booking-system .col-step-1,
.wd-booking-modern .load-booking-system .col-step-2,
.wd-booking-modern .load-booking-system .col-step-3 {
  margin-bottom: 24px;
}

.load-booking-system {
  display: block;
  position: relative;
  width: 100%;
}

html.chat_btn_show .chat_button_body {
  display: none !important;
}

html.light-nav-bar-mob body.light header button.nav-bar-mob-toggle span.hamburger-icon {
  background: #FFF;
}

.blog-post-article {
  /* Bloga galvene: pārdefinē globālo BI chevron .breadcrumb-item::before → skaidrs atdalītājs; vizuāli „magazine” stack */
}
.blog-post-article__head {
  margin-bottom: 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.blog-post-article__breadcrumb {
  margin: 0 0 1.5rem;
}
.blog-post-article__breadcrumb nav {
  display: block;
}
.blog-post-article__breadcrumb .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  margin: 0;
  margin-bottom: 0;
  padding: 0.5rem 1.15rem 0.55rem 0;
  list-style: none;
  border-radius: 10rem;
}
.blog-post-article__breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.blog-post-article__breadcrumb .breadcrumb-item a {
  color: #495057;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-post-article__breadcrumb .breadcrumb-item a:hover {
  color: #111;
}
.blog-post-article__breadcrumb .breadcrumb-item.active a {
  color: #212529;
  font-weight: 700;
}
.blog-post-article__breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}
.blog-post-article__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  display: inline-block;
  padding-right: 0.4rem;
  padding-left: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 0.85rem;
  line-height: 1;
  color: #adb5bd;
  content: "›" !important;
  -webkit-font-smoothing: antialiased;
}
.blog-post-article__title-wrap {
  margin: 0;
  max-width: 52rem;
}
.blog-post-article__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2vw + 0.65rem, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #111;
}
.blog-post-article__meta {
  margin: 0;
  font-size: 0.75rem;
  color: #868e96;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-post-article__date {
  font-weight: 700;
}
.blog-post-article .col-blog-post-article-image {
  margin-top: 1.35rem;
}
.blog-post-article .main-html-content {
  color: #333;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
.blog-post-article .main-html-content h1, .blog-post-article .main-html-content h2, .blog-post-article .main-html-content h3, .blog-post-article .main-html-content h4, .blog-post-article .main-html-content h5, .blog-post-article .main-html-content h6 {
  font-weight: bold;
  color: #222;
  margin-bottom: 0.5em;
  text-transform: none;
}
.blog-post-article .main-html-content h1 {
  font-size: 2rem;
}
.blog-post-article .main-html-content h2 {
  font-size: 1.75rem;
}
.blog-post-article .main-html-content h3 {
  font-size: 1.5rem;
}
.blog-post-article .main-html-content p {
  margin-bottom: 1em;
}
.blog-post-article .main-html-content a {
  text-decoration: none;
}
.blog-post-article .main-html-content a:hover {
  text-decoration: underline;
}
.blog-post-article .main-html-content ul, .blog-post-article .main-html-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.blog-post-article .main-html-content blockquote {
  font-style: italic;
  color: #555;
}
main#video .blog-post-article .main-html-content {
  color: #FFF;
}

.main-html-content pre {
  display: block;
  position: relative;
  width: 100%;
  background: #201e34;
  border: 1px solid #534d89;
  color: #FFF;
  padding: 5px 15px 5px 55px;
  font-weight: 700;
  overflow: visible;
}
.main-html-content pre:before {
  content: "\f5c3";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 5px;
  color: #FFF;
  font-size: 18px;
  font-family: bootstrap-icons;
}

section.drone-services .drone-main h3, section.drone-services .drone-main h2, section.drone-services .drone-main h4 {
  text-transform: none;
}
section.drone-services .drone-main h3, section.drone-services .drone-main h4 {
  font-weight: 700;
}
section.drone-services .drone-main ul {
  margin-left: 0;
}

aside.drone-aside .card, section.drone-services .service {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  padding: 30px 29px 48px;
  background: #fff;
  border: 2px solid #0f0202;
  border-radius: 0 20px;
}
aside.drone-aside .card ul, section.drone-services .service ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
aside.drone-aside .card ul li:last-child, section.drone-services .service ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.tiktok-feed {
  display: block;
  position: relative;
  width: 100%;
  padding: 100px 0;
}
section.tiktok-feed .container .row .col-title h4.widget-title, section.tiktok-feed .container .row .col-title h4.small, section.tiktok-feed .container-fluid .row .col-title h4.widget-title, section.tiktok-feed .container-fluid .row .col-title h4.small {
  text-align: center;
  width: 100%;
}
section.tiktok-feed #tt-feed {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  width: 100%;
}
@media (max-width: 1099px) {
  section.tiktok-feed #tt-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  section.tiktok-feed #tt-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  section.tiktok-feed #tt-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  section.tiktok-feed #tt-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  section.tiktok-feed #tt-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.tiktok-feed .tt-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
section.tiktok-feed .tt-item .tt-body {
  background: #0e0e0e;
  padding: 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.tiktok-feed .tt-item .thumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  isolation: isolate;
}
section.tiktok-feed .tt-item .thumb-wrapper .tt-thumb {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 133%;
}
section.tiktok-feed .tt-item a.tiktok-play-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 48px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
section.tiktok-feed .tt-item a.tiktok-play-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.tiktok-feed .tt-item a.tiktok-play-btn:hover {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
section.tiktok-feed .tt-thumb {
  position: relative;
  width: 100%;
  padding-top: 133%;
}
section.tiktok-feed .tt-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.tiktok-feed .tt-title {
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
}
section.tiktok-feed .tt-actions {
  display: flex;
  gap: 8px;
}
section.tiktok-feed #tt-load {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section.tiktok-feed .text-center, section.tiktok-feed .text-center .btn-default {
  text-align: center !important;
}
section.tiktok-feed .text-center .btn-default {
  margin-top: 24px;
}
section.tiktok-feed .col-title h4.widget-title {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 400;
}
section.tiktok-feed a.simple-link {
  color: #777;
  text-transform: uppercase;
}
section.tiktok-feed a.simple-link:hover {
  color: #FD4A4A;
}

body.light section.tiktok-feed .tt-item .tt-body {
  background: #f6f6f6;
}
body.light section.tiktok-feed .tt-title {
  color: #000;
}
body.light section.tiktok-feed .col-title h4.widget-title {
  color: #000;
}

main .container section.tiktok-feed .container-fluid {
  padding: 0;
  width: 100%;
}

section.tiktok-feed .tt-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
  margin: 0;
  padding: 0;
}

section.tiktok-feed .tt-item .thumb-wrapper .tt-thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0;
  height: 100%;
  aspect-ratio: 9/12;
}

main.booking-xmass-page section.page-body-content {
  padding-top: 0;
}

footer .footer-text-widget .widget-content {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 20px;
  text-align: left;
}
footer .footer-text-widget .widget-content a {
  display: block;
  position: relative;
  width: 100%;
}
footer .footer-text-widget .widget-content a img {
  max-width: 100%;
}

body footer .footer-text-widget .widget-content img.light {
  display: block;
}
body footer .footer-text-widget .widget-content img.dark {
  display: none;
}
body.light footer .footer-text-widget .widget-content img.light {
  display: none;
}
body.light footer .footer-text-widget .widget-content img.dark {
  display: block;
}

html.kpe3-iframe-html body.kpe3-iframe-body {
  background: #FFF !important;
}

html.kpe3-iframe-html body.kpe3-iframe-body .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

html.kpe3-iframe-html body.kpe3-iframe-body .container-fluid #kpe3-editor-root .main-html-content {
  color: #15131f;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}

html.kpe3-iframe-html body.kpe3-iframe-body .container-fluid #kpe3-editor-root .main-html-content a,
body.light #content .main-html-content a {
  font-weight: 700;
  color: rgb(129, 95, 19);
}
html.kpe3-iframe-html body.kpe3-iframe-body .container-fluid #kpe3-editor-root .main-html-content a:hover,
body.light #content .main-html-content a:hover {
  color: rgb(173, 147, 88);
}

.kpe3-gallery {
  margin-left: -4px;
  margin-right: -4px;
}
.kpe3-gallery .col-6, .kpe3-gallery .col-md-4, .kpe3-gallery .col-lg-3 {
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 8px;
}
.kpe3-gallery .col-6 a, .kpe3-gallery .col-md-4 a, .kpe3-gallery .col-lg-3 a {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  height: 100%;
}
.kpe3-gallery .col-6 a img, .kpe3-gallery .col-md-4 a img, .kpe3-gallery .col-lg-3 a img {
  min-width: 100%;
}

body.light .col-pagination nav ul.pagination li.page-item a.page-link.current {
  color: #000000;
}

html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h1, html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h2, html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h3, html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h4, html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h5, html.kpe3-iframe-html body.kpe3-iframe-body .main-html-content h6 {
  color: #000;
}

section.services .row-services .col-services .card .card-body .services-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.services .row-services .col-services .card .card-body .services-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.35rem 0;
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.5;
}
section.services .row-services .col-services .card .card-body .services-content ul li:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding-top: 0;
  margin: 0;
  background-color: #b45309;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
section.services .row-services .col-services .card .card-body .services-content ul li:has(svg.fdl-check):before, section.services .row-services .col-services .card .card-body .services-content ul li:has(.fdl-check):before {
  display: none;
}
section.services .row-services .col-services .card .card-body .services-content ul li svg.fdl-check,
section.services .row-services .col-services .card .card-body .services-content ul li .fdl-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #b45309;
  margin-top: 2px;
}

section.weddings-prices .card-body .services-content ul li {
  display: block !important;
  padding: 0.35rem 0 0.35rem 1.7rem !important;
}
section.weddings-prices .card-body .services-content ul li::before {
  top: 7px !important;
}

section.kgr {
  --kgr-text: #E2E2E2;
  --kgr-muted: #a8a8a8;
  --kgr-date: #7a7a7a;
  --kgr-border: rgba(255, 255, 255, 0.12);
  --kgr-star: #FBBC04;
  --kgr-star-empty: rgba(255, 255, 255, 0.22);
  --kgr-radius: 2px;
  --kgr-max: 1170px;
  box-sizing: border-box;
  padding: 70px 20px 80px;
  background: transparent;
  border-top: none;
  font-family: "Montserrat", sans-serif;
  color: var(--kgr-text);
}
section.kgr *,
section.kgr *::before,
section.kgr *::after {
  box-sizing: border-box;
}
section.kgr .kgr-inner {
  max-width: var(--kgr-max);
  margin: 0 auto;
}
section.kgr .kgr-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
section.kgr .kgr-title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--kgr-text);
  line-height: 1.2;
}
section.kgr .kgr-line {
  width: 50px;
  height: 3px;
  background: #FD4A4A;
  background: -moz-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: -webkit-linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  background: linear-gradient(90deg, #FD4A4A 0%, #CB1E70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FD4A4A",endColorstr="#CB1E70",GradientType=1);
}
section.kgr .kgr-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}
section.kgr .kgr-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
section.kgr .kgr-logo svg,
section.kgr .kgr-g svg {
  display: block;
}
section.kgr .kgr-rating {
  font-size: 34px;
  font-weight: 700;
  color: var(--kgr-text);
  line-height: 1;
}
section.kgr .kgr-stars {
  display: flex;
  gap: 3px;
}
section.kgr .kgr-stars svg,
section.kgr .kgr-card-stars svg {
  display: block;
}
section.kgr .kgr-star path {
  fill: var(--kgr-star);
}
section.kgr .kgr-star-empty path {
  fill: var(--kgr-star-empty);
}
section.kgr .kgr-count {
  font-size: 14px;
  color: var(--kgr-muted);
}
section.kgr .kgr-slider {
  position: relative;
  margin-top: 45px;
}
section.kgr .kgr-swiper {
  overflow: hidden;
}
section.kgr .kgr-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
section.kgr .kgr-swiper .swiper-slide {
  height: auto;
}
section.kgr .kgr-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  gap: 14px;
  padding: 28px;
  background: transparent;
  border: 1px solid var(--kgr-border);
  border-radius: var(--kgr-radius);
}
section.kgr .kgr-arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
section.kgr .kgr-arrows:has(.swiper-button-lock) {
  display: none;
}
section.kgr .kgr-prev,
section.kgr .kgr-next {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
section.kgr .kgr-prev i,
section.kgr .kgr-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.kgr .kgr-prev.swiper-button-disabled,
section.kgr .kgr-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
section.kgr .kgr-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.kgr .kgr-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
section.kgr .kgr-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.kgr .kgr-av-0 {
  background: #4285F4;
}
section.kgr .kgr-av-1 {
  background: #5f6368;
}
section.kgr .kgr-av-2 {
  background: #34A853;
}
section.kgr .kgr-av-3 {
  background: #EA4335;
}
section.kgr .kgr-av-4 {
  background: #7B1FA2;
}
section.kgr .kgr-av-5 {
  background: #00897B;
}
section.kgr .kgr-av-6 {
  background: #E65100;
}
section.kgr .kgr-av-7 {
  background: #3949AB;
}
section.kgr .kgr-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
section.kgr .kgr-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--kgr-text);
  line-height: 1.3;
}
section.kgr .kgr-date {
  font-size: 13px;
  color: var(--kgr-date);
}
section.kgr .kgr-g {
  margin-left: auto;
  flex-shrink: 0;
}
section.kgr .kgr-card-stars {
  display: flex;
  gap: 2px;
}
section.kgr .kgr-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--kgr-muted);
}
section.kgr .kgr-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
section.kgr .kgr-actions .btn-outline,
section.kgr .kgr-actions .btn-default {
  text-decoration: none;
}
section.kgr .kgr-actions .btn-default {
  text-align: center;
}
@media (max-width: 767px) {
  section.kgr {
    padding: 50px 16px 56px;
  }
  section.kgr .kgr-title {
    font-size: 24px;
  }
  section.kgr .kgr-rating {
    font-size: 28px;
  }
  section.kgr .kgr-slider {
    margin-top: 32px;
  }
  section.kgr .kgr-card {
    padding: 22px;
  }
  section.kgr .kgr-actions {
    margin-top: 28px;
  }
}

body.light section.kgr,
body.light-page section.kgr {
  --kgr-text: #212121;
  --kgr-muted: #666666;
  --kgr-date: #999999;
  --kgr-border: #ece9e9;
  --kgr-star-empty: #e0e0e0;
}
body.light section.kgr .kgr-prev,
body.light section.kgr .kgr-next,
body.light-page section.kgr .kgr-prev,
body.light-page section.kgr .kgr-next {
  color: #000;
  border-color: #000;
}

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