/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
section{
	/*height:794px;*/
}
body {
	line-height: 1.5;
	font-size: 16px;
	font-family:'Roboto', sans-serif;
	/*font-weight:bold;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3,h4,h5,h6{
	text-align:center;
	line-height:1.35em;
	font-weight:bold;
}
h1,h2,h3{
	font-family:'Montserrat', sans-serif;
}
h4,h5,h6{
	font-family: Roboto, sans-serif;
}
h1{
	font-size:67px;
	padding-right: 20px;
	padding-left: 20px;
	white-space:nowrap;
}
h2{font-size: 45px;}
h2+h3{
	color:rgba(0,0,0,.56);
	font-size: 26px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
}
h3{font-size: 28px;}
h4{
	font-family: Roboto, sans-serif;
    font-size: 16px;
	margin-bottom:1em;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	letter-spacing: 1px;
}

.white a{
	color:#ae5112;
	text-decoration:none;
}
.white a:hover{
	text-decoration:underline;
}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
img {max-width: 100%;}
.icon_phone {
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	margin-top: -6px;
	width: 22.5px;
}
/*section.stripe.brown .icon_phone path{
	stroke:#fff;
}*/
/* Input Elements */
input,textarea,select{
	color:#120806;
	box-sizing:border-box;
	border:1px solid #8d8c8b;
	width:100%;
	padding:6px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
textarea{
	max-width:100%;
	height:150px;
}
input[type="submit"]{
	width:auto;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:	rgba(18, 8, 6, .56);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:	#120806;
	opacity:  .56;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:	#120806;
	opacity:  .56;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:	rgba(18, 8, 6, .56);
}
svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
/* Header and Social Icons */
#header{
	text-align:center;
	/* background: url('/images/header-background.jpg') center center no-repeat; */
	/* background-size: cover; */
}
#header h3 {
    margin: 35px 0 80px;
}
#header .logo{
	display:inline-block;
	max-width: 100%;
	width: 720px;
	margin-bottom: -55px;
}
#header-phone {
    font-size: 18px;
    margin-bottom: 15px;
    position: absolute;
    top: 25px;
    left: 50px;
    font-weight: bold;
}
#social-buttons {
	position: absolute;
	top: 30px;
	right: 30px;
}
#social-buttons li {
	display: inline-block;
}

