/* main styles */
* {
    box-sizing: border-box;
}
body {
	font-size:100%;
	color: #232323;
}
body, p, div, li, ol, dl, td, em, pre, blockquote, textarea, input,td {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:600;
}
h4 {
	color: #0081c3;
}
strong, b {
	font-weight:700;
}
p {
	line-height:1.3em;
	padding:14px 0px 14px 0;
	}

h1{font-size:220%;}
h2{font-size:180%;}
h3{font-size:160%;}
h4{font-size:140%;}
h5{font-size:120%;}
h6{font-size:110%;}

h1 {
	padding-top:8px;
	padding-bottom:8px;
}
h2 {
	padding-top:8px;
	padding-bottom:8px;
}
h3 {
	padding-top:8px;
	padding-bottom:8px;
}
h4 {
	padding-top:8px;
	padding-bottom:6px;
}
h5 {
	padding-top:4px;
	padding-bottom:4px;
}
h6 {
	padding-top:4px;
	padding-bottom:4px;
}

a:link, a:visited {
	color:#0081c3;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
	}

img {
	max-width:100%;
	height:auto;
	border:none;
	}
	
ul {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0;
	margin-bottom:0;
	margin-left:14px;	
	}

.clear {
	clear:both;
	}
.error, .errTxt  {
	color:#ff3333 !important;
	}
/* search highlight */
.highlight {
	background-color:#FF0;
	color:#000;
	border-bottom:1px dashed #000;
	}

