/* Media Queries */
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
}
@media screen and (min-width: 800px) {
.smallscreen-only {
	display: none !important;
}
}
@media screen and (max-width: 799px) {
.bigscreen-only {
	display: none !important;
}
}
@media screen and (min-width: 1441px) {
body {
	font-size: 1.125em;
	-moz-background-size: 358px;
	-o-background-size: 358px;
	-webkit-background-size: 358px;
	background-size: 358px;
}
hr {
	margin: 40px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
p,
dl,
blockquote,
table,
.notification {
	margin-bottom: 30px;
}
.content {
	margin: 0 auto;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
article > h1,
article > h2,
article > p,
article > ul,
article > ol,
article section,
article table,
article hr {
	max-width: 960px;
}
footer .container > div {
	padding: 25px 30px 30px 30px;
}
footer #menu-associates li {
	line-height: 1.125em;
}
.copyright p {
	font-size: 0.875em;
}
}
@media screen and (max-width: 1024px) {
/* ---------- HEADER ---------- */
header,
header .logo {
	height: 90px;
}
header .logo {
	width: 235px;
}
header .logo a {
	padding: 6px 10px 0 15px;
}
header nav {
	margin-left: 250px; /* to accommodate logo */
}
header nav ul {
	margin-right: 120px; /* to accommodate booking button */
	padding: 32px 10px 28px 10px;
}
header nav ul > li,
.booking-btn  {
	height: 30px;
	line-height: 30px;
}
header nav ul > li {
	margin: 0 5px;
}
.booking-btn {
	margin: -15px 0 0 0;
	min-width: 100px;
	right: 20px;
}
.booking-btn a {
	padding: 0 5px;
}
/* ---------- CONTENT ---------- */
.container {
	padding: 0 15px;
}
article,
.sidebar {
	padding: 35px 35px 40px 35px;
}
.map-details {
	padding-left: 15px;
}
/* ---------- HOME PAGE ---------- */
.slides li p {
	font-size: 1em; /* 16 */
	padding: 15px 10px;
	bottom: 20px;
}
.featured {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* ---------- FOOTER ---------- */
footer .container > div {
	padding: 35px 15px 40px 15px;
}
/* ---------- FLEXSLIDER ---------- */
.slides,
.slides li {
	height: 400px;
}
.slideA {
	background: url(images/slide01-m.jpg) no-repeat center center;
}
.slideB {
	background: url(images/slide02-m.jpg) no-repeat center center;
}
.slideC {
	background: url(images/slide03-m.jpg) no-repeat center center;
}
.slideD {
	background: url(images/slide04-m.jpg) no-repeat center center;
}
}
@media screen and (max-width: 960px) {
/* ---------- RESET ---------- */
h1 {
	font-size: 2em; /* 32 / 16 */
}
h2 {
	font-size:  1.75em; /* 28 / 16 */
}
h3 {
	font-size: 1.5em; /* 24 / 16 */
}
h4 {
	font-size: 1.25em; /* 20 / 16 */
}
h5, h6 {
	font-size: 1.125em; /* 18 / 16 */
}
p,
li,
label,
dt,
dd,
th,
td,
blockquote {
	font-size: 0.9375em; /* 15 / 16 */
}
hr {
	margin: 20px 0;
}
/* ---------- MULTICOLUMN (MC) LAYOUTS ---------- */
.mc > div {
	float: none;
	padding: 0;
}
.two-col > div,
.three-col > div {
	width: 100%;
}
/* ---------- CONTENT ---------- */
article .intro {
	font-size: 1.0625em; /* 17 / 16 */
}
.contact-details {
	margin: 20px 0;
}
.contact-details:before,
.contact-details:after {
	display: none;
}
.map {
	margin-bottom: 30px;
}
.map-details {
	padding: 0;
}
/* ---------- HOME PAGE ---------- */
.badges {
	width:140px;
	right: 15px;
}
.blurb:before {
	background-size: 80px;
	height: 100px;
	margin-left: -40px;
	top: -15px;
	width: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.blurb .mc > div {
	padding: 0 10px;
}
/* ---------- BLOG: GENERAL ---------- */
.blog article {
	float: none;
	width: 100%;
}
.sidebar {
	margin: 0;
	padding-bottom: 0;
}
.sidebar > div {
	padding-bottom: 20px;
}
/* ---------- FOOTER ---------- */
.wrapper {
	margin: 0;
	min-height: 0;
}
.wrapper:after {
  display: none;
}
footer,
.wrapper:after {
  height: auto;
}
footer .container > div {
	border-bottom: 1px solid #666;
	float: none;
	margin: 0 auto;
	max-width: 720px;
	padding: 15px 10px;
	width: auto;
}
footer .container > div:last-child {
	border-bottom: none;
}
footer .container > div:after {
	display: none;
}
footer #menu-associates li {
	width: 31.333333%;
}
footer .newsletter form {
	padding: 0 0 5px 0;
}
footer .social  {
	line-height: normal;
}
footer .social li {
	font-size: 40px;
	display: inline-block;
	padding: 5px;
}
.copyright {
	height: auto;
	padding: 15px;
	position: static;
	bottom: auto;
}
.copyright p {
	height: auto;
	line-height: 1.5em;
}
/* ---------- GENERAL ---------- */
.notification {
	font-size: 0.875em; /* 14 / 16 */
	padding: 10px;
}
}
@media screen and (max-width: 840px) {
/* ---------- HEADER ---------- */
header {
	height: auto;
}
header .logo {
	background: #FFF;
	height: 70px;
	position: relative;
	width: 170px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
header .logo a {
	padding: 10px 10px 0 10px;
	width: 170px;
}
.menu-toggle {
	display: block;
	font-size: 40px;
	height: 70px;
	line-height: 40px;
	text-align: center;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	z-index: 99;
}
a.menu-toggle:link,
a.menu-toggle:visited,
a.menu-toggle:hover,
a.menu-toggle:active {
	color: #FFF;
	text-decoration: none;
}
#menu-pages {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
  	-moz-transition: max-height .3s linear;
  	-o-transition: max-height .3s linear;
  	transition: max-height .3s linear;
  	-webkit-perspective: 1000; /* to prevent iOS CSS transition flicker */
	-webkit-backface-visibility: hidden; /* to prevent iOS CSS transition flicker */
}
#menu-pages.show {
	max-height: 220px;
}
header nav {
	margin-left: 0;
}
header nav ul {
	margin-right: 0;
	padding: 0;
}
header nav ul > li  {
	display: block;
	text-align: center;
	width: 100%;
}
.booking-btn  {
	display: block;
	height: 40px;
    line-height: 40px;
	text-align: center;
}
header nav ul > li {
	height: 40px;
    line-height: 40px;
    margin: 0;
}
header nav ul > li a:link,
header nav ul > li a:visited,
header nav ul > li a:hover,
header nav ul > li a:active {
	border-bottom: none;
	padding: 0 10px;
}
header nav ul > li.current_page_item a:link,
header nav ul > li.current_page_item a:visited,
header nav ul > li.current_page_item a:hover,
header nav ul > li.current_page_item a:active {
	border-bottom: none;
	display: block;
}
.booking-btn {
	background: #282B2F url(images/dark_wall.png) repeat center center;
	margin: 0;
	min-width: 0;
	padding: 1px 10px 0 10px;
	position: static;
	top: auto;
	right: auto;
}
.booking-btn a,
.booking-btn a:link,
.booking-btn a:visited,
.booking-btn a:hover,
.booking-btn a:active {
	background: none;
	border: none;
	color: #FFF;
}
/* ---------- CONTENT ---------- */
.container {
	padding: 0 10px;
}
article,
.sidebar {
	padding: 25px 25px 30px 25px;
}
/* ---------- HOME PAGE ---------- */
.badges {
	width: 120px;
	right: 5px;
}
.featured {
	padding-top: 30px;
	padding-bottom: 10px;
}
.featured ul li {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 480px;
	padding: 0 15px 20px 15px;
	width: 100%;
}
.featured ul li .graphic {
	margin: 0 0 5px 0;
}
/* ---------- GALLERY PAGE ---------- */
.gallery {
	padding-bottom: 20px;
}
.gallery-item {
	padding: 5px;
}
.videos {
	padding-bottom: 20px;
}
.video {
	padding: 10px;
}
/* ---------- CONTACT PAGE ---------- */
.map iframe {
	height: 240px;
	width: 100%;
}
/* ---------- FLEXSLIDER ---------- */
.slides,
.slides li {
	height: 360px;
}
.slideA {
	background: url(images/slide01-s.jpg) no-repeat center center;
}
.slideB {
	background: url(images/slide02-s.jpg) no-repeat center center;
}
.slideC {
	background: url(images/slide03-s.jpg) no-repeat right center;
}
.slideD {
	background: url(images/slide04-s.jpg) no-repeat right center;
}
}
@media screen and (max-width: 640px) {
/* ---------- HOME PAGE ---------- */
.slides li p {
	font-size: 0.75em; /* 12 / 16 */
	line-height: 1.25em;
	max-width: 100%;
	padding: 5px;
	bottom: 0;
	width: 100%;
}
.flex-control-nav {
	display: none;
}
.blurb {
	padding-top: 100px;
}
.blurb:before {
	top: 0;
}
.blurb .mc {
	margin: 0 auto 25px auto;
}
/* ---------- GALLERY PAGE ---------- */
.video {
	padding: 0 0 20px 0;
}
.videos .video {
	float: none;
	width: 100%;
}
/* ---------- FLEXSLIDER ---------- */
.slides,
.slides li {
	height: 300px;
}
}
@media screen and (max-width: 480px) {
/* ---------- CONTENT ---------- */
article,
.sidebar {
	padding: 25px 20px 30px 20px;
}
/* ---------- HOME PAGE ---------- */
.featured {
	padding-top: 25px;
}
.featured ul li {
	max-width: 360px;
}
/* ---------- GALLERY PAGE ---------- */
.gallery-item {
	width: 33.333333%;
}
.gallery-item a {
	padding: 1px;
}
/* ---------- FOOTER ---------- */
footer #menu-associates li {
	font-size: 0.875em; /* 12 / 16 */
	width: 48%;
}
.copyright p {
	font-size: 0.875em; /* 12 / 16 */
}
footer input[type="text"],
footer input[type="text"]:focus {
	width: 100%;
	border-right: none;
}
footer input[type="submit"] {
	margin: 10px auto 0 auto;
	width: 50%;
}
}