/* Layout */
.one-third{
	width:30%;
	margin:0 1.5%;
	float:left;
	padding: 0 3.5%;
	box-sizing:border-box;
}
.one-third h3{
	font-weight: normal;
    font-size: 20px;
	letter-spacing: 0.1em;
	text-decoration: uppercase;
    color: rgb(166,45,51);
}
.one-third .title .icon-wrapper{
	display: inline-block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height:auto;
	margin-bottom:0;
}
.slides{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.slide{
	display:inline-block;
	width:100%;
	white-space: normal;
	vertical-align: middle;
}



/* Colored Bands */
section.stripe > .container{
	max-width:960px;
	margin:0 auto;	
	padding:84px 0;
	position:relative;
}
section.strip{
	position:relative;
}
section.stripe.orange{
	background-color: rgb(166,45,51);
	color:#fff;
}
section.stripe.white{
	background-color:#fff;
	color:#120806;
}
section.stripe.brown{
	background-color:#120806;
	color:#fff;
}
section.stripe.brown h2 {
    font-weight: normal;
}
.content{
	padding: 15px 9.969792%;
	width:80%;
	margin: 0 auto;
	box-sizing: border-box;
}
.content h2:first-of-type{
	margin-top: -20px;
	margin-bottom: 50px;
}

/* Arrows below bands */
section.stripe:not(.no-arrow):after{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	margin-left:-26.5px;
	background-repeat:no-repeat;
	width:53px;
	height:12px;
}
section.stripe.orange:after{
	background-image:url(../images/red_arrow.png);
}
section.stripe.white:after{
	background-image:url(../images/white_arrow.png);
}
section.stripe.brown:after{
	background-image:url(../images/brown_arrow.png);
}

/* Buttons */
.button {
	border-radius: 3px;
	padding: 10px 34px;
	font-size: 23px;
	background: transparent;
	border: 1px solid;
	display: inline-block;
	text-decoration: none;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submitButton.button {
	float: right;
	position: relative;
	bottom: 100px;
}
.button.middle{
	margin-left:auto;
	margin-right:auto;
}
section.stripe.orange .button{
	border-color:#f8b29c;
	color:#fff;
}
section.stripe.orange .button:hover{
	background-color:#fff;
	color:#ae5112;
}
section.stripe.white .button{
	border-color:#5293A5;
	color:#5293A5;
}
section.stripe.white .button:hover{
	color:#fff;
	background-color:#5293A5;
}
section.stripe.brown .button{
	border-color:#888888;
	color:#fff;
}
section.stripe.brown .button:hover{
	color:#120806;
	background-color:#fff;
}

/* Light Button CTA */
.fire-light{
	margin-bottom:40px;
}
 .fire-light p.light{
 	margin-bottom:20px;
 	font-size:13px;
 }
 .fire-light .light-button{
 	color: #ae5112!important;
 	display: inline-block;
    font-size: 16px;
    padding: 15px 20px;
    margin-top:5px;
    margin-bottom:10px;
    border: 1px solid #120806!important;
 }
  .fire-light .light-button:hover{
 	color: #120806!important;
 	display: inline-block;
    font-size: 16px;
    padding: 15px 20px;
    margin-top:5px;
    margin-bottom:10px;
    border: 1px solid #ae5112!important;
    background-color:transparent!important;
 }

/* Our Expertise */
.our-expertise .title {
	margin-bottom: 25px;
}
.our-expertise h2{
	margin-bottom: 49px;
}
.service-list {
    margin-top: 35px;
    border-top: 1px solid #120806;
    padding-top: 15px;
}
.service-list-opener {
    margin-top: 15px;
    display: inline-block;
}
.service-list ul {
    text-align: center;
}
.service-list ul li {
    margin-bottom: 1em;
}
.service-list-opener .less,
.service-list-opener.open .more{
    display: none;
}
.service-list-opener.open .less {
    display: inherit;
}
/* Team Bios */
section.stripe .team-bios{
	padding-top:0;
	padding-bottom:0;
}
.team-bios{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.team-bios h2{
    padding-top: 84px;
    white-space: normal;
}
.team-bios .prev,
.team-bios .next{
	font-size:42px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	height:82px;
	line-height:82px;
	top:50%;
	margin-top:-41px;
	font-weight:normal;
	z-index:10;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
}
.team-bios .prev{
	left:0px;
}
.team-bios .next{
	right:0px;
}

/* Team Showcase */
.team-member{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	margin-top: 84px;
	margin-bottom: 84px;
}
.team-member .bio{
	width: 45%;
	float: left;
}
.team-bios .slide {
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}
.member-quote{
	font-size: 20px;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
	line-height: 1.3em;
}
.member-name{
	font-size: 20px;
	display: block;
	margin-top: 35px;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
}
.member-position{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
	letter-spacing: 1px;
}
.team-member .button{
	margin:15px auto;
	display:inline-block;
}
.team-member .icon-wrapper{
	float:right;
	width: 30%;
	text-align: center;
}

/* Our Process */
#our-process-window{
	overflow:hidden;
}
#our-process-container:not(.fancy){
	width:auto!important;
	height:auto!important;
}
#our-process-container .process-number {
    width: 35px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #f9a51c;
    text-align: center;
    font-size: 25px;
    margin: 0 auto;
}
#our-process-container .process-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}
#our-process-container .process-content-wrap{
    margin-top: 20px;
}
#our-process-container .process-content {
	text-align:center;
}

#our-process-container.fancy:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 0;
    background: url(/images/flame_icon.png) center center no-repeat;
	-webkit-transition: -webkit-transform 1s ease-in-out;
			transition: transform 1s ease-in-out;
}
#our-process-container.fancy {
	width: 100%;
    margin:0 auto;
	position: relative;
    -webkit-transition: -webkit-transform 1s ease-in-out;
            transition: transform 1s ease-in-out;
	margin-top: -33%;
	background:url('/images/arrows-bg.png') center center no-repeat;
	/*background-size: 80% 80%;*/
	
}
/* These counter the rotations the container make */
#our-process-container.fancy.step-1:before{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
#our-process-container.fancy.step-2:before{-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);}
#our-process-container.fancy.step-3:before{-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
#our-process-container.fancy.step-4:before{-webkit-transform: rotate(-270deg);-ms-transform: rotate(-270deg);transform: rotate(-270deg);}

#our-process-container.fancy.step-1{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
#our-process-container.fancy.step-2{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
#our-process-container.fancy.step-3{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
#our-process-container.fancy.step-4{-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);}

