/* ==========================================================================
   Large devices (wide screens)
   ========================================================================== */

@media (max-width: 1199px) {
	    
    /* header */
    .header {
        margin-top: 0;
        padding: 10px 20px;
        background: #329d06;
    }
    .nav-collapse { display: none;}

}


/* ==========================================================================
   Medium devices (desktops)
   ========================================================================== */

@media (max-width: 991px) {
    
    /* main-banner */
    .main-banner {
        margin-top: 0;
        height: 360px;
    }
    .main-banner .banner-bottom { min-height: auto;}
    .main-banner .banner-bottom-left, .main-banner .banner-bottom-right { display: none;}
    .main-banner .banner-bottom .info {
        position: static;
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .main-banner .banner-bottom .info .info-sub, .main-banner .banner-bottom .info .info-sub {
        width: 50%;
        background: #329d06;
        font-size: 18px;
    }
    .main-banner .banner-bottom .info .info-sub:first-of-type { background: #f39200;}
    .main-banner .banner-bottom .caption {
        height: auto;
        padding: 15px;
    }
    .main-banner .banner-bottom .caption h2 { font-size: 24px;}
    
    /* main */
    .main {
        padding-left: 0;
        padding-right: 0;
    }
    .main .info-zoover { display: none;}

    /* blocks */
    .blocks .block {
        width: 226px;
        min-height: auto;
    }
    .blocks .block .image .title h2 { font-size: 18px;}
    .blocks .block .image { height: 226px;}
    .blocks .block .description {
        height: auto;
        min-height: 250px;
    }
    
    /* accomodations */
    .accomodations .block .description {
        height: 150px;
        min-height: auto;
    }

    /* extra-info */
    .extra-info .anwb { width: 226px;}
    .extra-info .info-map { width: 472px;}

    /* fotoalbum */
    .fotoalbum-overview .item { width: 226px;}

    /* footer */
    .footer-top {
        height: auto;
        padding: 0 25px;
    }
    .footer .footer-top .corner-left, .footer .footer-top .corner-right { display: none;}
    .footer .footer-top .brands { padding: 0 0 10px 0;}

}


/* ==========================================================================
   Small devices (tablets)
   ========================================================================== */

@media (max-width: 767px) {

    /* blocks */
    .blocks .block {
        float: none;
        width: auto;
    }
    .blocks .block .image { height: 200px;}
    .blocks .block .description { min-height: auto;}

    /* extra-info */
    .extra-info .anwb { width: 156px;}
    .extra-info .info-map { width: 350px;}

    /* table */
    table {
		overflow-x: auto;
		display: block;
        max-width: 100%;
	}

    /* content */
    .content-left { float: none; width: auto;}
    .content-right { float: none; width: auto;}

    /* footer */
    .footer-bottom ul > li { font-size: 13px;}

}


/* ==========================================================================
   Extra small devices (phones)
   ========================================================================== */

@media (max-width: 575px) {

    /* main-banner */
    .main-banner { height: 280px;}
    .main-banner .logo { max-width: 175px;}
    .main-banner .banner-bottom .caption h2 { font-size: 16px;}
    .main-banner .banner-bottom .info .info-sub, .main-banner .banner-bottom .info .info-sub { 
        float: none;
        width: 100%;
        font-size: 14px;
    }

    /* extra-info */
    .extra-info .anwb {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .extra-info .anwb img {
        max-width: 150px;
        margin: 0 auto;
    }
    .extra-info .info-map {
        float: none;
        width: auto;
        margin-left: 0;
    }

    /* fotoalbum */
    .fotoalbum-overview .item {
        float: none;
        width: auto;
    }

     /* footer */
    .footer-bottom ul > li { font-size: 12px;}

}