/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    header ul li a {
	    padding: 10px 10px;
	}
}





/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	body {
	    padding-top: 87px;
	}
	#slider-section .banner {
		width: 85%;
		padding: 25px 25px 25px 10%;
	}

	header .logo {
	    width: 120px;
	}

	header {
    	font-size: 12px; 
	}
	header ul.top {
	    font-size: 14px;
	    margin-bottom: 10px;
	}

	header ul li {
	    margin-right: 0;
	}

	header ul li a {
	    padding: 10px 5px;
	}

	#accommodation-section .contents {
	    padding-left: 0;
	    padding-right: 0;
	}

	header ul {
		padding: 0;
	}

	header .header-right {
	    margin-top: 5px;
	}

	header ul.top {
	    margin-bottom: 0;
	}

	.right-text-section .contents {
		padding-left: 0;
	}

	h2 {
		font-size: 30px;
	}
}





/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	body {
		padding-top: 75px;
	}
	h2 {
	    font-size: 30px;
	}
	header .header-right {
	    margin-top: 0;
	}
	.container-fluid {
	    width: 100%;
	}
	.mobile-menu {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
		width: 100%;
		text-transform: uppercase;
	}

	.slicknav_menu {
		background: transparent;
		padding: 5px 12px;
	}

	.slicknav_nav {
		background: #333;
		text-align: left;
	}

	header ul li {
	    margin-right: inherit;
	}

	header ul.top li {
	    margin-right: 12px;

	}

	header ul.top li:last-child {
	    margin-right: 0;
	}

	header .logo {
	    width: 100px;
	    z-index: 1;
	    position: relative;
	}

	#main-menu {
		display: none;
	}

	#slider-section .banner {
	    position: initial;
	    top: initial;
	    left: inherit;
	    margin-top: initial;
	    width: 100%;
	    padding: 25px 15px;
	    background: #eee;
	    text-align: center;
	}

	#specification-section {
		background-size: cover;
		position: relative;
	}

	#specification-section:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}
	#specification-section .contents {
		width: 100%;
		z-index: 1;
		color: #fff;
	}

	#accommodation-section {
		background-size: cover;
		position: relative;
	}

	#accommodation-section:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}
	#accommodation-section .contents {
		width: 100%;
		z-index: 1;
		color: #fff;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#accreditations-section img {
		margin-bottom: 30px;
	}

	#googleMap {
		position: inherit;
		width: 100%;
		height: 300px;
	}

	header ul.top {
	    font-size: 12px;
	    margin: 0;
	}

	.mobile-menu {
		top: 22px;
	}

	#slider-section .banner h2 {
		font-size: 30px;
		margin: 0 0 15px 0;
		line-height: 1.3em;
	}

	#slider-section .banner a {
		float: inherit;
		display: block;
		margin: 0 auto;
	}

	footer .left {
		text-align: center;
	}

	footer .right {
	    font-size: 8px;
	    text-align: left;
	}

	.left-text-section, .right-text-section {
		background-image: none !important;
		padding: 50px 0;
	}

	.left-text-section .contents {
		width: 100%;
	}

	.right-text-section .contents {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	header ul.top li {
		margin-right: 0;
	}

	header ul li a {
		padding: 5px 5px;
	}
}





/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) { 
	body {
		padding-top: 85px;
	}

	header ul.top {
	    font-size: 14px;
	}

	.mobile-menu {
		top: 30px;
	}

	header .logo {
	    width: 120px;
	}
}