/* ==========================================================================
   Large devices (desktops, 1200px and up)
   ========================================================================== */

@media (min-width: 1200px) {

	/* header */
	.header { position: fixed;}

}


/* ==========================================================================
   Normal devices (tablets, 980px and up)
   ========================================================================== */

@media (min-width: 980px) and (max-width: 1199px) {

	.container { width: 940px;}
	
	/* menu */
	.menu > li { margin-left: 15px;}

	/* eyecatcher */
	.eyecatcher .caption {
		top: 120px;
		margin-top: 0;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
	.eyecatcher .caption .title { font-size: 40px;}

}


/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) and (max-width: 979px) {

	.container { width: 720px;}

	/* header */
	.header .logo { margin: 10px 0;}
	.header .nav-toggle {
		margin: 45px 0 0 -180px;
		padding: 0 30px;
		line-height: 40px;
    }
	.header .booking-badge {
		top: 10px;
		margin-top: 0;
	}

	/* eyecatcher */
	.eyecatcher, .eyecatcher .slides li { height: 300px;}
	.home .eyecatcher, .home .eyecatcher .slides li { 
		height: 500px;
		min-height: auto;
	}
	.eyecatcher .caption { margin-top: 0;}
	.eyecatcher .caption .logo { width: 300px;}
	.eyecatcher .caption .title { font-size: 30px;}
	.eyecatcher .caption .description { font-size: 18px;}
	.eyecatcher .caption .go {
		min-width: 240px;
		padding: 10px;
	}

	/* home-blocks */
	.home-blocks .holder {
		margin-top: 30px;
		border: 0;
	}

	/* main */
	.main-custom {
		margin-top: 0;
		margin-bottom: 20px;
	}

	/* latest-news */
	.latest-news .item { padding-right: 30px;}

  	/* content */
    .content-left, .content-right { float: none; width: auto;}
    .content-left { margin-bottom: 30px;}

	/* logo-3w */
	.logo-3w { display: none;}

}


/* ==========================================================================
   Extra small devices (phones, less than 768px)
   ========================================================================== */

