.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  top: 0;
}
.loader-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  top: 40%;
  left: 45%;
  /* margin-left: -20px; */
  /* margin-top: -20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
}
.double-bounce1,
.double-bounce2 {
  width: 100px;
  height: 100px;
/*  border-radius: 50%;*/
/*  background-color: #38414a;*/
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-image: url('../img/La-Esquina-Del-Lago.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader {
  display: none !important;
}


.home-slider {
    position: relative;
}
.home-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    display: block;
    margin: auto;
    z-index: 1000;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    width: auto;
    height: auto;
}
.slide-image {
    position: relative;
}
.slide-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.slide-image a{ display:block; cursor: pointer; position:absolute; }
.home-slider .slick-dots {
    bottom: 10px;
}
.home-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.social__link {
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .2s ease-in;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    text-decoration: none;
}
.social__link:hover {
    text-decoration: none;
}
li.nav--social__item .link--block {
    color: #fff;
    background: #0e3766;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
}
li.nav--social__item .link--block:hover {
    border: 1px solid #837870;
    color: #837870;
    background: transparent;
}
.background.newsletter.texture.texture--light {
    position: relative;
}
a:hover{
    text-decoration: none;
}
.nav--image__item {
    position: relative;
    overflow: hidden;
}
.nav--image__link {
    transition: transform .5s, filter 1.5s ease-in-out;
}
.nav--image__item:hover .nav--image__link {
    transform: scale(1.1);
}
.nav--image__item:hover a .nav--image__overlay:before {
    background: rgba(62, 57, 53, .8);
    transition: transform .5s, filter 1.5s ease-in-out;
}
.nav--image__item:hover a .nav--image__overlay .nav--image__text {
/*    font-size: 1.6rem;*/
}

.event__image {
    position: relative;
    overflow: hidden;
}
.event__image img{
/*   transition: transform .5s, filter 1.5s ease-in-out; */
}
.event__item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.event__item:hover img{
   transform: scale(1.1);
}
.properties-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
    max-width: 160px;
}
.properties-logo img {
/*    display: none;*/
    visibility: hidden;
}
.waterfall-title {
    padding-bottom: 30px;
}
.properties-logo-section {
    padding-bottom: 40px;
    padding-top: 20px;
	background-image: url(../img/logos-bg.jpg);
	height: 969px;
	width: 100%;
}
.header-logo img {
   max-width: 138px;
    margin-top: -13px;
}

.footer-logo img {
/*    max-width: 130px;*/
    padding-bottom: 20px;
}

.contact-detail em {
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .2s ease-in;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: #0e3766;
    height: 30px;
}

.c-flex{
    display: flex;
    align-items: center;
}
.c-flex em{
    margin-right: 5px;
}
.personal-contact p {
    padding-bottom: 0;
    margin-bottom: 5px;
}
.personal-contact .owner-title {
    font-size: 23px;
   /*font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;*/
	    font-family: 'Antonio-Bold';
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}
.personal-contact .owner-title:before {
    content: '';
    border-bottom: 2px solid #fff;
    width: 50px;
    position: absolute;
    top: 30px;
}
.c-flex a {
    color: #fff;
    text-decoration: none;
}