hr { height:1px; overflow:hidden; border-top:1px solid #ccc; color:#fff;background:transparent; border-bottom:0px;border-left:0px;border-right:0px;}

table td {
	padding:15px 15px 15px 15px;
	}	
/* classes used inline on content */
.textRight { 
	text-align:right;
	}
.floatLeft {
	float:left
	}
.floatRight {
	float:right
	}
.clearBoth {
	clear:both;
	width:100%;
	}
.pad10 {
	padding:10px 10px 10px 10px
	}
.pad20 {
	padding:20px 20px 20px 10px
	}
	
.marginR20 {
	margin-right:20px;
	}		
.marginR30 {
	margin-right:30px;
	}
.marginR40 {
	margin-right:40px;
	}
/* custom width used inline */	
.width70  {
	width:70%;
	}
.width65  {
	width:65%;
	}
.width50 {
	width:50%;
}
.width45{
	width:45%;
}
.width40{
	width:40%;
}
.width30{
	width:30%;
}	
.width20{
	width:20%;
}
		
/* Calender/Events Styles */
.calendarTable td { padding:4px; }
.daysOfWeek{background-color:#CCC;color:#000;font-weight:bold;width:25px;vertical-align:top;}
.nodate{background-color:#FFF;color:#000;vertical-align:top;}
.eventYes{background-color:#39C;color:#000;vertical-align:top;}
.eventNo{background-color:#EDEDED;color:#000;vertical-align:top;}
.nowdate{background-color:#CCC;color:#000;vertical-align:top;}
/* Set active links below to same colors as above */
td.eventYes a:link{background-color:#39C;color:#000;text-decoration:underline;}
td.eventYes a:active{background-color:#39C;color:red;text-decoration:underline;}
td.eventYes a:visited{background-color:#39C;color:#000;text-decoration:underline;}
td.eventYes a:hover{background-color:#39C;color:#333;text-decoration:underline;font-weight:bold;}
td.nowdate a:link{background-color:#CCC;color:#000;text-decoration:underline;}
td.nowdate a:active{background-color:#CCC;color:red;text-decoration:underline;}
td.nowdate a:visited{background-color:#CCC;color:#000;text-decoration:underline;}
td.nowdate a:hover{background-color:#CCC;color:#333;text-decoration:underline;font-weight:bold;}
/* Calendar Event links - Events Data */
#evCell01{padding:0;}
#evCell02{padding-top:10px;padding-left:40px;}
.eventTitle{font-weight:bold;white-space:nowrap;}
.myhr{height:1px;border-top:1px dashed #333;border-right:none;border-bottom:none;border-left:none;width:100%;}
/* calenderEvents print page specific styles */
#eventBody{background-color:#FFF;color:#000;padding:1px;margin:1px;font-size:75%;}
#evPrintClose{padding-top:5px;padding-bottom:5px;padding-left:8px;padding-right:10px;}
.evContent{padding-top:0;padding-left:8px;}
/*Typography*/
.evH1{font-size:180%;font-family:Arial, Helvetica, sans-serif;padding-left:5px;}
.evContent p{font-size:100%;font-family:Arial, Helvetica, sans-serif;}
.evContent td{font-size:100%;font-family:Arial, Helvetica, sans-serif;}
/* go button */
.sBtn{cursor:pointer;background-color:#E5E5E5;color:#333;border:1px solid #888;padding:0;font-size:90%;}
/* calendar date selects */
.calSelect{position:relative;top:1px;font-size:100%;}

/*
==================================================================== 
Business Listing Module Styles
*/
#dbBusSearch1 {
	float:left;
	}
#dbBusSearch2 {
	float:left;
	padding-left:5px;
	}

.dbBus  {
	float:left;
	margin:5px 5px 0px 5px;
	padding:5px;
	min-width:280px;
	min-height:340px;
	border:1px solid #CCC;
	}
.dbBus h3  {
	margin:0px;
	padding:0px 0px 5px 0px;
	}
.dbBus p {
	margin:0px;
	padding:0px 0px 5px 0px;	
	}
	
/* paging links */	
#dbBusPaging { 
	padding-top:0px;
	font-size:95%;
	}	
	
a.dbBuskPL:link {
	color:#666666;
	background-color:#FFF;
	font-size:95%;
	}
a.dbBusPL:active {
	color:#FF0000;
	background-color:#FFF;
	font-size:95%;
	}
a.dbBusPL:visited {
	color:#666666;
	background-color:#FFF;
	font-size:95%;
	}
a.dbBusPL:hover {
	color:#333333;
	background-color:#FFF;
	font-size:95%;
	}
.poSearch input {

	}
	
/* ############################## */
/* gallery styles */
.galTitle {
	 display:none;
	}
.galDesc {
	display:none;
}
#dbGallery {
	display:inline-block;
	text-align:center;
	transition:all 0.5s ease;
	width:100%;
	}
.dbGalleryBox {
	text-align:center;
	display:block;
	display:inline-block;
	margin:14px 4px 0 4px;
	border:none;
	vertical-align:top;
	}
.dbGalleryImg {
     box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.58);
	}
	
.dbGalleryImg a span  {
	position: absolute;
	top:0;
	left:0;
}

.dbGalleryImg a,.dbGalleryImg a img {
	display: block; 
	position: relative;
	z-index:1;
}

/* this is the icon image inside the title desc span tag */
.dbGalCover button {
/*
	padding:0; margin:0;
	padding:4px 6px 4px 6px;
	line-height:1.0;
	border-radius:10px;	
	border:2px solid #fff;	
	background-color:#0082c3;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	*/	
	}
	
.dbGalCover .fa-plus-circle  {
	margin-top:16px;
    font-size:34px;
	opacity:0.5;
	}	

.dbGalleryImg a {
	overflow: hidden;
	color:#FFF;
}



/* test does jack 
.dbGalleryImg a:link span,.dbGalleryImg a:visited span  {
	transition:all 0.5 ease;
}
*/
.dbGalleryImg a:hover span {
	position: absolute;
	top:0;
	left:0;
	display:block;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index:2;
	color:#FFF;
	padding:40px 10px 20px 10px;
	transition:all 0.5s ease;
}

/* optional alt title below thumbnail - not used
.dbGalleryImgTitle {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #71684F;
	}
 */


/* Blog */
#dbBlogs {
	padding:10px 0 0 0;
}
.dbBlogXofX {
	font-size:95%;
}
/* padding around each blog */
.dbBlogPad {
	padding: 10px 0 50px 0;
}
.dbBlogTitle {
	padding-bottom:0px;
	text-align: left;
}
.dbBlogDate {
	font-size:85%;
	color:#999;
}
.dbBlogBody {
	padding-top:5px;
	padding-bottom:0px;
}
.dbBlogLink {
	padding-top:0px;
}
.dbBlogLink a {
	font-size:85%;
}
#dbBlogSocialArea {
	padding:20px 0 20px 0;
}
h4#dbCommentsTitle {
/* color:#333; */
	}
.dbPublicComments {
	padding:15px 0 15px 0;
	border-top:1px solid #e6e6e6;
	width:70%;
	background-color:#fcfcfc;
}
.dbPublicCname {
	color:#666;
	font-size:85%;
}
.dbPublicComment {
}
/* form */
#dbCommentsArea {
	clear:both;
	margin-top:15px;
	padding:15px 0 20px 0;
	border-top:1px solid #e1e1e1;
}
/* blog input fields */
#dbComments, #dbComments_cnameInput, #dbComments_emailInput {
	margin-top:4px;
	padding:5px 10px 5px 10px;
	font-size:95%;
	border:1px solid #e1e1e1;
	border-radius:5px;
}
/* comments icon */	
#dbCommentsArea .fa {
	color:#dfbf0f;
}
#db_blog_submit {
	margin:5px 0px 5px 0px;
}
#dbViewMoreBlogs {
	padding:20px 0 20px 0;
}
/* archived link */
.dbArchL {
	font-size:90%;
}
#padPaging {
	padding-top:10px;
	font-size:95%;
}
/* paging links */
a.pagingL:link {
	color:#666666;
	background-color:#FFF;
	font-size:95%;
}
a.pagingL:active {
	color:#FF0000;
	background-color:#FFF;
	font-size:95%;
}
a.pagingL:visited {
	color:#666666;
	background-color:#FFF;
	font-size:95%;
}
a.pagingL:hover {
	color:#333333;
	background-color:#FFF;
	font-size:95%;
}
/* Styles of Previous & Next text when no links */
span.prevNo {
	color:#999999;
	background-color:#FFFFFF;
	font-size:95%;
}
span.nextNo {
	color:#999999;
	background-color:#FFFFFF;
	font-size:95%;
}




/* main template design styles */

/* mmenu */
nav:not(.mm-menu) {
	display: none;
	}
#mmenu {
	visibility:hidden;	
/*hide only for dw view - display:none; */
	}
.headerMB  {
	display:none;
	}

#containerHead {
	position: relative;
	margin: auto;
	width:100%;
	height:180px;
	background-color:#FFF;
	transition:  all 0.6s ease;
	}