#our-process-container.fancy .process-step {
    position: absolute;
	-webkit-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	        transform-origin: 50% 0;
    left: 50%;
    top: 50%;
    width: 80%;
    margin-left: -40%;
    padding-top: 115px;
}
#our-process-container .process-step.grey:hover .process-title:after,
#our-process-container .process-step .process-title:after{
    content: '';
    display: block;
    background: url('/images/squares.png') center no-repeat;
    height: 25px;
    width: 100%;
}
#our-process-container.fancy .process-step.grey .process-title:after {
	background: url('/images/squares-grey.png') center no-repeat;
}

#our-process-container.fancy #process-step-1 {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
#our-process-container.fancy #process-step-2 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
#our-process-container.fancy #process-step-3 {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
#our-process-container.fancy #process-step-4 {
    -webkit-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
            transform: rotate(-270deg);
}
#our-process-container.fancy .process-content-wrap{
	width:50%;
	margin:0 auto;
    margin-top: 0px;
}

#our-process-container.fancy .process-step.grey{
	color: #C7C7C7;
}
#our-process-container.fancy .process-step:hover,
#our-process-container.fancy .process-step.active{
	color:#000;
}

#our-process-container.fancy .process-number {
	position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -18px;
}
#our-process-container.fancy .process-number:after {
    content: '';
    display: inline-block;
    position: relative;
    left: 50px;
    top: -50px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgb(230,231,232);
}
.fancy #our-process-window {
	position:relative;
	overflow:hidden;
}
#process-click-boxes {
	display:none;	
}
.fancy #process-click-boxes {
	position:absolute;
	bottom:-50%;
	left:-50%;	
	width:200%;
	height:200%;
	-webkit-transform: rotate(45deg);
      	-ms-transform: rotate(45deg);
          transform: rotate(45deg);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	    transform-origin:50% 50%;
	display:block;
}
.fancy .process-click-box {
	width:50%;
	height:50%;
	position:absolute;
	cursor:pointer;
	z-index:2;
	position:absolute;
	opacity:0.3;
	filter: alpha(opacity=30);
}
.fancy #process-click-box1 {
	/*background:#f00;*/
	left:0%;
	top:0%;
}
.fancy #process-click-box2 {
	/*background:#0f0;*/
	left:50%;
	top:0%;
}
.fancy #process-click-box3 {
	/*background:#00f;*/
	left:0%;
	top:50%;
}
.fancy #process-click-box4 {
	/*background:#555;*/
	left:50%;
	top:50%;
}

/* Featured Work */
.featured-work{
	text-transform: capitalize;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.featured-work .images{
	margin-bottom:66px;
	margin-top:66px;
	overflow:hidden;
	text-align: center;	
}
.featured-work .images li{
	display: inline-block;
	width: 30%;
	padding: 0 1.5%;
	text-align: center;
	margin-right: -4px;
}
.featured-work .images.single-image li{
	width: 60%;
}
.featured-work .slide .title {
	text-align: center;
	/* font-size: 34px; */
	margin-top: 55px;
}
/* Show Magnifying Glass on hovering the image */
.featured-work .icon-wrapper {
	font-family: Montserrat, sans-serif;
	position: relative;
	display: inline-block;
	width: 100%;
}
.featured-work .icon-wrapper:before,
.featured-work .icon-wrapper:after{
	content: '';
	display: block;
	background-repeat:no-repeat;
}
.featured-work .icon-wrapper:hover:before {
	top: 5px;
	right: 5px;
	background-image: url(../images/icons/icon_magnify_black.png);
	width: 29px;
	height: 29px;
	position: absolute;
}
span.project-step-title {
    margin-top: 15px;
    display: inline-block;
}

span.project-step-title img {
    margin-right: 15px;
}

.featured-work .icon-wrapper {
	text-decoration: none;
}
.featured-work .icon-wrapper[data-step] {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
}
.project-step-title img {
	height: 25px;
	vertical-align: top;
	margin-right: 5px;
}

/*
.featured-work .icon-wrapper:hover:before{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image: url(../images/icon_magnify_white.png);
	background-position:center center;
}
*/

.featured-work .slide .title a.prev,
.featured-work .slide .title a.next {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	line-height: 17px;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
	vertical-align: text-bottom;
}
.featured-work .slide .title a.prev {
	margin-right: 4%;
}
.featured-work .slide .title a.next {
	margin-left: 4%;
}

/* Contact Us */
.contact-us{
	overflow:hidden;
	padding: 0 25px;
}
.contact-us .content{
	margin-bottom:35px;
}
#contact-form,.map{
	float:left;
}
#contact-form{
	width:60%;
	margin-right:2%;
}
#attn {
	width:auto;
	color:rgba(0,0,0,1);
	background-color:#ccc;
}
#contact-form input[type="submit"] {
	margin: 25px auto 0;
	display: block;
}
#contact-phone,#contact-address {
	font-size: 18px;
	margin-bottom: 15px;
	display:inline-block;
}
#contact-address{
	margin-left:5px;
}
#get-directions {
	font-size: 16px;
	margin-top: 6px;
}
#get-directions img{
	vertical-align: middle;
	margin-right: 10px;
}
.map{
	width:36%;
	margin-left:2%;
	height: 326px;
}
#gmap_canvas{
	width:100%;
	height: 326px;
}
#contact-form .full-width{
	margin-bottom:7px;
	float:left;
	width:100%;
}
#contact-form .left,
#contact-form .right{
	float:left;
	width:49%;
	margin-bottom:7px;
}
#contact-form .left{
	margin-right:1%;
}
#contact-form .right{
	margin-left:1%;
}

