* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/stylesheets/boxsizing.htc);
}
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.eot');
    src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/quicksand-light-webfont.eot');
    src: url('../fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-light-webfont.woff') format('woff'),
         url('../fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extralight-webfont.woff') format('woff'),
         url('../fonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	color: #434e6a;
	font-size: 16px;
	background-color: #ecf1f2;
}
a {
	font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	font-size: 32px;
	text-align: justify;
	color: #434e6a;
	word-spacing: 8px;
	font-family: 'ralewayextralight', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	letter-spacing: 1.5px;
	color: #434e6a;
	font-family: 'ralewayextralight', Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 22px;
	letter-spacing: 1.5px;
	font-weight: 200;
	text-align: left;
	color: #434e6a;
	margin-top: 15px;
	font-family: 'ralewayextralight', Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 20px;
	color: #434e6a;
	letter-spacing: 1.5px;
	font-family: 'ralewaybold';
}
p {
	font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
}
i {
	margin-right: 8px;
	font-size: 14px;
}
li {
	font-size: 14px;
	font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
	list-style: none;
}
strong {
	font-family: 'quicksandbold', Arial, Helvetica, sans-serif;
}
legend {
	padding: 15px;
}
hr {
	margin-top: 7px;
	margin-bottom: 7px;
	border: none;
}
#header {
	padding: 8px 0 2px 0;
	background-color: white;
	border-bottom: 1px solid #bbbbbb;
}
.nav-bar {
	margin-top: 8px;
}
.nav-bar a {
	font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
#splash {
	height: 600px;
}
#featured {
	background: url(../images/ajax-loader.gif) center center #f4f4f4 no-repeat;
}
#featured img {
	display: none;
	border: solid 5px white;
}
#featured.orbit { 
	background: none; 
}
#featured.orbit img { 
	display: block; 
}
#images {
	padding: 60px 0 60px 0;
	margin: 0;
	background-color: #ecf1f2;
	background-color: rgba(236, 241, 242, 0.9);
	border-top: 1px solid #d5d9da;
	border-bottom: 1px solid #d5d9da;
}
#images p {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	border: 1px solid #cccccc;
}
#images h3 {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #cccccc;
	padding: 15px;
	font-family: 'ralewayextralight', Arial, Helvetica, sans-serif;
}
#images img {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #cccccc;
	padding: 8px;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	transform: translateY(0) scale(1, 1);	
}
#images img:hover {
	box-shadow: 0 11px 18px rgba(0,0,0,0.2);
	transform: translateY(-20px) scale(1.1, 1.1);
}
.frame {
	background-color: white;
	padding: 15px;
}
.frame img {
	border: solid 1px #777777;
}
.frame:first-child {
	margin-bottom: 44px;
}
.framelabel {
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}
.framelabel a {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 15px;
}
.frame h2 {
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
}
.frame p {
	text-align: right;
	margin-right: 15px;
}
.description {
	text-align: left;
	padding: 44px 0 44px 0;
	font-size: 16px;
	color: #434e6a;
	background-color: white;
	border-top: 1px solid #bbbbbb;
}
.headline p {
	color: white;
	text-align: justify;
	padding: 20px;
	background-color: rgba(5, 5, 10, 0.8);
	border-radius: 6px;
}
.headline h1 {
	padding: 12px;
	color: white;
	text-align: left;
	margin-bottom: 30px;
	background-color: rgba(5, 5, 10, 0.7);
	border-radius: 2px;
}
#gallery h1 {
	text-align: right;
	color: white;
	text-shadow: 0 1px 1px #111111;
}
#inquiries p {
	font-size: 14px;
}
#services li {
	list-style: disc;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	font-size: 14px;
	color: #434e6a;
}
#prefooter {
	padding: 66px 0 66px 0;
	background-color: white;
	border-top: 1px solid #bbbbbb;
}
#prefooter p {
	font-size: 16px;
}
#prefooter li {
	font-size: 16px;
}
#bottom-nav {
	padding-top: 15px;
	text-align: right;
}
#bottom-nav a {
	color: #434e6a;
	font-size: 12px;
	padding: 7px;
	margin: 5px;
	display: inline-block;
	border: 1px solid #cccccc;
	background-color: #ecf1f2;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	transform: translateY(0) scale(0.95, 0.95);
}
#bottom-nav a:hover {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	transform: translateY(-5px) scale(1, 1);
}
#footer {
	text-align: center;
	background-color: #ecf1f2;
	padding: 30px 0 30px 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}
#footer p {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
#feature {
	padding: 44px 0 44px 0;
	background-color: #ecf1f2;
	background-color: rgba(236, 241, 242, 0.9);
	border-top: 1px solid #bbbbbb;
}
#feature p {
	font-size: 16px;
	padding: 30px;
	font-weight: normal;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 0 15px 0;
	border: 1px solid #cccccc;
}
#feature h2 {
	padding: 30px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #cccccc;
	margin: 0;
	margin-bottom: 15px;
}
#feature h3 {
	padding: 30px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #cccccc;
}
#feature ul {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #cccccc;
}
#feature img {
	border: 1px solid #cccccc;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);	
	padding: 7px;
	margin-bottom: 13px;
}
#gallery {
	padding-top: 20px;
	padding-bottom: 180px;
	background-image: url('../images/blurbg.jpg');
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}
.galleryitem a {
	color: #434e6a;
	padding: 6px;
	text-decoration: underline;
}
.galleryitem a:hover {
	text-decoration: none;
}
#gallery img {
	padding: 6px;
	background-color: #F6F6F6;
	border: 1px solid #bbbbbb;
    border-radius: 2px;	
}
.galleryitem {
	margin-bottom: 10px;
	margin-top: 10px;
}
.galleryimage img {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	width: 320px;
	height: 260px;
}
.galleryimage img:hover {
	box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.gallerylayer {
	background-color: #F6F6F6;
	border: 1px solid #bbbbbb;
    border-radius: 2px;	
}
.gallerylayer li {
	margin-right: 30px;
}
.gallerylayer ul {
	margin: 0;
	padding: 30px;
}
#recentworks img {
	margin-top: 22px;
}
#contactinfo li {
	list-style: none;
}
#infoForm {
	font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
}
#dyncontact {
	display: inline-block;
	padding: 11px 20px 9px;
	font-size: 14px;
	display: none;
	background-color: #08cf2e;
	color: white;
	text-transform: uppercase;
}
#prevention {
	display: none;
}
.recents {
	margin-top: 22px;
}
.recents img {
	margin-bottom: 32px;
}
.recents p {
	padding: 0 !important;
	text-align: center;
	margin: 0 !important;
}
.recents h3 {
	margin-bottom: 33px;
}
.recents h4 {
	margin: 55% 0 0 0;
	text-align: center;
}
.oldworks {
	margin-top: 30px;
	margin-bottom: 30px;
}
.oldworks h3 {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px !important;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.oldworks img {
	padding: 15px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	transform: translateY(0) scale(0.95, 0.95);	
}
.oldworks img:hover {
	box-shadow: 0 11px 18px rgba(0,0,0,0.2);
	transform: translateY(-20px) scale(1.1, 1.1);	
}
.oldworks p {
	padding: 15px !important;
	font-size: 13px !important;
}
#sitemap {
	text-align: center;
}
#sitemap li {
	list-style: none;
	list-style-position:inside;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#supersized img{
  max-width: none;
}
ul.breadcrumbs {
	border: 1px solid #bbbbbb;
}