/* fix header top when scrolling */
.f-nav {
	z-index: 9999;
	position: fixed!important;
	top: 0!important;
	left: 0;
	right: 0;
	height:130px!important;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}		
	
	
#containerHeadArea {
	position: relative;
	margin: auto;
	width:1325px;
	background-color:#FFF;
	}

	
#logo {
  position: relative;
	float:left;
	padding-top:58px;
	padding-left:6px;
	}
#logo img {
	width:380px;
	height:79px;
	transition:  all 0.3s ease;
	}
  
  
#logo .logo-years img {
  display: none;
}   
@media screen and (min-width: 1050px) {
  #logo .logo-years img {
    display: inline-block;
    width:163px;
    height:45px;
    margin-bottom: 20px;
    margin-left: 20px;
    transition:  all 0.3s ease;
  } 
} 
  
  
/* on scroll shrink logo */
.logo_shrink img {
	width:320px!important;
	height:67px!important;
	}
.logo_shrink {
	padding-top:32px!important;
	}	
.logo_shrink .logo-years img {
	width:163px!important;
	height:45px!important;
margin-bottom: 10px!important;
	}
  
  
#headerRight {
	float:right;
	
	}
/* address / phone / email */	
#cDetails {
	float:right;
	padding-top:56px;
	padding-right:0px;
	padding-bottom:22px;
	font-size:18px;
	color:#0081c3;
	transition:  all 0.6s ease;
	}
/* on scroll pad */
.cDetPad {
	padding-top:28px!important;
	padding-bottom:15px!important;
	}

#cDetails a:link {
	text-decoration:none;
	color:#0081c3;
	font-size:18px;
	}
#cDetails a:visited {
	text-decoration:none;
	color:#0081c3;
	font-size:18px;
	}
#cDetails a:hover {
	text-decoration:none;
	color:#317cc7;
	font-size:18px;
	}	
	
#phNumber {
	padding-left:30px;
	}
#emailUs {
	padding-left:28px;
	}
.fa-envelope-o,.fa-external-link {
	font-size:20px!important;
	}
.fa-phone {
	font-size:20px!important;
	}
#topLink {
 padding-left:20px;
 padding-right:0px;	
}



	
#mainNav {
	clear:both;
	float:right;
	margin-top:0px;
	padding:13px 0px 1px 0px;
	position:relative;
	z-index:10000;
	border-top:2px solid #0081c3;
	}
/* on scroll pad nav */
.menulistPad {
	padding:6px 0px 1px 0px!important;
	}
	
	
/* main DB Nav */
/* HORIZONTAL LAYOUT  */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:5000!important;
}
.menulist {
	padding:0px 0px 0px 0px;
	margin:auto;
	transition:all 0.7s ease;
}

/* padding around Top menu text */
.menulist a.topMenu,.menulist a.topMenuSel,.menulist a.noLink  {
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom:5px;
	padding-left: 14px;
	}
/* No LinkType */
.menulist a.noLink,.noLinkSub {
	cursor:text;
	}


/* Home top Button */
.menulist a#top1:link, .menulist a#top1:visited,.menulist a#top1:hover, .menulist a.topMenuSel#top1:link { 
	padding-left:0px;
	margin-left:0;
	}
/* last button ID */
.menulist a#top5:link, .menulist a#top5:visited,.menulist a#top5:hover, .menulist a.topMenuSel#top5:link { 
	padding-right:0px;
	}

/* padd the arrow image */	
.menulist img {
	padding-top:5px;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
/* Second Level */
.menulist ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 19px;
	width: 190px;
	z-index:6000;
	text-align:left;
}
/* third level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 189px; /* set couple pixels less than above width '.menulist ul' */
	width:170px;
	z-index:6000;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	z-index:10000;/*margin-right: -1px; */ /* remove because was causing issues with bgImages overlapping */
	margin-left:5px;
	}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}
