body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#container{
	width:970px;
	margin:auto;
}
#header, .header{
	background:#aaa url(../img/header-bg.png);
	height:84px;
	position:relative;
}
.header {
    height:100px;
    padding-top:60px;
}
.header-bg {
    background: url(../img/nav-repeat.png);
    background-repeat:repeat-x;
}
.img-responsive-full{
	max-width: 100%;
	width:100%;
}
.well {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    box-shadow: none;
    color: white;
    text-align: center;
    padding: 20px;
    margin-bottom: 0px;
    border-top: 10px solid rgba(0,175,239,.8);
    padding: 25px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.9);
    border-left: transparent;
    border-right: transparent;
}
.well h1 {
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    
    font-family:'Lato', sans-serif;
}
.well p {
    font-size: 1em;
    color: black;
    font-weight: 100;
    line-height: 1.3em;
}
#ft-cats {
    font: 10pt normal Arial, sans-serif;
    height: auto;
    text-align: center;
}
#ft-cats .box {
    cursor: pointer;
    float: left;
    overflow: hidden;
    z-index: 1;
    width: 50%;
    position: relative;
    padding:0px;
    margin:0px;
}
#ft-cats .box img {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -moz-border-radius: 0px;
}
#ft-cats .box .caption {
    background-color: rgba(105,105,105,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: absolute;
    text-align: center;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 10%;
    margin: auto;
    z-index: 99;
}
#ft-cats .box .fade-caption, #ft-cats .box .scale-caption {
    opacity: 100%;
    width: 100%;
    text-align: center;
    padding: 5% 10% 10% ;
}
.home-cta{
	padding-bottom:30px;
}
#ft-cats .box:hover .fade-caption, #ft-cats .box:hover .scale-caption {
    opacity: 1;
}
.section-row{
    padding:80px 0;
    background:#fff;
}
.bcl-header{
	margin-top:20px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing:.05em;
	font-size:1.6em;
	color:#00afef;
}
.cta-header{
	margin-top:20px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing:.05em;
	font-size:1.6em;
	color:#00afef;
}
.box h4 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0px 0;
    background: url('../img/arrow-up-blue.html') no-repeat center bottom;
}
.no-padding {
    padding:0;
}
.btn{
	text-transform: uppercase;
	font-size:.9em;
	letter-spacing: .05em;
}
.btn-custom {
    border: solid 1px #00afef;
    padding: 10px 15px;
    margin-top: 0px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
}
.btn a:link {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.btn a:visited {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.btn a:hover {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #00afef;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.btn a:active {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #0275A6;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

/*** start form code ***/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
* {
/* With these codes padding and border does not increase it's width and gives intuitive style.*/

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.font16 { font-family: 'Georgia Bold';
          font-size: 16px;
          color: #000000;
          font-weight: normal;
          text-align: left}
.ast    { font-family: 'Georgia Bold';
          font-size: 24px;
          color: #ff0000;
          text-shadow: 0 0 1px #000000;
          font-weight: bold;
          text-align: center}
div#envelope{
width: 55%;
margin: 10px 30% 10px 25%;
padding:10px 0;
/* border: 2px solid gray; */
border-radius:10px;
}
form{
width:50%;
margin:0% 0% 0% 0%;
}

/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{
margin-bottom: 1px;
margin-top: 0px;
width:100%;
padding: 5px;
border-radius:5px;
border:1px solid #000000;
}

textarea{
margin-bottom: 1px;
margin-top: 0px;
width:100%;
padding: 5px;
border-radius:5px;
border:1px solid #000000;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-style: solid;
border-width: 1px;
border-color: #919191;
background-color: #efefef;
}
@media all and (max-width: 650px) {
div#envelope{
width: 90%;
margin: 10px 5% 10px 5%;
padding:10px;
/* border: 2px solid gray; */
border-radius:10px;
}
form{
width:100%;
margin:0;}
} 
@media all and (max-width: 350px) {
div#envelope{
width: 96%;
margin: 5px 2% 5px 2%;
padding:10px 0;
/* border: 2px solid gray; */
border-radius:10px;
}
form{
width:100%;
margin:0;}
}
/** end form code ***/

.submit
{
    width:80px;
    height: 30px;
    line-height: 15px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-family: 'Georgia Bold';
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    border:1px solid transparent;
    background: #ffffff;
    color: #000000;
   -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}
.submit:hover
{
    background-color:#efefef;
    font-weight: bold;
    color: #919191;
}

label.resume input[type="file"] {
    position: fixed;
    top: -1000px;
}
.resume
{
    width:250px;
    height: 30px;
    line-height: 15px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-family: 'Georgia Bold';
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    border:1px solid transparent;
    background: #ffffff;
    color: #000000;
   -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #000000;
    border-style: solid;
    border-width: 3px;
    cursor: pointer;
}
.resume:hover
{
    background-color:#efefef;
    font-weight: bold;
    color: #000000;
}

.logo{
	position:absolute;
	bottom:0px;
	z-index: 2;
	border:0px;
}
.company-logo img {
    position:absolute;
    left:0px;
    top:-60px;
}
.contactDetails{
	color:#fff;
	width:325px;
	padding-right:10px;
	float:right;
	margin-top:20px;
}
.contactDetails .title{
	text-transform:uppercase;
	float:left;
}
.contactDetails .address{
	float:left;
	width:180px;
}
.contactDetails .phone{
	float:right;
}
.navbar-default {
    background:transparent;
    border-color:transparent;
}
.navbar-default .navbar-toggle {
    border-color: #00afef;
    background-color: #00afef;
    float:right !important;
    margin-top:2px;
}
.navbar-default .navbar-toggle:hover {
    background-color:white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #00afef;
}
.navbar-nav {
    float:right;
}
.nav li {
    border-left:1px dotted white;
    padding:5px 10px !important;
}
.nav li a {
    color:white;
    text-transform:uppercase;
}
.nav li a:hover {
    text-decoration:none;
}
.navigation{
	background: url(../img/navRepeat.png);
	background-repeat: repeat-x;
	height:40px;
	/*position: absolute;
	bottom: 0px;
	right:0px;*/
	z-index: 1;
	/*width:90%;*/
	text-transform: uppercase;
	font-weight: 100;
	/*margin-top:31px;*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 95%	
}
.navigation a{
	color:#fff;
	text-decoration: none;
}
.inlineList{
	margin:0px;
	padding:0px;	
}
.inlineList li{
	float:left;
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.navigation ul{
	float:right;
	width:690px;
}
.navigation li{
	padding:5px 10px;
	border-left:#fff 1px dotted;
}
.slideshow{
	
}
.slideShowDetails{
	background-color: #000;
	height:62px;
	padding: 5px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:960px;
	color:#fff;
	opacity: .8;
}
.slideShowDetails .moreButton{
	margin-left:20px;
}
.slideShowDetails p{
	margin:6px 0px;;
}
.slideShowDetails h1{
	float:left;
}
h1, .h1 {
	font-weight: 800;
	margin:0px;
	font-family:'Lato', sans-serif
}
h3, .h3{
	font-size: 21px;
	margin-bottom: 5px;
	margin-top:0px;
	font-family:'Lato', sans-serif
}
h2, .h2{
	font-size: 26px;
	margin-bottom: 0px;
	margin-top:0px;
	font-family:'Lato', sans-serif
}
.projectHeader h2{
	width:270px;
}
h4, .h4, h4 a{
	font-size: 18px;
	margin-bottom: 0px;
	color:#6a1b00;
}
h5, .h5{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top:0px;
	font-weight: 300;	
}
.secondaryContent h5, .secondaryContent .h5{
	margin:0px;
	color: #6d1b00;
	border-bottom: 1px solid #aaa;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center {
    display: block; /*for the img inside your div */  
    margin-left: auto; 
    margin-right: auto; 
}
 .section {
	/*width:306px;*/
	background: url(../img/sectionBackground.png);
	background-position: bottom;
	height:500px;	
	min-height:465px;
	background-repeat: repeat-x;
	/*margin-right: 5px;*/
	padding:5px 7px 0px;;
	/*position: relative;*/
	font-size: 13px;
}
.section.short{
	height:350px;
	margin-bottom:0px;
	overflow: hidden;
}
.sections .section.last{
	margin-right:0px;
}
.sectionImage{
	border:#fff 1px solid;
	max-height:235px;	
}
.visible-xl{display:none;}
.moreButton{
	font-size: 11px;
	line-height: normal;
	height:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	padding:8px 30px 7px 10px;;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-primary.dark{
	background: #00afef ;
	color:#fff;
	background-repeat: no-repeat;
	background-position: right;
	border-color:#0275A6 ;
	padding: 6px 27px;
	text-align: left;
}
.btn-primary.dark:hover{
		background: #0275A6 ;
	color:#fff;
	background-repeat: no-repeat;
	background-position: right;
}
.moreButton.light{
	background: #fff url('../img/moreArrowLight.png');
	color:#000;
	background-repeat: no-repeat;
	background-position: right;
}
.lessButton{
	font-size: 11px;
	line-height: normal;
	height:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	padding:8px 10px 7px 30px;;
	text-decoration: none;
	text-transform: uppercase;	
}
.lessButton.light{
	background: #fff url('../img/lessArrowLight.png');
	color:#000;
	background-repeat: no-repeat;
	background-position: left;
}
.sectionMore{
/*	position: relative;
	bottom:30px;
	right:7px;*/
}
.matrixMore{
	position: absolute;
	bottom:7px;
	right:7px;
}
.homepagePhotoGallery li{
	margin:0px 6px 3px 0px;
	/*width:148px;*/
	height:98px;
	overflow:hidden;
	border:1px solid #fff;	
}
.homepagePhotoGallery li.last{
	margin:0px 0px 3px 0px;
}
.sectional{
	background:  url('../img/sectionalBackground.png');
	margin-top:5px;
	padding:10px;
}
.sectionalContent{
	float:left;
	width:600px;
}
.sidebar-pop {
	background:#f1f1f1;
	border: 1px solid #dfdfdf;
	padding:25px 20px 15px;
}
.sidebar-pop h3 {
	text-transform:uppercase;
	font-weight: 300;
	letter-spacing: .05em;
	color: #00afef;
}
.sectionalSide{
	float:right;
	width:300px;
}
.secondary{
	margin-top:20px;
	padding:0px 20px;
	font-size: 14px;
	line-height: 22px;
}
.secondaryContent{
	float:left;
	width:420px;
	padding:10px;
}
.secondarySide{
	float:right;
	width:459px;
	text-align: right;
	padding-top:10px;
}
.secondary p{
	margin-top: 6px;
	margin-bottom:18px;
}

.project a:link {
    font-size: 14px;
    font-family: arial;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.project a:visited {
    font-size: 14px;
    font-family: arial;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.project a:hover {
    font-size: 14px;
    font-family: arial;
    font-weight: normal;
    color: #00afef;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.project a:active {
    font-size: 14px;
    font-family: arial;
    font-weight: normal;
    color: #0275A6;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

.bcl-designer {
    position: absolute;
    top: 94px;
    left: 0px;
    background: rgb(20, 20, 20);
    height: 80px;
    width: 100%;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
}
.bcl-designer a:link {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.bcl-designer a:visited {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.bcl-designer a:hover {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #00afef;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.bcl-designer a:active {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: #0275A6;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
#footer{
	position: relative;
	color:#fff;
	background: rgb(20, 20, 20);
    padding:15px 0px;
}
#footer img{
    z-index: 2;
    max-height: 64px;
    margin-right: 0px;
}
#footer .copyright img {
    margin-right:0px;
    margin-left:15px;
}
#footer h1 {
    font-size: 23px;
    padding-bottom: 20px;
    color: rgb(226, 226, 226);
}
#footer .copyright {
    text-align:right;
}
#footer .location {
    margin-top:-15px;
}
#footer .location img {
    max-height: 50px;
    margin: auto;
    text-align: center;
    display: block;
}
#footer .location p {
   text-align: center;
    font-size: 15px;
    font-weight: 100;
    line-height: 21px;
    margin-top: 10px; 
}
.footer-share {
    position: absolute;
    top: -0px;
    left: 0px;
    background: rgb(20, 20, 20);
    height: 30px;
}
.footer-share img {
    z-index: 2;
    margin-top: 1px;
    margin-left: 0px;
    max-height:300px !important;
}
.footer-top {
    position: absolute;
    top: 17px;
    right: 0px;
    background: rgb(20, 20, 20);
    height: 30px;
}
.footer-top img {
    z-index: 2;
    margin-top: -27px;
    margin-left: -100px;
    max-height:300px !important;
}
.footer-logos {
    position: absolute;
    top: 30px;
    left: 0px;
    background: rgb(20, 20, 20);
    height: 64px;
    text-align: center;
    width: 100%;
}
.footerContactInfo{
	background: url(../img/footerRepeat.png);
	height:29px;
	position: absolute;
	bottom: 10px;
	right:0px;
	z-index: 1;
	width:90%;
	text-transform: uppercase;
	font-weight: 100;
	background-repeat:repeat-x;	
}
.footerContactInfo .address,.footerContactInfo .phone{
	font-size: 10px;
	float:right;
	margin-top:10px;
	padding-right:30px;
}
.footerBar{
	background:#aaa url(../img/headerBackground.jpg);
	height:75px;
	position: relative;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
}
.footerBar a:link{
	color:#3c616d;
	text-decoration: none;
}
#design{
/*	position: absolute;
	width:200px;
	bottom:10px;
	right:10px;*/
	text-align: right;
}
.main{
	/*position: relative;*/
	background: url('../img/contentBackground.jpg');
}
.jcarousel-control{
	position: absolute;
	top:400px;
	right:20px;
	z-index: 3;	
	height:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	padding:7px 10px 7px 10px;;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	color:#000;
} 
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width:100%;
    height:50%;
}
.photoSelector{
	float:left;
	width:15px;
	height:15px;
	margin-right:5px;
	background: url('../img/iconNotSelected.png');
	cursor: pointer;
}
.photoSelector.on{
	background: url('../img/iconSelected.png');
}
.servicesList{
	width:600px;
}
.servicesList li{
	width:250px;
	list-style-image: url('../img/bullet.jpg');
	margin:5px 20px;
}
#build-menu	.nav li {
border-left: none;
 padding: 0px;	
}
.pageIntro{
	background: url('../img/secondaryBack1.jpg');
	padding:54px 100px 25px;;
}
.pageIntro.short{
	padding-bottom:0px;
}
.pageIntro h3{
	padding-left:10px;
}
.breadcrumb{
 color:#6d1b00;
}
.pageIntroContent{
	padding:0px 10px;	
}
.current {
	background: #fff;
}
.current a {
	color:#000 !important;
}
.second-nav {
	background: #f1f1f1;
	border-top: 1px solid #dfdfdf;
}
.secondaryNav li{
	padding:5px 20px;
	border-right:1px #444 dotted;
	text-transform: uppercase;
}
.secondaryNav a{
	color:#000;
	text-decoration: none;
	font-weight: bold;
	-moz-text-shadow: 0px 0px 2px #CCC;
	-webkit-text-shadow: 0px 0px 2px #CCC;
	text-shadow: 0px 0px 2px #CCC;
}
.secondaryNav li.last{
	border-right:none;
}
.secondaryNav .current{
	background: url('../img/secNavSelector.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	color:#00afef !important;
}
.secondaryNav .current a {
	color:#00afef !important;
}
.secondary img{
	border:1px solid #fff;
}
.shadow{
	background: url('../img/dropshadow.png');
	height:20px;
	background-repeat:repeat-x;
}
#photoGallery{
	width:445px;
	margin-left:-10px;
}
#photoGallery ul{
	margin:0px;
	padding:0px;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;	
}
#photoGallery li{
	margin:0px;
	padding:0px;
	float:left;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	list-style: none;	
}
#photoGallery div{
	width:147px;
	height:99px;
	overflow: hidden;
}
#photoGallery img{
	border:none;
}
.projectHeader{
	padding-left:10px;
	width:434px;
	position: relative;
}
.projectHeader a{
	position: absolute;
	bottom:0px;
	right:0px;
}
.secondaryContent ul{
	margin:0px;
	padding-left:17px;
}
.featuredProject{
	height:520px;
	position: relative;
	overflow: hidden;
}
p.newsDate{
	margin:0px;
	font-size: 11px;
}
.photoFrameImage img{
	border:none;
}
.award::before {
    content: url(../img/award.png);
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.award {
    text-align: center;
    height: 315px;
    border-bottom: 1px rgb(240, 240, 240) solid;
    margin-bottom: 30px;
}
.fancybox.thumbnail {
    padding:2px;
    border-radius:0px;
    border:none;
    margin-bottom:0;
}
.fancybox-skin {
    padding:0px !important;
}

@media (max-width:991px) {
.nav li {
    padding:5px 7px !important;  
}
.nav li a {
    font-size:14px;
}
}

@media (min-width: 768px) { 
.home-cta{
    padding-bottom:0px;
}
#ft-cats .box {
    width: 33.33%;
}
.shoutout {
    position: absolute;
    z-index: 999;
    bottom: 5%;  
}
.well {
    width: 60%;
    left:20%;
}
.well h1 {
    font-size:2em;
}
.well p {
    font-size: 1.2em;
}
#build-menu-button{
    display:none;
}
#ft-cats .box .fade-caption, #ft-cats .box .scale-caption {
    opacity:0;			
}
}

