/*font-family: 'Montserrat Alternates', sans-serif;*/
/*font-family: 'Open Sans', 'sans-serif'; */
* {
  padding: 0;
  margin: 0;
  outline: 0 !important;
}
@media only screen and (max-width: 767px) {
/*  body#ChromeBro div.col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }*/
}
li.active a {
  border: none !important; 
}
body {
  max-width: 1920px;
  margin: 0 auto !important;
  font-family: 'Montserrat Alternates', sans-serif;
  background-color: #fff;
}
.content-wrap {
  margin-top: -50px;
}
ul {
  list-style: none;
  margin: 0;
}

a {
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 14px;
  font-weight: 300;
  transition: 0.5s;
}

a:hover {
  color: #ceae56;
  /* font-weight: 700; */
  text-decoration: none;
}

a:active,
a:link,
a:visited {
  color: #454545;
  text-decoration: none;
}

/* h1 */
h1 {
  font-size: 40px;
  font-weight: 600;
  color: #b29457;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: -moz-linear-gradient(45deg, #BA8B43 0%, #E6C76D 45%, #E6C76D 55%, #BA8B43 100%);
  background: -webkit-linear-gradient(45deg, #BA8B43 0%, #E6C76D 45%, #E6C76D 55%, #BA8B43 100%);
  background: linear-gradient(45deg, #BA8B43 0%, #E6C76D 45%, #E6C76D 55%, #BA8B43 100%);
      /* color: transparent; */
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'Montserrat Alternates', sans-serif;
  text-shadow: 0px 0px 28px #FFFFFF;

} 

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
#IEBro h1 {
  background: none;
  background-clip: border-box;
  color: #BA8B43;
}
/* h2 */
.title-single > h1,
h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ceae56;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat Alternates', sans-serif;
  margin-bottom: 65px;
  text-align: center;
}
.title-single > h1,
.title-single h2 {
    text-align: left;
    /* margin-bottom: 60px; */
    margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .title-single > h1,
  h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .title-single > h1,
  .title-single h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .title-single > h1,
  h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/* h3 */
h3 {
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat Alternates', sans-serif;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

/* h4 */
h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #313131;
  font-family: 'Montserrat Alternates', sans-serif;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}
/* h5 */
h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'Montserrat Alternates', sans-serif;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}
/* p */
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #454545;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

