@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ranga:wght@400;700&display=swap');

body {
	margin: 0px;
	padding: 0px;
	background-color: #000615;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	overflow-x: hidden;
}
a {
   color: #FFBF00; 
   outline: none;
   border: none;
   text-decoration: none;
}
a:hover {
	color: #fff; 
}
#mainwrap {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#herobg {
	height: 600px;
	background-image: url(images/bg_nightcloud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#herobg2 {
	height: 540px;
	background-image: url(images/bg-scottsdale-web-designer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#secondarybg {
	height: 140px;
	background-image: url(images/bg_swirls.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 0px solid #FFF500;
	background-size: cover;
}
#secondarybg2 {
	height: 140px;
	background-image: url(images/bg_bluegrad.png);
	background-repeat: repeat-x;
}
.headerdiv {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.header {
	position: relative;
	height: 180px;
	box-sizing: border-box;
}
.headerlogo {
	margin-top: 28px;
	width: 339px;
	height: 48px;
	float: left;
}
.headerbar {
	text-align: right;
	padding: 10px 0px 10px 0px;
	background-color: rgba(0,0,0,0.6)
}
.headerbardiv {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.headerbar a {
	color: #fff;
}
.headerbar a:hover {
	color: #FFBF00;
}
.headerbar .headermail {
	margin-right: 30px;
}
.headerbar a[href^="tel"] {
  	color: #FFF !important;
  	text-decoration: none !important;
}
.mobiphone a[href^="tel"] {
  	color: #FFF !important;
  	text-decoration: none !important;
	font-size: 16px;
}
.mobiphone {
	display: none;
}
.fa-fw {
  padding-right: 2px;
}
.extendbar {
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,0.20);
}
.navmenu {
	display: block;
	margin-top: 30px;
	float: right;
	box-sizing: border-box;
}
#homeintro {
	display: flex;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#homeintro .desc {
	padding-top: 62px;
	font-size: 29px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 38px;
}
#homeintro h1 {
	padding: 1px 0px 6px 0px;
	margin: 0px;
	font-size: 51px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	line-height: 67px;
	color: #FFF;
}
#homeintro .callout {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 28px;
}
#homeintro .pict {
	width: 453px;
	margin-left: auto;
}
#introtxt2 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 40px;
	text-align: center;
}
#introtxt2 h1 {
	padding: 0px;
	margin: 30px 0px 50px 0px;
	font-size: 75px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	color: #fff;
	text-transform: capitalize;
}
#introtxt2 h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 38px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}
#introtxt2 h3 {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-size: 54px;
	font-family: 'Lobster Two', cursive;
	font-weight: 700;
	font-style: italic;
}
#introicons {
	padding-top: 44px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 27px;
	font-weight: 900;
	color: #092740;
	line-height: 28px;
	font-family: 'Source Sans Pro', sans-serif;
}
#introicons ul {
	margin: 0px;
	padding: 0px;
}
#introicons ul li {
    list-style-type: none;
    float: left;
	margin-right: 25px;
}
#introicons ul li a {
	color: #092740;
}
#introicons ul li a:hover {
	color: rgba(255,255,255,0.90);
}
#introicons2 {
		padding-top: 44px;
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
		font-size: 27px;
		font-weight: 900;
		color: #fff;
		line-height: 28px;
		font-family: 'Source Sans Pro', sans-serif;
		text-align: center;
}
#introicons2 ul {
	display: inline-block;
}
#introicons2 ul li {
    list-style-type: none;
    float: left;
	margin-right: 25px;
}
#introicons2 ul li a {
	color: #fff;
}
#introicons2 ul li a:hover {
	color: #FFBF00;
}
.cleardiv {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#titlebarbg {
	background-color: #eee;
}
#titlebar {
	height: 65px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#titlebar h1 {
	color: #F95355;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	margin: 20px 0 0 0;
}
#pagewrapper {
	min-height: 400px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;	
	padding-top: 35px;
	padding-bottom: 0px;
}
#pagewrapper ul {
	line-height: 30px;
}
#pagetwothirds {
	width: 619px;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 50px;
	padding-bottom: 20px;
	min-height: 400px;
}
#pagewrapper h1 {
	font-weight: 800;
	font-size: 24px;
	color: #FFBF00;
	margin: 5px 0px 20px 0px;
}
#pagewrapper h2 {
	font-weight: 800;
	font-size: 18px;
	color: #FFBF00;
	margin: 0px 0px 20px 0px;
}
#sidebaronethird {
	width: 300px;
	float: right;
	padding-top: 5px;	
}
#servicessidebar {
	width: 300px;
	float: right;
	padding-top: 5px;	
}
#servicessidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #666;
}
#servicessidebar ul li {
	border-top: 1px dotted #666;
	padding-top: 4px;
	padding-bottom: 4px;
}
#servicessidebar ul li a {
	font-size: 14px;
}
#homebtns {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contactinfo {
	width: 300px;
	margin-top: 35px;
	float: right;
	text-align: right;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.contactred {
	font-size: 15px;
	color: #ff8000;
}
.sliderbtn a {
	font-size: 16px;
	border-radius: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #fff;
	color: #000022 !important;
	display: inline-block;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25);
	/* text-transform: uppercase;  */
}
.sliderbtn a:hover {
	background-color: #000022;
	color: #fff !important;
	font-weight: 600;
}
#sliderdiv {
	height: 650px;
	background-color: #666;
	overflow: hidden;
}
#footerbg {
	background-color: #000D2D;
}
.footer {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	box-sizing: border-box;
}
.footer h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
	font-style: italic;
}
.credit {
	padding: 30px 0px 0px 0px;
	font-size: 13px;
	color: #fff;
}
.tp-static-layer img {
	width: 360px;
	opacity: 0.6;
}
.marquee {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border: 0px solid #ccc;
	background: #00A2B3;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}
#homemapbg {
	background-color: #eee;
	padding-bottom: 20px;
}
#homemap {
	width: 1100px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
