/*
Theme Name: I-know-a-guy
Description: iknowaguy
Author: p-i-p
Author URI: 
Version: 1
*/
.worktohide {
 opacity: 0.15;
 filter: grayscale(100%); /* Current draft standard */
 -webkit-filter: grayscale(100%); /* New WebKit */
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%); 
 -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
 filter: url(resources.svg#desaturate); /* Gecko */
 filter: gray; /* IE */
 -webkit-filter: grayscale(1); /* Old WebKit */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.fa {
    font-family: FontAwesome !important;
}
p{
	padding: 5px 0;
	}
a, a:hover {
    text-decoration: none !important;
}
html {
	overflow-x: hidden;
}html {
    margin-top: 0 !important;
}
body, html{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
    background: #1f1f1f;
}
body{
	overflow-x: hidden;
}
.overflow_hidden{
	overflow: hidden;
}
h2{
	margin: 20px 0;
}

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


.gallery {
    column-count: 3; /* Встановіть кількість колонок на власний розсуд */
    column-gap: 1em;
}
.gallery-item {
    break-inside: avoid;
    margin-bottom: 1em;
}
.gallery img {
    width: 100%;
    height: auto;
    display: block;
}
/*
===============================Start HEADER========*/	
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 100500;
}

#page-preloader .spinner {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(images/logo-fl.svg) center center no-repeat;
	background-size: contain; 
  animation: lds-ring 1.2s linear infinite;
}

 

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}














header {
    top: 0;
    z-index: 999;
    width: 100%;
	}	
footer{	
	text-align: center; 
    padding: 10px 0 20px 0;
	}
header .top-content{
	height:100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
	z-index:9999;
	width: 100%;
	position:relative;	
	}
 
	.site-header {
    position: fixed;
    z-index: 999;
    width: 100%; 
    padding-top: 5px; 
	background: #262626;
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	} 
 
 