/* Links inside the menu */
/* Pads the Popouts*/
.menulist a {
	display: block;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* Main menu colors/images.
/* Other top menu styles such as widths padding are set in listmenu_h.css for each template */
/* popout arrow image path/name set in fsmenu_body.js */

/* TOP MENU */
.menulist a.topMenu, .menulist a.topMenuSel, .menulist a.noLink {
	font-size:18px;
	font-weight:600;
	text-decoration: none;
}
.menulist a.topMenu:link {
	background-color:#fff;
	color:#232323;
}
.menulist a.topMenu:active {
	background-color:#fff;
	color:#FF0000;
}
.menulist a.topMenu:visited {
	background-color:#fff;
	color:#232323;
}
.menulist a.topMenu:hover {
	background-color:#fff;
	color:#0081c3;
}
/* selected states */
.menulist a.topMenuSel:link, .menulist a.topMenuSel:active, .menulist a.topMenuSel:visited {
	background-color:#fff;
	color:#0081c3;
}
/* No LinkType selected */	
.menulist a.topMenuSel.noLink:link, .menulist a.topMenuSel.noLink:active, .menulist a.topMenuSel.noLink:visited {
	background-color:#fff;
	color:#0081c3;
}
/* No LinkType */
.menulist a.noLink:link, .menulist a.noLink:active, .menulist a.noLink:visited {
	background-color:#fff;
	color:#232323;
}
.menulist a.noLink:hover {
	background-color:#fff;
	color:#0081c3;
}



/* Border Colors */
/* top, second a third levels  */
.menulist li {
	border:none;
}
.menulist ul li {
	border-bottom:1px solid #000;
}
.menulist ul ul li {
	border-bottom:1px solid #000;
}
/* Popout links */	
/* ================================== */
.menulist ul a {
	font-size:95%;
	text-decoration: none;
}
.menulist ul a:link {
	color:#FFFFFF;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:active {
	color:#FF0000;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:visited {
	color:#FFFFFF;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color:#fff;
}
/* ================================== */
/* set same as .menulist a: styles */
.menulist ul a:focus:link {
	color:#FFFFFF;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:focus:active {
	color:#FF0000;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:focus:visited {
	color:#FFFFFF;
	background-color: rgba(0, 131, 198, 0.9);
}
.menulist ul a:focus:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color:#fff;
}


	
/* The Nivo Slider styles - home template */
	
#bannerWrap {
	width:100%;
	overflow:hidden;
	position:relative;
	}
#bgOverlayH {
	position:absolute;
	bottom:22px;
	left:0px;
	min-height:190px;	
	width:100%;
	background-color: rgba(0, 131, 198, 0.9);
	z-index:99;
	border-top:8px solid #fee01c;
	}
#bgOverlayHcontent {
	position:relative;
	width:1325px;
	min-height:190px;	
	margin:auto;
	padding:26px 250px 0 10px;
	background-image: url(../img/CG_anniversaryLogo_33yrs-banner.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 125px 128px;
	}
/* home content */
#bgOverlayHcontent p,#mbContent p {
	color:#FFF;
	font-size:18px;
	line-height:1.5em
	}
	
#mbContent {
	clear:both;
	width:100%;
	background-color: rgba(0, 131, 198, 0.9);
	padding:30px 30px;
	display:none;
	}
	
#slideShow {
	width:100%;
	height:769px!important;
	}

#slider, .slider-wrapper {
	position:absolute;
	z-index:2;	
	width:1920px;
	height:769px!important;
	}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-64px 0;
	left:12%;
}
.theme-default a.nivo-prevNav {
	left:8.5%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
 

.nivoSlider {
	position:relative;
	background:#fff url(../img/CG_loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	width:100%;
	height:auto;
	overflow: hidden;
	z-index:20;	
	}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	/* display:none; */
	/* fixes iexp links */
	opacity:0!important;
	filter:alpha(opacity=0);
	background-color:#FFF;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }


/* Caption styles */
.nivo-caption {
	position:absolute;
	top:55%;	
	left:15%;
	color:#FFF;
	/* width:580px; */
	padding: 4px 0px 4px 0px;
	overflow: hidden;
	display: none; 
	opacity: 1;	
	z-index:20;
	transition:  all 0.6s ease;
	}

.nivo-caption h2 {
	padding:0;margin:0;	
	color:#FFF;
	font-size:48px;
	font-weight:600;
	letter-spacing:-0.05em;
	line-height:1.1em;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.54);
	}

.nivo-caption #h01 { }
.nivo-caption #h02 { }
.nivo-caption #h03 { }


.nivo-caption a {
	display:inline !important;
	text-decoration:none;
	}
.nivo-caption a:hover {
    color:#fff!important;
	}
	
.nivo-html-caption {
     display:none; 
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:70%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:64px;
	height:64px;
	/* background:url(../img/MBG_slide_arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	opacity: 1;
    transition: all 200ms ease-in-out;
	display:none; 
}
.nivo-directionNav a:hover {
	opacity: 0.8!important;

}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
	
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	display:none;
	}
.nivo-controlNav a {
	display:none;
	}
.nivo-controlNav a.active {
	display:none;
}



/* ------------------------------------ */
/* Banner scroller - removed from home? add db gallery limit 3 */
#scrollerBg {
	clear:both;	
	width:100%;
	/* height: 560px; */
	margin-top:40px;
	margin-bottom:80px;	
	}
#scrollerArea {
	width:1325px;
	/* height: 560px;	*/
	margin:auto;	
	background-color: #fff; 		
	}
	
/* recent projects heading */
#psTitle {
	padding-left:10px;
	font-size:36px;
	}
#scrollerArea .galTitle,#scrollerArea .galDesc {
	padding-left:20px;
	display:none;
	}

	
.jcarousel-wrapper {
   padding-top:30px;
    position: relative;
    border: none;
	width:100%;
	}

/** Carousel **/
.jcarousel {
    position: relative;
	margin: auto;	
    width: 1248px;
    height: 430px;
    overflow: hidden;	
	}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
	margin:0; padding:0;
    float: left;
	margin-left:30px;
	margin-right:30px;
	width:356px;
	height: 430px;
	overflow:hidden;
	}
	