#mysocialicons {
	padding: 0;
	margin: 0;
	height: 38px;
	width: 346px;
	list-style-type: none;
}
.social-facebook a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url('images/social-icons.png');
	background-position: 0px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-twitter a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url('images/social-icons.png');
	background-position: -38px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-pinterest a {
    width:  38px;
    height: 38px;
    display: block;
    background-image: url('images/social-icons.png');
	background-position: -76px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-linkedin a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url('images/social-icons.png');
	background-position: -114px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-yelp a {
    width:  38px;
    height: 38px;
    display: block;
    background-image: url('images/social-icons.png');
	background-position: -152px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-googleplus a {
    width:  38px;
    height: 38px;
    display: block;
    background-image: url('images/social-icons.png');
	background-position: -190px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 0px;
}
.social-youtube a {
    width:  38px;
    height: 38px;
    display: block;
    background-image: url('images/social-icons.png');
	background-position: -228px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.social-instagram a {
    width:  38px;
    height: 38px;
    display: block;
    background-image: url('images/social-icons.png');
	background-position: -342px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.bbb-icon {
	text-align: right;
	margin-top: 20px;
}
#homelogos {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.homelogo {
	width: 170px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}
.homelogo img {
	width: 170px;
}
.colthird {
	width: 340px;
	float: left;
}
.colspace {
	margin-right: 30px;
}
#homeprices h3 {
	color: #F95355;
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
}
#pagewrapper.resources ul {
	margin: 0 0 20px 15px;
	padding: 0;
}
#pagewrapper.resources li {
	margin-bottom: 5px !important;
	color: #0059B2;
}
#pagesidebar.aboutus img {
	width: 300px;
	height: auto;
	margin-bottom: 30px;
}
.linecat {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 255px;
	word-wrap: break-word;
	display: inline-block;
	height: 260px;
}
.linecat img {
	display: block;
	width: 253px;
	height: 190px;
	margin-bottom: 10px;
	background-image: url(upload/placeholder.jpg);
	background-size: cover;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.33);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.33);
	/* border: 1px solid #999; */
}
.linecat img:hover {
	opacity: 0.8;
}
.linecat a {
	color: #F95355;
	font-size: 16px;
	text-transform: capitalize;
}
.linecat a:hover {
	color: #F95355;
}
a.gallerycat {
	display: block;
	float: left;
	width: 210px;
	height: 158px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	/* border: 1px solid #ddd;	
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#productdiv {
	border: 1px solid #ddd;
	width: 242px;
	height: 355px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.productimg a {
	display: block;
	width: 242px;
	height: 190px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.productdesc {
}
.productdesc h2 {
	color: #F95355;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0;
	margin: 10px 0px 8px 0px;
	display: block;
	font-weight: 400;
}
#prodcolimg {
	width: 510px;
	float: left;
	margin-right: 30px;
}
#prodcoldesc {
	width: 330px;
	float: left;
}
#prodcolcats {
	width: 200px;
	float: right;
}
#prodcolcats ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	min-height: 300px;
	list-style: none;
}
#prodcolcats ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ddd;
}
#prodcolcats ul li a {
	text-transform: capitalize;
}
#prodcolright {
	width: 300px;
	float: right;
}
#prodmainimg img {
	width: 500px;
	margin-bottom: 10px;
}
#prodcolimgs img {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#prodspecs {
	margin-bottom: 10px;
}
#designerlink {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bslabel {
	float: left;
	width: 120px;
	text-align: right;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #00A2B3;
	border-left: 1px solid #00A2B3;
	border-right: 1px solid #00A2B3;
}
.bsfield {
	float: left;
	width: 397px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #00A2B3;
	border-right: 1px solid #00A2B3;
}
.bslast {
	border-bottom: 1px solid #00A2B3;
}
#contactpage {
	float: left;
	width: 360px;
	text-align: center;
}
#contactmap {
	float: right;
	width: 670px;
}
#servicenav {
	width: 260px;
	float: left;
	margin-right: 40px;
}
#servicepage {
	width: 800px;
	float: left;
}
#serviceside {
	float: right;
	width: 260px;
	background-color: rgba(0,162,179,0.1);
	padding: 10px 20px 20px 20px;
}
#vendorlist {
	/* list-style-type: none; */
	padding: 0;
	margin: 20px 0px 20px 100px;
	color: rgba(0,89,178,1.0);
}
#vendorlist li {
	border-top: 0px solid rgba(0,89,178,0.2);
	padding-top: 4px;
	padding-bottom: 4px;
}
#vendorlist a:hover {
	color: rgba(0,89,178,0.5);
}
#navservice {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(0,89,178,0.1) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(0,89,178,0.1) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(0,89,178,0.1) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(0,89,178,0.1) 100%);
	border-bottom: 1px solid #00A2B3;
}
#navservice li {
    border-top: 1px solid #00A2B3;
    border-right: 1px solid #00A2B3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navservice li:hover {
	background-color: #fff;
}
#navservice li a:hover {
	color: rgba(0,89,178,0.5) !important;
}
#navservice li.active {
	background-color: #fff;
	border-right: 4px solid #00A2B3;
	color: rgba(0,89,178,0.5);
}
#servicepage ul li  {
	text-transform:capitalize;
	padding-bottom: 4px;
}
#mobilepic {
	display: none;
}
#facebook a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url('images/social-icons.png');
	background-position: 0px 0px;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
}
.footadd::before {
    content: "\2022";
	margin-left: 10px;
	margin-right: 10px;
} 
#bldgfooter {
	height: 200px;
	background-image: url(images/bg_building.jpg);
	background-repeat: repeat-x;
}
#homestart {
	padding-top: 40px;
	width: 520px;
	text-align: center;
	font-size: 32px;
	color: #135184;
	line-height: 32px;
	font-weight: 600;
}
#hometxtbg {
	padding-top: 50px;
	padding-bottom: 50px;
}
#hometxt {
	display: block;
	color: #fff;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	line-height: 30px;
	box-sizing: border-box;
}
#hometxt strong {
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	color: #FFBF00;
}
#hometxt a {
	color: #FFBF00;
	text-decoration: none;
}
#hometxt a:hover {
	color: #fff;
	text-decoration: none;
}
.dividertxt {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FFF;
	line-height: 0.1em;
	margin: 10px 0 20px;
	text-transform: uppercase;
} 
.dividertxt span { 
    background: #000615; 
    padding: 0 10px; 
}
#homegallery {
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	min-height: 200px;	
}
.gallerytn {
	width: 237px;
	height: 168px;
	position: relative;
	float: left;	
	margin-right: 24px;
	margin-bottom: 24px;
	line-height: 168px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	font-weight: 600;
}
.gallerytn.last {
	margin-right: 0px !important;
}
#homegallery .gallerytn img {
	width: 237px;
	height: 168px;
}	
.gallerytn a {
	text-align: center;
	visibility: hidden;
	color: #fff;
	position: absolute;
	left: 0px;
    top: 0px;
	width: 100%;
	height: 100%;
}
.gallerytn:hover a {
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color: rgba(0, 0, 0, 0.5);
}

