
@import url(fonts/entypo/entypo.css);
@import url(fonts/bentonsans/bentonsans.css);
@import url(fonts/zapfino/zapfino.css);
@import url(fonts/caslon/caslon.css);
@import url(fonts/librecaslon/librecaslon.css);

/* ----- [ COLORZ ] ----- //

DarkGray: #41463F;
Blue: #33559B;
Teal: #79C9C9;
Orange: #E16326;
Brown:#2F2505;

// ----- __________ -----*/


/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


/*```````````````````````````//
//			GLOBALS			 //
//___________________________*/

*, *:before, *:after {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
	line-height:normal;
	vertical-align: bottom;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
	        box-sizing:border-box;
}

body {
	font-size:1.1em;
	font-weight:normal;
	zoom:1;
	overflow-x:hidden;
	overflow-y:scroll;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color:#323232;
}

html, body {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

.caslon {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
}

body, p, .sans {
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .serif, #qLoverlay {
	/*font-family: 'zapfino', Georgia, 'Times New Roman', Times, serif;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	line-height: 1.4em;
	color:#753F00;
	margin: 0 0 1em 0;
}

nav {

}

h5, h6 {
	line-height: 1.6em;
	font-weight:bold;
}

h1 {
	font-size:2.5em;
	font-weight:200;
}

h2 {
	font-size: 1.375em;
	font-weight:400;
}

h3 {
	font-size:2.8em;
	font-weight:400;
}

h4 {
	font-size:2.4em;
	font-weight:500;
}

a {
  	position:relative;
  	vertical-align: text-bottom;
  	color:#323232;
}

a:hover {
	text-decoration:underline;
}

a:active {
 	top:1px;
}

a, .trans, a:before, a:after {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.translu {
	opacity:0!important;
}

b, strong {
	font-weight: 500;
	vertical-align: initial;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.light {
	font-weight: 200;
}

p {
	line-height:1.5em;
	margin-bottom: 1em;
	clear:both;
	width:100%;
	vertical-align: initial;
	font-weight: 400;
}

p.caslon {
	font-size: 1.125em;
}

ul, li, ol {
	list-style:none;
	list-style-type:none;
}

article {
	display: block;
}

article p {
	line-height: 2em;
	font-size:0.9em;
	font-weight:300;
}

article a {
	color: #888;
}

i {
	font-size:1.25em;
}


hr {
    border-bottom: 2px solid #753f00;
    clear: both;
    height: 0;
    margin: 1em auto;
    padding: 0;
    width: 50%;
}

hr.spacer {
	border:none;
	padding:1em 0;
}

.small {
	font-size:0.9em;
}

.xsmall {
	font-size:0.8em;
}

.big {
	font-size:1.1em;
}

.xbig {
	font-size:1.5em;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

.full {
	width:100%;
}

.full-height {
	height:100%;
}

.half {
	width:50%;
}

.half-height {
	height:50%;
}

.third {
	width:33.33%;
}

.third-height {
	height:33.33%;
}

.twothird {
	width:66.66%;
}

.twothird-height {
	height:66.66%;
}

.fourth {
	width:25%;
}

.threefourth {
	width:75%;
}

.threefourth-height {
	height:75%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	margin:0 auto;
}

.centerme {
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vcenter {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vcenter-holder {
	position:relative;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.fill {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 200;
}

.stretch {
	width: 100%;
	height: auto;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.noline {
	text-decoration: none;
}

.upper {
	text-transform: uppercase;
}

.pad-half {
	padding: 0.5em;
}

.pad1 {
	padding:1em;
}

.pad1-0 {
	padding:1em 0;
}

.pad0-1 {
	padding:0 1em;
}

.pad2 {
	padding:2em;
}

.team .pad2 {
	padding: 2em 2em 2em 0;
}

.pad2-0 {
	padding:2em 0;
}

.pad3-0 {
	padding:3em 0;
}

.pad0-2 {
	padding:0 2em;
}

.padb2 {
	padding-bottom: 2em;
}


.mar1 {
	margin:1;
}

.mar1-0 {
	margin:1em 0;
}

.mar0-1 {
	margin: 0 1em;
}

.mar2 {
	margin:2em;
}

.mar2-0 {
	margin:2em 0;
}

.mar0-2 {
	margin:0 2em;
}

.mart2 {
	margin-top: 2em;
}

.marb2 {
	margin-bottom: 2em;
}

.w60 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.w65 {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.noscroll {
	height:100%;
	overflow:hidden;
}

figure, .figure {
	overflow:hidden;
	position:relative;
}

figure img, .figure img {
	width:100%;
	height:auto;
}
figure.filled img, .figure.filled img {
	min-height:100%;
	min-width:100%;
	width:auto;
}

.hidden {
	display: none;
}

.down.hidden2 {
	opacity: 0;
	bottom: -1em;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

/* ---- BUTTONS ---- */

button, .button {
	padding:0.5em 1em;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin:0.5em 0;
	display: inline-block;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

button:hover, .button:hover {
	text-decoration: none;
	cursor: pointer;
	opacity:0.8;
}

button.current, .button.current {
	opacity:0.8;
}

button.small, .button.small {
	font-size:1em;
}

footer .button {
	display: inline-block;
	float: right;
}

footer .button:hover {
}

/* ---- FORM ---- */


input, textarea, select {
	width: 100%;
	font-family:inherit;
	font-size: inherit;
	margin: 0 0 1.5em 0;
	text-align: center;
}

input:focus {
	border: 1px solid #000;
}

label {
	display: block;
	margin: 0 0 .5em 0;
}

#radiosHolder {
	margin: 0 0 1.5em 0;
}

.ccheckboxcontainer {
	margin: 0 0 20px 0;
}
.checkboxcontainer {
	width:20px;
	height:20px;
	display:inline-block;
	margin:0 10px 0 0;
}
.ccheckbox {
	width:20px;
	height:20px;
	float:left;
	margin:-3px 0 0 0;
}


.radio {
	width: 100%;
	text-align: center;
	margin: 0 0 .5em 0;
	white-space: nowrap;
}

.radio  input {
	display: inline-block;
    height: 1.25em;
    margin: 0 0.5em 0 0;
    width: 1em;
}

.radio  label {
	display: inline-block;
	line-height: 1em;
	margin: 0;
}

input[type="submit"] {
	cursor: pointer;
	position:relative;
	font-family:inherit;
	font-size:1.25em;
	background-color: #41381b;
	color: #fff;
   font-family: inherit;
   padding: .5em 0;
   position: relative;
   width: 40%;
   font-family: "Times New Roman",Times,serif;
   font-style: italic;
}

input[type="submit"]:hover {
	background-color: #2a2412;
}

textarea {
	resize:none;
}

.up {
  position:absolute;
  top:0;
  left:50%;
  margin-left:-1em;
  width:2em;
  padding:0 0.5em;
  z-index: 0;
  font-size:3em;
  text-align: center;
  opacity:0.9;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.up:hover {
  cursor: pointer;
}

.down {
	position: fixed;
	bottom:1em;
  border-radius: 100%;
  overflow: hidden;
  z-index: 9999;
	-webkit-transition:bottom 0.2s;
	-ms-transition:bottom 0.2s;
	transition:bottom 0.2s;
}

.down:hover {
	cursor: pointer;
	bottom:1.28em;
}

/* ---- BACKGROUNDS ---- */

.bg-img {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% auto;
	background-color: #background:#f8f8f8;
}

.bg-img2 {
	background-position: center;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-contain {
  background-position:center;
  background-attachment:scroll;
  background-color:transparent;
  background-repeat: no-repeat;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -ms-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
}

.bgb {
	background:#323232;
	color:#f8f8f8;
}

.bgg {
	background:#e6e7e8;
}

.bgbeige {
	background:#bdbaaf;
}

.bgw {
	background:#f8f8f8;
	color:#323232;
}

.bglbrn {
	background:#713f03;
	color:#fff;
}

.bgtw {
	background:url('../images/bgw.png') repeat center scroll transparent;
	color:#323232;
}

.bgtbrn {
	background:url('../images/bgbrn.png') repeat center scroll transparent;
	color:#f8f8f8;
}

.bgbrn {
	background:#2F2505;
	color:#f8f8f8;
}

.bgbrn h3, .bgbrn h4, .bgb h3, .bgb h4 {
	color:#f8f8f8;
}

.tlbrn {
	color: #ad8c70;
}

.tbrn {
	color: #753f00;
}

.onlight {
	color:#323232;
}

.ondark {
	color:#fff;
}

.overlay {
	background:url('../images/bgb.png') repeat center scroll transparent;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

.overlay h1, .overlay h2, .overlay h3, .overlay h4 {
	color:#fff;
}

.overlay p {
	font-weight:300;
	letter-spacing: 0.5px;
	color:#fff;
}

.overlay ul {
	display:inline-block;
}

.overlay .button {
	font-weight: 500;
	font-size: 0.9em;
	width: 80%;
	max-width: 400px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: inset 0 0 0 #fff;
}

.overlay .button:hover {
	box-shadow:inset 420px 0 1px 0 #fff;
	color:#323232;
}

#qLoverlay {
  z-index:500!important;
}

.rendering {
	position:absolute;
	bottom:0.5em;
	left:0.5em;
	font-size:0.75em;
	font-weight:300;
	color:#f8f8f8;
	text-shadow:0 0 2px rgba(0,0,0,.5);
	text-transform: uppercase;
}

.figure .rendering, figure .rendering {
  left:0;
  bottom:0.8em;
  color:#323232;
  text-shadow:none;
}

/*```````````````````````````//
//			PAGE CORE		         //
//___________________________*/

.wrapper {
	width:95%;
	max-width: 940px;
	margin:0 auto;
	position: relative;
}

.wrapper.wide {
	max-width:1280px;
	width:100%;
}

.wrapper100 {
	width:100%;
	max-width: 940px;
	margin:0 auto;
	position: relative;
}

body > div.rel {
  height: 100%;
  overflow: visible;
}

header, footer, section {
	display:inline-block;
	float:left;
	clear:both;
	width:100%;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
}

.rel {
	position:relative;
}

#content {
  display: inline;
}

.data-pg {
	position:absolute;
	top:0;
	left:0;
	height:50%;
	width:1px;
	opacity:0;
	visibility: hidden;
}

/*```````````````````````````//
//			   HEADER	           //
//___________________________*/

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:100px;
	overflow:hidden;
	z-index:700;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	padding: 1em 0;
	text-align: center;
}

.branding a.current {
	color: #ad8c70;
	text-decoration: none;
}

.branding img {
	height:52px;
	width:auto;
}

.head-menu {
	float:right;
	font-weight:100;
	margin: 2em 0 0;
}

.head-menu a {
	padding:0 0.54em;
	position:relative;
	float:left;
	font-size: 94%;
}

.head-menu a:before {
	content: "";
	position:absolute;
	bottom:-3em;
	left:0;
	width:100%;
	height:0px;
	/*background:#7e7454;*/
	z-index: -100;
}

.head-menu a:hover {
	text-decoration: none;
}

/
.head-menu a:hover:before, .head-menu a.select:before {
	/*
  background:#7e7454;
	height:8em;
  */
}

.head-menu a:hover, .head-menu a.select {
  color:#7e7454;
}

#topImg {
	padding:2em;
	height:50%;
	overflow:visible;
}


/*```````````````````````````//
//			HOMEPAGE		 //
//___________________________*/

.featured-img .overlay {
	z-index: 400;
}

.feat-text {
  position:relative;
  margin-top:100px;
  top:10%;
}

.cycle-slideshow {
  overflow:hidden;
}

.slide-holder {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: -100;
}

.slide {
  width:100%;
  height:100%;
}

.page-title {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	margin-bottom: 0;
}

#title2 {
	font-size: 2em;
}