.personal-contact {
    padding-bottom: 20px;
}
ul.footer-nav-link {
    list-style: none;
}
ul.footer-nav-link li {
    padding-bottom: 15px;
}
ul.footer-nav-link li a {
        color: #0e3766;
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
	    font-family: 'Antonio-Bold';
	text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
p.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}
.website-by{ color: #ffffff }
.footer {
/*    border-top: 0px dotted #3e3935;*/
    padding-top: 97px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 2.125rem;
}
.newsletter__content input {
    padding: 10px;
    height: 50px;
    border-radius: 0;
    border: 2px solid #232323;
    background: #ffffff;
    color: #000;
    width: auto;
    min-width: 100%;
}
.newsletter__content p {
       margin-bottom: 20px;
    font-weight: bold;
    font-size: 19px;color:#000;
}
.form-group .button{
    background: #3e3935;
}

.submit-btn {
    font-size: 27px;
    font-size: 1.6875rem;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: .8;
    color: #fff;
    background: #0e3766;
    border-radius: 35px;
    border: 0;
	    padding: 22px 40px;
    display: inline-block;
	font-family: 'Antonio-Bold';
    transition: background .25s ease-in;
}

.submit-btn:hover, .submit-btn:focus  {
    background: #716253;
}
.press-section {
    padding: 30px 0 50px;
}
.press-header-title {
    padding-bottom: 40px;
}
.press-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.press-section p {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.press-btn{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #fff;
    background: #3e3935;
    border-radius: 5px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    transition: background .25s ease-in;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 15px;
    text-shadow: none;
}
.press-btn:hover, .press-btn:focus, .press-btn:active {
    background-color: #847063;
    color: #fff;
}
.press-image{
     background-repeat: no-repeat; background-size: cover; background-position: center;margin-bottom: 15px;
}
.press-image img{
    visibility: hidden;
    width: 100%;
}
.press-content-section{
    padding-bottom: 70px;
}
.press-content-section {
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}
.award__header{
    margin-top: 15px;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.banner-title {
    color: #fff;
    padding: 120px 0; font-size:2.75rem;
    font-family: 'Antonio-Bold';
}
.contact-section {
    padding: 80px 0;
}
.input-group .form-control {
    height: 45px;
    line-height: normal;
    padding:0;
    /*line-height: 45px;*/
    padding-left: 45px;
    border-radius: 0px !important;
    background-color: transparent;
    border: 2px solid #3e3935;
}
.input-group .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.input-group .input-group-addon .fa {
    display: block;
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: #3e3935;
}
.input-group {
    position: relative;
    height: 45px;
    width: 100%;
    margin-bottom: 30px;
}
.input-group.mail-block .form-control {
    height: 165px;
    padding-top: 13px;
    line-height: 1.4em;
}
.main-content-section {
    padding: 80px 0;
}
.f-bold{
    font-weight: bold;
}
.grop-logos ul {
    list-style: none;
    align-items: center;
    justify-content: center;
    display: flex;
}
.instagram-images {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
}
.instagram-images img {
    visibility: hidden;
}
/*.instagram-feed-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.instagram-feed-images ul li {
    display: inline-block;
    width: 19.7%;
}*/
.instagram-feed-images .col-md-2{width: 20%;padding:3px}
.instagram-section {
    padding: 50px 0;
}
.instagram-header-title {
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 30px;
    letter-spacing: 0rem;
    text-transform: uppercase;
}
.waterfall-title h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    text-transform: uppercase;
}
.contact-love {
    font-size: 42px;
    margin-bottom: 60px;
}
.contact-drop {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 32px;
}
.gallery-section {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.gallery-section .gallery-image {
    transition: transform .5s,filter 1.5s ease-in-out;
}
.gallery-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-image img {
    visibility: hidden;
}
.gallery-section:hover .gallery-image {
    transform: scale(1.1);
}
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,.5);
}
.gallery-section:hover .image-overlay {
    opacity: 1;
}
.image-overlay .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 36px;
}
.gallery-main-section {
    padding: 80px 0 100px;
}
.gallery-main-section [class*="col-"]{
    padding: 0;
}
.histoy-section {
    padding: 60px 0 0;
}
.fish-bg-img img {
    visibility: hidden;
}