.jcarousel li img {
	width:356px;
	height:214px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 120px;
	width: 22px;
	height: 33px;
	text-decoration: none;

}

.jcarousel-control-prev {
	left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/* ------------------------------------ */
/* location title bar and google map */
#locationBar {
	clear:both;
	position: relative;
	width: 100%;
	margin:auto;
	transition:all 0.5s ease;	
	background-color:#000;
	}
#locationBarArea {
	position: relative;
	width: 1335px;
	margin:auto;
	transition:all 0.5s ease;	
	background-color:#000;
	text-align:center;
	}
	
#locationBarArea h3 {
	padding:14px 20px 14px 20px;
	color:#fff;
	background-color:#000;
	text-align:center;
	}
	
	
#gMap {
	clear:both;
	width:100%;
	height:375px;
	transition:all 0.9s ease;
	opacity:1;
	}

/* ------------------------------------ */
/* content template banner */
	
.bannerWrapC {
	width:100%;
	height:465px;
	overflow:hidden;
	position:relative;
	}
#banner02 {
	background-color:#fff;
	background-image: url(../img/CG_c_photo_about.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
#banner03 {
	background-color:#fff;
	background-image: url(../img/CG_c_photo_links.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
#banner04 {
	background-color:#fff;
	background-image: url(../img/CG_c_photo_contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;

	}
/*
#banner05 {
	background-color:#fff;
	background-image: url(../img/BM_c_photo_glassBalustrade.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
#banner06 {
	background-color:#fff;
	background-image: url(../img/BM_c_photo_mirrors.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
#banner07 {
	background-color:#fff;
	background-image: url(../img/BM_c_photo_poolFence.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
*/
#banner08 {
	background-color:#fff;
	background-image: url(../img/CG_c_photo_about.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	height:105px;
	}
/*
#banner09 {
	background-color:#fff;
	background-image: url(../img/BM_c_photo_showerscreen.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
#banner10 {
	background-color:#fff;
	background-image: url(../img/BM_c_photo_windows.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	}
*/
		
/* page title overlay */	
#bgOverlayC {
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	background-color: rgba(0, 131, 198, 0.9);
	z-index:99;
	}
#bgOverlayCcontent {
	position:relative;
	width:1325px;
	margin:auto;
	padding:18px 15px 18px 15px;
	}
#bgOverlayCcontent h2 {
	padding:0;margin:0;	
	color:#FFF;
	font-size:46px;
	font-weight:600;
	letter-spacing:-0.05em;
	line-height:1.5em;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.54);
	display:block;
	}


#contentArea {
	clear:both;
	position: relative;
	margin: auto;
	margin-top:0px;
	width:100%;
	background:#fff;
	transition:all 0.7s ease;
	}
#contentBlock {
	position: relative;
	margin: auto;
	width:1325px;
	 padding:30px 0px 30px 0px;
	background:#ffffff;
	transition:all 0.7s ease;
	}
#content {
	padding:20px 10px 40px 10px;
	border-top:6px solid #0081c3;	
	background:#fff;
	min-height:200px;
	}
#content p {
	line-height:1.4em;
	}

/* used on form contact us page */
#cellsBG {
	clear:both;
	float:left;
	width:100%;
	background:#fff;
	margin-bottom:30px;
	}
#cell01 {
	float:left;
	width:28%;
	padding:0px 30px 20px 20px;
	transition:all 0.7s ease;
}
#cell02 {
	float:left;
	width:70%;
	padding:0px 20px 20px 30px;
	transition:all 0.7s ease;
}

/* TOGGLE SECTIONS -about us */
h4.trigger01{margin:0;padding:0;margin-top:8px;width:99%;background-image:url(../img/arrow-down.png);background-repeat:no-repeat;background-position:15px center;background-color:transparent; border:1px solid #0081c3; border-radius:6px;}
h4.trigger01{display:block;text-decoration:none;font-weight:normal;padding:10px 0px 10px 50px;margin-left:0px;color:#0081c3;background-color:transparent;}
h4.trigger01 a:hover,h4.trigger01:hover{background-color:transparent;color:#0081c3;cursor:pointer;}
h4.active.trigger01 {
	background-image: url(../img/arrow-up.png);
	}
.toggle_container01 .block01{padding:10px 50px 10px 50px;}		

/* contact us bar sits above blue footer */
#contactBar {
	clear:both;
	position: relative;
	width: 100%;
	margin:auto;
	transition:all 0.5s ease;	
	background-color:#000;
	}
#contactBarArea {
	position: relative;
	width: 1335px;
	margin:auto;
	transition:all 0.5s ease;	
	background-color:#000;
	text-align:center;
	}
	
#contactBarArea h3 {
	padding:14px 20px 14px 20px;
	color:#fff;
	background-color:#000;
	text-align:center;
	}
	

/*======================*/
/* footer */

#footerBg	{
	clear: both;
	position:relative;
	width:100%;
	background-color:#0081c3;
	}
#footerArea	{
	position:relative;
	width:1325px;
	margin: auto;
	height: 160px;	
	background-color:#0081c3;
	}

#footLogos {
	float:left;
	padding-top:26px;
	padding-left:10px;
	}
.footLogo {
	float:left;
	padding-right:50px;
	}