/*
===============================Start CONTAINER========*/	
.container {	
    max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.full_container{
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
section{
	clear: both;
    overflow: hidden;
	padding: 0;
}
.fix-bg{
	position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
/**********************************************************/

.page-title{
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-description p{
	padding: 2px 0 20px 0;
	font-size: 18px;
    line-height: 1.3;
}
.page-title h1{
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
}

.topnav{	
    padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo{
	text-align:center;
	padding: 0;
	}
.logo a img {
    font-size: 20px;
	max-width: 300px;
}
.logo a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
	font-weight: bold;
    color: #064fb2;
	text-decoration: none;	
}
.logo a:hover{
	text-decoration: none;		
}	

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul { 
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}


.topnav { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

.logo a{
    line-height: 1;
}
.logo img{
    height: 90px;
    width: auto;
}

.main-navigation .primary-menu {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    list-style: none;
    position: relative;
    margin: 0;
  }
 
  
  .main-navigation .primary-menu > li.current-menu-parent::after,
  .main-navigation .primary-menu > li.current-page-parent::after,
  .main-navigation .primary-menu > li.current_page_parent::after,
  .main-navigation .primary-menu > li.current-menu-parent::before,
  .main-navigation .primary-menu > li.current-page-parent::before,
  .main-navigation .primary-menu > li.current_page_parent::before,

  .main-navigation .primary-menu > li.current_page_item:after,
  .main-navigation .primary-menu > li.current_page_item:before ,
  .main-navigation .primary-menu > li:hover:after,
  .main-navigation .primary-menu > li:hover:before {
    width: 50%;
  }

.sub-menu .current-menu-item ,
.sub-menu .current_page_item {
    background: #E2E2E2;
}

.menu-foot .current-menu-item a,
.menu-foot .current_page_item a{
    font-weight: bold;
}


  .main-navigation .primary-menu > li:after {
    left: 50%;
    border-radius: 0 10px 10px 0;
  }
  .main-navigation .primary-menu > li:before {
    right: 50%;
    border-radius: 10px 0 0 10px;
  }
  .main-navigation .primary-menu > li:after,
  .main-navigation .primary-menu > li:before {
    display: block;
    position: absolute;
    content: "";
    height:3px;
    background: #bf7d33;
    bottom: 7px;
    width: 0;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
  }

  .main-navigation .primary-menu > li > a { 
    font-size: 18px;
    color: #fff; 
    font-weight: 400;
    text-decoration: none;
    position: relative;    
    padding: 20px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
  }

  .main-navigation .primary-menu > li.current-menu-parent > a,
  .main-navigation .primary-menu > li.current-page-parent > a,
  .main-navigation .primary-menu > li.current_page_parent > a,
  .main-navigation .primary-menu > li.current_page_item > a {
    font-weight: 400;
  }

  .main-navigation .primary-menu > li.menu-item-has-children{}
  .main-navigation .primary-menu > li.menu-item-has-children > a:after {
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 11px;
        height: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease-in;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.875' height='10' viewBox='0 0 5.875 10'%3E%3Cg id='right-arrow' transform='translate(-101.478)'%3E%3Cg id='Group_10' data-name='Group 10' transform='translate(101.478)'%3E%3Cpath id='Path_41' data-name='Path 41' d='M107.193,4.61,102.743.16a.548.548,0,0,0-.774,0l-.328.328a.548.548,0,0,0,0,.774L105.379,5l-3.741,3.741a.548.548,0,0,0,0,.774l.328.328a.548.548,0,0,0,.774,0l4.454-4.454a.552.552,0,0,0,0-.776Z' transform='translate(-101.478)' fill='%23818182'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
  }
  
  .main-navigation .primary-menu a:hover{
	  color: #bf7d33;
  }
  .main-navigation .primary-menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
  }
  
  .main-navigation .primary-menu > li:hover .sub-menu {
        opacity: 1;
        transform: scaleY(1);
        display: block;
     /* margin-top: -2px !important;*/
  }
  
.main-navigation ul ul a {
	min-width: 180px;
}

  .sub-menu { 
        border-radius: 10px;
        border: 1px solid #707070;
        list-style: none;
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 5;
        opacity: 0;
        transform: scaleY(0);
        transform-origin :0 0;
        transition: .5s ease-in-out;
        overflow: hidden;
  }

  .sub-menu a {
      color: #818182;
      text-align: left;
      padding: 15px 20px;
      display: block;
      font-size: 16px;
      border-bottom: 1px solid #A8A8A8;
  }
  .sub-menu li:last-child a { 
      border-bottom: none;
  }
  .sub-menu li:hover{
    background: #E2E2E2 ;
  }
  .sub-menu li:hover a {
      text-decoration: none;
  }











 

/***---Section 1  ---*******************************************************/
#home {
    padding: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    padding-top: 0px;
    position: relative;
}
.main-social{	
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.main-social a{   
    margin: 30px 0;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding: 0;
    opacity: 0.25;
    display: block;
}
.main-social .soc_item span{
	width: 24px;
    height: 24px;
    display: block;	
}

.main-social .soc_item_youtube span {
	-webkit-mask: url(images/social/youtube.svg) no-repeat center center;
    mask: url(images/social/youtube.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.main-social .soc_item_facebook span {
/* 	background: url(images/social/facebook.svg) no-repeat center center; */
	-webkit-mask: url(images/social/facebook.svg) no-repeat center center;
    mask: url(images/social/facebook.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.main-social .soc_item_instagram span {
	-webkit-mask: url(images/social/instagram.svg) no-repeat center center;
    mask: url(images/social/instagram.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.main-social a:hover{	
	opacity: 1;
}
/* + HOME PAGE: full ================================ */
.full-slider-container {
	position: absolute;
	left: 15%;
	right: 15%;
	z-index: 3;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
  }
.full-slider-container ul{
	list-style: none;
}
.full-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

.full:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.full .full-slider-title {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: #fff;
  opacity: 0; 
  }  
.full .full-slider-teaser {
  font-size: 18px;
  line-height: 1.66;
  color: white;
  opacity: 0; 
  } 
.full .full-slider-btn {
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  cursor: pointer;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -webkit-transition: all 0.30s;
  transition: all 0.30s;
  text-align: center;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 0;
  background-color: #CA4A5F;
  text-decoration: none;
  color: white;
  opacity: 0; 
  }
.section-full-slider .full-slider .full-slider-image,
.section-full-slider .full-slider .full-slider-image-mobil {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 600px;
}
.section-full-slider .full-slider .full-slider-image-mobil {
	display: none;	
}
.section-full-slider .full-slider .full-slider-image:after ,
.section-full-slider .full-slider .full-slider-image-mobil:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index:1;
  background: linear-gradient(180deg, rgba(55, 55, 55, 0.6) 7.81%, rgba(54, 54, 54, 0.62) 100%);
  }  
.section-full-slider .full-slider .full {
  height: 100vh;
  }
.section-full-slider .full-slider .full:before {
  display: none; 
  }
.section-full-slider .full-slider .full .full-slider-btn {
  min-width: 285px; 
  }
.head_primary {
	max-width: 900px;
	text-align: center;
	
	font-weight: bold;
	font-size: 36px;
    line-height: 1.3;
    letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 30px auto;
	opacity: 0;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
    }
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
    }
.head_description {
	opacity: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 34px; 
    letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #D5A269;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_description .line{
	width: 30px;
	height: 1px;
	background: #D5A269;
	margin: 0 30px;
}

.slick-active .head_description {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.link_to_item,
.link_to{	
    margin: 15px 0;
}
.link_to_item a,
.link_to a,
.bron-posts a,
.head_link_to a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #D5A269;
	padding: 10px 40px;
    border: 1px solid #D5A269;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.link_to a:hover,
.link_to_item a:hover,
.bron-posts a:hover,
.head_link_to a:hover{
	background-color: #D5A269;
    border-color: #D5A269;
    color: #fff;
}
.head_link_to{
	transform: translateY(-100%);
	-webkit-transition: all 2.5s ;
	transition: all 2.5s ;
	opacity: 0;	
	margin-top:15px;
	}
.slick-active .head_link_to{	
	opacity: 1;
	transform: translateY(0);
	transition: 2.5s;  
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
	}

.full-slider .slick-dots li{
	display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;

}
.full-slider .slick-dots li a {
    font-size: 16px !important;
	color: #373737 !important;
	padding: 10px;
    position: relative;	
    display: block;
	font-weight: bold;
	font-size: 14px;
	/* line-height: 17px; */
	letter-spacing: 0.05em;
}
.full-slider .slick-dots li a:before{
    display: none;
    position: absolute;
    content: '';
    height: 100%;
    background: #D5A269;
    bottom: 0;
    left: -1px;
    width: 1px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}

.full-slider .slick-dots li:hover a:before,
.full-slider .slick-dots li.slick-active a:before{
    display: block;
}

.full-slider .slick-dots li:hover a,
.full-slider .slick-dots li.slick-active a {
	color: #D5A269 !important;
}

.full-slider .slick-dots{	
	padding-bottom: 40px;
    position: absolute;
    bottom: 0px;
    left: 30px;	
	border-left: 1px solid #373737;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

/* .slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; } */

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }



  
  a.tobottom {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 2;
    display: inline-block;
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
  

  a.tobottom .vert_text{
	 display: block; 	 
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	 -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    transform-origin: right top;}
	
  a.tobottom .vert_line{
  display: block;
    height: 130px;
    width: 1px;
    background: rgb(255 255 255 / 0.25);
    float: right;
    margin-right: 5px;
	position: relative;
  }
  a.tobottom .vert_line:before {
	position: absolute;
    top: 5px;
    left: -2px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb10 3s infinite;
    animation: sdb10 3s infinite;
    box-sizing: border-box;
}

/******************************************************/
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 115px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0,  115px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


  a.tobottom:hover .vert_text{
	  
color: #D5A269;
  }
	
  a.tobottom:hover .vert_line:before,
  a.tobottom:hover .vert_line{
    background: #D5A269;
	  
  }
/**********************************************************/

.flex-cont{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin-bottom: 30px;
}

.flex_hulf{
	width: 50%;
}

.btn_more{
	margin-top: 30px;
}
.btn_more a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;									
	width: 175px;
	height: 48px;
	font-family: Museo Sans Cyrillic;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: linear-gradient(94.02deg, #4F7AAE 5.08%, #5586C2 79.71%);
	border-radius: 4px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.btn_more a:hover{
	box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4);
}
.head_primary{
	position: relative;
}
.about_block{
	text-align: center;
}
span.bold{
	text-transform: uppercase;
	display: block;
    color: #008dd1;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.topcont {
	background:#008dd1
}
.topcont .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}	 
.slick-slide img {
min-width:100%;
min-height: 100%;
width: 100%
}









 
.page-wrap{
	padding: 60px 0;	
    width: 100%;
    overflow: hidden;
}
.page-top{
	background-size: cover;
    background-repeat: no-repeat;
}
.page-top .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page-top .page-description,
.page-content .entry{
/*	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    text-align: justify;*/
}
.page-template-page-reviews .page-top .page-description, 
.page-template-feedback  .page-top .page-description {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}



.section_header .pre_head_title,
.page-title .pre_head_title{
	font-size: 40px;
	line-height: 1.3; 
	text-transform: uppercase;
	color: #FFFFFF; 
	
    display: block;
}
.section_header .head_title,
.page-title .head_title{
	 
	font-size: 34px;
	line-height: 1.3;  
	color: #D5A269; 
	
    display: block;
}
/*
===============================End HEADER========*/	
/*
===============================Start Page========*/	
.page-top-cont{
	height: 540px;
}
/*
===============================End Page========*/	

/***FOOTER************************************/
footer {padding: 0;}
.footer {
	background: #262626;	
	margin-top: 0;
}
.footer_container{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	min-height: 120px;
	padding:60px 0;
}
.foot-block{
	width: 30%;
}
.footer-contact{
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}
.copy{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #1b1b1b;
    padding: 10px;
}
.footer a{      
	font-size: 18px; 
	color: #323232;	
    padding: 10px 0;
    display: block;
}
.footer a:hover{   
	color: #bf7d33;
}
.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   /* -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;*/
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-social a{   
    margin: 10px;
	color: #787878;
	font-size: 14px;
	width: 25px;
	height: 25px;
    padding: 0; 
}
.soc_item span{
	width: 24px;
    height: 24px;
    display: block;	
}

.footer-social .soc_item_youtube span {
	-webkit-mask: url(images/social/youtube.svg) no-repeat center center;
    mask: url(images/social/youtube.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat center center;
    mask: url(images/social/facebook.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_instagram span {
	-webkit-mask: url(images/social/instagram.svg) no-repeat center center;
    mask: url(images/social/instagram.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.footer-social a:hover{	
	opacity: 1;
}
.footer-social a:hover span{	
    background-color: #bf7d33;
}
.foot-logo{
	width: 30%;
}

ul.footer-menu{
	list-style: none;
	margin:0;
	padding:0;
	}
ul.footer-menu li a{
	color: #fff;
	}
/* + HOME PAGE: full ================================ */
.full-slider-content{
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
/*=============================*/

.scrollTop{
	background-size: contain;
	width:30px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 2s; 
	-webkit-animation-iteration-count: infinite; 
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}

/*===SECTION 2===========================================*/
.about-us{
	background: url(images/carpentry-tools-wooden-table-background.jpg) no-repeat center center;
    background-size: cover;
	/* height: 840px;	*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-us .container{
	margin-top: 25px;
}
.about-block-slider{
	/*max-width: 585px;*/
    margin-top: 20px;
}
.about_description{
	background: #262626;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 60px;
    padding-left: 365px;
    margin-left: -320px;
}
.description-entry{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding-bottom: 20px;
}



.section_header{
	text-align: center;
	padding: 50px 0;
}
	


.section_head{
	padding: 30px 0;
	margin: 0;
}
.section_head span{
	display: block;
}
.section_head.center{
	text-align: center;
}
.about-us .section_head{
    padding: 10px 0 20px 45px;
}
			.section_head .pre_head_title{
				font-style: normal;
				font-weight: normal;
				font-size: 24px;
				line-height: 1.3;
				margin-bottom: 10px;
				letter-spacing: 0.25em;
				text-transform: uppercase;
				color: #FFFFFF;
			}
			
			.section_head.light_bg .pre_head_title{
				color: #212121;
			}
			.section_head .head_title{
				 
				font-weight: 700;
				font-size: 32px;
				line-height: 1.3;
				letter-spacing: 1px;
				text-transform: uppercase;
				color: #D5A269;
			}
			.section_description{
				font-size: 16px;
				line-height: 130%;
				text-align: center;
				letter-spacing: 0.1em;
				color: #212121;
			}
			.link_to_more a{
				font-size: 14px;
				line-height: 130%;
				text-align: justify;
				letter-spacing: 0.25em;
				text-transform: uppercase;
				color: #D5A269;
				border: 2px solid #D5A269;
				margin-top: 10px;
				padding: 15px;
				display: inline-block;
				transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
			}
			.link_to_more a:hover{ 
				background: #D5A269;
				color: #fff;
			}
			.link_to_more a span.arrow_to {
				padding: 5px 0;
				margin-right: 15px;
				-webkit-mask: url(images/arrow.svg) no-repeat center center;
				mask: url(images/arrow.svg) no-repeat center center;
				-webkit-mask-size: contain;
				mask-size: contain;
				background-color: #D5A269;
				background-size: contain;
				width: 30px;
				height: 10px;
				display: inline-block;
				cursor: pointer;
				transition: left 300ms, right 300ms, opacity 300ms;
			}

			.link_to_more a:hover span.arrow_to { 
				background-color: #ffffff;
			}



.square .slick-dots li button{
    width: 16px;
    height: 16px;
    padding: 5px;
	border: 2px solid rgb(255 255 255 / 50%);
	border-radius: 0;
	box-shadow: none;
}
.square .slick-dots li button:before{
	top: 4px;
	left: 4px;
    width: 8px;
    height: 8px;
	background: transparent;
	content: "";
}
.square .slick-dots li:hover button,
.square .slick-dots li.slick-active button{
    width: 16px;
    height: 16px;
    padding: 5px;
	border: 2px solid #D5A269;
	border-radius: 0;
}
.square .slick-dots li:hover button:before,
.square .slick-dots li.slick-active button:before{
	top: 4px;
	left: 4px;
    width: 8px;
    height: 8px;
	background: #D5A269;
	content: ""	
}
.about-block-slider .slick-dots{
	text-align: left;
	position: relative;
	margin-top: 30px;
	bottom: -20px;
}
.about-block-slider .slick-dots li:first-child{
	margin-left: 0;
}
.article-slider.square .slick-dots li button{
	border: 2px solid #ccc;
}

/*===Section 2==========================*/ 
/*===Section 4==========================*/
 .our-products{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.our-products{
	background: url(images/blog-bg.jpg) no-repeat center center;
    background-size: cover; 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	color: #212121;
}
.our-products .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    text-align: center;
	padding-bottom: 35px;
}
 .our-products .section_description{
	margin-bottom: 40px
}
/*===Section 5==========================*/
 

/*===Our GALLERY==========================*/

.our-gallery .section_head{	
    text-align: left;
    padding: 30px;
}
.our-gallery .section_description{
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #FFFFFF;
    padding: 0 10px 10px 0;
}
.gallery-item.galleries_head{
    padding: 30px;	
}
.gallery-item.galleries_head h2 {
    margin: 10px 0;
}
.flex-cont-gallery{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.galleries_head,
.gallery-item{
	width: 25%;
	float: left;
	cursor: pointer;
	margin: 0 !important;
	line-height: 0;
}
.gallery-home .gallery-item{
	margin-bottom: 0;
}
.gallery-item a{
    position: relative;
	display: inline-block;
	line-height: 1;
}
.gallery-item a.gallery-link{
	display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery-item a img{
    width: auto;
    min-height: 100%;
    max-width: 100%;
}
/*
.gallery-item .gallery-icon a:before{
	content: '';	 
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate( -50%, -50%);
    z-index: 3;
    height: 100%;
    width: 100%;
    text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	background: url(images/show-gallery.svg) center center no-repeat;
} 
*/
.gallery-show{  
	position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	background: url(images/show-gallery.svg) center center no-repeat;
}
.gallery-item .gallery-show:before,
.gallery-item .gallery-show:after {
	pointer-events: none;
}
.gallery-item .gallery-show:before,
.gallery-item .gallery-show:after {
	z-index: 9;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.gallery-item .gallery-show:before  {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.gallery-item .gallery-show:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
 
.gallery-item:hover .gallery-show,
.gallery-item:hover .gallery-show:before,
.gallery-item:hover .gallery-show:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*
.gallery-item:hover .gallery-icon a:before{	
	opacity: 1;
}

*/
.gallery-item a img{
    width: auto;
    min-height: 100%;
	border: 2px solid #232323 !important;
    min-width: 100%;
  -webkit-filter: grayscale(100%);
   transition: transform .35s, filter 0.5s ease-in-out;
}
.gallery-item:hover a img {	
  -webkit-filter: grayscale(0);
} 
/*=====END gallery========================*/
/*=====About us PAGE========================*/
.services-blocks{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 60px;
}

.service-block{
	width: 50%;
}

.sb_description {
    background: #262626;
    padding: 30px 50px 50px 50px;
    margin-left: 50px;
	margin-top: -50px;
	min-height:380px;
	position: relative;
}

.sb-img{
	padding-right: 150px;
	position: relative;
}
.single-cont a{
	color:#fff7d8;
}
.page-single-content{
 
}
.read_article{
	text-align: right;
}
.read_article a{
	color:#bf7d33;
}
.read_article a:hover{
	color:#fff7d8;
}
.related_blog_section {
	padding: 60px 0 30px 0;
}

.article-slider .slick-dots,
.single-article-slider .slick-dots{
	position: relative;
    margin-top: 20px;
}



.page-top .container.single-page-top-cont{
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	padding-top: 140px;
	padding-bottom:30px;
}
.page-top .container.single-page-top-cont .head-single-title{
	padding-left:30px;
}
.head-singl_postimg{
	width: 30%;
}
.head-single-title{
	width: 70%;
}


/*=====END article_post========================*/

/*=====Start our-services========================*/
.blog_section{
	padding: 60px 0;
}
.article-slider-block{
	width: 100%;
}
.article_item{
	padding:0 15px;
}
.article_post{
	
}
.image_item{
	width:100%;
	max-height: 400px;
}
.article_desc{
	background: #262626;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -60px;
    z-index: 99;
}

.article_desc .blog-title a{
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-bottom:15px;
	display: block;
}

.article_desc .blog-title a:hover{
	color:#bf7d33;
}
/*=====END our-services========================*/
 

/*=====END ========================*/
/*=====restaurant ========================*/
 
/*=============================*/
#pagenavi{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 30px 0;
}
.pagination{
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
}
.pagination a.page-numbers,
.pagination .page-numbers{
	font-family: Museo Sans Cyrillic;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #C4C4C4;
	padding: 8px;	
	background: none;
}
.pagination a.page-numbers:hover,
.pagination .page-numbers.current{
	text-decoration-line: underline;
	color: #5586C2;
}
.pagination a.prev.page-numbers{
	-webkit-mask: url(images/arrow_left.svg) no-repeat center center;
    mask: url(images/arrow_left.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
    padding: 6px;
}
.pagination a.next.page-numbers {
	-webkit-mask: url(images/arrow_right.svg) no-repeat center center;
    mask: url(images/arrow_right.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;	
    padding: 6px;
}
.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover{
    background-color: #5586C2;
}

/**************************************************************/
.breadcrumbs {
    border-bottom: 1px solid rgb(255 255 255 / 0.25);
    padding-bottom: 20px;
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #888;
}
.breadcrumbs a {
    font-size: 14px;
    line-height: 19px;
    color: #D5A269;
}
.breadcrumbs .breadcrumbs__separator{	
    color: rgb(255 255 255 / 0.25);
}
/****FEEDBACK*************************************/
.entry_flex_block {
    width: 48%;
}
.entry_flex_block.feedback_right_block{
	max-width: 512px;
}
.address, .email a, .phone, .phone a {
	font-size: 24px;
	line-height: 38px;
	display: block;
	letter-spacing: 2px;
	color: #FFFFFF;
}
.email a:hover, .phone a:hover {
	color: #D5A269;
}
.contacts_title{
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 5px;
}
.cont_line{
	margin-bottom: 30px;
}
.contact_container .email a{
	color: #D5A269;
}
.page-top-contact{
	padding:30px 0;
}

.maps{	
	background: url(images/delete/map_img.jpg) no-repeat center center;
    background-size: cover;
	height: 640px;	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
}
/**********************************************************/

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    font-size: 16px;
    line-height: 24px;
    background: 1px solid rgb(255 255 255 / 0.25);	
    border: 1px solid rgb(255 255 255 / 0.5);	
    color: #232323;
    width: 100%;
    padding: 10px 15px;
	margin: 10px 0;
    outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 48px;
    color: #fff;
    display: block;
    padding: 0 15px;	
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;	
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	letter-spacing: 10px;
	text-transform: uppercase;	
	cursor: pointer;
	background: #b27632;
	box-shadow: none;
	border-radius: none;
	text-align: center;
    border: 1px solid transparent;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
	width: 100%;
	
}
.feedback_form input[type="submit"]{
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7c7c7c;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #7c7c7c;
}
.submit_button input{width:100%;}
.feedback_form textarea{
	max-height: 140px;
}
.feedback_form label{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.contact_wrap{	
    margin-top: 25px;
	position:relative;

}
.cont_form_col{
	padding: 10px 0;	
}
.contact_wrap .entry_flex {
	margin: 15px 0;
    padding-bottom: 50px;
}

.contact_wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 70%);
}

.contacts_lines li{
	margin-bottom: 20px;
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.contacts_lines li a{
	color: #fff;
	padding: 0;
}

.contacts_lines li:before{
	content: "";
	position: relative;
	width: 26px;
	height: 26px;
	margin-right: 15px;
	background-size: cover;
}
.contacts_lines li.c-phone:before{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23bf7d33" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23bf7d33" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g></g></svg>');
	 }
.contacts_lines li.c-email:before{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><polygon points="339.392,258.624 512,367.744 512,144.896 " fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"><g><polygon points="0,144.896 0,367.744 172.608,258.624 " fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M480,80H32C16.032,80,3.36,91.904,0.96,107.232L256,275.264l255.04-168.032C508.64,91.904,495.968,80,480,80z" fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M310.08,277.952l-45.28,29.824c-2.688,1.76-5.728,2.624-8.8,2.624c-3.072,0-6.112-0.864-8.8-2.624l-45.28-29.856 L1.024,404.992C3.488,420.192,16.096,432,32,432h448c15.904,0,28.512-11.808,30.976-27.008L310.08,277.952z" fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g></g></svg>');
	}
.contacts_lines li.c-location:before{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M256,0C161.896,0,85.333,76.563,85.333,170.667c0,28.25,7.063,56.26,20.49,81.104L246.667,506.5 c1.875,3.396,5.448,5.5,9.333,5.5s7.458-2.104,9.333-5.5l140.896-254.813c13.375-24.76,20.438-52.771,20.438-81.021 C426.667,76.563,350.104,0,256,0z M256,256c-47.052,0-85.333-38.281-85.333-85.333c0-47.052,38.281-85.333,85.333-85.333 s85.333,38.281,85.333,85.333C341.333,217.719,303.052,256,256,256z" fill="%23bf7d33" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
}


.footer-contact .contacts_lines li{
	margin-bottom: 10px;
	list-style: none;
	font-size: 16px;
	
}
/*************************************************************/
 
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 2px solid #D5A269 !important;
}
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 10px;  
	color: #262626;
	border: 2px solid #D5A269 !important;
}
/*************************************************************/
/* Required */
.notvisible{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		-ms-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}
            
.animated.fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/***********************/
a.scrollTop span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: -25%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 60px;
	background: #ccc;
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
}
a.scrollTop span:nth-of-type(2):before {
    position: absolute;
    top: 5px;
    left: -2px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb1110 3s infinite;
    animation: sdb1110 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************/
@-webkit-keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
/**************************************************/





.entry-page h3{
	font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.waiting_text{
	    
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #D5A269;
    padding: 30px 0;
    display: block;
}

.gallery .gallery-caption{display: none}

.glightbox-clean .gslide-desc {
    
    color: #363636;
}