/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

font-family: "Cormorant Garamond", serif;
*/

@import url('css/responsive.css');

* {
	outline: none !important;
}

body {
  font-family: "Afacad", sans-serif;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #3A3B3E;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #3A3B3E;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3A3B3E;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3A3B3E;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.mobile_menu_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#mobilemenu {
	padding: 0 0;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #3A3B3E;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

#mobilemenu ul li a:hover {
 	color: #74CCDA !important;
}

#mobilemenu ul li.current_page_item a {
	color: #74CCDA !important;
}

#mobilemenu ul li ul {
	display: none;
	margin-top: 15px;
}

#mobilemenu ul li ul li {
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url('images/down.png') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 25px;
}

#mobile_logo {
	display: inline-block;
	max-width: 190px;
	height: auto;
}

#mobile_logo img {
	max-width: 100%;
	height: auto;
}

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.contact_1_wrap {
  padding: 70px 0 60px 0;
}

.title_1 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 35px 0;
  padding: 0;
}

.contact_li {
  margin-bottom: 55px;
}

.contact_li_icon {
  margin-bottom: 20px;
  height: 24px;
}

.contact_li_icon img {
  max-height: 24px;
  width: auto;
  height: auto;
}

.title_2 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 12px 0;
  padding: 0;
}

.contact_li_text {
  color: 16px;
  color: #000;
}