#eventsHome {

}

#eventsHome .left {
	border-right: 5px solid #f8f8f8;
}

#eventsHome .right {
	border-left: 5px solid #f8f8f8;
}

#eventsHome h2 {
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	color: #323232;
}

#eventsHome hr {
    border-bottom: 2px solid #753f00;
    clear: both;
    height: 0;
    margin: 1em auto;
    padding: 0;
    width: 50%;
}

#eventsHome a {
	display: block;
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 1em;
	margin: 0 0 1em 0;
	color: #713f03;
	position: relative;
}

#eventsHome a:hover {
	color: #000;
	opacity: .75;
}

#eventsHome a span.eventTitle {
	display: block;
	background: #e6e7e8 none repeat scroll 0 0;
	color: #753f00;
	display: block;
	margin: 0 auto 1em;
	padding: 1em 0;
	width: 60%;
}

#eventsHome a span.eventSubTitle {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60%;
	margin: 0 -30%;
	padding: .5em 0;
	text-align: center;
	background-color:rgba(140, 101, 57, 0.5);
	color: #fff;
	-webkit-transition: all 0.5s; /* Safari */
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#eventsHome a:hover > span.eventSubTitle {
	padding: 1em 0;
	background-color:rgba(140, 101, 57, 0.75);
}

#eventsInfo {

}

