@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/ 
*/

@font-face {
	 font-family:"quicksand";
    src: url(/font/Quicksand-Regular.otf) format("truetype");
}

@font-face {
	 font-family:"alexbrush";
    src: url(/font/AlexBrush-Regular.ttf) format("truetype");
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.ad-nav {
	background:#999;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divider {
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
	width:85%;
	margin:30px auto 20px auto;
}

/* Mobile Layout: 480px and below. */

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
	background:url('/images/bkgdWhite.jpg') repeat;
	overflow:hidden; 
	/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
}


.gridContainer {
	font-size:0.9em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom:900px;
}

#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}

#admin_nav_display {
	display:none;
}

.tagline {
	font-size:2.9em;
	text-align:center;
	margin:5px 0 10px 0;
	color:#666;
	font-family:alexbrush, Helvetica, Arial, sans-serif;
	text-shadow:1px 1px 2px #FFF;
}

#responive_slider {
	clear:both;
	position:relative;
	width:100%;
}

#layerslider {
	height: 250px;
}

#header {
	background:url('/images/BKGDWht60Percent.png') repeat;
	width:100%;
	height:60px;
	position:absolute;
	z-index: 20;
}

#common_header {
	background:url('/images/BKGDWht60Percent.png') repeat;
	width:100%;
	height:60px;
	position:relative;
	z-index: 20;
}

#mbl_logo {
	text-align: center;
	width:220px;
	font-size:.7em;
	position: relative;
	top:5px;
	margin:auto;
	z-index: 35;
	padding:5px;
	display:block;
}
#mbl_logo a {
	font-family:alexbrush, Helvetica, Arial, sans-serif;
	color:#666;
}

#logo {
	width:150px;
	position: relative;
	top:5px;
	margin:auto;
	z-index: 35;
	border:1px solid #333;
	padding:5px;
	display:none;
}
#mbl_nav_controller {
	position:absolute;
	left:5px;
	top:5px;
	background:url(/images/iconList.png) no-repeat;
	background-size:50px 50px;
	height:50px;
	width:50px;

}
#dt_nav {
	display:none;
}

#mbl_nav_wrapper {
	display:block;
	position: absolute;
	top:60px;
	width:100%;
	background:#333;
	z-index:80;
}

#mbl_nav {
	display:none;
	width:100%;
}

#drawer ul {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:1.2em;

}
#drawer ul li {
	list-style-type: none;
	padding:5px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #666;

}

#drawer ul li:first-child  { 
border-top:none;
}
#drawer ul li:last-child  { 
border-bottom:none;
}
#nav_contact {
	display:none;

}

#mbl_nav_contact_controller {
	position:absolute;
	right:5px;
	top:5px;
	background:url(/images/iconPhoneBlk.png) no-repeat;
	background-size:50px 50px;
	height:50px;
	width:50px;
	z-index:91;
}


#mbl_nav_contact_wrapper {
	display:block;
	position: absolute;
	top:60px;
	width:100%;
	background:#333;
	z-index:80;
}

#mbl_nav_contact {
	display:none;
	width:100%;
	z-index:1px;
}

#mbl_nav_contact ul {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:.7em;
	z-index:1px;
}
#mbl_nav_contact ul li {
	list-style-type: none;
	padding:15px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #666;
}

.bottom-box {
	position:relative;
	width:90%;
	background:url('/images/BKGDBlk80Percent.png') repeat;
	height:250px;
	margin-top:15px;
	display:inline-block;
	vertical-align:top;
	border:2px solid #333;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#F1F1F1;
	margin:15px 10px;
	font-size:.9em;
}
.bb-learn-more {
	position:absolute;
	bottom:10px;
	width:100px;
  margin-left:-50px;
  left:50%;
	font-size:.9em;
}
.bb-learn-more a {
	color:#F1F1F1;
}


#projects {
	z-index:0;
	position:relative;
}

