

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");


@import url(css/bootstrap.min.css);

@import url(css/classy-nav.css);

@import url(css/owl.carousel.min.css);

@import url(css/animate.css);

@import url(css/magnific-popup.css);

@import url(css/font-awesome.min.css);


* {

  margin: 0;

  padding: 0; }



body {

/*  font-family: 'Lora', serif;*/

  font-size: 14px; }



/*h1,

h2,

h3,

h4,

h5,

h6 {

  color: #000;

  line-height: 1.3;


  }
*/
h2{

  color: #a78a30;

  line-height: 1.3;

  /*font-weight: 700;*/ 

  font-size: 3rem !important; 

  font-family: 'Lora', serif;



  }

}

/*p {

  color: #838383;

  font-size: 14px;

  line-height: 2;

  font-weight: 400; }*/



a,

a:hover,

a:focus {

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  text-decoration: none;

  outline: 0 solid transparent;

  color: #141414;

  font-weight: 600;

  font-size: 14px; }



ul,

ol {

  margin: 0; }

  ul li,

  ol li {
    font-family: 'Roboto', sans-serif;
    list-style: none; }



img {

  height: auto;

  max-width: 100%; }


.mt-15 {

  margin-top: 15px !important; }



.mt-30 {

  margin-top: 30px !important; }



.mt-50 {

  margin-top: 50px !important; }



.mt-70 {

  margin-top: 70px !important; }



.mt-100 {

  margin-top: 100px !important; }



.mb-15 {

  margin-bottom: 15px !important; }



.mb-30 {

  margin-bottom: 30px !important; }



.mb-50 {

  margin-bottom: 50px !important; }



.mb-70 {

  margin-bottom: 70px !important; }



.mb-100 {

  margin-bottom: 100px !important; }



.ml-15 {

  margin-left: 15px !important; }



.ml-30 {

  margin-left: 30px !important; }



.ml-50 {

  margin-left: 50px !important; }



.mr-15 {

  margin-right: 15px !important; }



.mr-30 {

  margin-right: 30px !important; }



.mr-50 {

  margin-right: 50px !important; }




.height-400 {

  height: 400px !important; }



.height-500 {

  height: 500px !important; }



.height-600 {

  height: 600px !important; }



.height-700 {

  height: 700px !important; }



.height-800 {

  height: 800px !important; }




.section-padding-100 {

  padding-top: 100px;

  padding-bottom: 100px; }



.section-padding-100-0 {

  padding-top: 35px;

  padding-bottom: 0; }



.section-padding-0-100 {

  padding-top: 0;

  padding-bottom: 100px; }



.section-padding-100-70 {

  padding-top: 100px;

  padding-bottom: 70px; }