@media (max-width:767px) {
#footer .location {
    margin-top:0px;
}
#footer .location img, #footer .copyright {  
    text-align:left; 
    float:left;
    margin:0px;
}  
#footer .location p {
    text-align:left;
    font-size:14px;
    margin:0px;
    padding:0px;
    padding-bottom:8px;
}
#footer .location img {
    max-height:25px;
    margin:0px 17px 55px 0px;
}
#footer .copyright img {
   float:left;
    margin-left:0px;
    margin-right:15px;
    vertical-align:top;
}
.header {
    z-index:999999999;
}
.navbar-default .navbar-toggle {
    margin-bottom: 2px;
}
.navbar-collapse {
    width:100%;
    background:rgb(15,15,15);
}
.inlineList li {
    width: 100%;
    border-left: none;
    text-align: center;
}
.inlineList li:hover {
    background:#00afef;
}
.navbar-nav {
    width:100%;
}
.award {
    height:auto;
    padding-bottom:15px;
}
}

@media (min-width: 992px) {
.well h1 {
    font-size:2.8em;
}
.well p {
    font-size: 1.5em;
}
.box h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    padding-bottom:25px;
    border-width: 55%;
    border-bottom: 1px solid #00afef;
}
#ft-cats .box .fade-caption, #ft-cats .box .scale-caption {
    padding: 20% 10% 30% 10%;		
}
.btn-custom {
    margin-top: 20px;
    font-size: 14px;
    border-width: 3px;
}
}
 
@media (min-width: 1400px) {
#ft-cats .box {
    width: 25%;
}
.visible-xl{
    display:block;
}
.well h1 {
    font-size:4em;
}
.well p {
    font-size: 1.8em;    
}
}