.project-box {
	position:relative;
	width:90%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
	margin:15px 10px;
	padding-bottom:5px;
}
#projects a{
	color:#333;
}
#projects a:hover {
	color:#111;
}
.project-image-wrapper {
	background:white;
	padding:4px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.image-box {
	position:relative;
	width:90%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#F1F1F1;
	margin:15px 10px;
	background:white;
	padding:4px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}


.edit-product {
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	padding:10px 0;
	text-align: center;
	background:url(/images/BKGDBlk50Percent.png) repeat;
	width:100%;
}

.edit-product  a, .edit-product  a:visited, .edit-product  a:active, {
	color:#FFF;
}

.edit-product  a:hover {
	color:#C00;
}

.not-live {
	position:absolute;
	top:40px;
	left:0px;
	height:20px;
	padding:10px 0;
	text-align: center;
	background:url(/images/BKGDWht50Percent.png) repeat;
	width:100%;
}


#box_row {
	width:100%;
	margin:10px auto 0 auto;
	padding: 20px 0;
	text-align:center;
	overflow: auto;
	position:relative;
	z-index:30;
	background:url('/images/BKGDBlk30Percent.png') repeat;
}

.bb-icon {
	margin:20px auto;
	width:50px;
	
}
.slider-pic {
	width:100%;
	max-width:1200px;
	
}


#nav_contact {
	position:absolute;
	right:20px;
	top:40px;
	text-align:right;
	
}

#nav_contact ul li {
	color:#333;
	list-style-type:none;
	font-size:1.2em;
	font-weight:bold;
}
#footer {
	clear:both;
	width:100%;
	position: absolute;
	bottom:0px;
	height:900px;
	overflow: hidden;
}

#footer_inner {
	width:100%;
	margin:10px auto 0 auto;
	padding: 20px 0;
	position:relative;
	z-index:30;
	
	text-align: center;
}
	
.footer-box {
	position:relative;
	width:90%;
	height:250px;
	margin-top:15px;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#666;
	margin:15px 10px;
	text-shadow:1px 1px 1px #FFF;
	text-align: left;
	
}
.footer-box p {
	text-align:center;
	margin-top:5px;
	font-size: .9em;
}

.footer-box ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px;
    text-align:center;
    line-height:30px;
}

.footer-box ul li {
    background-image: url(/images/leftArrow.png);
    background-repeat: no-repeat;
    background-position: 0px 1px; 
    padding-left: 24px; 
    color:#666;
		font-size:1.3em;
}

.footer-line {
	position:absolute;
	top:20px;
	left:140px;
	width:60%;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
}


#guts {
	clear:both;
	width:100%;
	background:#FFF;
	line-height:1.6em;
	color:#555;

}

#guts p {
	font-size:.9em;
}

#guts_inner {
	padding:10px;
	overflow:auto;
}

#guts_inner li {
	color:#333;
	font-size:1.1em;
}

#footer  a { color:#666; text-decoration: none;}
#footer a:visited { color:#666; }
#footer a:hover { color: #333; }
#footer a:active { color: #333; }

#nav_contact  a { color:#333; text-decoration: none;}
#nav_contact a:visited { color:#333; }
#nav_contact a:hover { color: #111; }
#nav_contact a:active { color: #111; }

#nav_contact ul li {
	font-weight:normal;
	
}







#mbl_nav_wrapper {
	display:block;
}

#mbl_nav_contact_wrapper {
	display:block;
}

.guts-block-wrapper {
	width:100%;
	text-align:center;
}
.guts-block {
	margin:20px auto 40px auto;
	display: inline-block;
	width:300px;
	
}

.guts-block-icon {
	margin: auto;
	width:150px;
	height:150px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius: 50%;
	border:1px solid #DDD;
	overflow:hidden;
	margin-bottom:10px;
	z-index:1px;
}
.guts-block-info {
	padding-left:15px;
	text-align:center;
	font-size: 1em;
	color:#555;
	z-index:1px;

}	

.wwd-info {
	width:94%;
	float:left;
	background:#FFF;
	margin:15px 3% 15px 3%;

	
}			