.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center;
}

  .section-heading h6 {

    font-size: 14px;

    text-transform: uppercase;

    margin-bottom: 0;

    background: -webkit-linear-gradient(to right,  #a78a30,#a78a30);

    background: linear-gradient(to right,  #a78a30,#a78a30);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent; }

  .section-heading h2 {

    font-size: 36px;

    /*font-weight: 600;*/

    margin-bottom: 0; }

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

       .section-heading h2 {

        font-size: 24px; } 
		.btn-details{
			width: 100%;
		}
    .btn-evt-inf{
      width: 63% !important;
      margin-left: 18px;

    }
    .text_info{
      font-size: 1.5rem !important;
    }
		.hide-content{
			display: none !important;
		}
  	.show-content{
  		    display: inline-block !important;
  		}
    }

  .section-heading.white h2 {

    color: #ffffff; }

.hero-slides-content{

  text-align: center;
  color: #fff;

}
.hero-slides-content h2, .hero-slides-content h3, .hero-slides-content p{
  color: #fff;
}
/*.hero-slides-content h2{

  font-size: 7rem !important;

}*/


#preloader {

  background: #a78a30;

  /*background: -webkit-linear-gradient(to right, #fff, #a78a30);*/

  background: -webkit-linear-gradient(to right,  #fff, #a78a30);

  background: linear-gradient(to right, #fff, #a78a30);

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 5000; }

  #preloader .circle-preloader {

    display: block;

    width: 60px;

    height: 60px;

    border: 2px solid rgba(255, 255, 255, 0.2);

    border-bottom-color: #ffffff;

    border-radius: 50%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    animation: spin 2s infinite linear; }

@-webkit-keyframes spin {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }

@keyframes spin {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg); } }


.bg-img {

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat; }



.bg-white {

  background-color: #ffffff !important; }



.bg-dark {

  background-color: #000000 !important; }



.bg-transparent {

  background-color: transparent !important; }



.font-bold {

  /*font-weight: 700;*/ }



.font-light {

  font-weight: 300; }



.bg-overlay {

  position: relative;

  z-index: 2;

  background-position: center center;

  background-size: cover; }

  .bg-overlay::after {

    background-color: #fff;

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: ""; }



.bg-fixed {

  background-attachment: fixed !important; }



.mfp-image-holder .mfp-close,

.mfp-iframe-holder .mfp-close {

  color: #ffffff;

  right: 0;

  padding-right: 0;

  width: 30px;

  height: 30px;

  background-color: #a78a30;

  line-height: 30px;

  text-align: center;

  position: absolute;

  top: 40px;

  right: -30px; }

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

    .mfp-image-holder .mfp-close,

    .mfp-iframe-holder .mfp-close {

      right: 0; } }




/*#scrollUp {

  background: #a78a30;

  background: -webkit-linear-gradient(to right, #fff, #a78a30);

  background: linear-gradient(to right, #fff, #a78a30);

  border-radius: 0;

  bottom: 50px;

  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);

  color: #ffffff;

  font-size: 24px;

  height: 40px;

  line-height: 40px;

  right: 30px;

  text-align: center;

  width: 40px;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms; }

  #scrollUp:hover {

    background-color: #141414; }*/




.hotel-btn {

    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 200px;
    height: 45px;
    color: #ffffff;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 39px;
    /* font-weight: 700; */
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    /* border: 3px solid #; */
    background: #a78a30;}

  .hotel-btn:hover, .hotel-btn:focus {

    font-size: 14px;

    /*font-weight: 700;*/

    color: #ffffff;

    background-color: #0f6421; }

  .hotel-btn.btn-2 {

    background-color: #a78a30;

    color: #ffffff; }

    .hotel-btn.btn-2:hover, .hotel-btn.btn-2:focus {

      color: #ffffff;

      background-color: #101214;

      border-color: #101214; }

  .hotel-btn.btn-3 {

    background: #000;

    background: -webkit-linear-gradient(to right, #fff, #a78a30);

    background: linear-gradient(to right, #fff, #a78a30);

    color: #101214;

    border: none;

    line-height: 45px; }

    .hotel-btn.btn-3.active, .hotel-btn.btn-3:hover, .hotel-btn.btn-3:focus {

      color: #ffffff; }

  .hotel-btn.menu-btn {

    color: #fff;

    /*font-weight: 700;*/

    background: #fff;

    /*background: -webkit-linear-gradient(to right, #fff, #a78a30);*/

    /*background: linear-gradient(to right, #fff, #a78a30);*/

    border: none;

    line-height: 45px; }

    .hotel-btn.menu-btn:hover, .hotel-btn.menu-btn:focus {

      color: #ffffff;

      /*font-weight: 700;*/ }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

      .hotel-btn.menu-btn {

        margin-top: 30px; } }

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

      .hotel-btn.menu-btn {

        margin-top: 30px; } }

  .hotel-btn.btn-white {

    background-color: #ffffff; }

    .hotel-btn.btn-white:hover, .hotel-btn.btn-white:focus {

      color: #ffffff;

      background-color: #a78a30;

      border-color: #a78a30; }




.header-area {

  position: absolute;

  z-index: 100;

  width: 100%;

  /*top: 30px;*/

  /*left: 23%;*/

  z-index: 1000; }

  .header-area .hotel-main-menu {

    position: relative;

    width: 100%;

    height: 85px;

    background-color: transparent; }

    .header-area .hotel-main-menu .classy-nav-container {

      background-color: transparent; }

    .header-area .hotel-main-menu .classy-navbar {

      background-color: transparent;

      height: 67px;

      padding: 0; }

      .header-area .hotel-main-menu .classy-navbar .classynav ul li a {

        /*font-weight: 700;*/

        text-transform: uppercase;

        color: #fff; }

        .header-area .hotel-main-menu .classy-navbar .classynav ul li a:hover, .header-area .hotel-main-menu .classy-navbar .classynav ul li a:focus {

          color: #fff;

          text-decoration: underline; }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {

          .header-area .hotel-main-menu .classy-navbar .classynav ul li a {

            padding: 0 7px;

            font-size: 13px; }
           
            
          }

        @media only screen and (min-width: 768px) and (max-width: 991px) {

          .header-area .hotel-main-menu .classy-navbar .classynav ul li a {

            background-color: #101214; 
            } 
          .box-container-icon h3{
            font-size: 2.3rem !important;
          }
        }

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

          .header-area .hotel-main-menu .classy-navbar .classynav ul li a {

           background-color: #101214;
        } 
        }

      .header-area .hotel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,

      .header-area .hotel-main-menu .classy-navbar .classynav ul li.has-down > a::after {

        color: #ffffff; }

      .header-area .hotel-main-menu .classy-navbar .classynav ul li ul li a {

        color: #101214; }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {

          .header-area .hotel-main-menu .classy-navbar .classynav ul li ul li a {

            padding: 0 15px; } }

        @media only screen and (min-width: 768px) and (max-width: 991px) {

          .header-area .hotel-main-menu .classy-navbar .classynav ul li ul li a {

            color: #ffffff; } }

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

          .header-area .hotel-main-menu .classy-navbar .classynav ul li ul li a {

            color: #ffffff; } }

  .header-area .is-sticky .hotel-main-menu {

    position: fixed;
    width: 100%;
    height: 97px;
    top: 0;
    left: 0;
    padding-top: 17px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
  }
  .header-area .breakpoint-on #wp-menu {
   display: none !important;
  }

.header-area .is-sticky .hotel-main-menu #logo{
  display: inline-block !important;
}
.header-area .is-sticky .hotel-main-menu  ul li a{
  color: #a78a30 !important;
}

.header-area .hotel-main-menu .breakpoint-on #logo{
  display: inline-block !important;
}
.header-area .hotel-main-menu .breakpoint-on  ul li a{
  color: #a78a30 !important;
}
.whatsapp-btn{
  position: fixed;
  font-weight: bold;
  list-style: none;
  border-bottom: 0;
  z-index: 999;
  left: 30px;
  bottom: 20px;
  border-radius: 25px;
  color: #fff;
  height: 37px;
  padding: 0px;
  background: #1b8939;
  border: 7px solid #1b8939;
}
#scrollUp {
  position: fixed;
  font-weight: bold;
  list-style: none;
  border-bottom: 0;
  z-index: 999;
  right: 30px;
  bottom: 20px;
  border-radius: 25px;
  color: #fff;
  height: 37px;
  font-size: 23px;
  width: 40px;
  cursor: pointer;
  padding: 0px;
  background: #b49b4f;
}
.classy-menu {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .breakpoint-on .classy-navbar .classy-menu {

    background-color: #101214; 
   } 
 }
@media only screen and  (max-width: 991px) {
   .is-sticky .breakpoint-on .logo-menu{
    display: inline-block;
  }
  .show-content-cabanas{
    display: inline-block !important;
  }
  .hide-content-cabanas{
    display: none !important;
  }
  .without-padd-right{
    padding-right: 12px !important;
  }
  .without-padd-left{
    padding-left: 12px !important;
  }
  #carousel-cabanas{
    height: 100% !important;
  }
  .carousel-inner{
    height: 100% !important; 
  }
  .img1{
    width:70% !important;margin-bottom: 0px !important;
  }
  .img2{
    margin-top: 0px !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px;
  } 
  .img3{
    margin-left: 0px !important;
    padding: 15px;
  }
  .img4{
    margin-left: 0px !important;margin-top: 0px !important;height: 100% !important;width: 100% !important; padding: 15px;
  }
 }
@media only screen and (max-width: 767px) {

  .breakpoint-on .classy-navbar .classy-menu {

    background-color: #101214; } }



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .classynav ul li .megamenu .single-mega.cn-col-4 {

    padding: 0; } }

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

  .classynav ul li .megamenu .single-mega.cn-col-4 {

    padding: 0; } }



.classycloseIcon .cross-wrap span {

  background: #ffffff; }




.hero-slides {

  position: relative;

  z-index: 1; }

  .hero-slides .single-hero-slide {

    width: 100%;

    height: 880px;

    position: relative;

    z-index: 1; }

    .hero-slides .single-hero-slide::after {

      position: absolute;

      width: 100%;

      height: 100%;

      z-index: -5;

      top: 0;

      left: 0;

      background-color: rgba(0, 0, 0, 0.3);

      content: ''; }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {

      .hero-slides .single-hero-slide {

        height: 650px; } 
      .change-padd{
        padding: 17.5px !important;
      }
      }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

      .hero-slides .single-hero-slide {

        height: 550px; } }

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

      .hero-slides .single-hero-slide {

        height: 600px; } }

    .hero-slides .single-hero-slide h2 {

      font-size: 100px;

      color: #ffffff;

      margin-bottom: 0;

      font-weight: 400; }

      @media only screen and (min-width: 992px) and (max-width: 1199px) {

        .hero-slides .single-hero-slide h2 {

          font-size: 48px; } }

      @media only screen and (min-width: 768px) and (max-width: 991px) {

        .hero-slides .single-hero-slide h2 {

          font-size: 36px; } }

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

        .hero-slides .single-hero-slide h2 {

          font-size: 30px; } }

    .hero-slides .single-hero-slide p {

      font-weight: 600;

      font-size: 14px;

      margin-bottom: 40px;

      color: #ffffff; }

  .hero-slides .owl-prev,

  .hero-slides .owl-next {

    width: 43px;

    height: 45px;

    line-height: 39px;

    color: #ffffff;

    border: 3px solid #000;

    border-radius: 10px;

    background-color: #000000;

    top: 50%;

    margin-top: -28px;

    left: 5%;

    position: absolute;

    z-index: 10;

    text-align: center;

    font-size: 25px;

    /*font-weight: 700;*/

    text-transform: uppercase;

    opacity: 0;

    visibility: hidden;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms; }

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

      .hero-slides .owl-prev,

      .hero-slides .owl-next {

        width: 60px;

        height: 40px;

        line-height: 35px;

        margin-top: -30px; } }

    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,

    .hero-slides .owl-next:hover,

    .hero-slides .owl-next:focus {

      background-color: #141414;

      color: #ffffff; }

  .hero-slides .owl-next {

    left: auto;

    right: 5%; }

  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {

    opacity: 1;

    visibility: visible; }

  .hero-slides .owl-dots {

    display: none !important;

    position: absolute;

    bottom: 50px;

    z-index: 300;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 1110px;

    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%); }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {

      .hero-slides .owl-dots {

        width: 920px; } }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

      .hero-slides .owl-dots {

        width: 700px; } }

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

      .hero-slides .owl-dots {

        width: 290px; } }

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

      .hero-slides .owl-dots {

        width: 450px; } }

    .hero-slides .owl-dots .owl-dot {

      color: #ffffff;

      font-size: 14px;

      /*font-weight: 700;*/

      margin-right: 10px; }

      .hero-slides .owl-dots .owl-dot.active {

        color: #a78a30; }




.single-add-area img {

  width: 100%; }

.uniq-img{



    position: relative;

    padding: 150px 0px 120px 0px;

    background: linear-gradient(#00000073,rgba(0, 0, 0, 0.58)), url(img/Finca/mainback.jpg);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 100%;
}

.gallery-area {

  position: relative;

  margin-bottom: -50px;

  z-index: 100; 

height: 120vh;}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .gallery-area {

      padding-bottom: 100px; } }



.about-thumb {

  position: relative;

  margin-top: -50px; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .about-thumb {

      margin-top: 50px; } }

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

    .about-thumb {

      margin-top: 50px; } }



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about--thumb {

    margin-top: 100px; } }

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

  .about--thumb {

    margin-top: 100px; } }



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

  .about-btn-group .hotel-btn {

    margin: 10px; } }




