@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-top: ;
	padding-left: 0px;
	/* [disabled]border-bottom-left-radius: 131px; */
	/* [disabled]border-bottom-right-radius: 131px; */
	/* [disabled]border-top-right-radius: 131px; */
	/* [disabled]border-top-left-radius: 131px; */
	background-repeat: no-repeat;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 100%;
	
	
}
/* Navigation Bar styles */
.topNav {
	width: 100%;
	margin-left: 0;
	clear: both;
    float:right;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	width: 20%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}


/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
    padding-top:20px;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width: 83.0508%;
	margin-left: 8.4745%;
	clear: both;
	display: block;
	padding-bottom: 10px;
	padding-right: 6px;
}
.tiles:hover {
	opacity: 0.6;
	cursor: pointer;
	background-repeat: no-repeat;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
}
.showAreaH2 {
}
.boilerhouseheader {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.boilerhouseheader {
	max-width: 80%;
	padding-bottom: 24px;
	float: right;
	color: #000000;
	font-size: x-large;
}

@media screen only 
	and (max-device-width: 481px){
		
		.mobiletile2
		{
			display:none;
			visibility:hidden;}
	
		
	
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 71.254%;
	position:relative;
	
}
/* Navigation styles*/
.topNav {
	clear: none;
	width: 49.1525%;
	margin-left: 5.593%;
	margin-top: 18px;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}

/* Main heading styles*/
.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    padding-top: 40px;
}
.tiles {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 10px;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
    .tbhphotoimg{
        width:100%;
    }
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
}
.showAreaH2 {
	text-align: center;
}
.boilerhouseheader {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 761px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 15.2542%;
}
/* Navigation styles*/
.topNav {
	width: 34.729%;
	clear: none;
	margin-left: 25.542%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	
	position: static;
	
}
.topNavLI {
	width: 27.571%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    padding-top:60px;
    padding-bottom:30px;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/
.tiles {
	width: 32.2033%;
	clear: none;
	display: block;
	padding-bottom: 0px;
	left: auto;
	right: auto;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
.showAreaH2 {
}
.text {
	padding-left: 28px;
	padding-right: 20px;
}
.boilerhouseheader {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.gglogo {
	width:20%;
}
}

@media screen and (min-width:1100px){
.text {
	padding-left: 29px;
	padding-right: 33px;
}

.EFLT {
	width: 84%;
	opacity: 0.66;
	background-image: url(url);
}
.eflttext {
	background-position: 0% 0%;
	/* [disabled]background-repeat: repeat-y; */
}
.efltimg {
}
.yatbh {
	width: 81%;
}
.tgfa {
	width: 75%;
	opacity: 0.73;
}
.efltbckclr {
	background-color: #BBB3A8;
}
.yatbhbckclr {
	background-color: #989288;
}
.tgfabckclr {
	background-color: #888278;
	padding-top: 9px;
}
.workheader {
	color: #FCFCFC;
	font-weight: bolder;
	font-size: 92px;
	/* [disabled]position: relative; */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	opacity: 0.93;
	background-color: #2A302F;
	text-align: center;
}
.hbs {
	opacity: 0.69;
}
.hbsbckclr {
	background-color: #7B756B;
}
.dwe {
	opacity: 0.74;
}
.dwebckclr {
	background-color: #6A655C;
}
.portfoliotagbckclr {
}

@media screen and (max-width:480px) and (orientation:portrait){
.mobiletile2 {
	display: none;
	visibility: hidden;
}
}
.mobiletile2 {
}
.tbhlogotile {
min-width: 50%;
left: auto;
right: auto;
background-color: #000000;
padding-top: 81px;
padding-bottom: 86px;
margin-top: 33px;
}
.ytbhlogo2 {
	max-width: 100%;
 
}
.tbhtext {
	width: 48%;
	float: right;
	/* [disabled]margin-top: -160px; */
}
.text {
	max-width: 69%;
	left: auto;
	right: auto;
	padding-left: 52px;
	padding-right: 43px;
	padding-top: 16px;
	padding-bottom: 32px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 15px;
	text-align: justify;
	float: right;
	margin-top: -36px;
}
.tbhphoto {
	max-width: 77%;
float: right;
padding-bottom: 46px;
padding-right: 26px;

}
    .tbhphotoimg{
        margin-top:10%;
        width:100%;
    }
.tbhweb {
	max-width: 218%;
	position: static;
	left: auto;
	right: auto;
	padding-left: 12%;
	padding-right: 13%;
}
.tbhfooter {
	background-color: #495B5C;
	width: 100%;
}
.tbhphotoimg {
}