#eventInfo h2 {
margin: 2em 0;
color: #323232;
font-weight: 500;
}

#eventInfo p.boxLink {
	display: block;
	width: 60%;
	margin: 2em auto;
	padding: 1em 0;
	color: #713f03;
	font-weight: 500;
	background-color: #e6e7e8;
}

#eventInfo p.boxLink  a {
	text-decoration: underline;
	color: #713f03;
}

#eventInfo p.boxLink  a:hover {
	color: #000;
}

#eventAbout h2 {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	margin: 2em 0 1em;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
}

#eventAbout p {
	line-height: 2.25em;
}

#reserveBtn {
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 1.5em;
	background: #e6e7e8 none repeat scroll 0 0;
   color: #753f00;
   display: block;
   margin: 0 auto 1em;
   padding: 1em 0;
   width: 40%;
}

#reserveBtn:hover {
	background-color: #d0d1d3;
}

.cleanlist {
	font-weight: 500;
	line-height: 2em;
	margin: 1em 0 0 0;
}

.cleanlist li {
	margin: 0 0 2em 0;
}





/*```````````````````````````//
//			FOOTER			 //
//___________________________*/

#footer {
	font-size: 0.75em;
	font-weight: 300;
	padding: 1em 0px;
	height: 5.5em;
	margin-bottom: -5em;
	overflow:visible;
	z-index:500;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