#fLogo01a  {
	padding-top:20px;
	}
#fLogo01a img {
	width:220px;
	height:auto;
	}
#fLogo01 img {
	width:251px;
	height:104px;
	}
#fLogo02 img {
	width:80px;
	height:auto;
	}	
#fLogo03 img {
	width:71px;
	height:auto;
	}
	
		
#footCont  { 
	float:right;
	padding-top:24px;
	padding-right:10px;
	}	
h3#fContactUs a {
	color: #fff;
	text-decoration:none;
	}
#footCont  p { 
	padding:0;  margin:0;
	padding:1px 0 1px 0;
	}
	
.footerTxt1 {
	font-size: 85%;
	color: #fff;
	}
.fPipe {
	padding-left:5px;
	padding-right:5px;
	}

a.foot:link {
	color: #fff;
	text-decoration:none;
	}
a.foot:active {
	color:#FF0000;
	text-decoration:none;
	}
a.foot:visited {
	color: #fff;
	text-decoration:none;
	}
a.foot:hover {
	color: #fff;
	text-decoration:underline;
	}
#fSocial {
	display:none;
	}
/* request quote floating button mobile/desktop */
#MBquote { 
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	color:#FFF;
	background-color: #000;
	z-index:10000;
	text-align:center;
	}
#MBquote p {
	position:relative;
	top:4px;
	
	}
#MBquote p a:link,#MBquote p a:visited {
	font-size:100%;
	color:#FFF;
	background-color: #000;
	text-decoration:none;
	padding:12px 0px 10px 0;
	}

#MBquote p a:hover {
	font-size:100%;
	color:#FFF;
	background-color: #000;
	text-decoration:none;
	}
	
	
#floatBtn {
	position:absolute;
	top:380px;
	right:0px;
	width:50px;
	z-index:999;
}
#hideBtn {
	position:relative;
	margin-left:3px;
	margin-top:0px;
	cursor:pointer;
}
#floatBtnPad p {
	white-space:nowrap;
	text-align: center;
	margin:0;
	padding:0;
}
#floatBtnPad p a:link {
	font-size:100%;
	color:#FFF;
	background-color: #000000;
	text-decoration:none;
	padding:12px 12px 12px 12px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow: -1px -1px 4px 0px rgba(0,0,0,0.4);
}
#floatBtnPad p a:visited {
	font-size:100%;
	color:#FFF;
	background-color: #000000;
	text-decoration:none;
}
#floatBtnPad p a:hover {
	font-size:100%;
	color:#FFF;
	background-color: #000000;
	text-decoration:none;
}
.rotate {
	transform: rotate(-90deg);
	/* Safari */
-webkit-transform: rotate(-90deg);

}

/* top of page link */
.cd-top{display:inline-block;height:60px;width:60px;position:fixed;bottom:70px;right:20px;z-index:10000;border-radius:1px;box-shadow:0 0 10px rgba(0, 0, 0, 0.05);overflow:hidden;text-indent:100%;white-space:nowrap;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADLSURBVDhPzZKxDcIwEEVTMAA1INEyBAVDMEDWAiQoKRiCQSgoKSnoY94/nyw5toKChMSTvuK7+992ojT/TQhhInk5DgW7rrtIozchNEM7gobW6vl4GIxztPdsQj3N3FYHwwIdPFOgmTxuz2Fu7xytEeoXenhpuCf/JmrUwjzWaDW4CcUSHeMoQn3n0ZoBWG/oXW3oKKOsNjh7z6C2kz2boFe7yUmDloVOLE7uwyzdJPNSbNGTRnFyHzy6ya3w0pj68iN4v/u9f0DTvAFO1muLM+58RwAAAABJRU5ErkJggg==');background-color:#232323;background-position:center 50%;background-repeat:no-repeat;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s, visibility 0s .3s;-moz-transition:opacity .3s 0s, visibility 0s .3s;transition:opacity .3s 0s, visibility 0s .3s;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .cd-top {    right: 20px; bottom: 145px;  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {    height: 60px; width: 60px; right: 20px; bottom: 90px;  }
} /* End media */


/* contact form */
#formContainer01 {
	background-color:transparent;
	color:#000;
	margin-top:0px;
	padding:0px 0px 0px 0px;
}
#formContainer01 p, #formContainer01 a {
	color:#000;
}
#formContainer01 input {
	background-color:#FCFCFC;
	color:#000;
	padding:4px 6px;
	font-size:100%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	border-radius:5px;
	border:1px solid #d5d5d5;
	width:100%;
}
#formContainer01 textarea {
	background-color:#FCFCFC;
	color:#000;
	padding:4px 6px;
	font-size:100%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	border-radius:5px;
	border:1px solid #d5d5d5;
	width:100%
}
#formContainer01 select {
	border:1px solid #d5d5d5;

}
#formContainer01 .captchaInput {
	width:auto;
}
#formContainer01 #submit_button {
	color: #FFF;
	background-color: #333745;
	text-decoration: none;
	padding: 6px 15px;
	border-radius: 25px;
	text-transform: uppercase;
	border: medium none;
	margin: 2px auto;
	cursor: pointer;
	width:auto;
}
#formContainer01 #submit_button:hover {
	opacity:0.8;
}

