
@import url(fonts/entypo/entypo.css);
@import url(fonts/bentonsans/bentonsans.css);
@import url(fonts/zapfino/zapfino.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%;
}

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;
	line-height: 1.4em;
	color:#753F00;
}

nav {

}

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

h1 {
	font-size:3.6em;
	font-weight:200;
	margin: 30px 0 10px 0;
}

h2 {
	font-size:3.2em;
	font-weight:200;
}

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

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

a {
	text-decoration:none;
  	position:relative;
  	vertical-align: text-bottom;
  	color:#eee;
}

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: 700;
	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: 0.5em;
	clear:both;
	width:100%;
	vertical-align: initial;
}

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 {
  height: 0px;
  width: 80%;
  border-bottom: 2px solid #753F00;
  margin: 0 10% 1em;
  clear: both;
  padding: 2em 0;
}

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;
}

.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;
}

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

.pad0-2 {
	padding:0 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;
}

.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;
}

/* ---- 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 {
}

/* ---- FORMS ---- */


input, textarea, button {
	font-family:inherit;
	font-size: inherit;
}

input {

}

input:hover {

}

input[type="submit"] {
	position:relative;
	font-family:inherit;
	font-size:inherit;
}

input[type="submit"]:hover {
	opacity:0.8;
	cursor: pointer;
}

input[type="submit"]:active {
	top:1px;
	left:1px;
}

textarea {
	resize:none;
}

textarea:hover {

}

input:focus, textarea:focus {

}

.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: absolute;
	top:-3em;
  border-radius: 100%;
  overflow: hidden;
}

.down:hover {
	cursor: pointer;
  margin-top:-0.5em;
}

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

.bg-img {
	background-position: center top;
	background-attachment: fixed;
	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-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;
}

.bgbeige {
	background:#bdbaaf;
}

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

.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;
}

.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;
}

.branding {
	float:left;
}

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

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

.head-menu a {
	padding:0 0.5em;
	position:relative;
	float:left;
}

.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;
}

/*```````````````````````````//
//			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%;
}

.bro-sec {
	margin-top: -2em;
}

.bro-btns {
	padding: 0 5%;
	text-align: center;
	margin: 1em 0 3em 0;
}

.bro-btns a {
	background: #753f00;
	color: #fff;
	font-family: "zapfino",Georgia,"Times New Roman",Times,serif;
	font-size: 2em;
	margin: 0.5em 0;
	padding: 0 .5em;
  width: 30%;
	text-decoration: none;
	border-radius: 4px;
}

.bro-btns a:hover {
	background: #916633;
}

/* ---- GALLERIES ---- */

/*

#gal-holder {
	opacity:0;
	background:#fff;
	color:#323232;
	filter:aplha(opacity=0);
	position:fixed;
	top:0;
	left:-9999px;
	right:0;
	bottom:0;
	z-index:-200;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
  pointer-events: none;
}

.gal-prev {
  position:absolute;
  left:0em;
  top:3em;
  bottom:3em;
  width:4em;
  border-right:1px solid #fff;
}

.gal-next {
  position:absolute;
  right:0em;
  top:3em;
  bottom:3em;
  width:4em;
  border-left:1px solid #fff;
}

.inner {
  position:absolute;
  background: no-repeat 30% 0% scroll transparent;
  -webkit-background-size:cover;
  -ms-background-size:cover;
  background-size:cover;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:0;
  filter:aplha(opacity=0);
  -webkit-transition:all 0.4s;
  transition:all 0.4s;
}

.gal-pgn {
  z-index:80;
  -webkit-transition:all 0.4s;
  transition:all 0.4s;
  background: rgba(0,0,0,0.2);
}

.gal-pgn:hover {
  width:5.5em;
  cursor:pointer;
  background: rgba(255,255,255,0.4);
}

.gal-pgn:hover .inner {
  background-position: 40% 0%;
  opacity:0.5;
  filter:aplha(opacity=70);
}

.gal-pgn:active .inner {
  background-color:#fff;
  background-image:none;
  opacity:0.9;
  filter:aplha(opacity=90);
}

.gal-pgn span {
  position:absolute;
  color: #fff;
  text-shadow: 1px 1px 8px #000;
  top: 50%;
  left: 50%;
  font-size:2.5em;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.gal-close {
	position:absolute;
	color:#323232;
  background:url('../images/bgw.png') repeat center scroll transparent;
  bottom: 0px;
  left: 50%;
  padding: 0.5em;
  z-index: 90;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gal-close:hover {
	cursor: pointer;
}

#gal-holder.open {
	left:0;
  z-index:800;
	opacity:1;
	filter:aplha(opacity=100);
  pointer-events:auto;
}

.gal-outer {
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  width:100%;
  height:100%;
}

.gal-inner {
  height:100%;
}

.gal-slide {
  position:absolute;
  left:0;
  top:0;
  z-index:30;
  width:100%;
  height:100%;
  opacity:0;
  filter:aplha(opacity=0);
}

.gal-slide.current {
  z-index:50;
  opacity:100;
  filter:aplha(opacity=100);
}

.gal-slide.current.next {
  z-index:40;
  opacity:100;
  filter:aplha(opacity=100);
}

*/

/* new gallery */

#galleryBtns {
	padding-top: 2em;
}

#galleryBtns .button {
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    text-decoration: none;
		opacity: 0.4;
    transition: all 0.3s ease 0s;
		background: none repeat scroll 0 0 #595137;
}
#galleryBtns .button:hover {
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
		background: none repeat scroll 0 0 #595137;
}
#galleryBtns .current {
   background: none repeat scroll 0 0 #2f2505;
	 opacity: 1 !important;
}

