/* ==========================================================================
   Large devices (desktops,1200px and up)
   ========================================================================== */

@media (min-width: 1200px) {

    .home .eyecatcher .slides li { height: 75vw;}
        
}

/* ==========================================================================
   Normal devices (tablets, 980px and up)
   ========================================================================== */

@media (min-width: 980px) and (max-width: 1199px) {

    .container { width: 720px;}
    

    /* eyecatcher */
    .eyecatcher .bar { padding-right: 20px;}

    /* highlights */
    .highlights .item { width: 220px;}
    .highlights .item .description { padding-left: 15px; padding-right: 15px;}
    .highlights .item .description .btn {
        min-width: auto;
        left: 15px;
        right: 15px;
    }

    /* facilities */
    .facilities .owl-carousel .owl-nav { display: none;}
    
    /* footer */
    .footer .address, .footer .sitelinks { float: none; width: auto;}
    .footer .address { margin-bottom: 30px;}
    .footer .sitelinks .column:first-child { border-left: none; padding-left: 0;}
    
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) and (max-width: 979px) {
    
    .container { width: 680px;}

    .facilities {
        margin: 0 auto;
        width: 680px;
    }
    
    /* eyecatcher */
    .eyecatcher .bar { padding-right: 20px;}
    .eyecatcher .slides li .caption { font-size: 35px;}
    
    /* highlights */
    .highlights .item { width: 325px;}
    .highlights .item.item-search { display: block; float: none; margin: 10px auto;}    
    /* facilities */
    .facilities .owl-carousel .owl-nav { display: none;}
    .facilities .item { width: 325px;}
    
    .gallery .image img { width: 100%;}

    /* content */
    .content-left, .content-right { float: none; width: auto;}
    .content-left { margin-bottom: 30px;}

    /* footer */
    .footer .address, .footer .sitelinks { float: none; width: auto;}
    .footer .address { margin-bottom: 30px;}
    .footer .sitelinks .column:first-child { border-left: none; padding-left: 0;}
    
}

/* ==========================================================================
   Extra small devices (phones, less than 768px)
   ========================================================================== */

@media (max-width: 767px) {

	.container { width: auto; padding: 0 20px;}

    /* eyecatcher */
    .eyecatcher .bar { padding-right: 10px;}
    .eyecatcher .slides li { min-height: 250px;}
    .eyecatcher .slides li .caption { 
        font-size: 20px;
        width: 60%;
        padding-left: 40px;
    }
    .eyecatcher .bar .contact-info span { display: none;}
    
    .eyecatcher .reservation {
        height: 85px;
        width: 160px;
        right: 30px;
    }
    
    .eyecatcher .reservation img {
        max-width: 40%;
    }
    .eyecatcher .reservation span {
        font-size: 14px;
    }

    /* wrapper */
    .wrapper { padding: 20px 0px 10px 40px;}

    /* highlights */
    .highlights .row {
        margin: 0;
    }
    .highlights .item {
        float: none;
        margin: 0 auto 20px;
        max-width: 350px;
        width: 100%;
}
    .highlights .item:last-child { margin-bottom: 0;}
    

    /* facilities */
    .facilities .owl-stage-outer { margin: 0 auto; max-width: 270px;}
    .facilities .item { width: 270px;}
    .facilities .owl-carousel .owl-nav { display: none;}
    
    .park-facilities .item .image {
        width: 200px;
        height: 200px;
    }
    .park-facilities .item .description {
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }

    /* reviews */
    .reviews .alert { margin: 20px; }
    .reviews .review {
        padding: 50px 20px;
        padding-top: 30px;
    }

    /* gallery */
    .gallery .image img { width: 100%;}

    /* content */
    .content-left, .content-right { float: none; width: auto;}
    .content-left { margin-bottom: 20px;}

    /* table */
    table {
		overflow-x: auto;
		display: block;
        max-width: 100%;
	}

	/* contact-form */
	.contact-form table tr td {
        display: block;
        width: 100%;
    }
    .contact-form table {
        display: table;
    }
	
    /* footer */
    .footer { padding: 35px 20px; margin-left: 40px;}
    .footer .container { padding: 0;}
    .footer .address { float: none; width: auto;}
    .footer .sitelinks { display: none;}
    .footer .column { 
        width: 48%;
        margin-left: 1%;
        margin-top: 10px;
        min-height: 210px;
    }
    .footer .column .btn {
        width: 70%;
    }
    .footer .column h5 {
        margin-bottom: 0;
    }
}