/*form*/
label {
  color: #464545;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}
input:placeholder,
textarea:placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #818181;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  border: 1px solid #f6f2e7;
  background-color: #f6f2e7;
  border-radius: 2px;
  color: #998c8c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
textarea {
  resize: none;
  height: auto;
  padding: 10px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
textarea:focus {
  color: #998c8c;
  background-color: #fff;
  border: 1px solid #d6be7c;
  outline: 0 !important;
}

input[type="submit"] {

}

input[type="submit"]:hover {

}

input[type="submit"]:focus,
input[type="submit"]:active {
  outline: 0;
}
.ajax-loader {
  display: none !important;
}
.form_group {
  margin-bottom: 22px;
}
.form_group-btn {
  text-align: center;
  margin-top: 25px;
}
.blog-comments input[type="submit"],
.form_group-btn input[type="submit"] {
  display: none;
}
.form_group-btn label {
  margin-bottom: 0;
}
.form_group-half-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_group-half-wrap > div  {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.form_group-half-wrap > div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .form_group-half-wrap {
    display: block;
  }
  .form_group-half-wrap > div {
      width: 100%;
      margin-right: 0;
  }
}


/*comments*/
.logged-in-as {
  margin: 15px 0;
}
.logged-in-as a:hover {
  color: #ceae56;
}
.comments-title {
  color: #464545;
  margin-bottom: 30px;
}
.comment-list article {
  padding-left: 15px;
}
.comment-list li {
  margin-bottom: 35px;
}
.comment-content p {
  margin: 15px 0;
}
.comment-list a:hover {
  color: #ceae56;
}
.comment-list {
  margin-left: 15px;
}
/*end comments*/

/*end form*/

.default-image {
  width: 100%;
  height: auto;
}

/*default btn*/
.default-button {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  color: #56524e;
  border: 1px solid #c7a84d;
  border-radius: 2px;
  min-width: 170px;
  padding-left: 35px;
  padding-right: 35px;
  height: 40px;
  display: inline-block;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  transition: 0.5s;
  background-color: transparent;
  cursor: pointer;
}
.default-button:hover {
  font-weight: 300;
  color: #fff;
  background-color: #ceae56;
}
.liner-button {
  position: relative;
  background-color: transparent;
}
.liner-button:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
   transition: 0.5s;
  background: -moz-linear-gradient(45deg, #ceae56 0%, #fdeea9 30%, #fdeea9 50%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
  background: -webkit-linear-gradient(45deg, #ceae56 0%, #fdeea9 30%, #fdeea9 50%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
  background: linear-gradient(45deg, #ceae56 0%, #fdeea9 30%, #fdeea9 50%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
}
.liner-button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
   transition: 0.5s;
  background: -moz-linear-gradient(45deg, #ceae56 0%, #fdeea9 50%, #fdeea9 70%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
  background: -webkit-linear-gradient(45deg, #ceae56 0%, #fdeea9 50%, #fdeea9 70%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
  background: linear-gradient(45deg, #ceae56 0%, #fdeea9 50%, #fdeea9 70%, #ceae56 100%, #ceae56 100%, #ceae56 100%, #ceae56 100%);
}

.liner-button:hover:before,
.liner-button:hover:after {
  background: #ceae56;
}
.elm-button:active,
.elm-button:focus {
  outline: 0 !important;
}

.elm-button-text {
  
}

.elm-button-text:hover {

}

.elm-button {
  border: none !important;
}

.elm-button:hover,
.elm-button:active,
.elm-button:focus {
  background: transparent !important;
}

.elm-loading-anim {
  display: none !important;
}

/*end slide*/
/*end default btn*/


/*indent*/
.default-indent {
  padding: 120px 0;
}
.default-indent-top {
  padding-top: 120px;
}
.default-indent-single {
    /* padding: 70px 0 120px; */
    padding: 20px 0;
}
.bottom-indent-line {
  padding-bottom: 120px;
  position: relative;
}
.bottom-indent-line:after {
  content: '';
  width: 300px;
  height: 2px;
  background-color: #e0d5d5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .default-indent {
    padding: 80px 0;
  }
  .default-indent-top {
    padding-top: 80px;
  }
  .bottom-indent-line {
    padding-bottom: 80px;
  }
  .default-indent-single {
    padding: 50px 0 80px;
  }
  .bottom-indent-line:after {
    width: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .default-indent {
    padding: 50px 0;
  }
  .default-indent-top {
    padding-top: 50px;
  }
  .bottom-indent-line {
    padding-bottom: 50px;
  }
  .default-indent-single {
    padding: 30px 0 50px;
  }
}


/*end indent*/

/*contacts*/
.contacts-blk a {
  color: #56524e;
  font-size: 14px;
  font-weight: 500;
}
.contacts-blk a:hover {
  color: #ba8b43;
}
/*end contacts*/

/*social*/
.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li:first-child a {
  margin-left: 0;
}
.social li:last-child a {
  margin-right: 0;
}
.social a {
  display: inline-block;
  margin: 0 10px;
}

.social i {
  transition: 0.5s;
  color: #998c8c;
  font-size: 16px;
}

.social a:hover i {
  color: #ceae56;
}


@media screen and (max-width: 767px) {

}


@media screen and (max-width: 767px) {

}

/*end social*/

/*bread*/
.breadcrumbs {
    /* margin-top: 25px; */
    margin-top: 10px;
}

.breadcrumbs > span {
  margin-right: 15px;
}
.breadcrumbs i {
  color: #d8bf7d;
}
.breadcrumbs span,
.breadcrumbs a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', 'sans-serif';
  color: #998c8c;
  transition: 0.5s;
}
.breadcrumbs a:hover span{
  color: #56524e;
}

.breadcrumbs > span:last-child {
  color: #56524e;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    left: 15px;
    transform: translate(0);
  }

  .breadcrumbs a {
    display: inline-block;
    font-size: 14px;
  }
}

/*end bread*/

/*section-hero-single*/
.section-hero-single {
  /*background-image: url(../img/hero-bg2.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 310px;
}
/*end section-hero-single*/


/*blog*/
.blog-blk {
  min-height: 400px;
}
.blog-blk h4 {
  color: #313131;
  margin: 20px 0;
}
.blog-blk p {
  margin-bottom: 25px;
}
.blog-blk .read-more {
  color: #998c8c;
  text-transform: uppercase;
  font-family: 'Montserrat Alternates', sans-serif;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 700;
}
.blog-blk .read-more:hover {
  color: #ceae56;
}
.blog-blk__img {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
}
.blog-blk__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}
.blog-blk:hover .blog-blk__img img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*end blog*/

/*tours*/
.tours__item {
  margin-bottom: 30px;
  overflow: hidden;
}
.tours__item a {
  position: relative;
  display: block;
}
.tours__item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}

.tours__item-text {
  height: 95px;
  width: 101%;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
    background-image: -moz-linear-gradient( 45deg, rgba(178,148,87, 0.851) 0%, rgba(251,247,200, 0.851) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgba(178,148,87, 0.851) 0%, rgba(251,247,200, 0.851) 100%);
    background-image: -ms-linear-gradient( 45deg, rgba(178,148,87, 0.851) 0%, rgba(251,247,200, 0.851) 100%);
}
.tours__item-text.tours__item-text-nodata {
  /*height: 50px;*/
}
.tours__item-time {
  margin-bottom: 7px;
}
.tours__item-time i {
  color: #fff;
  margin-right: 10px;
}
.tours__item-time span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.tours__item-text-hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(185, 157, 80, 0.902);
  display: none;
}
.tours__item-text-hidden > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tours__item-text-hidden button.default-button {
  border: 1px solid #fdeea9;
  background-color: transparent;
  color: #fff;

}
.tours__item-text-hidden button.default-button:hover {
  background-color: #fdeea9;
  color: #56524e;
}

.single-tour {
    /* margin: 80px 0; */
    margin: 10px 0;
}
.single-tour h1, 
.single-tour h2, 
.single-tour h3, 
.single-tour h4, 
.single-tour h5, 
.single-tour h6 {
  text-transform: none;
}
.single-tour a:hover {
  color: rgb(185, 157, 80);
}
.single-blog {
  margin: 0 0 50px;
}
.single-tour p {
  font-size: 16px;
  font-family: 'Open Sans', 'sans-serif';
  margin-bottom: 10px;
}
.single-tour img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .single-tour {
    margin: 50px 0;
  }
  .single-tour p {
    font-size: 14px;
  }
  .single-blog {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-tour {
    margin: 30px 0;
  }
  .blog-blk__img {
    height: 170px;
  }
  .tours__item-text  {
    padding: 0 10px;
  }
  .tours__item-text h3 {
    width: 100%;
  }
}

/*end tours*/


/*POPUP*/
.popup__bg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  max-width: 1920px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: none;

}
.popup__block {
  width: 680px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


.popup__caption {
  text-align: center;
  margin: 30px 0; 
}
.popup-btn__button-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-btn__button-close i {
  color: #998c8c;
  transition: 0.5s;
  font-size: 20px;
  cursor: pointer;
}
.popup-btn__button-close:hover i {
  color: #ceae56;
}

.popup__content {
  padding: 0 60px 40px;
}
.poput-input-wrap {
  margin-bottom: 20px;
}
.poput-input-wrap {

}
@media only screen and (max-width: 991px) {
 .popup__content {
    padding: 0 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
    .popup__block {
      width: 100%;
      top: 0px;
      transform: translate(-50%, 0%);
    }
    .popup__caption {
      font-size: 22px;
      margin: 50px 0 0; 
    }
    .popup-btn__button-close {
      right: 20px;
    }
    .popup__bg {
      overflow: scroll;
    }

}

/*END POPUP*/

/*404*/
.error-404 {
  height: calc(100vh - 67px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-404 h1 {
  font-size: 120px;
  font-weight: 600;
  color: #464545;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
    background: none;
  font-family: 'Montserrat Alternates', sans-serif;
}
.error-404 span {
  color: #b29457;
}
  .error-404 h3 {
    font-size: 24px;
    color: #464545;
    margin-bottom: 50px;
  }
@media only screen and (max-width: 991px) {
   .error-404 h1 {
    font-size: 90px;
  }
  .error-404 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404 h1 {
    font-size: 60px;
  }
  .error-404 {
    height: calc(100vh - 45px);
  }
}
/*end 404*/

/*search*/
.search-page .page-title {
  text-align: left;
}
.search-page .blog-blk {
  min-height: 350px;
}
.search-page img {

}
.blog-blk__item-seach {
  margin-bottom: 30px;
}
/*end search*/

/*toTop*/
#toTop {
  display: none;
  cursor: pointer;
  position: fixed;
  width: 45px;
  height: 45px;
  right: 42px;
  bottom: 132px;
  z-index: 110;
  border: 1px solid #b29457;
  transition: 0.5s;
}
/*#toTop:before {
  content: '\f077';
  font-size: 13px;
  font-family: 'FontAwesome', 'Font Awesome\ 5 Free';
  color: #b29457;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}*/
#toTop i {
  font-size: 13px;
  color: #b29457;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
#toTop:hover {
  background-color: #b29457;
}
#toTop:hover i {
  color: #fff;
}
/*end toTop*/

.def-img-add {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
/*.hot-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}*/
}

.wpsm_panel-title .ac_title_class {
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
    line-height: 22px;
    padding-right: 70px;
}
.wpsm_panel-title .ac_open_cl_icon {
  color: #b29457 !important;
}