#contact-form .right:after{
	content:'';
	display:block;
	clear:both;
}

#message{
	display:none;
	text-align: center;
	margin-bottom: 5px;
}
#message.error{
	color:red;
}
#message.success{
	color:green;
}

/*Google API Page */
#contact-form-google-api{
    width: 100%;
    height: 300px;
    max-width: 626px;
    margin: auto;
    text-align: center;
}
#contact-form-google-api .left {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}

#contact-form-google-api .right {
	width: 49%;
	float: right;
	margin-bottom: 10px;
}

#googleApiContactCaptcha {
	margin: auto;
	display: inline-block;
}

#googleApiSubmitButton {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
form#contact-form-google-api {
    margin-top: 50px;
}

/* Footer and Copyright */
#footer .container{
	height:260px;
	background:center center url(../images/footer_logo.png) no-repeat;
}
#footer:after{
	display:none;
}
#copyright{
	height:50px;
	padding: 20px 0;
	line-height:18px;
	font-size:12px;
	text-align:center;
	color:#3c3d3f;
	background-color:#191d1e;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
#copyright a{
	display:block;
	color: rgb(166,45,51);
	line-height:18px;
	text-decoration: none;
}

#scrolltop {
	display: block;
	height: 35px;
	position: fixed;
	right: 10px;
	bottom:10px;
	width: 35px;
	z-index: 1031;
	background: url(../images/icons/to-top.png) no-repeat;
}


/* FancyBox */
#fancybox-thumbs ul li:after, .fancybox-prev span, .fancybox-next span, .fancybox-close {
    background-image: url('../images/icons/fancybox_sprite.png');
}
.fancybox-skin {
	position: relative;;
	background-color: #120806;
	background-image: url(../images/project_popup_background.png);
	border-radius: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-color:#120806;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/icons/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-position: -6px 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/icons/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -50px;
}
.fancybox-prev span{
	left:15px;
	background-position: 0 -19px ;
}
.fancybox-next {
	right: -50px;
}
.fancybox-next span{
	right:15px;
	background-position: -17px -19px ;
}

.fancybox-nav span {
	position: absolute;
	top: 45%;
	width: 17px;
	height: 32px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /* overflow: hidden !important; */
    /* width: auto; */
}

.fancybox-lock body {
    /* overflow: hidden !important; */
}
html.fancybox-margin {
	margin-right: 0!important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/icons/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/* overflow-y: scroll; */
}

/* Title helper */

.fancybox-title {
	z-index: 8050;
}
.fancybox-title .child {
	display:inline-block;
}
.fancybox-title .child .process-step{
	display:inline-block;
	vertical-align: sub;
	background-position: 0 -35px;
	background-repeat:no-repeat;
	margin-left: 15px;
	width: 35px;
	height: 35px;
	background-size: 35px 70px;
}

.fancybox-title-float-wrap {
	position: absolute;
	top: 25px;
	left: 15%;
	z-index: 8050;
	text-align: center;
	color: #FFF;
    font-family: 'Montserrat', 'Arial Narrow', sans-serif;
    font-size: 20px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #120806;
	background: rgba(0, 0, 0, .8);
}

#fancybox-next-project{
	display: block;
	position: absolute;
	right: 14%;
	top: 32px;
	color:#fff;
	text-decoration:none;
	font-family: 'Montserrat', 'Arial Narrow', sans-serif;
	font-size: 20px;
}
/* Fancybox Thumbnails */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -80px;
}

#fancybox-thumbs ul li {
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
	position: relative;
}

