/* CSS Document */
html {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}
body {
	background: #666666 url("../images/back_home.jpg") no-repeat center center fixed;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	font-size: 14px;
	background-size:cover;
}
.background{
	width:100%;
	height:100%;
	opacity:0;
	background-size:cover;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
	transition-timing-function: ease-in-out;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}
#back_about{background: #666666 url("../images/back_about.jpg") no-repeat center center fixed;}
#back_gallery{background: #666666 url("../images/back_gallery.jpg") no-repeat center center fixed;}
#back_services{background: #666666 url("../images/back_services.jpg") no-repeat center center fixed;}
#back_contact{background: #666666 url("../images/back_contact.jpg") no-repeat center center fixed;}
.bg-image-tile {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url(../images/tile.png);
    z-index: 2;
}
#container {
	height: 100%;
	min-height: 700px;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 125px;
	border-right: 1px solid #fff;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
}
#logo {
	position: absolute;
	bottom: 37px;
	right: 19px;
	width: 60px;
	cursor:pointer;
}
#menu-mobile, #logo-horz{display:none;}
#header ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 373px;
	right: 19px;
}
#header ul li {
	margin: 72px 0px 0px 0px;
}
#header ul li a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
#header ul li.currentpage a, #header ul li a:hover, #header ul li a:active, #header ul li a:focus {
	color: #fff;
}
#content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 6;
	font-size: 14px;
	line-height: 140%;
}
p, h1 {
	margin-top: 0px;
}
h1 {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
#content a{text-decoration:none;color:rgba(255,255,255,0.6);}
#content a:hover, #content a:active, #content a:focus{color:#fff;}

#services h1, #about h1 {
	display: inline-block;
	width: 130px;
	vertical-align: top;
}
#services #slideshow, #about #photo {
	display: inline-block;
	width: 257px;
	height: 385px;
	box-shadow: 0px 0px 25px #000;
	padding: 0px;
	vertical-align: top;
	overflow: hidden;
	margin:0px 0px 25px 0px;
}
#services .content, #about .content {
	margin-left: 38px;
	width: 330px;
	display: inline-block;
	vertical-align: top;
}
#services .content {
	width: auto;
}
#services .content .column {
	padding-right: 30px;
	vertical-align: top;
	display: inline-block;
	padding-bottom: 30px;
	line-height:190%;
}
#contact h1 {
	display: inline-block;
	width: 130px;
	vertical-align: top;
}
#contact .content {
	display: inline-block;
	vertical-align: top;
}
.panel {
	vertical-align: top;
	padding: 35px 62px 0px 144px;
	background: rgba(0,0,0,0.4);
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	left: 0px;
	bottom: -700px;
	opacity: 0;
	-webkit-transition: bottom 1s, opacity 1s; /* Safari */
	transition: bottom 1s, opacity 1s;
	transition-timing-function: ease-in-out;
}
#services {
	height: 694px;
}
#about {
	height: 605px;
	padding-top: 36px;
}
#gallery {
	height: 516px;
}
#contact {
	height: 426px;
}
#gallery a {
	display: block;
	line-height: 150%;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	text-decoration: none;
}
#gallery a:hover, #gallery a:active, #gallery a:focus, #gallery a.selected {
	color: #fff;
}
#watermark {
	opacity: 0.07;
	width: 323px;
	position: absolute;
	top: 11px;
	right: 51px;
}
#footer {
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 25px;
	right: 25px;
	line-height: 100%;
	vertical-align: top;
	text-align: right;
	height: 0px;
	overflow: visible;
	z-index: 8;
}
#footer #credit {
	width: 600px;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: bottom right;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: bottom right;
	-o-transform: rotate(270deg);
	-o-transform-origin: bottom right;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: bottom right;
	transform: rotate(270deg);
	transform-origin: bottom right;
	text-align: right;
}
#footer #credit a {
	color: #fff;
	text-decoration: none;
}
#footer #credit a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}


.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	color: white;
	top: 0px;
	display: none;
	box-sizing: content-box;
	cursor: pointer;
	background-color: rgba(62,58,57,.65);
}
.greyscale {
	display: none;
}
.overlay .cat_name {
	position: absolute;
	width: 100%;
	bottom: 70%;
	text-align: center;
}
.overlay .grad_line {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 65%;
}
.overlay .grad_line img {
	max-width: 72%;
}
.overlay .location {
	position: absolute;
	width: 100%;
	top: 37%;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	text-align: center;
}
.overlay hr {
	width: 50%;
}
.col4 {
	height: 100%;
	position: relative;
}
.cbox {
	color: white !important;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 1px;
	box-sizing: content-box;
	border: none;
}
.xselect {
}
.xnav2 {
	width: 455px;
	position: absolute;
	background: white;
	display: none;
	left: 10%;
	z-index: 50000;
	padding: 30px 5px 5px 10px;
}
.notcbox {
	background: #9C9DA0;
	height: 23px;
	width: 30px;
	color: white !important;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 2px 0px;
	margin-bottom: 2px;
	margin-right: 3px;
}
#colorbox {
	box-sizing: content-box !important;
}
.xnav2 {
	border: 1px solid #004F2F;
}
.xnav2 a {
	box-sizing: content-box;
	display: inline-block;
	width: 100px !important;
	max-width: 100px !important;
	background-image(../js/colorbox/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.cbox img {
	width: 100px !important;
	max-width: 100px !important;
}


@media screen and (max-width: 1100px), screen and (max-height: 700px) {
#watermark, .background{display:none;}
.panel{position:relative;top:auto;left:auto;bottom:auto;opacity:1;height:auto;padding:20px;border-top:1px solid #fff;}
#container, #content, #about, #services, #gallery, #contact{height:auto;position:relative;}
#footer {
	font-size: 11px;
	color: #fff;
	position: relative;
	top:inherit;
	right:inherit;
	line-height: 100%;
	vertical-align:auto;
	text-align: right;
	height:auto;
	z-index: 8;
	padding:20px;
	border-top:1px solid #fff;
	background: rgba(0,0,0,0.4);
	width:auto;
}
#footer #credit {
	width: auto;
	-webkit-transform:none;
	-webkit-transform-origin: bottom right;
	-moz-transform:none;
	-moz-transform-origin: bottom right;
	-o-transform:none;
	-o-transform-origin: bottom right;
	-ms-transform:none;
	-ms-transform-origin: bottom right;
	transform:none;
	transform-origin: bottom right;
	text-align: right;
}
#header {
	position: relative;
	width: 100%;
	border-right:none;
	height:auto;
	top:inherit;
	left:inherit;
	z-index: 7;
	background: rgba(0,0,0,0.4);
	padding:20px;
	box-sizing:border-box;
}
#logo {
	display:none;
}
#logo-horz{display:block;width:200px;max-width:90%;}
#menu-mobile{display:block;padding:20px 0px;}
#menu-mobile a{text-decoration:none;color:#fff;}
#header ul {
	display:none;
}
}
@media screen and (max-width: 900px){
#services #slideshow, #about #photo {display:none;}	
}
@media screen and (max-width: 650px){
#services .content, #about .content {
    margin-left: 0px;
    width: auto;
    display: block;
}
}
@media screen and (max-width: 350px){
.panel, #header, #footer{padding:10px;}
#menu-mobile{font-size:13px;}
}