@media only screen and (max-width: 1800px), only screen and (max-device-width: 1800px)
{

.nivo-caption {
	left:7%;
	}
	
} /* end media */
@media only screen and (max-width: 1600px), only screen and (max-device-width: 1600px)
{

.nivo-caption {
	left:4%;
	}
	
} /* end media */

@media only screen and (max-width: 1324px), only screen and (max-device-width: 1324px)
{

#containerHeadArea,#locationBarArea,#contentBlock,#bgOverlayCcontent,#contactBarArea,#footerArea  {
	width:100%;
	}
	
#cDetails {
	padding-right:10px;
	}	
#mainNav {
	margin-right:10px;
	}	
/* Carousel */
#scrollerArea {
	width:100%;
	margin:auto;
    padding-left:10px;
    padding-right:10px;		
	}
	
.jcarousel {
	width:90%;

	}
/* last button ID */
.menulist a#top5:link, .menulist a#top5:visited,.menulist a#top5:hover, .menulist a.topMenuSel#top5:link { 
	padding-right:5px;
	}
	
} /* end media */

@media only screen and (max-width: 1080px), only screen and (max-device-width: 1080px) {

.nivo-caption {
	left:2%;
	}
/* padding around Top menu text */
.menulist a.topMenu,.menulist a.topMenuSel,.menulist a.noLink  {
	padding-right: 8px;
	padding-left: 8px;
	}

#dbGallery {
	display:inline-block;
	text-align:center;	
	}
#footerArea	{
	height: 320px;	
	}
#footCont  { 
clear:both;
	float:left;
	padding-top:10px;
	padding-right:0px;
	padding-left:20px;
	}	
#footLogos {
	float:left;
	padding-top:26px;
	padding-left:20px;
	}
.footLogo {
	float:left;
	padding-right:20px;
	}
#fLogo01a  {
	padding-top:5px;
	}
#fLogo01a img {
	width:200px;
	height:auto;
	}
#fLogo01 img {
	width:150px;
	height:auto;
	}
#fLogo02 img {
	width:60px;
	height:auto;
	}	
#fLogo03 img {
	width:50px;
	height:auto;
	}
	
}	/* end media */

/* Mobile tablet view */
@media only screen and (max-width: 980px), only screen and (max-device-width: 980px) {

#containerHead  {
	display:none;
	}

#bgOverlayH {
	display:none;
	}	
#mbContent {
	display:block;
	}
		
#slideShow {
	width:100%;
	height:200px!important;
	}
#slider, .slider-wrapper {
	position:absolute;
	z-index:2;	
	width:980px;
	height:200px!important;
	}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:3%;
	top:50%;
	}
.nivo-caption h2 {
	color:#FFF;
	font-size:38px;
	font-weight:600;
	}
#psTitle {
	padding-left:30px;
	font-size:30px;
	}
	
/* content template banner /  title */
.bannerWrapC {
	height:280px;
	}
#banner08 {
	height:62px;
	}
	
#bgOverlayCcontent {
	padding:10px 15px 10px 15px;
	}	
#bgOverlayCcontent h2 {
	font-size:38px;
	line-height:1.1em;
	}
	
	
#banner02,#banner03,#banner04,#banner08 {
	background-size:1020px;
	}	
			
/* mobile menu bar */
.headerMB  {
	display:block;
	text-align: center;	
	background-color:#fff;
	color: #0081c3;	
	width: 100%;
	height: 100px;
	}
.headerMB.fixed {
	position: fixed;
	top: 0;
	left: 0;
	}

.headerMB #mmBtn{
	position: absolute;
	top: 30px;
	right: 10px;	
	display: block;
	min-width: 50px;
	min-height: 40px;	
	background: center center no-repeat transparent;
	background-color:#fff;
	background-image: url(../img/CG_mobileMenu.png);
	background-size: 40px 31px
	}
	
#mmenu {
	visibility:visible;
	}
	
#MBlogo { 
	float:left;
	padding-top:21px;
	padding-left:6px;
	}
#MBlogo img { 
	width:280px;
	height:58px;
	transition:all 0.5s ease;
	}
	
#MBphNumber a {
	color:#0081c3;
	text-decoration:none;
	}	

#MBphNumber {
	position: absolute;
	top: 34px;
	right: 80px;	
	}
#MBphNumber i {
	font-size:34px!important;
	}		

#cell01 {
	width:99%;

}
#cell02 {
	width:99%;
	padding:20px 14px 20px 16px;
}



#formArea {
	width:90%;
	padding-left:20px;
	padding-right:5px;
	margin-right:0;
	margin-bottom:20px;
	margin-left:0;
	border:none;
}

	
/* request quote floating button */
#floatBtn {
	display:none;
}
#MBquote { 
	display:block;
}
	
} /* end media  */



/* --------------------------------------------------------------------
Handheld Device
-------------------------------------------------------------------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px)
{
.nivo-caption {
	left:3%;
	top:58%;
	}
.nivo-caption h2 {
	font-size:32px;
	}

	
#psTitle {
	padding-left:20px;
	font-size:28px;
	}
	
/* custom width used inline */	
.width70 {
	width:100%
}
.width50 {
	width:100%
}
.width45{
	width:100%;
}
.width40 {
	width:100%
}
.width30 {
	width:100%
}	