.fish-bg-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}
td, th {
    padding: 10px;
}
.content__block ol li .content__subheader {
    padding-bottom: 0;
    margin-bottom: 5px;
}
.content__block ol li {
    padding-bottom: 10px;
}
.content__block ul li {
    padding-bottom: 10px;
}
/***Scroller Start***/
    #scroller .section a span {
        display: none;
    }
    
    .custom2 {
        /* Applied to container DIV */
        width: 576px;
        height: 210px;
        background-color: #FFF;
        margin-bottom: 1em;
    }
    
    .custom .simply-scroll-clip {
        /* Applied to clip DIV */
        height: 210px;
    }
    
    .simply-scroll-container {
        margin-top: 10px;
    }
    
    #scroller .section {
        position: relative;
        float: left;
        width: 280px;
        height: 210px;
        overflow: hidden;
        padding: 0;
    }
    
    .story-frame #scroller .section {
        width: 600px;
        height: 250px;
    }
    
    #scroller .section a {
        display: block;
    }
    
    #scroller .hp-highlight {
        height: 210px;
        margin: -10px 10px 10px 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    #scroller .feature-headline {
        position: relative;
        top: 140px;
        width: 432px;
        background: white;
        margin: 10px 10px 20px 10px;
        padding: 10px 10px 0 10px;
    }
    
    #scroller .feature-headline a {
        font-weight: bold;
        text-decoration: none;
        color: #cc0000;
    }
    
    #scroller h1 {
        font-weight: normal;
        font-size: 19px;
    }
    
    #scroller p {
        font-size: 14px !important;
        color: #666666;
        line-height: 130%;
        padding: 0 0 10px;
    }
    
    .simply-scroll-container {
        position: relative;
    }
    
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
    .simply-scroll-list {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .simply-scroll-list li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .simply-scroll-list li img {
        border: none;
        display: block;
    }
    
    .scroll-slide:hover .video-overlay {
        display: block;
    }
    
    .scroll-slide .video-overlay {
        position: absolute;
        display: block;
        width: 270px;
        height: 200px;
        top: 0;
        background: rgba(0, 0, 0, 0.32);
        display: none;
    }
/***Scroller End**/
.wildlife-section {
    margin-bottom: 50px;
}
.left-wild-image {
    margin-bottom: 20px;
}
.our-wild {
    padding: 100px 0;
}
.our-wild-title {
    font-size: 78px;
    line-height: 90px;
    color: #d8d8d8;
    padding: 20px 0;
}
.widget-posts-img img {
    max-width: 100px;
}
.widget-posts-descr a {
    display: block;
}
.widget-posts-descr {
    padding-left: 10px;
}
ul.widget-posts li.clearfix {
    display: flex;
    padding-bottom: 15px;
}  
ul.widget-posts li.clearfix:last-child {
    padding-bottom: 0;
}    
.widget-posts-descr a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'Antonio-Bold';
    text-transform: uppercase;
    line-height: 24px;
}
.widget-posts-date {
    font-size: 14px;
} 
ul.widget-posts {
    padding: 0;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
} 
ul.blog-categories {
    padding: 0;
}
ul.blog-categories li {
    display: inline-block;
}
ul.blog-categories li a {
    background-color: #0e3766;
    color: #fff;
    padding: 5px 10px;
}
ul.blog-categories li a:hover {
    background-color: #255286;
} 
.blog-side-title {
    font-size: 28px;
    line-height: 26px;
}  
.blog-title {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.blog-content-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-content-section:first-child {
    padding-top: 0px;
} 
.blog-content-section:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}  
.blog-section {
    padding: 60px 0;
} 
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #255286;
    border-color: #255286;
}
.page-item .page-link {
    z-index: 1;
    color: #255286;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}     
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
}   
.page-link:hover {
    z-index: 2;
    color: #323a46;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
} 
.pagination-contain {
    padding-top: 20px;
}   
.blog-date {
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}
.title-rel {
    color: #333;
    text-decoration: none;
}
.title-rel:hover {
    color: #555;
}
.contact-detail h3{ color: #ffffff; font-size: 19px; text-transform: uppercase; }
.footer-frame{ width: 100%; background-color: #0e3766 }
.loc-slide-title{ font-size: 23px; font-family: 'Antonio-Bold'; text-transform: uppercase; }
.contact-info-frame .owner-title{ color: #333333; }
.contact-info-frame h3{ color: #333333;font-size: 19px; text-transform: uppercase; margin-bottom:15px;}
.contact-section .comments{ margin-bottom:20px; }

.loading-section td.rates-page-days {
    display: none;
}
.blog-content {
    padding-bottom: 35px;
}
.blog-main-section{
    padding: 80px 0;
}
.rates-content-section {
    padding: 80px 0;
}
.rates-title {
    text-align: center;
    max-width: 900px;
    margin: auto;
    font-size: 2rem;
}
.general-box {
    padding: 25px 0;
    position: relative;
}
.general-box-title {
    background-color: #0e3766;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #0eb0e6;
    border-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #0eb0e6;
    border-radius: 10px;
    font-size: 2rem;
}
.pricing-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Box Base */
.pricing-box {
    width: 320px;
    background: #fff;
    border-radius: 20px;
    padding: 0 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Glow */
.pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.custom-hr {
    border-bottom: 1px solid #ccc;
}
/******** HEADINGS ********/
.plan-price {
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    font-family: "Antonio-Bold";
    padding: 0 20px;
}
.plan-price span {
    font-size: 14px;
}
.subtext {
    font-size: 13px;
    color: #0e3766;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    padding: 0 20px;
}

.pricing-box .btn {
    margin-top: 10px;
    padding: 12px 25px;
    font-size: 20px;
    transition: 0.3s ease;
    margin-bottom: 30px;
}

.pricing-box .btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/******** FEATURES ********/
.pricing-box ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    padding: 0 20px;
}

.pricing-box ul li {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    background-color: #d0d0d0;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.badge-wrapper {
    display: flex;
    align-items: center;
    background: #0f3564;
    padding: 14px 28px;
    border-radius: 10px;
    position: relative;
    justify-content: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    margin-right: 25px;
}

.text-block .year {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shield {
    width: 30px;
    height: 30px;
    background: #ffc600;
    border-radius: 10px 10px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shield span {
    color: #0e3766;
    font-size: 1.25rem;
    font-weight: 700;
}
.rates-information-text-box {
    padding: 50px 0;
}

.rate-information-content {
    background-color: #0e3766;
    padding: 50px 30px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 18px;
}

.rate-information-content ul li {
    color: #fff;
    margin-bottom: 20px;
}

.rate-information-content ul li:last-child {
    margin-bottom: 0;
}
.addons-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
}

.addon-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border: 1px solid #e5e5e5;
}

.addon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.addon-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
}

.addon-description {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.addon-price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.addon-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.addon-btn:hover {
    background: #444;
}
.addons-section {
    padding-bottom: 50px;
}
.video-container {  
    padding: 0 25px;

    }    

.video-info {
    margin: 5px 5px 30px 5px;
}

.video-info h3{
    padding-bottom: 20px;
    line-height: 27px;
    max-width: 70%;
    margin: 0 auto;
    min-height: 75px;
}

/*********************************************
**********************************************
**************** MEDIA QUERY******************
**********************************************
**********************************************/

@media (min-width:992px) and (max-width:1299px){
 .nav--image__overlay .nav--image__text {
    font-size: 32px;
}   
    
}
@media (min-width:992px){
.properties-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media (max-width:991px){
.nav--image__overlay .nav--image__text {
    font-size: 20px;
}
}
@media (max-width:767px){
    .addons-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    .pricing-box {
        width: 90%;
    }
    .instagram-feed-images ul li {
        display: inline-block;
        width: 100%;
    }
    .newsletter__content input{
        margin: 0 auto;
    }
    .loading-section table{
      table-layout: fixed;
    }
    .loading-section tbody{
          display: block;
        overflow: auto;
    }
}