#wrapper:hover .text {
visibility:visible;
}
#next-step-bg {
	display: none;
	background-color: #FFBF00;
	background-image: url(images/bg_orange.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#next-step {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}
#next-step h1 {
	color: #fff;
	font-size: 54px;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 40px;
	margin: 22px 0px 15px 0px;
}
#nextsteptxt {
	width: 480px;
	float: left;
	line-height: 34px;
}
#nextstepi {
	color: #fff;
	font-size: 200px;
	display: block;
	float: left;
	margin-right: 50px;
	font-weight: 400;
	opacity: 1.0;
}
#nextsteptxt a {
	color: #fff;
}
#nextsteptxt a:hover {
	color: #092740;
}
#homemorebtn a {
	display: block;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 2px solid #fff;
	padding: 2px;	
	color: #000615;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	font-weight: 600;
}
#homemorebtn a:hover {
	color: #fff;
	background-color: #000615;
}
#maintenancetxt {
	padding-top: 50px;
	float: left;
	width: 460px;
	margin-left: 50px;
}
#maintenancetxt h1 {
	font-weight: 800;
	font-size: 34px;
	color: #FFBF00;
	margin: 0px 0px 15px 0px;
}
#maintenancepic {
	float: right;
	width: 400px;
	margin-right: 50px;
}
#maintenancepic img {
	width: 100%;
	height: auto;
}
#contactform {
	margin-top: 20px;
	margin-bottom: 30px;
}
.labelone {
	width: 175px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
}
.labeltwo {
	float: left;
	padding-right: 15px;
}
.fieldone {
	display: inline-block;
}
.clearform {
	clear: both;
	height: 5px;
	overflow: hidden;
}
#conform {
	display: table;
	border-collapse: separate;
    border-spacing: 5px;
}
#conform .label {
	display: table-cell;
	width: 175px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 8px;
	vertical-align: top; 
}
#conform .field {
	display: table-cell;
	width: 400px;
}
#conform .field input,textarea {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border: 0px;
	padding: 4px;
}
#conform .row {
	display: table-row;
}
#conform .email {
}
.conformhide {
	display: none;
	visibility: hidden;
}
#questionnaireform table {
	float: left;
}
#questionnaireform textarea {
	width: 400px;
	margin-top: 5px;
}
input.g-recaptcha {
	background-color: #FFBF00;
	border: 0px;
	padding: 5px;
	font-size: 15px !important;
	width: 140px;
	text-align: center;
	box-sizing: border-box;
}
input.g-recaptcha:hover {
	background-color: #999;
	color: #FFF;
}
#socialcontacts {
	font-size: 32px;
	padding-top: 20px;
}
#socialcontacts a {
	color: #fff;
}
#socialcontacts a:hover {
	color: #FFBF00;
}
#pricesdiv {
	margin-top: 15px;
}
.pricedivider {
	border-top: 1px dotted #666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#pricesdiv h2 {
	font-weight: 600;
	font-size: 18px;
	color: #FFBF00;
	margin: 0px 20px 0px 0px;
	display: inline-block;
	float: left;
}
.pricetxt {
	display: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	float: left;		
}
.pricedesc {
	line-height: 24px;
}
.pricedesc ul {
	margin: 0px;
	padding: 0px;	
	list-style-position: inside;
}
#bioquote {
	margin: 25px 0px 25px 0px;
	padding: 0px 30px 0px 30px;
	font-style:italic;
}
#bioquote img {
	display: block;
	float: left;
	margin-right: 20px;
	border: 1px solid #fff;
	line-height: 0;
}
.biopull {
	display: block;
	font-size: 18px;	
	color: #FFBF00;
	font-weight: 600;
	padding-top: 20px;
}
#homemobibg {
	background-image: url(images/bg_store.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
	height: 150px;
	overflow: hidden;
}
#homemobi {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	overflow: hidden;
}
#homemobi h2 {
	color: #FFBF00;
	font-weight: 800;
	margin: 24px 0px 5px 0px;
}
#homemobipic img {
	display: block;
	float: left;
	width: 400px;
	margin-right: 30px;
}
#homegallery h2 {
	text-align: center;
	font-size: 16px;
	margin: 0px 0px 30px 0px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #FFBF00;
}
#worktable {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.workcell {
	display: table-cell;
}
body.portfolio h2 {
	font-family: 'Open Sans', sans-serif !important;
	display: block;
	padding: 0px 0px 10px 0px;
	color: #FFF !important;
	border-bottom: 1px #FFF dashed;
	font-size: 20px !important;
	font-weight: 500 !important;
	box-sizing: inherit;
}
body.portfolio ul {
	margin: 0px;
}
.contactright {
	display: block;
	width: 620px;
	float: right;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	padding-left: 50px;
	min-height: 400px;
}
.contactright .pic {
	display: block;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.contactleft {
	display: block;
	width: 300px;
	float: left;
	box-sizing: border-box;
	line-height: 35px;
}
.contactleft a, .contactleft a[href^="tel"] {
  	color: #FFF !important;
  	text-decoration: none !important;
}
.contactleft a:hover {
  	color: #FFBF00 !important;
  	text-decoration: none !important;
}
.footer a[href^="tel"] {
  	color: #FFF !important;
  	text-decoration: none !important;
}
.thisweekbg {
	background-color: #000;
	padding: 50px 0px 80px 0px;
}
.thisweek {
	display: block;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.thisweek h2 {
	text-align: center;
	font-weight: 400!important;
	font-size: 28px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.thisweek h2 .orange {
	color: #FFBF00;
}
.tngrid {
	display: grid;
	width: 1020px;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 50px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.tngrid .pic img {
	width: 100% !important;
	margin-bottom: 10px;
}
.tngrid .pic {
	display: block;
	text-align: center;	
	box-sizing: border-box;
}
.portfoliogrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.portfoliogrid a::before {
    content: "\f0ac"; 
    font-family: "Font Awesome 5 Pro" !important;
    margin-right: 10px;
}
.moreport a {
	display: block;
	width: 280px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	background-color: #FFBF00;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s ease;
}
.moreport a:hover {
	color: #FFF;
	background-color: #000D2D;
}



/* ************************************* Mobile Styles ********************************* */
/* **************************** Mobile Layout: 769px and below ************************* */

@media only screen and (max-width: 769px) {
	
#herobg {
	height: auto;
}	
.headerdiv {
	width: 100% !important;
}	
.header {
	height: 180px;
	width: 100%;
	text-align: center;
}
.headerbar {
	display: none !important;
}
.mobiphone {
	display: block;	
	padding-top: 10px;
}
.headerlogo {
	margin-top: 20px;
	padding-top: 0px;
	width: 100%;
	float: none;
}
.headerlogo img {
	width: 90%;
	max-width: 324px;
}
.navmenu {
	width: 100%;
	margin-top: 20px;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
}
#homeintro h1 {
	font-size: 30px;
	line-height: 40px;
}	
#homeintro {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#homeintro .desc {
	float: none;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
	#homeintro .line {display: block;}
#homeintro .pict {
	width: 100%;
	float: none;
	text-align: center;
}
#homeintro .pict img {
	width: 90%;
	max-width: 360px;
}
#hometxt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#homeintro .callout {
	font-size: 18px;
	letter-spacing: 10px;
}	
#homemobi {
	width: 90%;
	text-align: justify;
}
#homemobipic img {
	display: none;
}
#homemobibg {
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}	
#homemobi h2 {
	margin: 0px 0px 10px 0px;
}	
#homegallery {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
.gallerytn {
	width: 237px;
	height: 168px;
	float: none;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	box-sizing: border-box;
}	
.gallerytn.last {
	margin-right: auto !important;
}	
#pagewrapper {
	min-height: 300px;
	width: 90%;
}
#pagetwothirds {
	width: 100%;
	float: none;
	border-right: 0px solid #fff;
	padding-right: 0px;
	padding-bottom: 0px;
}
#servicessidebar {
	width: 100%;
	float: none;
	padding-top: 0px;	
}	
#secondarybg {
	height: 180px;
	background-image: url(images/bg_swirls.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 0px solid #FFF500;
	background-size: cover;
}	
.workcell {
	display: block;
}
#conform .label {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 8px;
	vertical-align: top; 
}
#conform .field {
	display: block;
	width: 100%;
}	
.contactright {
	width: 100%;
	float: none;
	padding-top: 0px;	
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 0px solid #fff;
	min-height: 300px;
}
.contactright .pic {
	width: 100%;
}
	.contactright .pic img {
		margin-top: 20px;
		width: 300px;
	}