.marginR20 {
	margin-right:0px;
	}		
.marginR30 {
	margin-right:0px;
	}
.marginR40 {
	margin-right:0px;
	}
.anvLogo {
	text-align:left;
}
		
} /* end media  */



@media only screen and (max-width: 568px), only screen and (max-device-width: 568px)
{

/* Caption styles */
.nivo-caption {
	left:3%;
	top:59%;
	}
.nivo-caption h2 {
	font-size:28px;
	}	
#bgOverlayCcontent h2 {
	font-size:24px;
	}
.bannerWrapC {
	height:138px;
	}
#banner02,#banner03,#banner04,#banner08 {
	background-size:568px;
	}	
#banner08 {
	height:46px;
	}

		
/* recent projects heading */
#psTitle {
	padding-left:10px;
	font-size:24px;
	}	
.jcarousel {
	width:90%;
	}

#footerArea	{
	height: 420px;	
	}
#fLogo01 {
	clear:both;
	float:left;
	padding-top:25px;
	padding-left:0px;
	padding-right:20px;
	}		
#fLogo02 {
	padding-top:25px;
	}	
#fLogo03 {
	padding-top:25px;
	}	
	
} /* end media */


@media only screen and (max-width: 420px), only screen and (max-device-width: 420px) {
	
#MBlogo { 
	float:left;
	padding-top:28px;
	padding-left:5px;
	}
#MBlogo img { 
	width:220px;
	height:46px;
	}
.nivo-caption {
	left:2%;
	top:61%;
	}
.nivo-caption h2 {
	font-size:24px;
	}
	
/* recent projects heading */
#psTitle {
	padding-left:5px;
	font-size:20px;
	}		
.jcarousel {
	width:90%;
	}
.jcarousel li {
	margin-left:20px;
	margin-right:20px;
	width:260px;
	height: 400px;
	}
.jcarousel li img {
	width:260px;
	height:156px;
	}


	
} /* end media */

@media only screen and (max-width:380px), only screen and (max-device-width: 380px) {

.headerMB #mmBtn{
	position: absolute;
	top: 30px;
	right: 5px;	
	}

#MBphNumber {
	position: absolute;
	top: 34px;
	right: 60px;	
	}	
#mmfbLink, #mmtwLink {
	display:none;
	}
#MBlogo { 
	padding-top:32px;
	padding-left:5px;
	}
#MBlogo img { 
	width:180px;
	height:37px;
	}

.nivo-caption {
	left:2%;
	top:61%;
	}
.nivo-caption h2 {
	font-size:20px;
	}


} /* end media */


/* New contact-form with Google Captcha */
#contact-form {
  position: relative;
  background-color: transparent;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
}
#contact-form .label {
  margin: 2px 0;
  display: none;
}
#contact-form .fieldInputLeft, #contact-form .fieldInputRight, #contact-form .fieldArea {
  margin: 0 0 10px 0;
}
#contact-form .fieldInputLeft {
  float: left;
  width: 49%;
  margin-right: 1%;
}
#contact-form .fieldInputRight {
  float: left;
  width: 49%;
  margin-left: 1%;
}
/* Merge columns to one col at this size */
@media screen and (max-width: 512px) {
  #contact-form .fieldInputLeft, #contact-form .fieldInputRight {
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
} /* end media  */
#contact-form .fieldInputArea {
  clear: both;
  width: 100%;
}
#contact-form input {
  background-color: #efefef;
  color: #000;
  padding: 10px 6px 10px 20px;
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  box-sizing: border-box;
  /* border-radius:5px; */
  border: none;
  border-bottom: solid 3px #0081c3;
  width: 100%;
}
#contact-form input:focus, #contact-form textarea:focus {
	outline: none;
}
#contact-form textarea {
  background-color: #efefef;
  color: #000;
  padding: 10px 6px 10px 20px;
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  box-sizing: border-box;
  /* border-radius:5px; */
  border: none;
  border-bottom: solid 3px #0081c3;
  width: 100%
}
#contact-form select {
  border: none;
  font-size: 100%;
  background-color: #efefef;
  color: #ccc;
  width: 100%;
  padding: 9px 5px 9px 18px;
}
#contact-form option {
  color: #232323;
}
#contact-form option:first-child {
  color: #ccc;
}
#contact-form button {
  padding: 12px 60px;
  background: #000;
  color: #FFF;
  border: none;
  font-size: 1em;
  cursor: pointer;
}
#contact-form button:hover {
  background: #333;
  color: #FFF;
  transition: all 0.3s ease;
}
#contact-form #message {
  padding: 0px 40px 0px 0px;
}
#contact-form #mail-status {
  padding: 12px 20px;
  width: 100%;
  display: none;
  font-size: 1em;
  color: #000;
}
#contact-form .error {
  background-color: #f72d3b;
  color: #FFF !important;
  margin-bottom: 40px;
}
#contact-form .success {
  background-color: #48e0a4;
}
#contact-form .g-recaptcha {
  margin: 0 0 25px 0;
}
::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}