#fancybox-thumbs ul li:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	top: 50%;
	position: absolute;
	margin-top: -6px;
	right: 0;
	background-position: 0 0;
	width: 6px;
	height: 11px;
}
#fancybox-thumbs ul li:last-child:after {
	display:none;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	outline: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 45px!important;
	height: 45px!important;
}
#fancybox-thumbs ul li a img{
	display: none!important;
}
#fancybox-thumbs ul li a.beaker,
.fancybox-title .child span.create{
	background-image: url('../images/icons/beaker.png');
}
#fancybox-thumbs ul li a.microscope,
.fancybox-title .child span.discover{
	background-image: url('../images/icons/microscope.png');
}
#fancybox-thumbs ul li a.rocket,
.fancybox-title .child span.deliver{
	background-image: url('../images/icons/rocket.png');
}
#fancybox-thumbs ul li a:hover,
#fancybox-thumbs ul li.active a{
	background-position: 0 -45px ;
}
@media screen and (min-width:901px){
	.team-member{
		position: relative;
		top: 30%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@media screen and (max-width:900px){
	.team-member{
		margin-bottom: 50%;
	}
	.team-member .bio{
		width:100%;
	}
	section.stripe > .container{
		padding-left: 25px;
		padding-right: 25px;
	}
	#contact-form, .map {
		float: none;
		width: 90%;
		margin: 3% 5% 32px;
	}
}
@media screen and (max-width:970px) and (min-width:760px){
	#contact-address{
		margin-left: 5px;
	}
	#contact-address:first-letter {
		visibility: hidden;
		margin-left: 22px;
	}
}
@media screen and (max-width:760px){
	.content{
		width: 95%;
	}
	h2 {
		font-size: 44px;
	}
	.member-quote {
		font-size: 20px;
	}
	.team-member .icon-wrapper {
		float: none;
		text-align: center;
		width:50%;
		margin-left:auto;
		margin-right:auto;
	}
	.one-third {
		width: 70%;
		float: none;
		margin: 3% auto;
	}
	.project-title-step{
		display:none;
	}
}
@media screen and (max-width:670px) and (min-width:480px){
	#contact-address{
		margin-left: 5px;
	}
	#contact-address:first-letter {
		visibility: hidden;
		margin-left: 22px;
	}
}
@media screen and (max-width:630px){
	#header h3 br {
		display: none;
	}
	input#submitButton.button {
	float: none;
	bottom: 0px;
	}
}
@media screen and (max-width:600px){

	#contact-form .left,
	#contact-form .right{
		float:left;
		width:100%;
		margin-bottom:7px;
		margin-left:0%;
		margin-right:0%;
	}
	.fancybox-skin {
		padding-left:10px!important;
		padding-right:10px!important;
	}
	.fancybox-prev{
		left:0;
	}
	.fancybox-next{
		right:0;
	}
}
@media screen and (max-width:500px){
	.button br{
		display:none;
	}
}
@media screen and (max-width:500px){
	#process_nav {
		width: 80%;
		left: 10%;
	}
	.featured-work .images {
		margin-bottom: 46px;
	}
	.featured-work .images li {
		width: 80%;
		display: block;
		margin: 2% auto 6%;
		padding: 0;
	}
	.featured-work .images li a {
		display:block;
	}

	.featured-work .images li .project-thumbnail {
		width: 100%;
	}
	#contact-phone {
		text-align: center;
	}
	#fancybox-next-project{
		display:none;
	}
	.fancybox-title-float-wrap{
		left:0;
		top: 31px;
	}
	.fancybox-skin{
		padding-top:80px!important;
	}
	.fancybox-wrap {
		left: 0!important;
		width: 100%!important;
	}
	.fancybox-inner {
		width: 100%!important;
		height: auto!important;
	}
	#fancybox-thumbs ul {
		left: 30%!important;
	}
}
@media screen and (max-width:480px){
	#contact-address{
		display:block;
		text-align:center;
	}
	#contact-address:first-letter {
		visibility: hidden;
		margin-left: 22px;
	}
}
@media screen and (max-width:450px){
	#social-buttons,#header-phone {
		position: inherit;
		top: 0;
		left: 0;
	}

	#header .container {
		padding-top: 30px;
	}

	#social-buttons {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:325px){
    .process .slide img.icon{
        display:inline-block;
    }
    .process .slide h3 {
		margin-left: 0;
		top: 0;
		display:block;
    }
}

/*// Styles for Firefox*/
@-moz-document url-prefix() {
	.featured-work .images li img {
		width: 100%;
		height: auto;
	}
}

/*// Styles for IE10*/
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
	.featured-work .images li img {
		width: 100%;
		height: auto;
	}
}
#switch-sites {
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	display: block;
	color: #3C3D3F;/*#323334;*/
	font-size: 14px;
}
#switch-sites a{
	color: #323334;
}