.welcome-area {

  position: relative;

  z-index: 1;

  width: 100%;

  height: 630px; }
  .welcome-text{
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .welcome-area {

      height: 702px; } }

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

    .welcome-area {

      height: 730px; } }

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

    .welcome-area {

      height: 800px; } }

  .welcome-area{

    /*font-family: 'Lora', serif;*/

    color: #000;
	padding: 0 6rem;
    text-align: center;
    font-size: 1rem;

    text-align: justify;}



.experts-team-members {

  position: relative;

  z-index: 1;

  width: 100%;

  height: 500px;

  margin-top: -95px;

  overflow: hidden; }

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

    .experts-team-members {

      height: 380px;

      margin-top: -30px; } }

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

    .experts-team-members {

      height: 450px;

      margin-top: 30px; } }

  .experts-team-members .single-team-members {

    position: absolute; }

    .experts-team-members .single-team-members .team-members-info {

      position: absolute;

      padding: 15px 30px;

      background-color: #101214;

      z-index: 100;

      width: auto; }

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

        .experts-team-members .single-team-members .team-members-info {

          padding: 7px 10px; } }

      .experts-team-members .single-team-members .team-members-info h3 {

        font-size: 22px;

        color: #ffffff;

        text-transform: uppercase;

        margin-bottom: 0;

        font-style: italic; }

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

          .experts-team-members .single-team-members .team-members-info h3 {

            font-size: 14px; } }

      .experts-team-members .single-team-members .team-members-info h6 {

        font-size: 14px;

        color: #a78a30;

        margin-bottom: 0;

        text-transform: uppercase;

        font-style: italic; }

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

          .experts-team-members .single-team-members .team-members-info h6 {

            font-size: 11px; } }

    .experts-team-members .single-team-members:first-child {

      width: 40%;

      left: 0;

      bottom: -50px;

      z-index: 10; }

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

        .experts-team-members .single-team-members:first-child {

          width: 60%; } }

      .experts-team-members .single-team-members:first-child .team-members-info {

        top: 40%;

        left: 0;

        z-index: 50; }

    .experts-team-members .single-team-members:nth-child(2) {

      width: 30%;

      left: 30%;

      bottom: 0;

      z-index: -10; }

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

        .experts-team-members .single-team-members:nth-child(2) {

          width: 50%;

          left: 40%; }
          .LeftIcon {
		 	    position: absolute !important;
  		    top: calc(98% - 0px) !important;
  		    width: 29px !important;
  		    right: 248px !important;
  		    height: 30px !important;
  		    border-radius: 50% !important;
  		    background: white !important;
  		    display: flex !important;
  		    align-items: center !important;
  		    justify-content: center !important;
  		    font-size: 26px !important;
  		    color: #a78a30 !important;
		}

      }

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

        .experts-team-members .single-team-members:nth-child(2) {

          left: 30%; }
		
     }

      .experts-team-members .single-team-members:nth-child(2) .team-members-info {

        top: 40%;

        left: 0;

        z-index: 50;

        -webkit-transform: scale(0.6);

        transform: scale(0.6); }

    .experts-team-members .single-team-members:nth-child(3) {

      width: 30%;

      left: 55%;

      bottom: -60px;

      z-index: -20; }

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

        .experts-team-members .single-team-members:nth-child(3) {

          width: 50%; } }

      .experts-team-members .single-team-members:nth-child(3) .team-members-info {

        top: 40%;

        left: 0;

        z-index: 50;

        -webkit-transform: scale(0.6);

        transform: scale(0.6); }

    .experts-team-members .single-team-members:nth-child(4) {

      width: 30%;

      right: -25px;

      bottom: -100px; }

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

        .experts-team-members .single-team-members:nth-child(4) {

          width: 50%;

          bottom: -75px; } }

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

        .experts-team-members .single-team-members:nth-child(4) {

          bottom: -100px; } }

      .experts-team-members .single-team-members:nth-child(4) .team-members-info {

        top: 40%;

        left: 0;

        z-index: 50;

        -webkit-transform: scale(0.6);

        transform: scale(0.6); }