#footer a {
	color: #fff;
  text-decoration:underline;
}

#footer a:hover {
	color: #e0dfdd;
}


.foot-menu {
	margin:0 0.5em;
}

.foot-menu a {
	text-decoration: underline;
	margin:0 0.5em;
}

.copy {
	margin-bottom:0.5em;
}

.prompt-bg {
	position:fixed;
	z-index: 800;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/bgb.png') repeat center scroll transparent;
}

.prompt {
	position:absolute;
	left:50%;
	top:50%;
	width:720px;
	height:500px;
	margin-top:-250px;
	margin-left:-360px;
	background:#f8f8f8;
	box-shadow:0 0 5px rgba(0,0,0,.9);
	overflow:hidden;
}

.pmt-title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 4px #f8f8f8;
	height:3em;
	text-align:center;

}

.pmt-close {
	position:absolute;
	top:0;
	right:0;
	width:3em;
	height:3em;
	background:url('../images/closebg.png') no-repeat 60% 40% scroll #2F2505;
	color:#f8f8f8;
	margin: 0;
	border-radius: 0 0 0 4em;
}

#sitelink {
  	font-size: 1.5em;
  }

/*```````````````````````````//
//			RESPONSIVE		       //
//___________________________*/


.mobile-toggle, .mobile-call {
	display: none;
}


@media only screen and (max-width:960px) {
	.head-menu {
		font-size:0.9em;

	}

	.branding img {
	    height: 42px;
	    width: auto;
        margin: 0.5em 0;
	}

	.foot-menu {
		clear:both;
		margin:0 0 0.5em 0;
	}

	.foot-menu a {
		margin:0 1em 0 0;
	}

}

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

  #footer {
    height:8em;
    margin-bottom:-7.5em;
  }

}