@media (max-width: 530px) {
        .footer .column { width: 100%; min-height: 0;}
}


/* ==========================================================================
   Responive nav
   ========================================================================== */

@media screen and (min-width: 980px) {
	
    /* nav */
	.nav-toggle { display: none;}
	.nav-close { display: none;}
       	
}
@media screen and (max-width: 979px) {
    
   
    body { padding-left:0px; }
    
    /* logo */
    .navbar .logo { 
        position: fixed;
        width: 100%;
        height: 60px;
        background-color: #fff;
        max-width: 100%;
        margin: 0px;
    }
    .navbar .logo img {
        max-width: 125px;
        margin: 15px auto;
        left: 10px;
        position: absolute;
    }

    /* anwb */
    .anwb {
        position: absolute;
        margin:  0 auto;
        width: 136px;
        left:  0;
        right:  0;
        top: 35px;
    }
    .anwb ul li {
        font-size: 9px;
    }
    
    .anwb span.title {
        font-size:  9px;
    }

    /* language */
    .navbar .language {
        position: fixed;
        z-index: 999;
        right: 10px;
        top: 10px;
    }
    .navbar .language li {
        margin-left: 0;
    }

    .eyecatcher {
        margin-top: 60px;
    }

    .eyecatcher .bar{
        position:fixed;    
    }
    .sticky .eyecatcher .bar{
        background-color: rgba(16, 82, 81, 1);
        transition: all 0.8s ease-in-out;
    }
    .eyecatcher .bar::before{
        opacity: 0;
        content: 'menu';
        text-transform: uppercase;
        transition: all 0.8s ease-in-out;  
        margin-left: -100px;  
        font-size: 18px;
        font-weight: 600;
    }
    .sticky .eyecatcher .bar::before{
        opacity: 1;
        margin-left: 40px;  
    }
      
    /* navbar */
    .navbar { width: 40px; background:none; box-shadow: none; background: #5b7939; }
    
    /* nav-toggle */
    .nav-toggle {
        display: block;
        margin-top: 60px;
        background-color: #5b7939;
        color: #fff; 
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        cursor: pointer;
    }
   
    /* nav-holder */
    .nav-holder {
        z-index: 999;
        position: fixed;
        top: 60px;
        left: -260px;
        width: 250px;
        height: 100%;
        padding: 40px 0 20px 0;
        background-color: #5b7939;
        overflow-y: auto;
        transition: 0.5s;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }
    .nav-holder.active { left: 0;}
    
    /* nav-close */
    .nav-holder .nav-close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 15px;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        vertical-align: middle;
        cursor: pointer;
    }
    .nav-holder .nav-close:hover { color: #dec114;}
        
    /* menu */
    .menu { margin: 0 20px;     padding-bottom: 20px;}

    .menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu > li.active, .menu > li:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
    }
    .menu > li > a:hover, .menu > li.active > a, .menu > li:hover > a {
        color: #dec114;     
    }
    
    .menu > li > a,
    .menu > li > ul > li > a  { 
        color:#c1d0b1; padding: 0;
    }

    .menu > li > ul > li:last-child {
        padding-bottom: 20px;
    }
    
    .menu > li > ul, .menu > li:hover > ul {
        position: static;
        width: 100%;
        display: block;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .menu > li > ul > li {
        padding-left:10px;
    }

    

       	
}

@media (min-width: 980px) and (max-height: 850px) {

    /* navbar */
    .navbar .logo { margin: 20px auto 0;}

    /* menu */
    .menu > li { line-height: 40px;}

    .navbar .contact {
        padding: 10px 30px;   
    }
    .navbar .contact h3 {
        font-size: 22px;
    }
    .navbar .contact > ul {
        margin: 10px 0;
    }
    .navbar .contact > ul > li, .navbar .contact > ul > li > a {
        line-height: 22px;
    }

}