.quote-wrapper {
	width:100%;
	float:right;
	margin:30px 0;
	border:1px solid #DDD;
	border-radius:5px;
	background:#FFF;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}			

.sub-header-wrapper {
	width:100%;
	height:60px;
	border-radius:5px 5px 0px 0px;
	background:#64a6c8;
	
}	

.button-msg-us {
	padding:15px 40px;
	border-radius:5px;
	background:none;
	margin:30px;
	text-align:center;
	border:1px solid #64a6c8;
	display: block;
}

.quote-wrapper a {
	color:#555;
}
.quote-wrapper .button-msg-us {
	color:#64a6c8;
}

.quote-wrapper .button-msg-us:hover {
	color:#FFF;
	background:#64a6c8;
}


.quote-wrapper a:hover, .quote-wrapper a:active{
	color:#333;
}
.sub-header-wrapper h2 {
	line-height: 60px;
	margin:0 0 0 15px;
	font-weight: normal;
	color:#F1F1F1;
}

#social {
	display:none;
	position:absolute;
	top:5px;
	right:20px;
}
.yelp-footer-icon {
	padding:5px 0 5px 10px;
}
.yelp-footer-text {
	clear:both;
}
#social_footer {
	position:absolute;
	width:100%;
	top:125px;
	text-align: center;
	display:block;
	font-size:1em;
}
			
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	font-size:1em;
	width: 100%;

}

#mbl_nav_wrapper {
	display:block;
}

#mbl_nav_contact_wrapper {
	display:block;
}
.bottom-box {
	width:90%;
}

#layerslider {
	height: 350px;
}

}


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

@media only screen and (min-width: 769px) {


#admin_nav_display {
	display:block;
}

.gridContainer {
	font-size:1em;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	padding-bottom:300px;
}
#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-position:center;
}
#header {
	position:absolute;
	width:94%;
	margin-left:3%;
	height:150px;
}
#guts {
	clear:both;
	width:100%;
}

.common-header-mbl {
	display:none;
}
#common_header {
	position:relative;
	width:94%;
	margin-left:3%;
	height:150px;
}

#responive_slider {
	clear:none;
}
	
#layerslider {
	height: 580px;
	position:relative;
	z-index:1; /* This, along with position relative will fix the anti-aliasing bug of font during css animations */
}

#mbl_logo {
	display:none;
}	


#logo {
	width:150px;
	position: absolute;
	left:10px;
	top:10px;
	margin-left:0%;
	display: block;
}	


#mbl_nav_controller {
	display:none;
}

#mbl_nav_wrapper {
	display:none;
}

#mbl_nav {
	top:50px;
	position: relative;
	display:none;
}


#nav_contact {
	display:block;
}

#mbl_nav_contact_controller {
	display:none;
}

#mbl_nav_contact_wrapper {
	display:none;
}

#mbl_nav_contact {
	top:50px;
	position: relative;
	display:none;
}

#dt_nav {
	display:block;
}

#box_row {
	margin:10px auto 0 auto;
}
.bottom-box {
	float:none;
	width:30%;
	max-width:350px;
	margin:5px;
	clear:none;
}

.bb-learn-more {

	font-size:.7em;
}


.project-box {
	float:none;
	width:30%;
	max-width:350px;
	margin:5px;
	clear:none;
}
.image-box {
	float:none;
	width:30%;
	max-width:350px;
	margin:5px;
	clear:none;
}


#footer {
	height:300px;
	overflow: hidden;
}
.footer-box {
	float:none;
	width:30%;
	max-width:350px;
	margin:5px;
	clear:none;
}

.footer-line {
	position:absolute;
	top:20px;
	left:140px;
	width:50%;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
}
.footer-box ul {
    list-style-type: none;
    padding: 0px;
    line-height:20px;
    margin: 10px;
    text-align:left;
}

.footer-box ul li {
    background-image: url(/images/leftArrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 24px; 
    color:#666;
		font-size:1.1em;
}


#guts_inner {
	padding:30px;
	overflow:auto;
}

#guts_inner li {
	font-size:1em;
}

.guts-block-icon {
	width:150px;
	height:150px;
}

.wwd-info {
	width:68%;
	float:left;
	margin:15px 1% 15px 1%;
}			


.quote-wrapper {
	width:30%;
	float:right;
	background:#FFF;
}			


.sub-header-wrapper h2 {
	line-height: 60px;
	margin:0 0 0 15px;
	font-weight: normal;
	color:#F1F1F1;
}

#social {
	display:block;
}

#social_footer {
	top:85px;
	font-size:.9em;
}
.yelp-footer-icon {
	float:left;
}
.yelp-footer-text {
	clear:none;
	padding:10px 0 0 5px;
	float:left;
}
}
@media only screen and (min-width: 840px) {
	
#logo {
	width:210px;
	position: absolute;
	left:10px;
	top:10px;
	margin-left:0%;
}	
}


