﻿* {
	margin:0px;
	padding:0px;
}
/* #Base (1180 Grid)
================================================== */
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.columns {
	float:left;
	margin:0px 10px;
}
@media only screen and (min-width:1290px) and (max-width:1390px) {
body.boxed, .fullwidth-element, .fullwidth-element img {
 width:100%
}
}
/* #Dekstop (960 Grid)
================================================== */
@media only screen and (min-width:960px) and (max-width:1389px) {
.container {
 width:960px;
}
}
@media only screen and (min-width:769px) and (max-width:1040px) {
body.boxed, .fullwidth-element {
 width:100%;
}
}
/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width:768px) and (max-width:990px) {
.container {
 width:768px;
}
.welcome_bg h1 {
 font-size:20px;
 line-height:18px;
}
.welcome_bg h4, .footer_bg h3 {
 font-size:16px;
}
}
/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:767px) {
.container {
 width:300px;
}
.columns {
 margin:0px;
}
.logo {
 width:100px;
 margin:20px 0px 10px 0px;
}
.booking {
 width:200px;
 margin:25px 0px 10px 0px;
}
.booking h2, .booking h3 {
 font-size:9px;
 line-height:11px;
}
.lft, .middle, .rht, .footer_gallery, .footer_contact {
 padding:0;
 width:100%;
 margin-bottom:30px;
}
.welcome_bg h1 {
 font-size:16px;
 line-height:14px;
}
.welcome_bg h4, .footer_bg h3 {
 font-size:12px;
 line-height:14px;
}
.welcome_bg p, .footer_bg p, .footer-bottom p {
 font-size:9px;
 line-height:11px;
}
}
/* #Mobile (Landscape)
================================================== */
@media only screen and (min-width:480px) and (max-width:767px) {
.container {
 width:420px;
}
.columns {
 margin:0px;
}
.logo {
 width:150px;
}
.booking {
 width:250px;
 margin:30px 0px 20px 0px;
}
.booking h2, .booking h3 {
 font-size:11px;
 line-height:13px;
}
.lft, .middle, .rht, .footer_gallery, .footer_contact {
 padding:0;
 width:100%;
 margin-bottom:30px;
}
.welcome_bg h1 {
 font-size:16px;
 line-height:14px;
}
.welcome_bg h4, .footer_bg h3 {
 font-size:12px;
}
.welcome_bg p, .footer_bg p, .footer-bottom p {
 font-size:11px;
 line-height:16px;
}
}