@media only screen and (max-width:900px) {
.bg-img {
	background-attachment: scroll;
    background-size: auto 100%;
	}
}

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

	.head-menu {
		font-size:0.85em;
	}

	.branding img {
	    height: 38px;
	    width: auto;
        margin: 0.5em 0;
	}

	#eventsHome a span.eventTitle {
    width: 80%;
	}

}


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

	header {
		padding:0;
		min-height:60px;
	}

	.branding {
		float:none;
		margin: 0.25em auto;
		text-align: center;
	}

	.mobile-toggle, .mobile-call {
		display:block;
		padding: 1em 0.5em;
		font-size: 1.25em;
	}

	.mobile-toggle:hover, .mobile-call:hover {
		cursor: pointer;
	}

	.mobile-toggle {
		float:left;
	}

	.mobile-call {
		float:right;
	}

	.head-menu {
		width:100%;
		height:0;
		margin:0;
    font-size: 0.75em;
		overflow: hidden;
		opacity:0;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}

	.head-menu.open {
		opacity: 1;
		height:auto;
	}

	.head-menu a {
		width:100%;
    font-size: 1.5em;
		padding: 0.5em 0;
		text-align: center;
	}

	.head-menu a:before {
		display:none;
	}


	.half, .third, .twothird {
		width:100%;
	}

	.w60 {
	width: 100%;
	}

  .half.previous, .half.next {
    width:50%;
  }

	.field.half {
		width:50%;
	}

	.half-height, .full-height, .third-height, .twothird-height {
		padding:2em;
		height:auto;
		overflow:visible;
	}

	.mnopad {
		padding: 0!important;
	}
	
	.content .wrapper.pad2 {
		padding:2em 0;
	}

	.mxtall {
		height:500px !important;
	}

	.mtall {
		height:450px !important;
	}

	.mmed {
		height:400px !important;
	}

	.mshort {
		height:350px !important;
	}

	.mxshort {
		height:300px !important;
	}

	.vcenter {
		position:inherit;
		top: 0;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
	  	-ms-transform: translateY(0%);
	  	-o-transform: translateY(0%);
		transform: translateY(0%);
	}

  #down {
    display:none;
  }

  footer div.left ,   footer div.right {
  	float: none;
  	width: 100%;
  	text-align: center!important;
  	margin: 0 0 .5em 0;
  }

}

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

	body {
		font-size:0.9em;
	}

	.branding a {
		width: 100%;
	}
	
.bg-img {
	background-position: right top;
}

	.mxtall {
		height:475px !important;
	}

	.mtall {
		height:425px !important;
	}

	.mmed {
		height:375px !important;
	}

	.mshort {
		height:325px !important;
	}

	.mxshort {
		height:225px !important;
	}

	.field img.dn {
		display:none;
	}

	.field select {
		margin-bottom:0.5em;
	}

}

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

	.mxtall {
		height:450px !important;
	}

	.mtall {
		height:400px !important;
	}

	.mmed {
		height:350px !important;
	}

	.mshort {
		height:300px !important;
	}

	.mxshort {
		height:250px !important;
	}

	#eventInfo p.boxLink {
    width: 100%;
}
	
	article.list {
		display: block;
		width: calc(100% - 2em);
		margin: 0;
		padding: 2em 0;
		margin: 0 1em;
		border-bottom: 1px solid #ccc;
	}

  .bg-contain {
    background-size:90%;
  }

  #footer {
    height: 10em;
    margin-bottom: -9.5em;
  }

  #footer div.right {
    width:100%;
  }

  #footer div.left {
    width:100%;
  }

  #footer a.doc-link {
    float:left;
  }

}

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

	.mxtall {
		height:425px !important;
	}

	.mtall {
		height:375px !important;
	}

	.mmed {
		height:325px !important;
	}

	.mshort {
		height:275px !important;
	}

	.mxshort {
		height:225px !important;
	}

}

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

	body {
		font-size:0.8em;
	}

}

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

  section.featured-img.home .overlay.mxtall {
    position:relative;
    height:auto!important;
    width:100%;
    padding: 2em 1em !important;
    background:#2F2505;
  }

  section.featured-img.home h2 {
    line-height: 1em;
    margin-bottom: 0.5em;
  }

  section.featured-img.home .feat-text {
    margin-top:0;
    top:0;
  }

}
