/*
 * Normalized elements, partially minified, a la:
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:0 0}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

/*
 * Begin actual styles here.
 */
html {
	margin: 0px;
	padding: 0px;
	color: #888888;
	font: 300 18px/32px "Merriweather Sans",Arial,sans-serif;
	background:#000000;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: 300 40px/60px "Quicksand",Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	color: #ffffff;
	text-align:center;
}
h2 {
	font: bold 21px/60px "Quicksand",Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-transform:uppercase;
}
h3 {
	font: 300 18px/60px "Merriweather Sans",Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-style:italic;
}
p {
	margin: 0px;
	padding: 0px 0px 35px 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	border-left: 8px solid #171717;
	padding-left:25px;
	margin-left:0;
	margin-bottom:55px;
}
ul, ol {
	margin:0;
	padding:0;
	padding-bottom:35px;
	list-style: none;
}
li {
	padding-bottom:20px;
}
ul li:before {
	content:url(../images/bullet.png);
	padding-right:22px;
}
ul li {
	text-indent:-34px;
	padding-left:34px;
}
ol li {
    counter-increment: step-counter;
    text-indent:-34px;
	padding-left:34px;
}
ol li:before {
	font: bold 18px/32px "Merriweather Sans",Arial,sans-serif;
	color:#b1582c;
    content: counter(step-counter);
    margin-right: 13px;
    margin-left:10px;
}
.header-box {
	width:100%;
	max-width:1110px;
	min-width:1110px;
	height:82px;
	background:rgba(0,0,0,0.85);
	margin: 52px auto 0;
	display:block;
	z-index:10;
	position:relative;
	clear:both;
}
.logo {
	width:258px;
	height:105px;
	float:left;
	display:inline-block;
}
.logo a {
	width:258px;
	height:105px;
	display:inline-block;
	background:url(../images/logo_new.png);
	margin-top: -11px;
}
.hero {
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-size:cover;
	width:100%;
	height:622px;
	position:relative;
	margin-top:-134px;
	margin-bottom:178px;
	min-width:1110px;
}
.hero:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg,rgba(0,0,0,0), rgba(0,0,0,1));
}
.content-hero {
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-size:cover;
	width:100%;
	min-width:1110px;
	height:413px;
	position:relative;
	margin-top:-134px;
	xmargin-bottom:178px;
}
.content-hero:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg,rgba(0,0,0,0), rgba(0,0,0,1));
}
.header-menu {
	display:inline-block;
	width:calc(50% - 129px);
	float:left;
}
.header-menu ul {
	list-style:none;
	padding:20px 0 0 30px;
}
.header-menu li {
	list-style:none;
	display:inline-block;
	padding:3px 25px;
}
.header-menu li:before {
	content:'';
}
.header-menu li a {
	font: bold 14px/14px "Quicksand",Arial,sans-serif;
	color:#777777;
	text-transform:uppercase;
}
.header-contact {
	display:inline-block;
	width:calc(50% - 154px);
	float:right;
	text-align:right;
	padding:25px 25px 25px 0;
	font: bold 20px/20px "Quicksand",Arial,sans-serif;
	color:#777777;
}
a.hdr-email {
	font: bold 14px/20px "Quicksand",Arial,sans-serif;
	color:#777777;
	padding-left:15px;
}
.clear-both {
	clear:both;
}
.separator, .footer-separator, .content-separator {
	width:100%;
	min-width:1110px;
	height:50px;
	background: transparent url(../images/separator.png) 50% 50% no-repeat;
	display:block;
	position:relative
	clear:both;
	z-index:10;
}
.subhead {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	padding-left: 145px;
	padding-right: 145px;
	left: 0;
	right: 0;
	width:820px;
	max-width: 820px;
	font: 300 40px/70px "Quicksand",Arial,sans-serif;
	color:#ffffff;
	text-align:center;
	display:block;
	top:390px;
	min-width:820px;
}
.gallery-box {
	width:100%;
	min-width:1110px;
	clear:both;
	padding:50px 0;
}
.gallery {
	width:275px;
	height:210px;
	margin:1px;
	float:left;
	display:inline-block;
	cursor:pointer;
}
.gallery a {
	width:275px;
	height:210px;
	display:inline-block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.album-title {
	width:255px;
	height:190px;
	border:10px solid #ffffff;
	background:rgba(0,0,0,0.9);
	display:none;
	text-align:center;
	font: bold 14px/190px "Quicksand",Arial,sans-serif;
	color:#ffffff;
	text-transform:uppercase;
}
.gallery a:hover > .album-title {
	display:inline-block;
}
.section-background {
	width:100%;
	min-width:1110px;
	height:auto;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:50px 0 0;
}
.section-container {
	width:1110px;
	clear:both;
	padding:40px 0;
	margin:0 auto;
}
.content-container {
	width:790px;
	clear:both;
	padding:0 0 40px;
	margin:0 auto;
}
.section-container h2 {
	text-align:center;
	padding:25px 0;
}
.content-inner {
	width:85%;
	max-width: 820px;
	text-align:center;
	margin:0 auto;
}
.contact-left {
	width:40%;
	padding:25px 0;
	float:left;
}
.contact-right {
	width:40%;
	padding:25px 0;
	float:right;
}

.nihilo .dijitInputField, textarea {
	padding:5px 8px;
	font: bold 14px/14px "Quicksand",Arial,sans-serif;
	color:#d9926f;
}

.nihilo .dijitSelect, .nihilo .dijitTextBox, .nihilo .dijitTextArea {
	width:350px;
	background-image:none;
	background-color:#b1582c;
	border:1px solid #b1582c;
	margin:5px 0;
}
.field-arrow {
	width:25px;
	height:40px;
	background:url(../images/form_arrow.png) 0 50% no-repeat;
	display:inline-block;
	vertical-align:top;
}
.button-spacer {
	width:25px;
	height:40px;
	display:inline-block;
}
.contactBtn .dijitButtonNode {
	background-image:url('');
	background:transparent;
	color:#ffffff;
	border:2px solid #ffffff;
	display:inline-block;
}
.contactBtn .dijitButtonText {
	font: bold 14px/28px "Quicksand",Arial,sans-serif;
	padding:0 12px;
	text-transform:uppercase;
}
#footermenu {
	text-align:center;
}
#footermenu li {
	list-style:none;
	display:block;
}
#footermenu li:before {
	content:'';
	padding:0;
}
#footermenu ul {
	margin:0;
	padding:0;
}
#footermenu li a {
	color:#777777;
	font-weight:normal;
}
p.copyright {
	font: normal 12px/18px "Merriweather Sans",Arial,sans-serif;
	color:#888888;
	text-align: center;
}
.powered-by {
	font: normal 14px/32px "Open Sans",Arial,sans-serif;
	color: #888888;
	text-align: center;
}
.powered-by a {
	display: inline-block;
	vertical-align: top;
	color: #888888;
	text-decoration: none;
	font-weight: normal;
	padding-right: 66px;
	background: url(../images/graphtek-cms.png) right top no-repeat;
}
.powered-by a:hover {
	text-decoration:underline;
}
.footer-bar {
	width:100%;
	min-width:1110px;
	background:#0d0d0d;
	display:block;
	padding:50px 0;
	z-index:0;
	position:relative;
}
.footer-separator {
	margin-top:-75px;
	margin-bottom:75px;
}
.content-separator {
	margin-top:-25px;
	position:absolute;
}
.social-media {
	text-align:center;
	padding:30px 0;
}
.social-media a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0px;
	width: 100px;
	height: 39px;
	background: url(../images/social_sprite.png) left top no-repeat;
}
.social-media a:first-child {
	margin-left: 0;
}
.social-media a.facebook { background-position: 0px 0px; }
.social-media a.facebook:hover { background-position: 0px -39px; }
.social-media a.twitter { background-position: -100px 0px; }
.social-media a.twitter:hover { background-position: -100px -39px; }
.social-media a.youtube { background-position: -200px 0px; }
.social-media a.youtube:hover { background-position: -200px -39px; }
.social-media a.google { background-position: -300px 0px; }
.social-media a.google:hover { background-position: -300px -39px; }
.fancybox-outer .fancybox-nav {
	top: 0;
}
.fancybox-outer .fancybox-prev {
	left: calc(50% - 45vw);
}
.fancybox-outer .fancybox-next {
	right: calc(50% - 45vw);
}