/*
.cycle-caption {
    bottom: 10%;
    left: 50%;
    letter-spacing: 0.5px;
    margin-left: -150px;
    padding: 1em 1.5em;
    position: absolute;
    text-align: center;
    text-shadow: none;
    width: 300px;
    z-index: 200;
}
*/

.cycle-caption {
    letter-spacing: 0.5px;
    padding: 0.5em 1.5em;
    text-align: center;
    text-shadow: none;
    width: 100%;
		float: left;
}

.cycle-prev, .cycle-next {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    height: 2em;
    margin: 1.5em;
    position: absolute;
    top: 45%;
    width: 2em;
    z-index: 200;
}

/*.cycle-prev:before, .cycle-next:before {
	content: " ";
	position: absolute;
	z-index: -10;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
 }
 
 .cycle-prev:after, .cycle-next:after {
	content: " ";
	position: absolute;
	z-index: -10;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
 }*/
 
.cycle-prev {
    left: 0;
    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
}

.cycle-next {
    right: 0;
    transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
}

.renderings .cycle-slideshow .slide1 {
	background: url(/images/gallery/renderings/rend1.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide2 {
	background: url(/images/gallery/renderings/rend2.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide3 {
	background: url(/images/gallery/renderings/rend3.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide4 {
	background: url(/images/gallery/renderings/rend4.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide5 {
	background: url(/images/gallery/renderings/rend5.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide6 {
	background: url(/images/gallery/renderings/rend6.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide7 {
	background: url(/images/gallery/renderings/rend7.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide1 {
	background: url(/images/gallery/construction/con1.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide2 {
	background: url(/images/gallery/construction/con2.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide3 {
	background: url(/images/gallery/construction/con3.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide4 {
	background: url(/images/gallery/construction/con4.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide5 {
	background: url(/images/gallery/construction/con5.jpg) no-repeat center center;
}

.construction .cycle-slideshow .slide6 {
	background: url(/images/gallery/construction/con6.jpg) no-repeat center center;
}

.renderings .cycle-slideshow .slide1, .renderings .cycle-slideshow .slide2, .renderings .cycle-slideshow .slide3, .renderings .cycle-slideshow .slide4, .renderings .cycle-slideshow .slide5, .renderings .cycle-slideshow .slide6, .renderings .cycle-slideshow .slide7,
.construction .cycle-slideshow .slide1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cycle-slide {
	text-align: center;
}

.cycle-slide img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}




/*```````````````````````````//
//			PAGES			 //
//___________________________*/

/* ---- DETAILS ---- */

.det-item {
	font-weight:300;
	padding:0.5em 0 0 0;
	border-top:1px solid #eee;
}

.det-item .twothird {
	color:#555;
}


/* ---- INQUIRIES ---- */


#map-canvas {
	width:100%;
	min-height:500px;
	height:100%;
}

.field {
	padding:0.5em;
}

.field:hover {

}

.field input, .field textarea, .field select {
	background:#F5F5F5;
	padding:0.75em;
	letter-spacing: 0.5px;
	font:inherit;
	font-size:0.9em;
	font-weight:400;
	width:100%;
	color:#555;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 #E5E5E5;
}

.field input, .field textarea {
	margin-bottom: 0.5em;
}

.field input {

}

.field textarea {

}

.field select {
	-moz-appearance: tabpanels;
	-webkit-appearance: none;
	-ms-appearance: none;
	position:relative;
	color:#999;
}

.field select::-ms-expand {
	display:none;
}

.field img.dn {
	position: relative;
	left: -1em;
	float: right;
	top: -1.6em;
}

.field textarea:focus, .field input:focus {
	background:#eee;
}

.field input[type="submit"] {
	font-family: "zapfino",Georgia,"Times New Roman",Times,serif;
	background:#753F00;
	padding:0 1em;
	margin:0.5em 0;
	width:auto;
	float:right;
	color:#fff;
	font-size: 2em;
}

.doclist {
	text-align: left;
}

.doclist li {
	font-weight:300;
	margin-bottom:1em;
	line-height: 1.5em;
	list-style: disc;
}

.contact-info {

}

.contact-info p {
  padding-bottom: 1em;
  line-height: 1.5em;
}

.contact-info a {
  line-height: 1.5em;
}

/*```````````````````````````//
//			NEWS			 //
//___________________________*/

iframe {
  max-width: 100%;
}


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

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	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.open {
	margin-bottom:0;
}

#footer .foot-toggle {
	position: absolute;
	right: 0px;
	top: -3em;
	padding: 0.5em 1.5em;
}

#footer .foot-toggle:hover {
	cursor: pointer;
}

#footer .foot-toggle span {
	display: inline-block;
	-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.open .foot-toggle span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#footer a.doc-link {
  text-decoration:underline;
}

.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;
}

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


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

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


}

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

	.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;
  }

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

}

@media only screen and (max-width:860px) {
	.head-menu {
		font-size:0.9em;
		margin: 1.5em 0px;
	}

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

}

@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;
		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%;
	}

  .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;
	}

	.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%);
	}

	.bg-img {
		background-attachment: scroll;
	}

  #down {
    display:none;
  }

}

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

	body {
		font-size:0.9em;
	}

	.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;
	}

  .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;
  }

}
