::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
.top_image {
  position: relative;
}
.top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.top_image .image_figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  z-index: 0;
}
.top_image .image_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_image .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.top_image .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_image .row {
  width: 1500px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 80px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .top_image .row {
    bottom: 30px;
  }
}
.top_image .row > div {
  width: 580px;
  max-width: 100%;
}
.top_image * {
  color: #fff;
}
.top_image p {
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .top_image p {
    font-size: 22px;
  }
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  padding: 30px 0 30px;
  background: rgba(195, 154, 84, 0);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .row {
  width: 1610px;
}
header .logo-header {
  margin: 0 auto;
  display: block;
  width: 210px;
  height: 126px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .logo-header svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .logo-header svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.admin-bar {
  position: relative;
}
body.home header .logo-header svg path {
  fill: #fff;
}
body.home .burger .burger-icon, body.home .burger .burger-icon::before, body.home .burger .burger-icon::after {
  background-color: #fff;
}
body.mobile_menu_active header .logo-header svg path {
  fill: #fff;
}
body.stick header {
  padding: 10px 0 10px;
  background: rgba(195, 154, 84, 0.6);
}
body.stick header .logo-header {
  width: 140px;
  height: 100px;
}
body.stick header .logo-header svg path {
  fill: #fff;
}
body.stick .burger .burger-icon, body.stick .burger .burger-icon::before, body.stick .burger .burger-icon::after {
  background-color: #fff;
}
body.stick .burger {
  top: 31px;
}
.space {
  margin: 8vh 0;
}
@media (max-width: 1024px) {
  .space {
    margin: 5vh 0 !important;
  }
}
.space-p {
  padding: 8vh 0;
}
@media (max-width: 1024px) {
  .space-p {
    padding: 5vh 0 !important;
  }
}
.headlinetext .row {
  width: 1000px;
}
.btn-center {
  text-align: center;
}
.button-block .more-button {
  text-align: center;
}
.type_picture_butteryfly_box {
  position: relative;
  min-height: 500px;
}
.type_picture_butteryfly_box .animatin_image_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .type_picture_butteryfly_box .animatin_image_left {
    display: none;
  }
}
.type_picture_butteryfly_box .animatin_image_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.type_picture_butteryfly_box .animatin_image_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .type_picture_butteryfly_box .animatin_image_right {
    display: none !important;
  }
}
.type_picture_butteryfly_box .animatin_image_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.type_picture_butteryfly_box .text_box {
  flex-basis: 50%;
  padding: 80px 120px;
}
@media (max-width: 1024px) {
  .type_picture_butteryfly_box .text_box {
    flex-basis: 100%;
    padding: 50px 30px;
  }
}
.type_picture_butteryfly_box .image_box {
  flex-basis: 37%;
}
@media (max-width: 1024px) {
  .type_picture_butteryfly_box .image_box {
    flex-basis: 100%;
  }
}
.type_picture_butteryfly_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one_column_image_left .row {
  width: 2220px;
  max-width: 100%;
}
.one_column_image_left .text_box {
  flex-basis: 50%;
  padding: 8vh 8vh;
}
@media (max-width: 1024px) {
  .one_column_image_left .text_box {
    flex-basis: 100%;
    padding: 5vh 3vh;
  }
}
.one_column_image_left .text_box p {
  color: #070606;
}
.one_column_image_left .image_box {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .one_column_image_left .image_box {
    flex-basis: 100%;
  }
}
.one_column_image_left .image_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.one_column_image_left.right .row {
  flex-direction: row-reverse;
}
.mapsvg-header {
  display: none !important;
}
.sildertex_box .row {
  width: 1134px;
}
.sildertex_box .row > svg {
  position: absolute;
  left: 0;
  bottom: -70px;
}
@media (max-width: 767px) {
  .sildertex_box .row > svg {
    bottom: 0;
    width: 50px;
  }
}
.sildertex_box .swiper {
  padding-bottom: 70px;
}
.sildertex_box p {
  color: #000000;
}
@media (max-width: 767px) {
  .sildertex_box.sildertex_box_image .swiper .swiper-pagination {
    bottom: 235px;
  }
}
.sildertex_box.sildertex_box_image .swiper-slide .text {
  flex: 1;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .sildertex_box.sildertex_box_image .swiper-slide .text {
    padding-right: 0;
    margin-bottom: 80px;
  }
}
.sildertex_box.sildertex_box_image .swiper-slide .image {
  width: 260px;
  padding-left: 70px;
  border-left: 1px solid #5d5f5f;
}
@media (max-width: 767px) {
  .sildertex_box.sildertex_box_image .swiper-slide .image {
    height: 150px;
  }
  .sildertex_box.sildertex_box_image .swiper-slide .image > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .sildertex_box.sildertex_box_image .swiper-slide .image {
    border: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .sildertex_box.sildertex_box_image .swiper-slide .image img {
    padding: 0 30px;
  }
}
.swiper-pagination-bullet {
  background-color: #c39a54;
  width: 21px;
  height: 21px;
}
.pic-box .row {
  width: 2220px;
  max-width: 100%;
}
.pic-box .pic-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .contact_form_block h3 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .contact_form_block h3 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .contact_form_block h3 {
    font-size: 35px;
  }
}
.contact_form_block .gform_title {
  display: none;
}
.gform_footer {
  margin-top: 50px !important;
  justify-content: center !important;
}
.three_stack_box_slider_one {
  position: relative;
  min-height: 500px;
  padding: 20vh 0 0;
}
.three_stack_box_slider_one .row {
  width: 1920px;
  max-width: 100%;
  z-index: 2;
}
.three_stack_box_slider_one .b-text {
  padding: 100px 150px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .b-text {
    padding: 50px 30px;
  }
}
.three_stack_box_slider_one .b-text * {
  color: #fff !important;
}
.three_stack_box_slider_one .b-image img {
  display: block;
}
.three_stack_box_slider_one .section_first {
  margin-bottom: 250px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_first {
    margin-bottom: 50px;
  }
}
.three_stack_box_slider_one .section_first .b-text {
  flex-basis: 62%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_first .b-text {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_one .section_first .b-image {
  flex-basis: 38%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_first .b-image {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_one .section_center {
  margin-bottom: 250px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_center {
    margin-bottom: 50px;
  }
}
.three_stack_box_slider_one .section_center .b-text {
  flex-basis: 53%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_center .b-text {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_one .section_center .b-image {
  flex-basis: 46%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_center .b-image {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_one .section_last {
  justify-content: flex-end;
}
.three_stack_box_slider_one .section_last .swiper {
  flex-basis: 100%;
  padding-bottom: 200px;
  margin: 0;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_last .swiper {
    flex-basis: 100%;
    padding-bottom: 80px;
  }
}
.three_stack_box_slider_one .section_last .swiper .st-wrap {
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_last .swiper .st-wrap {
    height: 80px;
  }
}
.three_stack_box_slider_one .section_last .swiper .st-wrap > div {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_last .swiper .st-wrap > div {
    height: 80px;
  }
}
.three_stack_box_slider_one .section_last .swiper-slide {
  height: 600px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_one .section_last .swiper-slide {
    height: 500px;
  }
}
.three_stack_box_slider_one .section_last .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.three_stack_box_slider_two {
  position: relative;
  min-height: 500px;
  padding: 20vh 0 0;
}
.three_stack_box_slider_two .row {
  width: 1920px;
  max-width: 100%;
  z-index: 2;
}
.three_stack_box_slider_two .b-text {
  padding: 100px 150px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .b-text {
    padding: 50px 30px;
  }
}
.three_stack_box_slider_two .b-text * {
  color: #fff !important;
}
.three_stack_box_slider_two .b-image img {
  display: block;
}
.three_stack_box_slider_two .section_first {
  margin-bottom: 250px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_first {
    margin-bottom: 50px;
  }
}
.three_stack_box_slider_two .section_first .b-text {
  flex-basis: 62%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_first .b-text {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_two .section_center {
  margin-bottom: 250px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_center {
    margin-bottom: 50px;
  }
}
.three_stack_box_slider_two .section_center .b-image {
  flex-basis: 54%;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_center .b-image {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_two .section_last * {
  color: #fff !important;
}
.three_stack_box_slider_two .section_last .title {
  margin-bottom: 250px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_last .title {
    margin-bottom: 20px;
  }
}
.three_stack_box_slider_two .section_last .swiper {
  flex-basis: 50%;
  margin: 0;
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_last .swiper {
    flex-basis: 100%;
  }
}
.three_stack_box_slider_two .section_last .swiper .st-wrap {
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_last .swiper .st-wrap {
    height: 80px;
  }
}
.three_stack_box_slider_two .section_last .swiper .st-wrap > div {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_last .swiper .st-wrap > div {
    height: 80px;
  }
}
.three_stack_box_slider_two .section_last .swiper-slide {
  height: 500px;
  width: 500px;
}
@media (max-width: 1024px) {
  .three_stack_box_slider_two .section_last .swiper-slide {
    height: 400px;
    width: 400px;
  }
}
.three_stack_box_slider_two .section_last .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center_image_box .image_box {
  width: 510px;
  max-width: 100%;
  height: 520px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .center_image_box .image_box {
    height: 500px;
  }
}
.center_image_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.center_image_box .animatin_image_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .center_image_box .animatin_image_left {
    display: none;
  }
}
.center_image_box .animatin_image_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.center_image_box .animatin_image_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .center_image_box .animatin_image_right {
    display: none !important;
  }
}
.center_image_box .animatin_image_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.st-wrap {
  position: relative;
  width: 308px;
  height: 200px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .st-wrap {
    height: 80px;
  }
}
.st-wrap .swiper-button-next, .st-wrap .swiper-button-prev {
  width: 118px;
  height: auto;
}
.st-wrap .swiper-button-next:after, .st-wrap .swiper-button-prev:after {
  display: none;
}
@media (max-width: 1024px) {
  .st-wrap .swiper-button-next, .st-wrap .swiper-button-prev {
    width: 80px;
  }
}
.image_gallery_slider_top {
  position: relative;
}
.image_gallery_slider_top .swiper {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .image_gallery_slider_top .swiper {
    padding-top: 80px;
  }
}
.image_gallery_slider_top .st-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
.image_gallery_slider_top .swiper-slide {
  height: 600px;
}
@media (max-width: 1024px) {
  .image_gallery_slider_top .swiper-slide {
    height: 500px;
  }
}
.image_gallery_slider_top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_gallery_slider_top.bottom .swiper {
  padding-top: 0;
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .image_gallery_slider_top.bottom .swiper {
    padding-bottom: 80px;
  }
}
.image_gallery_slider_top.bottom .st-wrap {
  top: auto;
  bottom: 0;
}
.video-block {
  position: relative;
}
@media (max-width: 1700px) {
  .video-block {
    height: 600px !important;
  }
}
@media (max-width: 1024px) {
  .video-block {
    height: 400px !important;
  }
}
.video-block .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.video-block .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 60vh;
  min-width: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mapsvg-details-container .mapsvg-controller-view-content {
  padding: 0;
}
.mapsvg-details-container .mapsvg-controller-view-content .flex {
  align-items: stretch;
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_image {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .mapsvg-details-container .mapsvg-controller-view-content .map_loc_image {
    flex-basis: 100%;
  }
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_text {
  flex-basis: 50%;
  background: #c39a54;
  padding: 50px 100px 50px;
}
@media (max-width: 1024px) {
  .mapsvg-details-container .mapsvg-controller-view-content .map_loc_text {
    flex-basis: 100%;
  }
}
.mapsvg-details-container .mapsvg-controller-view-content .map_loc_text * {
  color: #fff;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar {
  position: relative;
  top: 50px;
  z-index: 2;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close {
  width: 100px;
  height: 100px;
  right: 20px;
  cursor: pointer;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close::before, .mapsvg-details-container .mapsvg-controller-view-toolbar .mapsvg-popover-close::after {
  background: #fff;
  height: 10px;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
.top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: "Roboto";
  font-weight: 400;
}
.single-post-content {
  padding: 85px 0;
}
.single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .content-text .post-bottom {
  border-top: 1px solid #dddddd;
  padding: 25px 0;
}
.single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-post-content .content-text .post-bottom .post-info span, .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .navigate-btns > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-post-content .content-text .post-bottom .navigate-btns > div a {
  color: #000;
  font-weight: 700;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn {
  text-align: left;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.next-btn {
  text-align: right;
}
.single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
    width: auto;
  }
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-post-content .sidebar aside .aside-box > h4 {
  text-transform: uppercase;
}
.single-post-content .sidebar aside .aside-box .posts li, .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-post-content .sidebar aside .aside-box .posts li:before, .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-post-content .sidebar aside .aside-box .posts li a, .single-post-content .sidebar aside .aside-box .cats li a {
  color: #c39a54;
}
.single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-post-content .recent-posts-wrapper > h4 {
  margin-bottom: 30px;
}
.single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
footer {
  background: #efe4c9;
}
footer .row {
  padding: 0 10px;
}
footer .footer-info {
  margin-bottom: 80px;
  max-width: 600px;
  color: #5d5f5f;
}
@media (max-width: 1024px) {
  footer .footer-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  footer .footer-info {
    margin-bottom: 30px;
  }
}
footer .footer-info h1, footer .footer-info h2, footer .footer-info h3, footer .footer-info h4, footer .footer-info h5, footer .footer-info h6, footer .footer-info p {
  color: #5d5f5f;
}
footer .footer-info *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .logo-footer-box {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .logo-footer-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .logo-footer-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .logo-footer-box {
    margin-bottom: 20px;
  }
}
footer .logo-footer {
  width: 222px;
  height: 133px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
footer .logo-footer img {
  width: 100%;
}
footer .logo-footer:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer .footer-menu-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-menu nav {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #070606;
}
@media (max-width: 1240px) {
  footer .footer-menu nav {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu nav {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu nav {
    margin: 0 auto 15px;
    padding: 0;
    border: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-menu nav ul li {
  margin-bottom: 15px;
  line-height: 1;
}
footer .footer-menu nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-menu nav ul > li > a {
  display: inline-block;
  color: #070606;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-menu nav ul > li > a:before {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #070606;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-menu nav ul > li > a:hover:before {
  width: 100%;
}
footer .copyright-box {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
footer .footer-bottom-box {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  footer .footer-bottom-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom-box {
    margin-bottom: 30px;
  }
}
footer .footer-contact {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #070606;
}
@media (max-width: 1240px) {
  footer .footer-contact {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-contact {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-contact {
    padding: 0;
    margin: 0 auto 20px;
    border: 0;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-contact p {
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 0.6px;
}
footer .footer-contact a {
  position: relative;
  color: #070606;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-contact a:before {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #070606;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-contact a:hover:before {
  width: 100%;
}
footer .footer-contact *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  footer .soc-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .soc-items a {
  font-size: 28px;
  color: #514a4e;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .soc-items a {
    margin: 0 15px;
  }
}
footer .soc-items a:hover {
  color: #000;
}
@media (max-width: 768px) {
  footer .footer-contact-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .btn {
  font-family: "SourceSans3";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.4px;
  border: 1px solid #070606;
  color: #070606;
  line-height: 1;
  background: transparent;
  border-radius: 0;
  padding: 12px 22px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .btn {
    margin: 0 auto;
  }
}
footer .btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.gallery-block .row {
  width: 1920px;
  max-width: 100%;
}
.gallery-block .gallery-item {
  height: 513px;
  display: block;
  -webkit-flex-basis: 33.2%;
  -moz-flex-basis: 33.2%;
  -ms-flex-preferred-size: 33.2%;
  flex-basis: 33.2%;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .gallery-block .gallery-item {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .gallery-block .gallery-item {
    height: 330px;
  }
}
@media (max-width: 1024px) {
  .gallery-block .gallery-item {
    -webkit-flex-basis: 49.8%;
    -moz-flex-basis: 49.8%;
    -ms-flex-preferred-size: 49.8%;
    flex-basis: 49.8%;
  }
}
@media (max-width: 600px) {
  .gallery-block .gallery-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 300px;
  }
}
.gallery-block .gallery-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.gallery-block .gallery-item:hover:before {
  background: rgba(34, 34, 34, 0.7);
}
.gallery-block .gallery-item:hover .gallery-item-info {
  opacity: 1;
}
.gallery-block .gallery-item .gallery-item-image {
  line-height: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.gallery-block .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-block .gallery-item .gallery-item-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 40px 38px;
  max-width: 280px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .gallery-block .gallery-item .gallery-item-info {
    opacity: 1;
  }
}
.gallery-block .gallery-item .gallery-item-info span {
  display: block;
}
.gallery-block .gallery-item .gallery-item-info .gallery-item-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #c39a54;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.gallery-block .gallery-item .gallery-item-info .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.pop-up {
  display: none;
  background: transparent;
  text-align: center;
}
.pop-up .gallery-item-image {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .pop-up .gallery-item-image {
    max-width: 80%;
    margin: 0 auto 0;
  }
}
.pop-up .gallery-item-image .t-title {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
}
.pop-up .gallery-item-image .t-title span {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .pop-up .gallery-item-image .t-title {
    display: block;
  }
}
.pop-up .gallery-item-image img {
  object-fit: cover;
  height: 100%;
}
.pop-up .tu-title {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .pop-up .tu-title {
    display: none;
  }
}
.pop-up .tu-title span {
  display: block;
}
.pop-up .gallery-item-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
}
.pop-up .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.fancybox__slide {
  background: rgba(183, 133, 44, 0.5);
}
.f-thumbs__viewport {
  display: none;
}
.gallery-top {
  margin-top: 200px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .gallery-top {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .gallery-top {
    margin-top: 100px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .gallery-top {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.gallery-top .row {
  width: 1800px;
}
.gallery-top h1 {
  font-size: 85px;
  padding-bottom: 0;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}
.index-block .row {
  width: 1920px;
  max-width: 100%;
}
.index-block .index-block-item {
  height: 513px;
  display: block;
  -webkit-flex-basis: 33.2%;
  -moz-flex-basis: 33.2%;
  -ms-flex-preferred-size: 33.2%;
  flex-basis: 33.2%;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .index-block .index-block-item {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .index-block .index-block-item {
    height: 330px;
  }
}
@media (max-width: 1024px) {
  .index-block .index-block-item {
    -webkit-flex-basis: 49.8%;
    -moz-flex-basis: 49.8%;
    -ms-flex-preferred-size: 49.8%;
    flex-basis: 49.8%;
  }
}
@media (max-width: 600px) {
  .index-block .index-block-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 300px;
  }
}
.index-block .index-block-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.index-block .index-block-item:hover:before {
  background: rgba(34, 34, 34, 0.7);
}
.index-block .index-block-item:hover .index-block-item-info {
  opacity: 1;
}
.index-block .index-block-item .index-block-item-image {
  line-height: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.index-block .index-block-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-block .index-block-item .index-block-item-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 40px 38px;
  max-width: 280px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .index-block .index-block-item .index-block-item-info {
    opacity: 1;
  }
}
.index-block .index-block-item .index-block-item-info span {
  display: block;
}
.index-block .index-block-item .index-block-item-info .index-block-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #c39a54;
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.index-block .index-block-item .index-block-item-info .gallery-item-sub {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.nav-links {
  margin: 30px auto 0;
  text-align: center;
}
.nav-links .page-numbers {
  padding: 5px 14px;
  font-size: 16px;
  vertical-align: top;
  background: #efe4c9;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
  color: #fff;
}
.single-block-box {
  padding: 90px 60px 60px;
}
@media (max-width: 1240px) {
  .single-block-box {
    padding: 90px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .single-block-box {
    padding: 70px 40px 40px;
  }
}
@media (max-width: 768px) {
  .single-block-box {
    padding: 50px 30px 30px;
  }
}
.single-block-box h1 {
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .single-block-box h1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-block-box h1 {
    padding-bottom: 25px;
  }
}
.single-block-box .row {
  width: 1800px;
}
.single-block-box .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.single-thumbnail {
  height: 700px;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1440px) {
  .single-thumbnail {
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .single-thumbnail {
    height: 330px;
  }
}
@media (max-width: 600px) {
  .single-thumbnail {
    height: 300px;
  }
}
.single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
