body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #333;
}
* {
    box-sizing: border-box;
}
p {
    margin-top: 0;

}
p a {
    border-bottom: 1px solid;
}
img {
    max-width: 100%;
    vertical-align: top;
}

hr {
    border: 0;
    height: 2px;
    background: #000;
}
input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0.5em;
    font-family: Oswald, sans-serif;
}
.h1 {
    font-size: 32px;
}
.h2 {
    font-size: 24px;
}
.h4 {
    font-size: 21px;
}
.h5 {
    font-size: 16px;
}
.h6 {
    font-size: 13px;
    letter-spacing: 1px;
}
.tx-mega {
    font-size: 24px;
}
.tx-cnter {
    text-align: center;
}
.tx-navy {
    color: #0b3364;
}
.tx-red {
    color: #800517;
}
.tx-white {
    color: #fff;
}
.tx-tiny {
    font-size: 10px;
}
.tx-normal {
    font-weight: normal;
}
.tx-bold {
    font-weight: 700;
}
.tx-italic {
    font-style: italic;
}
.tx-left {
    text-align: left;
}
.tx-arial {
    font-family: Arial, Helvetica, sans-serif;
}
.tx-oswald {
    font-family: Oswald;
}
.tx-shadow {
    text-shadow: 3px 3px 9px #000;
}
.xs-tx-cnter {
    text-align: center;
}
.i-b {
    display: inline-block;
    text-align: left;
}
.clx:before,
.clx:after,
.row:before,
.row:after,
.content:before,
.content:after,
.menu:before,
.menu:after,
.gallery:before,
.gallery:after {
    content: "";
    display: table;
    clear: both;
}
.overflow {
    overflow: hidden;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
[class^="col-sm"],
[class*=" col-sm"] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-12 {
    width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn-dgray {
    background: #404040;
    color: #fff;
}
.btn-dgray:hover {
    background: #333;
}
.hidden-structured-data {
  display: none;
}
.btn-dblue {
    background: #14293f;
    color: #fff;
}
.btn-dblue:hover {
    background: #0f2338;
}
.nav-container{
	background-color:#8f8654;
}
.content {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.branding {
    display: inline-block;
    max-width: 220px;
}
.info {
    max-width: 1000px;
    margin: 0 30px 0 auto;
	color: #000;
	font-size: 18px;
    font-weight: 700;
	text-align: right;
}
.info a {
	font-size: 25px;
    text-decoration: none;
    color: #000;
}
.menu-first .menu_item {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.menu-first .current {
    font-weight: bold;
}
.menu-second .menu_item {
    display: inline-block;
    margin: 15px 7px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.branding-footer {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.header {
    z-index: 997 !important;
    background: #fff;
	border-bottom:1px #000 solid; 

}
.header_text{
	flex: 1;
		font-size:46px;
}
.header_top {
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.header_top img {
	max-height: 180px; /* or whatever size fits your layout */
	margin-right: 20px;
}
.header_nav {
	border-top: 1px black solid;
    background: #8f8654;
    text-align: center;
}
.nav-trigger {
    position: absolute;
    left: -9999em;
    clip: rect(0, 0, 0, 0);
}
.header,
.wrap,
.footer {
    position: relative;
    z-index: 2;
    right: 0;
    top: 0;
}
.contact-wrap{
	margin-bottom: 50px;
}

.header_nav {
    position: fixed;
    z-index: 5;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: -200px;
    width: 200px;
    border: 0;
}
label[for="nav-trigger"] {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999;
    cursor: pointer;
}
.nav-trigger + label,
.header,
.wrap {
    transition: right 0.2s;
}
.nav-trigger:checked + label {
    right: 215px;
}
.nav-trigger:checked ~ .header .header_nav {
    right: 0;
}
.nav-trigger:checked ~ .header,
.nav-trigger:checked ~ .wrap,
.nav-trigger:checked ~ .footer {
    right: 200px;
}
.line {
    width: 40px;
    height: 5px;
    margin-bottom: 7px;
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
}
.banner {
/*    position: relative;
    overflow: hidden;*/
}
.banner_content {
    position: absolute;
    top: 50%;
    right: 15%;
    width: 25%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}
.section-wood-brush {
    background: url(../images/wood-1.jpg) center top/cover no-repeat fixed;
    color: #fff;
}
.section-wood {
    background: url(../images/wood-1.jpg) center top/cover no-repeat fixed;
    color: #fff;
}
.section-blue {
    background: linear-gradient(to right, #122436 0%, #1c3d5f 52%, #122436 100%);
    color: #fff;
}
.section-blue a {
    color: #fff;
}
.section-gray {
    background: #7f7f7f;
    color: #fff;
}
.section-gray a {
    color: #fff;
}
.section-blue {
    background: #193755;
    color: #fff;
}
.section-blue a {
    color: #fff;
}
.section-lgray {
    background: #f4f4f4;
}
.section-padded {
    padding: 15px 0;
}
.testimonials {
    padding: 15px 0;
    border-top: 1px solid #999;
}
.testimonials:last-child {
    border-bottom: 1px solid #999;
}
.shadow {
    box-shadow: 0px 0px 10px #000;
}
.testimonials_list {
    margin-bottom: 15px;
    padding: 20px 10px;
    background: #fff;
}
.gallery {
    position: relative;
    z-index: 1;
	margin-bottom:32px;
}
.gallery_thumb {
    max-height: 325px;
    overflow: hidden;
}
.gallery_item {
    position: relative;
    float: center;
    display: inline-block;
    width: 90%;
    height: 175px;
    margin-bottom: 15px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
.gallery_item img {
    max-height: 153px;
}
.divider {
    position: relative;
    margin: 1em 0;
    border-bottom: 2px solid #1c3e60;
}
.divider:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1c3e60;
}
.social {
    margin-bottom: 15px;
}
.social_item {
    display: inline-block;
    margin: 0 3px;
}
.footer {
    padding: 5px 15px;
    background-color: #8f8654 !important;
	border-top:1px #000 solid; 
	border-bottom:1px #000 solid; 
    color: #000000;
}
.footer a {
    color: #000000;
}
.copyright {
    font-size: 13px;
}
.gallery_item-name {
    margin-bottom: 15px;
}
.header_nav {
	margin-top:0px;


}
.header {
	
}
.general-contractor{
	margin-bottom:50px;
}
.general-contractor p{
	margin-bottom:30px;
}
.tx-right{
	text-align:right;
}
.footer-info{
	padding:0 20px;
	
}
.footer-info a{
	text-decoration:none;	
}
.footer1-align{
	text-align:left;
}
.footer2-align{
	text-align:right;
}
.border-btm{
	border-bottom:1px #000 solid;
	height:1px;
}
p{
	text-align:left;
	
}
@media (min-width: 768px) {
    .line {
        display: none;
    }
    .header_top {
        padding: 25px;
    }
    .branding {
        float: left;
    }
    .info2 {
        float: right;
        margin-top: 80px;
        text-align: left;
    }
    .header_nav {
        position: initial;
        width: auto;
        overflow: initial;
        background: transparent;
    }
    [class^="col-"],
    [class*=" col-"] {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-6 {
        width: 50%;
    }
    .col-8 {
        width: 66.66%;
    }
    .header_top {
        padding: 0px 15px;
    }
    .menu-first .menu_item {
        position: relative;
        overflow: hidden;
        width: auto;
        margin: 0 5px;
        padding: 5px 10px 5px 10px;
        vertical-align: top;
        line-height: 21px;
    }
    .menu-first .menu_item:before,
    .menu-first .menu_item:after {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 2px;
       /* background-color: rgba(255, 255, 255, 0.4); */
        transition: 0.3s all;
    }
    .menu-first .menu_item:hover:before,
    .menu-first .menu_item.current:before {
        top: 10px;
    }
    .menu-first .menu_item:hover:after,
    .menu-first .menu_item.current:after {
        bottom: 10px;
    }
    .menu-first .menu_item:after {
        top: auto;
        bottom: -4px;
    }
    .banner_content {
        padding: 20px;
        width: 20%;
        border-radius: 8px;
    }
    .section-padded {
        padding: 35px 0;
    }
    .gallery_item {
        height: 275px;
        margin-bottom: 25px;
        padding: 10px;
    }
    .gallery_item img {
        max-height: 353px;
    }
}
/* Mobile-only styles (max-width: 768px) */
@media (max-width: 768px) {
	body {
		font-family: 'Open sans', serif;
		font-size: 17px;
		margin: 0px;
	}
	.border-btm{
		display:none;
	}
	.mobile-center{
		text-align:center;
	}
	.content {
        padding-right: 5px; 
        padding-left: 5px;  		
	}
	.info {
		margin-left: 12px;
		text-align: center;
		font-size:15px;
	}
	.info a{
		font-size:18px;
	}
	.section_title{
		font-size:25px;
		text-align: center;
	}
	.section_sub_title{
		font-size:20px;
		text-align: center;
		
	}
	.footer1-align{
		text-align:center;
	}
	.footer2-align{
		text-align:center;
	}
	.header {
			border-bottom: none;
	}
	.header_top img {
		max-height: 120px;
		margin-left:10px;
	}
	.contact-info{
		margin-left:10px;
	}
	p{
		margin-bottom: 5px !important;
		text-align:left;
        padding-right: 10px; 
        padding-left: 10px;  		
		
	}
    [class^="col-sm"],
    [class*=" col-sm"] {
        padding-right: 0; /* Remove padding on the right */
        padding-left: 0;  /* Remove padding on the left */
    }
	.menu-first .menu_item {
		color: #fff;
	} 
}
