/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1240px){

#header .header-content {
	width: 100%;
}
	#header .logo {max-width:80%;}
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	color: #fff;
	text-align: center;
}

.carousel-caption {
	top: 30%;
	bottom: 30%;
	/*background: rgba(0, 0, 0, 0.2);*/
	text-shadow: 1px 1px 3px #333;
	left: 5%;
	right: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
}
.carousel-caption h3 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.carousel-caption p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
		bottom:10%; 

}
#reservation {padding-top:30px;}	
.news blockquote {
	padding: 20px 5% 0;
}
/*.news p {
	font-size: 14px;
}*/
.flex-control-nav {
	bottom: 20px;
}
}

@media screen and (max-width: 1024px) {

.carousel-caption h3 {
	top:10%; 
}
.carousel-caption p {
	font-size: 14px;
	bottom:5%;
	left:20%; right:20%;
}


@media screen and (max-width: 768px) {
.carousel-caption h3 {
	font-size: 20px;
	top:2%; 
}
.carousel-caption p {
	font-size: 12px;
	bottom:2%;
	left:10%; right:10%;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 42px;
}
.banner-text p {
	font-size: 18px;
}
.flexslider {
	padding-bottom: 80px;
}
.flex-control-nav {
	width: 100%;
}
.footer .footer-col {
	margin-bottom: 50px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
@media screen and (max-width: 640px) {
.carousel-caption {
	top:15%;
	bottom: 15%;
	left: 5%;
	padding-bottom: 5px;
	padding-top: 5px;
	right: 5%;
}
.carousel-caption h3 {
	font-size: 18px;
}
.carousel-caption p {
	font-size: 14px;
}

.banner-text {
	padding-top: 35%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
@media screen and (max-width: 480px) {
.carousel-caption {
	top:5%;
	bottom: 5%;
	left: 5%;
	padding-bottom: 0;
	padding-top: 0;
	right: 5%;
}
.carousel-caption h3 {
	font-size: 14px;
	top:0; left:0;
}
.carousel-caption p {
	font-size: 10px;
	line-height:14px;
	top:30%;
bottom:0;
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	font-size: 32px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
@media screen and (max-width: 320px) {
.banner-text {
	padding-top: 55%;
}
.news blockquote {
	padding: 20px 5% 0;
}
.news p {
	font-size: 11px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