.single-service-area{

  background-color: rgba(0, 0, 0, 0.7);

    color: #fff;

    padding: 35px;

}

.single-service-area .course-icon {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 77px;

  flex: 0 0 77px;

  min-width: 77px;

  width: 77px;

  height: 77px;

  background-color: #a78a30;

  color: #ffffff;

  border-radius: 50%;

  margin-right: 20px; }

.single-service-area p {

  margin-bottom: 0;

  margin-top: 15px; }

.single-service-area .course-content h4 {

  font-size: 20px;

  margin-bottom: 0;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  color: #fff; }

.single-service-area:hover .course-icon, .single-service-area:focus .course-icon {

  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);

  background: #a78a30;

  background: -webkit-linear-gradient(to right, #fff, #a78a30);

  background: linear-gradient(to right, #fff, #a78a30); }

.single-service-area:hover .course-content h4, .single-service-area:focus .course-content h4 {

  color: #fff; }




.single-table {

  position: relative;

  z-index: 1;

  background-color: #ffffff; }

  .single-table .price-hab {

    padding: 40px; }

    .single-table .price-hab .price {

      font-size: 36px;

      font-weight: 600;

      color: #a78a30;

      line-height: 1; }

      .single-table .price-hab .price span {

        font-size: 14px;

        font-style: italic;

        color: #838383;

        font-weight: 400; }

    .single-table .price-hab h5 {

      font-size: 22px;

      margin: 30px 0;

      font-weight: 600; }

    .single-table .price-hab .price-data li {

      color: #838383;

      font-weight: 400;

      font-size: 14px;

      margin-bottom: 10px; }

      .single-table .price-hab .price-data li:last-child {

        margin-bottom: 0; }

      .single-table .price-hab .price-data li i {

        color: #a78a30;

        font-size: 8px;

        margin-right: 15px; }



.service-page .single-table {

  background-color: #f0f2f8;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  border: 3px solid transparent; }

  .service-page .single-table .price-hab h5 {

    font-size: 22px;

    margin: 0;

    font-weight: 600; }

  .service-page .single-table:hover, .service-page .single-table:focus {

    border: 3px solid #a78a30;

    box-shadow: 0 5px 70px rgba(0, 0, 0, 0.2); }




.working-hours {

  position: relative;

  z-index: 1; }

  .working-hours li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -ms-grid-row-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    font-weight: 600;

    font-size: 16px;

    color: #838383;

    padding: 12px 0;

    border-bottom: 3px solid #eaeaea;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms; }

    .working-hours li:last-child {

      border-bottom: none; }

    .working-hours li:hover, .working-hours li:focus {

      color: #a78a30; }



.our-newsletter-area .form-control {

  width: 100%;

  height: 55px;

  border: 3px solid #eaeaea;

  border-radius: 10px;

  padding: 0 40px;

  font-size: 14px;

  color: #838383;

  font-style: italic;

  background-color: transparent;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms; }

  .our-newsletter-area .form-control:focus {

    box-shadow: none;

    border-color: #a78a30; }

.our-newsletter-area #emailHelp {

  font-size: 13px;

  margin-top: 30px;

  line-height: 2;

  color: #838383;

  font-style: italic; }




.main-footer-area .footer-widget-area .widget-title {

  margin-bottom: 50px; }

  .main-footer-area .footer-widget-area .widget-title h6 {

    font-size: 16px;

    /*font-weight: 700;*/

    margin-bottom: 0;

    color: #ffffff;

    margin-top: 20px;

    text-transform: uppercase;

    font-style: italic; }

.main-footer-area .footer-widget-area p {

  color: #bebebe;

  /*font-weight: 600; */
}

.main-footer-area .footer-widget-area .footer-social-info a {

  display: inline-block;

  color: #ffffff;

  margin-right: 25px; }

  .main-footer-area .footer-widget-area .footer-social-info a:hover, .main-footer-area .footer-widget-area .footer-social-info a:focus {

    color: #a78a30; }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .main-footer-area .footer-widget-area .footer-social-info a {

      margin-right: 15px; } }

.main-footer-area .footer-widget-area .testimonials-slides {

  position: relative;

  z-index: 1; }

  .main-footer-area .footer-widget-area .testimonials-slides .commentary {

    margin-bottom: 50px; }

    .main-footer-area .footer-widget-area .testimonials-slides .commentary:last-child {

      margin-bottom: 0; }

    .main-footer-area .footer-widget-area .testimonials-slides .commentary p {

      font-size: 13px;

      font-style: italic;

      color: #fff; }

    .main-footer-area .footer-widget-area .testimonials-slides .commentary span {

      font-weight: 600;

      font-size: 13px;

      color: #a78a30; }

/*.main-footer-area .footer-widget-area .fitness-classes {

  position: relative;

  z-index: 1; }*/
/*
  .main-footer-area .footer-widget-area .fitness-classes li a {

    display: block;

    color: #bebebe;

    font-size: 14px;

    margin-bottom: 20px;

    font-weight: 400; }

    .main-footer-area .footer-widget-area .fitness-classes li a:hover, .main-footer-area .footer-widget-area .fitness-classes li a:focus {

      color: #a78a30; }

  .main-footer-area .footer-widget-area .fitness-classes li:last-child a {

    margin-bottom: 0; }*/

.main-footer-area .footer-widget-area .single-contact span {

  color: #a78a30;

  font-size: 14px;

  text-decoration: underline;

  margin-bottom: 10px;
  display: block; }

.main-footer-area .footer-widget-area .single-contact p {

  color: #ffffff;

  margin-bottom: 0;

  font-weight: 400; }



.bottom-footer-area {

  text-align: center; }

  .bottom-footer-area p {

    font-size: 14px;

    margin-bottom: 0;

    color: #fff;
    margin-bottom: 45px;

    /*font-weight: 600; */}

    .bottom-footer-area p a {

      color: #fff;

      font-size: 12px;

      font-weight: 600; }

      .bottom-footer-area p a:hover, .bottom-footer-area p a:focus {

        color: #a78a30; }




.breadcumb-area {

  position: relative;

  z-index: 10;

  width: 100%;

  height: 325px; }

  .breadcumb-area .bradcumbContent {

    position: absolute;

    width: 100%;

    bottom: 0;

    left: 0;

    z-index: 100; }

    .breadcumb-area .bradcumbContent .breadcrumb {

      padding: 0;

      background-color: transparent;

      border-radius: 0;

      margin-bottom: 30px; }

      .breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item {

        font-size: 11px;

        color: #a78a30;

        /*font-weight: 700;*/

        text-transform: uppercase;

        background: -webkit-linear-gradient(to right, #b3e258, #39b143);

        background: linear-gradient(to right, #b3e258, #39b143);

        -webkit-background-clip: text;

        -webkit-text-fill-color: transparent; }

        .breadcumb-area .bradcumbContent .breadcrumb .breadcrumb-item a {

          font-size: 11px;

          color: #a78a30;

          /*font-weight: 700;*/

          text-transform: uppercase;

          background: -webkit-linear-gradient(to right, #b3e258, #39b143);

          background: linear-gradient(to right, #b3e258, #39b143);

          -webkit-background-clip: text;

          -webkit-text-fill-color: transparent; }

    .breadcumb-area .bradcumbContent h2 {

      font-size: 30px;

      color: #ffffff;

      margin-bottom: 5px; }




.single-teachers-area {

  position: relative;

  z-index: 1; }

  .single-teachers-area .teachers-bg-gradients {

    position: absolute;

    width: 100%;

    height: 300px;

    background: #a78a30;

    background: -webkit-linear-gradient(to right, #fff, #a78a30);

    background: linear-gradient(to right, #fff, #a78a30);

    top: 0;

    left: 0;

    z-index: -5; }

  .single-teachers-area .teachers-thumbnail {

    width: 100%; }

  .single-teachers-area .teachers-info {

    position: relative;

    padding: 15px 20px;

    background-color: #000000;

    width: 80%;

    overflow: hidden;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms; }

    .single-teachers-area .teachers-info:after {

      content: '';

      width: 24px;

      height: 120%;

      background-color: #ffffff;

      top: -2px;

      right: -10px;

      position: absolute;

      z-index: 10;

      -webkit-transform: rotate(18deg);

      transform: rotate(18deg); }

    .single-teachers-area .teachers-info h6 {

      margin-bottom: 0;

      color: #ffffff;

      font-style: italic;

      text-transform: uppercase;

      -webkit-transition-duration: 500ms;

      transition-duration: 500ms; }

    .single-teachers-area .teachers-info span {

      color: #a78a30;

      font-size: 11px;

      text-transform: uppercase;

      /*font-weight: 700;*/

      -webkit-transition-duration: 500ms;

      transition-duration: 500ms; }

  .single-teachers-area:hover .teachers-info {

    background-color: #a78a30; }

    .single-teachers-area:hover .teachers-info span {

      color: #ffffff; }



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

  .fitness-blog-sidebar {

    margin-top: 100px; } 
  }
*/


.single-blog-post .blog-post-thumb {

  position: relative;

  z-index: 1; }

  .single-blog-post .blog-post-thumb .post-date {

    width: 77px;

    height: 77px;

    position: absolute;

    top: 15px;

    left: 15px;

    z-index: 10;

    background-color: #a78a30;

    border-radius: 50%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -ms-grid-row-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2); }

    .single-blog-post .blog-post-thumb .post-date p {

      color: #ffffff;

      font-weight: 600;

      margin-bottom: 0;

      font-size: 24px;

      line-height: 1;

      text-align: center; }

      .single-blog-post .blog-post-thumb .post-date p span {

        font-size: 12px;

        text-transform: uppercase;

        display: block; }

.single-blog-post p {

  line-height: 2.2;

  margin-bottom: 0; }

.single-blog-post .post-title {

  font-size: 36px;

  display: block;

  margin-bottom: 5px; }

  .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {

    color: #a78a30; }

.single-blog-post .post-meta {

  margin-bottom: 30px; }

  .single-blog-post .post-meta p {

    font-size: 14px;

    color: #838383;

    margin-bottom: 0; }

    .single-blog-post .post-meta p a {

      font-size: 14px;

      color: #a78a30;

      font-weight: 500; }



/*.fitness-pagination-area .pagination .page-item .page-link {

  background-color: transparent;

  display: block;

  padding: 0;

  border: none;

  margin-right: 10px;

  color: #101214;

  font-size: 14px;

  

  .fitness-pagination-area .pagination .page-item .page-link:hover, .fitness-pagination-area .pagination .page-item .page-link:focus {

    color: #a78a30; }

.fitness-pagination-area .pagination .page-item:first-child .page-link {

  margin-left: 0;

  border-top-left-radius: 0;

  border-bottom-left-radius: 0; }

.fitness-pagination-area .pagination .page-item:last-child .page-link {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0; }

.fitness-pagination-area .pagination .page-item.active .page-link {

  color: #a78a30; }*/



.blog-post-categories h5 {

  font-size: 22px;

  margin-bottom: 50px; }

.blog-post-categories ul {

  padding-left: 25px; }

  .blog-post-categories ul li a {

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    color: #838383; }

    .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {

      color: #a78a30; }



.add-widget a {

  display: block; }

  .add-widget a img {

    width: 100%; }



.latest-blog-posts h5 {

  font-size: 22px;

  margin-bottom: 50px; }

.latest-blog-posts .post-thumbnail {

  margin-bottom: 20px; }

.latest-blog-posts .post-content .post-title {

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  margin-bottom: 5px;

  font-size: 16px;

  font-weight: 600; }

  .latest-blog-posts .post-content .post-title:hover, .latest-blog-posts .post-content .post-title:focus {

    color: #a78a30; }

.latest-blog-posts .post-content .post-meta p {

  font-size: 12px;

  color: #838383; }

  .latest-blog-posts .post-content .post-meta p a {

    font-size: 12px;

    color: #a78a30; }

    .latest-blog-posts .post-content .post-meta p a:hover, .latest-blog-posts .post-content .post-meta p a:focus {

      color: #838383; }



.map-area {

  position: relative;

  z-index: 2; }

  .map-area iframe {

    width: 100%;

    height: 710px;

    border: none;

    margin-bottom: 0; }




.single-skils-area {

  position: relative;

  z-index: 1;

  text-align: center; }

  .single-skils-area .circle {

    position: relative;

    z-index: 10; }

  .single-skils-area .skills-text {

    position: absolute;

    top: 50%;

    left: 50%;

    text-align: center;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%); }

    .single-skils-area .skills-text span {

      font-size: 48px;

      color: #ffffff;

      /*font-weight: 700;*/ }

    .single-skils-area .skills-text h6 {

      font-weight: 400;

      color: #ffffff;

      font-size: 18px;

      margin-bottom: 0; }

  .single-skils-area.elements span {

    color: #101214; }

  .single-skils-area.elements h6 {

    color: #838383; }




.contact-title h3 {

  font-weight: 600;

  margin-bottom: 85px;

  font-size: 36px; }



.contact-content {

  position: relative;

  z-index: 10; }

  .contact-content .contact-form-area .form-group {

    position: relative;

    z-index: 9; }

    .contact-content .contact-form-area .form-group::after {

      content: '';

      width: 100%;

      height: 3px;

      background: #a78a30;

      background: -webkit-linear-gradient(to right, #fff, #a78a30);

      background: linear-gradient(to right, #fff, #a78a30);

      bottom: 0;

      left: 0;

      position: absolute;

      z-index: 10;

      opacity: 0;

      visibility: hidden;

      -webkit-transition-duration: 500ms;

      transition-duration: 500ms; }

    .contact-content .contact-form-area .form-group:hover::after {

      opacity: 1;

      visibility: visible; }

  .contact-content .contact-form-area .form-control {

    position: relative;

    z-index: 10;

    height: 45px;

    width: 100%;

    background-color: #eef3f6;

    font-size: 12px;

    margin-bottom: 15px;

    border: none;

    border-radius: 0;

    padding: 15px 25px; }

    .contact-content .contact-form-area .form-control:focus {

      box-shadow: none; }

  .contact-content .contact-form-area textarea.form-control {

    height: 180px; }



.fitness-contact-info {

  position: absolute;

  z-index: 99;

  width: 450px;

  height: 270px;

  padding: 45px 60px;

  background-color: #a78a30;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 20%; }

  .fitness-contact-info::after {

    content: '';

    width: 0;

    height: 0;

    border-bottom: 270px solid #a78a30;

    border-left: 135px solid transparent;

    border-right: 135px solid transparent;

    position: absolute;

    top: 0;

    right: -135px;

    z-index: 10; }

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

      .fitness-contact-info::after {

        display: none; } }

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

    .fitness-contact-info {

      left: 5%;

      width: 280px;

      padding: 45px 30px; } }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .fitness-contact-info {

      left: 10%; } }

  .fitness-contact-info h6 {

    color: #ffffff;

    font-weight: 600;

    margin-bottom: 15px; }

    .fitness-contact-info h6:last-child {

      margin-bottom: 0; }

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

      .fitness-contact-info h6 {

        font-size: 14px; } }




.elements-title h2 {

  font-weight: 600;

  font-size: 36px; }

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

    .elements-title h2 {

      font-size: 24px; } }




.single-cool-fact {

  position: relative;

  z-index: 1; }

  .single-cool-fact img {

    display: block;

    margin: 0 auto 20px; }

  .single-cool-fact h2 {

    font-size: 48px;

    margin-bottom: 0;

    color: #ffffff; }

  .single-cool-fact p {

    font-size: 18px;

    margin-bottom: 0;

    color: #ffffff; }

  .single-cool-fact.elements h2 {

    color: #101214; }

  .single-cool-fact.elements p {

    color: #838383; }




.single-accordion.panel {

  background-color: #ffffff;

  border: 0 solid transparent;

  border-radius: 4px;

  box-shadow: 0 0 0 transparent;

  margin-bottom: 15px; }

.single-accordion:last-of-type {

  margin-bottom: 0; }

.single-accordion h6 {

  margin-bottom: 0;

  text-transform: uppercase; }

  .single-accordion h6 a {

    background-color: #a78a30;

    border-radius: 0;

    color: #ffffff;

    display: block;

    margin: 0;

    padding: 15px 60px 15px 30px;

    position: relative;

    font-size: 14px;

    text-transform: capitalize;

    font-weight: 500;

    border-radius: 10px; }

    .single-accordion h6 a span {

      font-size: 10px;

      position: absolute;

      right: 20px;

      text-align: center;

      top: 18px; }

      .single-accordion h6 a span.accor-open {

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        filter: alpha(opacity=0); }

    .single-accordion h6 a.collapsed {

      background: #a78a30;

      background: -webkit-linear-gradient(to right, #fff, #a78a30);

      background: linear-gradient(to right, #fff, #a78a30);

      color: #ffffff; }

      .single-accordion h6 a.collapsed span.accor-close {

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        filter: alpha(opacity=0); }

      .single-accordion h6 a.collapsed span.accor-open {

        opacity: 1;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        filter: alpha(opacity=100); }

.single-accordion .accordion-content {

  border-top: 0 solid transparent;

  box-shadow: none; }

  .single-accordion .accordion-content p {

    padding: 20px 15px 5px;

    margin-bottom: 0; }




.fitness-tabs-content {

  position: relative;

  z-index: 1; }

  .fitness-tabs-content .nav-tabs {

    border-bottom: none;

    margin-bottom: 50px; }

    .fitness-tabs-content .nav-tabs .nav-link {

      background-color: #a78a30;

      padding: 0 20px;

      height: 45px;

      line-height: 45px;

      color: #ffffff;

      margin: 0 2px;

      border-radius: 10px;

      border: none; }

      @media only screen and (min-width: 992px) and (max-width: 1199px) {

        .fitness-tabs-content .nav-tabs .nav-link {

          padding: 0 10px; } }

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

        .fitness-tabs-content .nav-tabs .nav-link {

          padding: 0 5px;

          font-size: 11px; } }

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

        .fitness-tabs-content .nav-tabs .nav-link {

          padding: 0 15px; } }

      .fitness-tabs-content .nav-tabs .nav-link.active {

        background: #a78a30;

        background: -webkit-linear-gradient(to right, #fff, #a78a30);

        background: linear-gradient(to right, #fff, #a78a30);

        color: #ffffff; }

  .fitness-tabs-content .tab-content h6 {

    font-size: 18px; }





/*CardImage*/

.clear-line{

  

  width:100%;

  height:20px;

}



.img-c{

    position: relative;

    height: 0;

    width: 100%;

    overflow: hidden;

  padding-top: 75.09%

}





.img-c img{

  display:block;

  position: absolute;

    display: block;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

      width: 100%;

    height: auto;

    margin: auto;

}



.card-type-2 {



    border-radius: 3px;

    background-color: #fff;

  background-color: #fff;



    border: 1px solid #d8d8d8;

    border-bottom-width: 2px;

    width:100%;

     min-width:300px;

    padding: 8px;

  margin-bottom:3%;

}

/*Gallery*/

#toggleContainer label { 

  text-align: center;

  width: 70px;

}



#container {

  height: 100vh;

  width: 100%;

  box-sizing: border-box;

}



#toggleContainer {

  /*height: 10vh;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  position: absolute;*/

  height: 10vh;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    /* position: inherit; */

    margin: 0 auto;

    padding-bottom: 91px;

    display:none;

}



#tilesContainer {

  min-height: 90vh;

  margin-top: 10vh;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  box-sizing: border-box;

  align-content: center;

  

}



.tileItem {

  width: 250px;

  height: 250px;

  margin: 5px;

  border-radius: 5px;

  

  transition: all 0.5s ease;

}



.tileItem:hover {

   transform: scale(1.05);

  transition: all 0.5s ease;

}



#galleryContainer { 

  height: 50vh;

  background: transparent;

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  box-sizing: border-box;

  position: relative;

}



#toggle {

  height: 10vh;

  width: 200px;

  display: flex;

  align-items: center;

  margin: 10px;

}



#tilesView {

  min-height: 100vh;

  background:  rgb(115, 100, 58);

   background: linear-gradient(111deg, rgb(115, 100, 58) 0%, rgb(77, 72, 56) 52%, rgb(74, 65, 50) 100%);

  display: none;

  justify-content: center;

  align-items: center;

  

}



#galleryView {

 /* height: 100vh;

  width: 100vw;

  background:  rgb(115, 100, 58);

  background: linear-gradient(111deg, rgb(115, 100, 58) 0%, rgb(77, 72, 56) 52%, rgb(74, 65, 50) 100%);

  display: flex;

  justify-content: center;

  align-items: center;*/

}



#outer3 {

  width: 100px;

  height: 40px;

  background-color: white;

  margin: 10px auto;

  border-radius: 3px;

  border: 1px solid #0000006b;

  transition: all 0.5s;

}



#slider3 {

  height: 100%;

  width: 46px;

  background-color: #a78a30;

  transition: all 0.5s;

}



#slider3.active {

  -webkit-transform: translatex(50px);

  -ms-transform: translatex(50px);

  -o-transform: translatex(50px);

  transform: translatex(50px);

  transition: all 0.5s;

  background-color: #a78a30;

}



#outer3.outerActive {

  background-color: white;

  border: 2px solid white;

  transition: all 0.5s;

}



#mainView {

  height: 450px;

  width: 450px;  

  border-radius: 5px;

  background-color: #eb9100;

  margin-left: 10px;

  margin-right: 10px;

  z-index: 1;

  transition: all 1s;  

}



#mainView:hover {

  transform: scale(1.2);

  transition: all 1s;   

}



#leftView {

  height: 400px;

  width: 150px;

  opacity: 0.5;

  border-radius: 5px;

  transform: skewy(5deg);

  transform-origin: top right;

  background-color: #eb9100;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: all 1s;  

}



#leftView:hover {

  opacity: 1;

  transition: all 1s;

}



#rightView {

  height: 400px;

  width: 150px;

  opacity: 0.5;

  border-radius: 5px;

  transform: skewy(-5deg);

  transform-origin: top left;

  background-color: #eb9100;

  display: flex;

  justify-content: center;

  align-items: center;

 transition: all 1s;

}



#rightView:hover {

  opacity: 1;

  transition: all 1s;

}



.navBtns {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  border: none;

  position: absolute;

  opacity: 0.8;

  background-color: transparent;

  cursor: pointer;

  color: white;

}



.navBtns:hover {

  opacity: 1;

  transition: all 1s;

  background-color: #000;

}



#navLeft {

  left: 195px;

}



#navRight {

  right: 195px;

}



#linkTag { 

  cursor: pointer;

  z-index: 1;

  box-sizing: border-box;

}

.btn-services{

    border-radius: 12px;

    background: #fff;

    color: #fff;

    margin-left: 44%;;

    margin-bottom: 50px;

    font-size: 30px;

} 

.btn-services:hover{

   border-radius: 12px;

  background: -webkit-linear-gradient(left, #fff, #a78a30);

  background: -o-linear-gradient(left, #fff, #a78a30);

  background: linear-gradient(to right, #fff, #a78a30);

  margin-left: 44%;

  margin-bottom: 50px;

  font-size: 30px;

  color: #fff;

       }       

/*parallax*/

.parallax {
	  position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.5)), url(img/Finca/parallaxback2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
  }



/*Services list*/

.circle li:before{

    content: "";

    width: .5em;

    height: .5em;

    padding: .2em;

    margin-right: 1em;

    border-radius: 50%;

    /*border: .1em solid #ccc;*/

    background: #fff;

    display: inline-block;

    

}



/*HR*/

hr.style15 {

  border-top: 4px double #8c8b8b;

  text-align: center;

}

hr.style15:after {

  content: '\002665';

  display: inline-block;

  position: relative;

  top: -15px;

  padding: 0 10px;

  background: #f0f0f0;

  color: #8c8b8b;

  font-size: 18px;

}

.area-services h2, .area-services  h4{
	color: #fff;
	text-align: center;
}
.area-services .col-md-3 h4, .area-services  .col-md-3 p{
	color: #fff;
	text-align: center;
  font-family: 'Roboto', sans-serif;

}
#services .col-md-3 h4{
  font-size: 1.5rem;
}
#services .col-md-3 p{
  font-size: 1rem;
}
.btn-details{
	color: #fff;
	background: #0f6421;
  font-family: 'Roboto', sans-serif;
}
.btn-evt-inf{
  color: #fff;
  background: #0f6421;
  font-family: 'Roboto', sans-serif;
}

.DialogBox {
  text-align: right;
}

.DialogBox__message {
  margin-bottom: 20px;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  text-align: right;
}

.DialogBox__messages-wrapper {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
  background-color: #f2f2f2;
  border-style: solid;
}
.LeftIcon {
 	position: absolute;
    top: calc(50% - 6px);
    width: 34px;
    right: -21px;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #a78a30;
}
.bottomIcon{
	position: absolute;
    top: calc(92% - 11px);
    right: 47%;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #a78a30;
    margin: 0 auto;
}
.bottomIconSer{
   position: absolute;
    top: calc(68% - 11px);
    right: 49%;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #a78a30;
    margin: 0 auto;
}
.bottomIconGaleria{
  position: absolute;
  top: calc(45% - 11px);
  right: 48%;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #a78a30;
  margin: 0 auto;
}
.area-rooms h3{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 24px
}

@media only screen and (max-width: 1092px) {
	.box-container-icon h3{
		font-size: 1.50rem;
	}
  	
}

@media only screen and (max-width: 995px) {
	.hero-slides-content p .span1{
		font-size: 3.5rem !important;
	}
	.hero-slides-content p .span2{
		font-size: 1.5rem !important;
	}
	.hero-slides-content .address{
		font-size: 1rem !important;
	}
  	.box1{
  		border: 0px !important;
  		padding-bottom: 2rem;
    	border-bottom: 2px solid #a78a30 !important;
  	}
  	.box2{
  		padding-top: 2rem;
  	}
  	.LeftIcon {
	 	position: absolute;
	    top: calc(98% - 5px);
	    width: 29px;
	    right: 331px;
	    height: 30px;
	    border-radius: 50%;
	    background: white;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 26px;
	    color: #a78a30;
	}
}
@media only screen and (max-width: 575px) {
    .h-100{
      width: 100% !important;
    }
    .hero-slides-content p .span1{
    font-size: 2rem !important;
  }
    .LeftIcon {
    position: absolute !important;
      top: calc(98% - 5px) !important;
      width: 29px !important;
      right: 168px !important ;
      height: 30px !important;
      border-radius: 50% !important;
      background: white !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-size: 26px !important;
      color: #a78a30 !important;
  }
 /* .show-content .tag-name{
    font-size: 2rem !important;
  }*/
  .align-elem{
    display: none !important;
  }
  .align-elem1{
    display: inline-block !important;
  }
}
@media only screen and (max-width: 567px) {
  .hero-slides-content p .span1{
    font-size: 2rem !important;
  }
  .hero-slides-content p .span2{
    font-size: 12px !important;
  }
  .hero-slides-content .address{
    font-size: .8rem !important;
  }
  .hero-slides-content .img-logo{
    width:200px !important;
    padding-left: 36px;
  }
  .hero-slides-content .img-trebol{
    width:71px !important;
  }

  .LeftIcon {
    position: absolute !important;
      top: calc(98% - 5px) !important;
      width: 29px !important;
      right:  47% !important;
      height: 30px !important;
      border-radius: 50% !important;
      background: white !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-size: 26px !important;
      color: #a78a30 !important;
  }
 /* .bottomIconSer {
    display: none !important;
  }*/
 /* .box-container-icon div{
    display: none !important;
  }*/
  /*.hero-area{
    height: 667px !important;
  }*/
}
@media only screen and (max-width: 410px) {
    .bottomIconSer {
      position: absolute !important;
      top: calc(80% - 11px) !important;
      right: 49% !important;
      height: 30px !important;
      border-radius: 50% !important;
      background: white !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-size: 26px !important;
      color: #a78a30 !important;
      margin: 0 auto !important;
  }

}
@media only screen and (max-width: 350px) {
    .h-100{
      width: 100% !important;
    }
    .LeftIcon {
     display 
  }
}



.container-bot-top{
	padding-bottom: 25px;
	padding-top: 25px;
}
.carousel-item img{
	border-radius: 1px;
}

.hide-content{
  padding-left: 0px;
  padding-right: 0px;
}
.show-content{
	display: none;

}
.align-elem1{
  display: none;
}
.logo-menu{
  display: none;
}
.without-padd-right{
  padding-right: 0px;
}
.without-padd-left{
  padding-left: 0px;
}

/*MODAL*/
#reservarInfo #reserv-btn{
  background: #fff;
  border: 2px solid #a78a30;
  color: #a78a30;
  width: 50%;
  margin: 0 auto;
}
#reservarInfo #reserv-btn:hover{
  background: #a78a30;
  border: 2px solid #a78a30;
  color: #fff;
}
.error{
  border:1px solid #bb8e8e;
}
#menu-wp{
  cursor: pointer;
}
/*@media (min-width:576px){.modal-dialog{max-width: 681px !important;margin:1.75rem auto !important;};
*/

/*About Us*/
.bg-gray {
    background-color: #f9f9f9;
}
.first-size{

}
.second-size{

}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #a78a30 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #a78a30 none repeat scroll 0 0;
  border-color: #a78a30;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #a78a30;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 25px 25px 25px;
}

.we-offer-area.text-center .item i {
  background: #a78a30 none repeat scroll 0 0;
  -webkit-border-radius: 60%;
  -moz-border-radius: 50%;
  border-radius: 58%;
  color: #ffffff;
  font-size: 25px;
  height: 45px;
  line-height: 49px;
  position: relative;
  text-align: center;
  width: 45px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 7px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #a78a30;
  -webkit-border-radius: 52%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 55px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 55px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #a78a30 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #a78a30;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #a78a30 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #a78a30 !important;
}

.we-offer-area.text-left .item i {
  background: #a78a30 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #a78a30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.img1{
  margin-bottom: 25px;transform: rotate(90deg);width: 153px;
}
.img2{
  margin-top: 30px;height: 167px;width: 164px;
}
.img3{
  margin-left: 34px;
}
.img4{
  margin-left: 30px;margin-top: -15px;height: 148px;width: 234px;
}

/*Services slider*/}


.services h1{ text-align: center;}
.services ul{
  float: left;
  width: 150px;
}
.services ul li{
 height: calc(15% - 920px);
}
.services .slide-content {
  /*float: left;*/
  background: #fff;
  min-height: 100%;
}

.slide-content img { width: 100%; height: auto; min-height: 100%}

.between{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.padleft{
  padding-right: 0px !important;
}
.padrigh{
  padding-left: 0px !important;
}
.servSlider img{
  border: 1px solid #a78a30;
  cursor: pointer;
}
.hidden{
  display: none;
}
.active-view{
  text-decoration: underline !important;
}