@media (max-width: 767px) {

	.container { width: auto;}

	/* header */
	.header .logo {
		width: 100px;
		margin: 10px 0;
	}
	.header .booking-badge {
		/* width: 70px; */
		/* height: 70px; */
		/* top: 10px; */
		margin: 0 auto;
		font-size: 16px;
		bottom: -37px;
		height:  auto;
	}
	.header .booking-badge strong { font-size: 16px;}

	/* eyecatcher */
	.eyecatcher, .eyecatcher .slides li { height: 200px;}
	.home .eyecatcher, .home .eyecatcher .slides li { 
		height: 280px;
		min-height: auto;
	}
	.eyecatcher .caption { margin-top: 0;}
	.eyecatcher .caption .logo { width: 170px;}
	.eyecatcher .slides li .caption .title { font-size: 24px;}
	.eyecatcher .slides li .caption .description { display: none;}
	.eyecatcher .caption .go {
		min-width: auto;
		padding: 3px 12px;
		font-size: 16px;
	}

	/* home-blocks */
	.home-blocks .holder {
		margin-top: 10px;
		border: 0;
	}
	.home-blocks .item .description .title { font-size: 24px;}

	/* main */
	.main { margin: 30px 0;}
	.main-custom {
		margin-top: 0;
		margin-bottom: 20px;
	}

  	/* content */
	.content h1 {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.content h1::after { display: none;}
	.content h2 { font-size: 24px;}
	.content h3 { font-size: 20px;}
    .content-left, .content-right { float: none; width: auto;}
    .content-left { margin-bottom: 30px;}
	
	/* latest-news */
	.latest-news { padding: 30px 10px;}
	.latest-news h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.latest-news h2::after { display: none;}
	.latest-news .item { padding-right: 0;}

	/* photoalbum-gallery */
	.photoalbum-gallery { padding: 30px 10px;}
	.photoalbum-gallery h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.photoalbum-gallery h2::after { display: none;}

	/* news-item */
	.news-item .image {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	.news-item .description { margin-left: 0;}

	/* park-facilities */
	.park-facilities .image {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	.park-facilities .description { margin-left: 0;}

	/* footer */
	.footer {
		padding-bottom: 30px;
		text-align: center;
	}
	.footer .column { display: none;}
	.footer .column:first-child {
		display: block;
		padding-right: 0;
	}

    /* table */
    table {
		display: block;
        max-width: 100%;
		overflow-x: auto;
	}

	/* contact-form */
	.contact-form td { display: block;}
	.contact-form input[type=text], .contact-form select, .contact-form textarea { width: 100%;}
	
	/* logo-3w */
	.logo-3w { display: none;}
	
}
@media (max-width: 639px) {

	

}


/* ==========================================================================
   Responive nav
   ========================================================================== */

@media screen and (min-width: 980px) {
	
	.js .nav-collapse { position: relative;}
	.js .nav-collapse.closed { max-height: none;}
	.nav-toggle { display: none;}
	
}
@media screen and (max-width: 979px) { 

	.js .nav-collapse {
		clip: rect(0 0 0 0);
		max-height: 0;
		position: absolute;
		display: block;
		overflow: hidden;
		zoom: 1;
		clear: both;
	}
	.js .nav-collapse.nav-collapse-0.opened {
        max-height: 12345px !important;
    }
	.nav-collapse.opened {
		max-height: 9999px;
	}
	.nav-toggle {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	/* nav-toggle */
    .nav-toggle {
        display: inline-block;
        margin: 18px 0 0 0;
        padding: 0 10px;
        background-color: #312567;
        border-radius: 4px;
        color: #fff;
        float:  right;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .nav-toggle:hover {
		background-color: #fecd6a;
		color: #fff;
	}

	/* header */
	.header {text-align: center;padding: 0 20px;}

    /* menu */
	.menu {
		float: none;
		margin-top: 0;
		text-align: left;
	}
    .menu > li {
		float: none;
		margin-left: 0;
	}
	.menu > li > a { border-bottom: 1px solid rgba(255,255,255,0.5);}
	.menu > li > ul, menu > li:hover > ul {
		position: static;
		display: block;
		background-color: transparent;
		box-shadow: none;
	}
	.menu > li > ul > li { font-size: 15px;}
	.menu > li > ul > li > a {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		color: #312567;
	}
	.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a {
		background-color: transparent;
		color: #312567;
	}

	/* collapse */
	.menu > li.sub > ul { display: none;}
	.menu > li.sub.open > ul { display: block;}
	.menu > li.sub .arrow::before {
		content: "\f078";
		font-family: FontAwesome;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 10px;
		color: #312567;
		font-size: 18px;
		transition: color 0.5s;
		cursor: pointer;
	}
	.menu > li.sub .arrow:hover::before { color: #fecd6a;}
	.menu > li.sub.open .arrow::before { content: "\f077";}
	
}


/* ==========================================================================
   Grid system
   ========================================================================== */
   
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	float: left;
}
.col-xs-12 { width: 100%;}
.col-xs-11 { width: 91.66666667%;}
.col-xs-10 { width: 83.33333333%;}
.col-xs-9 { width: 75%;}
.col-xs-8 { width: 66.66666667%;}
.col-xs-7 { width: 58.33333333%;}
.col-xs-6 { width: 50%;}
.col-xs-5 { width: 41.66666667%;}
.col-xs-4 { width: 33.33333333%;}
.col-xs-3 { width: 25%;}
.col-xs-2 { width: 16.66666667%;}
.col-xs-1 { width: 8.33333333%;}
@media (min-width: 640px) {
	.col-sm-12 { width: 100%;}
	.col-sm-11 { width: 91.66666667%;}
	.col-sm-10 { width: 83.33333333%;}
	.col-sm-9 { width: 75%;}
	.col-sm-8 { width: 66.66666667%;}
	.col-sm-7 { width: 58.33333333%;}
	.col-sm-6 { width: 50%;}
	.col-sm-5 { width: 41.66666667%;}
	.col-sm-4 { width: 33.33333333%;}
	.col-sm-3 { width: 25%;}
	.col-sm-2 { width: 16.66666667%;}
	.col-sm-1 { width: 8.33333333%;}
}
@media (min-width: 768px) {
	.col-md-12 { width: 100%;}
	.col-md-11 { width: 91.66666667%;}
	.col-md-10 { width: 83.33333333%;}
	.col-md-9 { width: 75%;}
	.col-md-8 { width: 66.66666667%;}
	.col-md-7 { width: 58.33333333%;}
	.col-md-6 { width: 50%;}
	.col-md-5 { width: 41.66666667%;}
	.col-md-4 { width: 33.33333333%;}
	.col-md-3 { width: 25%;}
	.col-md-2 { width: 16.66666667%;}
	.col-md-1 { width: 8.33333333%;}
}
@media (min-width: 980px) {
	.col-lg-12 { width: 100%;}
	.col-lg-11 { width: 91.66666667%;}
	.col-lg-10 { width: 83.33333333%;}
	.col-lg-9 { width: 75%;}
	.col-lg-8 { width: 66.66666667%;}
	.col-lg-7 { width: 58.33333333%;}
	.col-lg-6 { width: 50%;}
	.col-lg-5 { width: 41.66666667%;}
	.col-lg-4 { width: 33.33333333%;}
	.col-lg-3 { width: 25%;}
	.col-lg-2 { width: 16.66666667%;}
	.col-lg-1 { width: 8.33333333%;}
}
@media (min-width: 1200px) {
	.col-xl-12 { width: 100%;}
	.col-xl-11 { width: 91.66666667%;}
	.col-xl-10 { width: 83.33333333%;}
	.col-xl-9 { width: 75%;}
	.col-xl-8 { width: 66.66666667%;}
	.col-xl-7 { width: 58.33333333%;}
	.col-xl-6 { width: 50%;}
	.col-xl-5 { width: 41.66666667%;}
	.col-xl-4 { width: 33.33333333%;}
	.col-xl-3 { width: 25%;}
	.col-xl-2 { width: 16.66666667%;}
	.col-xl-1 { width: 8.33333333%;}
}