.contactleft {
	width: 100%;
	float: none;
	border-right: 0px solid #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
}	
#conform .field textarea {
	width: 100%
}	
.footer {
	width: 95%;
	padding-bottom: 30px;
	min-height: 120px;
}
#credits {
	width: 95%;
	min-height: 30px;
	padding-bottom: 30px;
}
#creditleft {
	float: none;
	width: 100%;
	text-align: center;
}
#creditright {
	float: none;
	width: 100%;
	text-align: center;
}
#footertwo {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: center;
}
#footerthree {
	width: 100%;
	float: none;
	
}
#footernav ul {
	width: 100%;
}
#footertwo img {
	display: inline;
	max-width: 346px;
}
#mysocialicons {
	width: 182px;
	margin-left: auto;
	margin-right: auto;
}
.bbb-icon {
	text-align: center;
}
#sliderdiv {
	display: none;
}
.marquee {
	width: 100%;
}
#homebtns {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#homenav li {
    display: block;
}
#homenav a {
    display: block;
	margin-bottom: 20px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.btnspace {
	margin-right: 0px;
}
#homelogos {
	width: 95%;
	margin-top: 40px;
	margin-bottom: 0px;
}
.homelogo {
	float: none;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#homemap {
	width: 100%;
	height: 360px;
}
#mobilepic {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-image: url(images/slide1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 360px;
	background-position: center top;
}
.boatcat {
	float: none;
	margin-right: 0px;
	width: 100%;
}
.boatcat img {
	margin-left: auto;
	margin-right: auto;
}
#prodcolimg {
	max-width: 510px;
	width: 100%;
	float: none;
	margin-right: 0px;
}
#boatmainimg img {
	width: 100%;
	margin-bottom: 10px;
}
#prodcolimgs img {
	display: block;
	float: none;
	margin-right: 0px;
}
#prodcoldesc {
	width: 100%;
	float: none;
}
.bslabel {
	width: 110px;
}
.bsfield {
	width: 195px;
}
#contactpage {
	float: none;
	width: 100%;
}
#contactmap {
	float: none;
	width: 100%;
	margin-top: 30px;
}
.colthird {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.colspace {
	margin-right: 0px;
}
.thisweek {
	width: 100%;
}
.thisweek h2 {
	font-size: 22px;
	line-height: 30px;
	}
.thisweek h2 .orange {
	display: block;
}
.thisweekgrid {
	display: block;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}	
.thisweekgrid .pic {
	width: 100%;
	margin-bottom: 50px;
}
.footer h1 {
	font-size: 25px;
	line-height: 32px;
}
.footadd::before {
    content: "";
	margin-left: 0px;
	margin-right: 0px;
}
.footadd {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.portfoliogrid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.tngrid {
	display: grid;
	width: auto;
	max-width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 50px;
	margin-left: auto;
	margin-right: auto;
}	
	
}