.contact_li_text b {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

.license_li {
  color: #000;
  margin-bottom: 20px;
}

.license_li_city {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.license_li_number {
  font-size: 16px;
}

.contact_li a {
  color: #000 !important;
  text-decoration: none !important;
}

.contact_li a:hover {
  text-decoration: underline !important;
}

.contact_row .wpcf7-text {
  width: 100%;
  border: none;
  margin-bottom: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  color: #000;
  font-size: 16px;
}

.contact_row .wpcf7-textarea {
  width: 100%;
  height: 115px;
  resize: none;
  border: none;
  margin-bottom: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  color: #000;
  font-size: 16px;
}

.contact_row .wpcf7-submit {
  display: block;
  color: #fff !important;
  background: #000;
  padding: 16px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover {
  color: #000 !important;
  background: transparent;
}

.contact_1_right_inner {
  padding-left: 5%;
}

.contact_1_left_inner {
  padding-right: 5%;
}

.contact_2_wrap {
  padding-bottom: 90px;
}

.google_map {
  position: relative;
  height: 440px;
}

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_wrap {
  background: #000;
}

.footer_top_wrap {
  padding: 60px 0;
}

.footer_logo {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}

.d2_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.d2_social li {
  display: inline-block;
  margin: 0 22px 0 0;
}

.d2_social li:last-child {
  margin-right: 0;
}

.d2_social li a {
  text-decoration: none !important;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.d2_social li a:hover {
  top: -3px;
}

.footer_bottom_wrap {
  border-top: 1px solid #313131;
  padding: 20px 0;
}

.copyright {
  color: #A3A3A3;
  font-size: 16px;
}

.header_wrap {
  padding-top: 30px;
}

.project_header_wrap.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.logo {
  display: inline-block;
  width: 142px;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.header_contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header_contacts li {
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin-right: 30px;
}

.project_header_wrap .header_contacts li {
  color: #fff;
}

.header_contacts li:last-child {
  margin-right: 0;
}

.header_contacts li a {
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.project_header_wrap .header_contacts li a {
  color: #fff !important;
}

.project_header_wrap .header_contacts li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header_contacts li a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.menu_open {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.menu_open:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.project_header_wrap .menu_open {
  color: #fff;
}

.project_header_wrap .menu_open:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.contact_row .wpcf7-spinner {
  position: absolute !important;
}

.about_wrap {
  padding: 70px 0;
}

.text_1 {
  color: #000;
}

.text_1 p {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0;
}

.about_bottom_text {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.about_left_inner {
  padding-right: 5%;
}

.image_1 {
  max-width: 100%;
  height: auto;
}

.about_left .title_1 {
  margin-bottom: 15px;
}

.press_wrap {
  padding: 70px 0 70px 0;
}

.press .title_1 {
  margin-bottom: 15px;
}

.press_li {
  margin-bottom: 30px;
}

.press_li_inner {
  position: relative;
}

.press_li_image_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.press_li_image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.press_li_inner:hover .press_li_image {
  transform: scale(1.1);
}

.press_li_text {
  color: #000;
}

.press_li_text p {
  font-size: 16px;
}

.press_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.press .text_1 {
  margin-bottom: 45px;
}

.projects_wrap {
  padding: 70px 0 70px 0;
}

.project_li {
  margin-bottom: 30px;
}

.project_li_inner {
  position: relative;
}

.project_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.project_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.project_li_inner:hover .project_li_image img {
  transform: scale(1.1);
}

.project_li_title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
}

.project_li_text {
  color: #000;
}

.project_li_text p {
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
}

.project_li_read_more {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.project_li_inner:hover .project_li_read_more {
  text-decoration: none;
}

.project_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project_top_wrap {
  height: 710px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.project_top_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.95%, rgba(0, 0, 0, 0.51) 65.67%, rgba(0, 0, 0, 0.51) 100%);
}

.project_top_inner {
  position: absolute;
  bottom: 78px;
  left: 0;
  width: 100%;
}

.project_top_title {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  padding: 0;
}

.project_1_wrap {
  padding: 55px 0;
}

.project_1_text strong {
  font-weight: 500;
}

.project_1_text {
  margin-bottom: 55px;
}

.gallery_li {
  margin-bottom: 45px;
}

.before_after_images {
  position: relative;
  margin-bottom: 45px;
}

.before_after_images img {
  max-width: 100%;
  height: auto;
}

.after_image {
  display: none;
}

.show_after .after_image {
  display: block;
}

.show_after .before_image {
  display: none;
}

.before_after_bottom {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  text-align: left;
}

.before_after_bottom .form-switch {
  display: inline-block;
  margin-left: 10px;
}

.form-switch .form-check-input {
  cursor: pointer;
}

.form-switch .form-check-input:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.form-switch .form-check-input:focus {
  border-color: #000;
  box-shadow: none;
}

.gallery_li_image_grid {
  margin-bottom: 30px;
}

.gallery_li_image_grid_inner {
  position: relative;
  overflow: hidden;
}

.gallery_li_image_grid_inner a {
  display: block;
  text-decoration: none !important;
}

.gallery_li_image_grid_inner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.gallery_li_image_grid_inner:hover img {
  transform: scale(1.1);
}

.menu_close {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.menu_close:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.mobile_menu_top_wrap {
  height: 116px;
}

.mobile_menu_bottom_wrap svg path {
  fill: #000;
}

.mobile_menu_middle_wrap {
  position: relative;
  height: calc(100% - 200px);
}

.mobile_menu_middle_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.mobile_menu_middle_right img {
  max-width: 100%;
  height: auto;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  display: block;
  margin-bottom: 32px;
  font-size: 60px;
  font-family: "Cormorant Garamond", serif;
}

.mainmenu ul li:last-child {
  margin-bottom: 0;
}

.mainmenu ul li a {
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover {
  text-decoration: underline !important;
}

.slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slide::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.92%, rgba(0, 0, 0, 0.26) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.95%, rgba(0, 0, 0, 0.31) 65.67%, rgba(0, 0, 0, 0.31) 100%);
}

.slide_inner {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.slide_title {
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  padding: 0;
}

.slide_dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}

.slide_dots::before {
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  background: #999;
  position: absolute;
  left: 5px;
  top: 0;
}

.slide_dot {
  display: block;
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 11px;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.slide_dot:last-child {
  margin-bottom: 0;
}

.slide_dot_active {
  background: #fff;
}

.slide_dot::before {
  content: " ";
  display: block;
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 5px;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.slide_dot_num {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -8px;
  left: -24px;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
  cursor: pointer;
}

.slide_dot_num:hover {
  text-decoration: underline;
}

.slide_active .slide_dot_active::before {
  height: 140px;
}

.subpage_wrap {
  padding: 70px 0;
}

section {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 1.5s ease-out;
  -moz-transition: opacity 1.5s ease-out;
  -o-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  z-index: 1000;
  opacity: 1;
}

.preloader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  height: auto;
}

.site_loaded .preloader {
  opacity: 0;
}

.site_enabled .preloader {
  z-index: -1000;
}

.preloader_line_1 {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
}

.preloader_line_2 {
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
}

.preloader_line_3 {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
}

.preloader_line_4 {
  position: absolute;
  bottom: 116px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
}

.preloader_line_5 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  margin-left: -29px;
}

.preloader_line_6 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  margin-left: 29px;
}