@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.html') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  margin-top: 75px; /* This account for the sticky nav height / Adjust for the height of the navigation */	
  background: #fff;
  color: #181818;  
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
  -webkit-overflow-scrolling: touch;
  line-height: 1.5; }
  
  h1 {
  font-size: 58px;
  font-family: 'Questrial', sans-serif;
  font-weight: bold; }
  
  h2 {
  font-size: 26px;
  font-family: 'montserratbold'; }
  
  h3 {
  font-size: 26px;
  font-family: 'montserratbold';
  color: #2e2e2e; }


.h-logo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
}

/* BANNER */
.container-relative {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
 /* border: 2px solid #000;*/ 
}
  @media (min-width: 768px) {
	.container-relative {
	  width: 750px;
	}
  }
  @media (min-width: 992px) {
	.container-relative {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.container-relative {
	  width: 1170px;
	}
  }

.banner {
	position: relative;
}

.banner-head {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -5px;
	right: 0;
	font-family: 'montserratbold';
	font-size: 48px;
    line-height: 40px;
	text-transform: uppercase;
	color: rgba(255,255,255,.4);
}

    @media (max-width: 320px) {
	.banner-head {
	  padding-left: 15px;
	  padding-right: 15px;  
	  font-size: 32px;
	  line-height: 32px;
	}
  }

.banner h2 {
	 margin: 0;
	 padding: 0;
	 font-family: 'montserratbold';
	 font-size: 48px;
	 text-transform: uppercase;
	 color: rgba(255,255,255,.2);	 
}

.height-400 {
	height: 400px;
}
 @media (max-width: 320px) {
	.height-400 {
	  height: 250px;
	}
  }
.overlay {
	position: relative;
	height: 100%;

}

.overlay-black-90 {
    background: rgba(0,0,0,.9);
}
.overlay-black-80 { 
    background: rgba(0,0,0,.8);
}
.overlay-black-70 {
    background: rgba(0,0,0,.7);
}
.overlay-black-60 {
    background: rgba(0,0,0,.6);
}
.overlay-black-50 {
    background: rgba(0,0,0,.5);
}
.overlay-black-40 {
    background: rgba(0,0,0,.4);
}
.overlay-black-30 {
    background: rgba(0,0,0,.3);
}
.overlay-black-20 {
    background: rgba(0,0,0,.2);
}
.overlay-black-10 {
    background: rgba(0,0,0,.1);
}

/* BREADCRUMB */
.breadcrumb-container {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #F8F8F8;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
	border-radius: 0;
	border-top: 0;
	border-bottom: 0;
}
.breadcrumb a {color:#E62228; }
.breadcrumb a:hover {color:#771216;}
.breadcrumb .active { color: #771216;}
@media only screen and (max-width: 767px) {
		.breadcrumb a {font-size: 14px;}
		.breadcrumb .active {font-size: 14px;}
	}
	
/* SPECIFIC PADDING */
.mt-40 {
	margin-top: 40px;
}

.mt-80 {
	margin-top: 80px;
}
		
.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px;
}
	/*@media only screen and (max-width: 1023px) {
		.pt60 {padding-top: 0px;}
	}
	@media only screen and (max-width: 767px) {
		.pt60 {padding-top: 0px;}
	}*/
	
.pb20 {
	padding-bottom: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.nav-spacer {
	margin-top: 50px;
}

.top-padd {
	padding-top: 4px;
}
	
/* TERMS OF USE */
.terms {
	padding-top: 60px;
}

.terms h2 {
	font-size: 30px;
}

.terms h3 {
	font-size: 24px;
}

.terms ol {
	padding-left: 30px;
}

.terms ul {
	padding-left: 30px;
}
/* //TERMS OF USE */

/* GOOGLE FONTS
font-family: 'Questrial', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'montserratbold';
*/

/*TABLE CUSTOM CSS */
.table-descr {
	margin: 0 45px;
}
.table-descr h3 {
	text-transform: uppercase;
}

/* SIDE NAVIGATION */
.side-nav-list{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	text-transform: uppercase;
}


.side-nav-list ul {
	display: inline;
	list-style: none;
}
.side-nav-list ul li{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-top-radius: 15px;
    border-bottom: 1px dotted #fff;
    background: #771216;
    margin: 0;	
	padding: 15px;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.side-nav-list .active{
    background: #432019;
	color: #fff;
}

.side-nav-list :hover{
    background: #432019;
	color: #fff;
}

.side-nav-list a{
	color: #fff !important;	
}

/* -----------------*/

.side-nav-list-hor{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}


.side-nav-list-hor ul {
	list-style: none;
}
.side-nav-list-hor ul li{
	display: inline-block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-top-radius: 15px;
    border-bottom: 1px dotted #fff;
    background: #771216;
    margin: 0;	
	padding: 15px;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.side-nav-list-hor .active{
    background: #432019;
	color: #fff;
}

.side-nav-list-hor :hover{
    background: #432019;
	color: #fff;
}

.side-nav-list-hor a{
	color: #fff !important;	
}

/* SIDE NAVIGATION GREEN */
.side-nav-list-green{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	text-transform: uppercase;
}


.side-nav-list-green ul {
	list-style: none;
}
.side-nav-list-green ul li{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-top-radius: 15px;
    border-bottom: 1px dotted #fff;
    background: #00713d;
    margin: 0;	
	padding: 15px;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.side-nav-list-green .active{
    background: #3a3a3c;
	color: #fff;
}

.side-nav-list-green :hover{
    background: #3a3a3c;
	color: #fff;
}

.side-nav-list-green a{
	color: #fff !important;	
}
/* FENCE SECTION */
.fence-section {

}

	.fence-section h3 {
		 margin: 0 0 15px;
   		 font-size: 24px;
		 color: #2e2e2e;
		 text-transform: uppercase;
	}
	
	.fence-section ul {
		margin-top: 25px;
		margin-left: 20px;
	}
	.fence-section ul li {
		list-style-type: none;
		background-image: url(../images/check-mark-grey.png);
		background-repeat: no-repeat;
		padding-top: 0px;
		padding-left: 35px;
		line-height: 1.5em;
		padding-bottom: 20px;
		color: #8C8C8C;
	}
	
	.fence-section-head h3 {
		 margin: 0 0 15px;
   		 font-size: 26px;
		 color: #2e2e2e;
		 text-transform: uppercase;
	}
	
	.fence-section-head h4 {
		 color: #2e2e2e;
		 text-transform: uppercase;
	}

/* GREY BG BORDER */
.grey-border {
 	padding: 55px 0 40px;
 	background: #F8F8F8;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;	
}

	.grey-border a {
		color: #E62228;
	}
	.grey-border a:hover {
		color: #771216;
	}
	.grey-border-title {
		 padding-bottom: 15px;
 		 font-family: 'montserratbold';
 		 font-size: 16px;
		 color: #771216;
		 text-transform: uppercase;
		 line-height: 0.8em;
	}
	.grey-border-sub-title {
		 font-family: 'montserratbold';
 		 font-size: 36px;
		 color: #2E2E2E;
		 text-transform: uppercase;
		 line-height: 0.8em;
	}
	.grey-border-location {
		 margin: 10px 0 5px;
		 font-family: 'montserratbold';
 		 font-size: 16px;
		 color: #2E2E2E;
		 line-height: 1.1em;
	}
	.grey-border .title-icon {
   		 margin: 15px 0;
	}
	.grey-border .title-icon:after {
   		 margin-left: 10px;
	}
	.grey-border .title-icon:before {
   		 margin-right: 10px;
	}
	
	.grey-border p {
		font-size: 16px;
		color: #8C8C8C;	
	}
	
/* SUB PAGE */
.subpage {
 	padding: 55px 0 55px;
 	background: #FFF;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;	
}

	.subpage a {
		color: #E62228;
	}
	.subpage a:hover {
		color: #771216;
	}
	.subpage-title {
		 padding-bottom: 15px;
 		 font-family: 'montserratbold';
 		 font-size: 16px;
		 color: #771216;
		 text-transform: uppercase;
		 line-height: 0.8em;
	}
	.subpage-sub-title {
		 font-family: 'montserratbold';
 		 font-size: 36px;
		 color: #2E2E2E;
		 text-transform: uppercase;
		 line-height: 1em;
	}
	.subpage .descr-img {
		float: right;
		padding-bottom: 20px;
	}
	 @media (max-width: 768px) {
		.subpage .descr-img {
		 float: none;
		}
	  }
	.subpage .title-icon {
   		 margin: 15px 0;
	}
	.subpage .title-icon:after {
   		 margin-left: 10px;
	}
	.subpage .title-icon:before {
   		 margin-right: 10px;
	}
	.subpage p {
		font-size: 16px;
		color: #8C8C8C;	
	}
	.subpage h3 {
   		 font-size: 16px;
		 color: #2e2e2e;
		 text-transform: uppercase;
	}
	.subpage .feature-icon {
   		 margin-top: 20px;
		 margin-right: 10px;
		 float: left;
	}
	  @media (max-width: 320px) {
		.subpage .feature-icon {
		  margin-top: 0;
		}
	  }

/* SUB PAGE CENTER */
.subpage-center {
 	padding: 55px 0 55px;
 	background: #FFF;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;	
}

	.subpage-center a {
		color: #E62228;
	}
	.subpage-center a:hover {
		color: #771216;
	}
	.subpage-center-title {
		 padding-bottom: 15px;
 		 font-family: 'montserratbold';
 		 font-size: 16px;
		 color: #771216;
		 text-transform: uppercase;
		 line-height: 0.8em;
		 text-align: center;
	}
	.subpage-center-sub-title {
		 font-family: 'montserratbold';
 		 font-size: 36px;
		 color: #2E2E2E;
		 text-transform: uppercase;
		 line-height: 1em;
		 text-align: center;
	}
	.subpage-center .descr-img {
		padding-bottom: 20px;
	}
	 @media (max-width: 768px) {
		.subpage-center .descr-img {
		}
	  }
	.subpage-center .title-icon {
   		 margin: 15px 0;
	}
	.subpage-center .title-icon:after {
   		 margin-left: 10px;
	}
	.subpage-center .title-icon:before {
   		 margin-right: 10px;
	}
	.subpage-center p {
		font-size: 14px;
		color: #8C8C8C;	
	}
	.subpage-center h3 {
   		 font-size: 16px;
		 color: #2e2e2e;
		 text-transform: uppercase;
	}
	.subpage-center .feature-icon {
   		 margin-top: 20px;
		 margin-right: 10px;
		 float: left;
	}
	  @media (max-width: 320px) {
		.subpage-center .feature-icon {
		  margin-top: 3px;
		}
	  }
/* MAP */
#map {
  width:100%;
  height:400px;
  margin-top: 114px; /* set accordingly to the nav height */
}

	@media only screen and (max-width: 1023px) {
		#map {margin-top: 95px;} /* set accordingly to the nav height */
	}
	
	@media only screen and (max-width: 767px) {
		#map {margin-top: 95px;} /* set accordingly to the nav height */
	}
/* //MAP */

/* CONTACT PAGE */

.office-info {
	padding-bottom: 20px;	
}

.office-info a {
	color: #E62228;
}

.office-info a:hover {
	color: #771216;
}

.payment {
	padding: 20px 0;
}

.credit-cards {
	padding-top: 10px;
}

/*
.contact-btn {
	color: #fff;
	background-color: #47a3db;
	border-color: #47a3db;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.contact-btn:hover {
	color: #fff;
    background-color: #295e7e;
	border-color: #295e7e;
}
*/
.contact-head {
	padding-bottom: 20px;
	 font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

.info h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
}

.contact-title {
    display: table;
    margin: 0 auto 30px;
    text-align: center;
}

/* CAPTCHA */
.marginbelow {
	margin-bottom: 20px;
}
.space-right {
	padding-right: 20px;
}
/* //CONTACT PAGE */

/* CALL TO ACTION */
.cta-wrapper {
  padding: 50px 0; }
  .cta-wrapper .cta-content {
    padding: 0 60px; }
    .cta-wrapper .cta-content h1 {
      margin: 0;
      color: #ffffff;
      line-height: 1; }
    .cta-wrapper .cta-content span {
      color: #e0bd2a;
      font-size: 14px; }
    @media only screen and (max-width: 1023px) {
      .cta-wrapper .cta-content {
        padding: 0 30px; } }
    @media only screen and (max-width: 767px) {
      .cta-wrapper .cta-content {
        padding: 0 15px; }
        .cta-wrapper .cta-content span {
          margin: 15px 0;
          display: block; } }
  @media only screen and (max-width: 767px) {
    .cta-wrapper {
      padding: 30px 0; } }

.dotcom-blue-bg {
  background: #2377B9; }
  .green-bg .cta-content span {
    color: #ffffff; }
  .green-bg .cta-content .btn-more {
    background: transparent;
    border: 2px solid #ffffff;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }
    .green-bg .cta-content .btn-more:hover, .green-bg .cta-content .btn-more:focus {
      background: #ffffff;
      color: #8D9E43; }
    @media only screen and (max-width: 767px) {
      .green-bg .cta-content .btn-more {
        padding: 10px 5px !important; } }
		
.green-bg {
  background: #8d9e43; }
  .green-bg .cta-content span {
    color: #ffffff; }
  .green-bg .cta-content .btn-more {
    background: transparent;
    border: 2px solid #ffffff;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }
    .green-bg .cta-content .btn-more:hover, .green-bg .cta-content .btn-more:focus {
      background: #ffffff;
      color: #8D9E43; }
    @media only screen and (max-width: 767px) {
      .green-bg .cta-content .btn-more {
        padding: 10px 5px !important; } }

.cta-wrapper .cta-content {
    padding: 0 60px;
}
/* //CALL TO ACTION */

.btn-more {
    width: 178px;
   /*  height: 52px; */
    font-size: 18px !important;
    text-transform: uppercase;
    color: #ffffff;
    background: #771216;
    display: inline-block;
    text-align: center;
    padding: 14px 5px;
    border-radius: 4px;
	-webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.btn-more:hover, .btn-more:focus {
    background: #432019; }
  @media only screen and (max-width: 767px) {
    .btn-more {
      width: 130px !important;
      margin-bottom: 5px;
      height: 44px !important;
      padding: 12px 5px !important;
      font-size: 14px !important; } }

.btn-transparent {
  background: transparent;
  border: 2px solid #8D9E43;
  padding: 10px 5px 9px;
  width: 140px;
  height: 45px;
  color: #8D9E43;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }
  .btn-transparent:hover, .btn-transparent:focus {
    background: #8D9E43;
    color: #ffffff; }

/* MODAL */
.modal-style h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #454545;
}

.modal-style h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8C8C8C;
}

.modal-style p {
	font-size: 14px;
	font-weight: bold;
	color: #303F51;
}

.modal-quote {
	margin: 20px;
	font-style: italic;
	color: #2B3E50;
}

.modal-style-ec h3 {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #8C8C8C;
}
	@media only screen and (max-width: 767px) {
		.modal-style-ec h3 {font-size: 12px !important;}
	}


.modal-header {
	border-bottom: 0px !important;
}

.modal-header .close {
    float: right !important;
    background-color: #771216 !important;
    border-radius: 5px !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
    margin-bottom: 5px;
	font-size: 15px;
	transition: all 0.55s ease-out;
}

.modal-header .close:hover {
    background-color: #E62228 !important;
}
	
/* PROMOTION */
.promotion-wrap {
  padding: 0px; }

.promotion {
  padding: 15px 15px 7px 15px;
  background-color: #771216;
  color: #ffffff;
  width: 100%;
  font-family: 'mregular'; }
  .promotion span {
    font-family: 'mbold';
    padding: 5px;
    border: 2px solid #ffffff; }
	
.promotion-border {
  padding: 0;
  background-color: #771216;
  color: #ffffff;
  width: 100%;
  font-family: 'mregular'; }

/* CENTER ITEM */
.centeritem {
	margin: 0 auto;
	text-align: center;
}

/* DIVIDERS */
.header-divider {
	margin-top:-50px;
	font-style:normal;
	line-height:1.5;
	font-size:1.2em;
	color:#47a3db;
	padding-bottom:40px;
	/* border-bottom:1px solid #47A3DB; */
	padding-top:60px;
	border-top:1px solid #47a3db;
}




/* FOOTER */
.address-color {
	color: #E62228;
}
.lfooter {
  background: #181818;
  border-top: 65px solid #101010;
  padding: 100px 0 0;
  color: #ffffff; }
  .lfooter a {
    color: #E62228;
    -webkit-transition: 0.32s all linear;
    -moz-transition: 0.32s all linear;
    transition: 0.32s all linear; }
    .lfooter a:hover, .lfooter a:focus {
      color: #771216; }
  .lfooter .main-footer .f-box .f-head {
    padding-bottom: 15px;
    margin-bottom: 20px;
    height: 94px;
    border-bottom: 1px solid #5c5c5c; }
    .lfooter .main-footer .f-box .f-head h2 {
      padding-top: 35px;
      font-size: 22px;
      font-weight: bold;
      font-family: 'Questrial', sans-serif;
	 /* font-family: 'Montserrat', sans-serif; */
      text-transform: uppercase;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .f-box .f-head h2 {
          padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .main-footer .f-box .f-head {
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .lfooter .main-footer .f-box .f-link .floated-list li {
    width: 50%; }
    .lfooter .main-footer .f-box .f-link .floated-list li a {
      padding-bottom: 5px;
      text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .lfooter .main-footer .f-box .f-link .floated-list li {
        width: 100%; } }
  .lfooter .main-footer .f-section:first-child {
    padding-right: 6%; }
  .lfooter .main-footer .f-section:nth-child(2) {
    padding-right: 3%; }
  .lfooter .main-footer .contacts-info span {
    display: block;
    margin-bottom: 15px;
    clear: both; }
    .lfooter .main-footer .contacts-info span .icon {
      width: 10%;
      float: left; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .contacts-info span .icon {
          width: auto;
          float: none;
          margin-bottom: 10px; } }
    .lfooter .main-footer .contacts-info span i {
      font-size: 20px;
      color: #47A3DB; }
  .lfooter .main-footer .contacts-info .location-icon {
    height: 65px; }
    @media only screen and (max-width: 1023px) {
      .lfooter .main-footer .contacts-info .location-icon {
        height: 65px; } }
		@media only screen and (max-width: 767px) {
      .lfooter .main-footer .contacts-info .location-icon {
        height: auto; } }

  @media only screen and (max-width: 1023px) {
    .lfooter .main-footer .f-section:first-child,
    .lfooter .main-footer .f-section:nth-child(2) {
      padding-right: 15px; } }
  .lfooter .secondary-footer {
    margin-top: 5px; }
    .lfooter .secondary-footer .f-section {
      padding: 20px 0;
      border-top: 1px solid #5c5c5c;
      margin-right: 17%; }
      @media only screen and (max-width: 1023px) {
        .lfooter .secondary-footer .f-section {
          margin-right: 0; } }
    .lfooter .secondary-footer .social-info a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #47A3DB;
      color: #181818;
      text-align: center;
      padding-top: 1px;
      margin-right: 5px;
      font-size: 18px !important;
      display: inline-block;
      border: 1px solid transparent; }
    .lfooter .secondary-footer .social-info .linked {
      background: #1a85bc; }
      .lfooter .secondary-footer .social-info .linked:hover, .lfooter .secondary-footer .social-info .linked:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .social-info .fb {
      background: #405081; }
      .lfooter .secondary-footer .social-info .fb:hover, .lfooter .secondary-footer .social-info .fb:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .social-info .twt {
      background: #1da1f2; }
      .lfooter .secondary-footer .social-info .twt:hover, .lfooter .secondary-footer .social-info .twt:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
		.lfooter .secondary-footer .social-info .pin {
      background: #ca2127; }
      .lfooter .secondary-footer .social-info .pin:hover, .lfooter .secondary-footer .social-info .pin:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
		.lfooter .secondary-footer .social-info .insta {
      background: #336699; }
      .lfooter .secondary-footer .social-info .insta:hover, .lfooter .secondary-footer .social-info .insta:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }; }
      .lfooter .secondary-footer .social-info .insta:hover, .lfooter .secondary-footer .social-info .insta:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .terms {
      padding-top: 5px; }
      .lfooter .secondary-footer .terms a {
        color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 767px) {
      .lfooter .secondary-footer {
        margin-top: 0; }
        .lfooter .secondary-footer .pull-left, .lfooter .secondary-footer .pull-right {
          width: 100%;
          float: none; } }
  .lfooter .copyright {
    border-top: 1px solid #5c5c5c;
    padding-top: 40px;
    text-align: center; }
    .lfooter .copyright span {
      text-transform: uppercase;
      color: #5d5d5d; }
    @media only screen and (max-width: 1023px) {
      .lfooter .copyright {
        padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .copyright {
        padding-top: 15px; }
        .lfooter .copyright span {
          font-size: 14px; } }
  .lfooter .last-footer {
    margin-top: 50px;
    background: #101010;
    height: 65px; }
    .lfooter .last-footer span {
      color: #5d5d5d;
      padding-top: 24px;
      display: inline-block; }
      .lfooter .last-footer span a {
        color: #E62228; }
        .lfooter .last-footer span a:hover, .lfooter .last-footer span a:focus {
          color: #771216; }
        @media only screen and (max-width: 767px) {
          .lfooter .last-footer span a {
            display: block; } }
  @media only screen and (max-width: 1200px) {
    .lfooter {
      border-top: 45px solid #101010;
      padding: 45px 0 0; }
      .lfooter .last-footer {
        height: 45px;
        margin-top: 30px; }
        .lfooter .last-footer span {
          padding-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .lfooter {
      text-align: center;
      padding-top: 25px; }
      .lfooter .f-logo img {
        width: 155px; }
      .lfooter .last-footer {
        height: auto;
        margin-top: 10px; }
        .lfooter .last-footer span {
          padding: 10px; } }
		  
		  
/* CSS OVERRIDE FROM STYLES.CSS */
.caption {
    padding-top: 0;
}

button {
    height: 60px;
    line-height: 34px;
    background-color: #771216;
    color: #ffffff;
    text-transform: uppercase;
    width: 130px;
    margin: 10px 0;
}

.contact-us-wrap .contact-btn:hover {
    background-color: #E62228;
}

button[type="submit"]:hover, input[type="submit"]:hover {
    opacity: 1;
	background-color:#E62228;
}

.contact-us-wrap p {
    margin-top: 48px;
    margin-bottom: 60px;
}

.youtubeIframe {
    border: #00703c 5px solid !important;
}

/*ACTIVEYARDS STYLES*/
.active-yards h1, .Labels_PageHeading {
    font-size: 2.5em;
    color: #00703c;
    line-height: normal;
}

.active-yards h2 {
	font-size: 1.6em;
    color: #00703c;
    font-weight: 300;
    line-height: 1.2em;
}

.active-yards h3 {
	font-size: 1.6em;
    color: #00703c;
    line-height: 1.2em;
	font-weight:normal;
}

.light-green {
	color:#8dc63f;
}

.break-out-head {
	margin: 20px 0 10px 0;
	font-size:1.5em;
	color: #00703c;
	line-height:1em; 	
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.active-yards .sub-title {
	color: #000;
	font-weight: 600;
}


.active-yards p {
	
}

.sectionBreak {
    background: #f0f0f1;
}

.sNameText {
    color: #00703c;
    font-size: 1.6em;
}

.seriesText {
    color: #75b610;
    font-weight: 700;
    font-size: 1.6em;
}

.measure ul {
	list-style-type: disc;
	padding-left: 25px;
	color:#8C8C8C;
}

hr.style-two {
	margin: 25px 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
	margin-top: 65px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.leaf-list {
	margin-bottom: 20px;
	font-family: 'Montserrat';
    font-size: 14px;
}
.leaf-list ul {
	
}

.leaf-list li {
	display: inline-block !important;
    list-style-type: none;
    background-image: url(../images/3-leaves.png);
    background-repeat: no-repeat;
    padding-left: 30px;
	padding-right: 30px;
    line-height: 1.35em;
    padding-bottom: 15px;
}

.mt-60 {
	margin-top: 60px;
}

.img {
    border: #00703c 5px solid !important;
}

.col45 {
    width: 45%;
}

.l {
    float: left;
}

.col50 {
    width: 50%;
}

.r {
    float: right;
}

.Pad20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.callOutBack {
    background: #d0e5b0;
}

.callOutBack ul {
   display: block;
    list-style-type: disc;
	padding-left: 50px;
}
/* AY INFOGRAPHIC */

.MarginT20 {
    margin-top: 20px;
}

.MarginB20 {
    margin-bottom: 20px;
}

.MarginL60 {
    margin-left: 60px;
}

.infographic {
    width: 99%;
    height: 300px;
    position: relative;
}

.infographic img {
    position: absolute;
    bottom: 20px;
}



/* TESTIMONIALS */

.featured-testimonial img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.featured-testimonial {
    margin-top: 20px;
    margin-left: 45px;
}

.featured-testimonial-name {
    font-size: 16px;
    color: #8C8C8C;
}

.featured-testimonial-title {
    font-size: 16px;
    color: #8C8C8C;
}

.testimonial-quote::before {
    content: url(../images/testimonials-quotes.png);
    padding-right: 10px;
	margin-bottom:50px;
}

.testimonial-quote p {
    margin-top: -30px;
    margin-left: 45px;
}

.testimonial-name {
    color: #8C8C8C;
	margin-left: 45px;
}

.testimonial-title {
    font-size: .8em;
    font-style: italic;
	color: #8C8C8C;
    margin-bottom: 60px;
	margin-left: 45px;
}


/* PORTFOLIO TABS */
.no-margin-top {
    margin-top: 0 !important;
}

/* nav tab */
.nav-tabs {
	padding-bottom: 1px;
    border-bottom: 4px solid #771216;
}

.nav-tabs > li > a:hover { border-bottom: 1px solid #771216;}
.nav-tabs > li.active > a { border-width: 1px;}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
	
/* portfolio filter light */
.nav-tabs-light li a { margin: 0 32px; text-align:center;background:#ccc}
.nav-tabs-light li:first-child a{ margin: 0 32px 0 0}
.nav-tabs-light li:last-child a{ margin: 0 0 0 32px}
.nav-tabs-light { height: 0}
.nav-tabs-light a { color: #888888; font-family: "Open Sans",sans-serif !important; font-size: 12px; }

@media only screen and (max-width: 768px){
	.portfolio-filter { display: block;}
    .nav-tabs-light li{
        width: 100%;
        text-align: center;
    }
    .nav-tabs-light li a{ margin-bottom: 36px; }
	.nav-tabs-light { height: 200px}
	
	.nav-tabs-light { height: inherit; margin-bottom: 25px;}
    .nav-tabs-light li a { margin: 15px 0 0 0;  }
    .nav-tabs-light { height: inherit; margin-bottom: 25px;}
    .nav-tabs-light li a { margin: 15px 0 0 0;  }
    .active > a { border-bottom: 2px solid #000; }
    .nav-tabs-light li:last-child a { margin:15px 0 0 0}
    .tab-style3 .nav-tabs li:last-child a { margin: 0;}
	
	/* nav-tabs */
    .nav-tabs-light li:first-child a { margin: 0}
    .nav-tabs > li > a:hover { border-bottom: 2px solid #000;}
    .nav-tabs > li.active > a { border-width: 2px;}
}

/* masonry basic */
.grid li  {transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}
.grid img { width:100%}
.grid-gallery { clear: both; float: left; width: 100%; }
.gallery-img a { position: relative; z-index: 2; display: block}
.grid-gallery ul { list-style: none; padding: 0; }
.grid-gallery figure { margin: 0; position: relative }
.grid-gallery figure img { display: block; width: 100%; opacity: 1; cursor: pointer; }
.grid-gallery figcaption h3 { margin: 0 0 8px; padding:0 15px; text-transform:uppercase; }
.grid-gallery figcaption i { font-size: 32px; color: #aeaeae; margin-bottom: 20px}
.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 { letter-spacing: 4px; font-weight: 400; color: #e3e3e3}
.grid-gallery figcaption p { display:block; font-size:12px; letter-spacing:3px; text-transform:uppercase; text-decoration:none; color: #aeaeae; margin-bottom: 0 }
.grid { margin: 0 auto; }
.grid li { box-sizing: border-box; float: left; margin: 0; width: 25%; display: inline-table;  }
.grid figure { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.grid figcaption {  bottom: 70px; opacity: 0; position: absolute; text-align: center; width: 100%; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.gallery-img { opacity: 1; transition: all 0.3s ease 0s; overflow: hidden; }
.grid figure:hover .gallery-img {background-color:#000; }
.no-hover figure:hover .gallery-img {background-color: transparent !important; }
.no-hover figure:hover img { opacity: 1 !important; -ms-transform: none; -webkit-transform: none;  transform: none; }
figure:hover img { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);  transform: scale(1.1,1.1); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; opacity:0.15; }
.mfp-figure figure:hover img { cursor: pointer}
.grid figure:hover figcaption { opacity: 1; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}
.grid figure:hover figcaption-no overlay { opacity: 1; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;}

/* portfolio grid - 4 column  */
.work-4col .grid li { float: left; width: 25%; }
.work-4col .grid figcaption {  bottom: 40px; }
#portfolio.work-4col .grid figcaption {  bottom: 60px; }
.work-4col .grid-gallery figcaption h3 { font-size: 13px; margin: 0 0 3px}
.work-4col .grid-gallery figcaption p { font-size: 11px}

.work-4col.wide .grid figcaption { bottom: 60px}
.work-4col.wide-title .grid figcaption { bottom: 0;}

/* fashion */
#model.work-4col .grid figcaption { bottom:60px}

.overflow-hidden{ overflow: hidden !important}
.overflow-hidden-mobile{ position:fixed !important; overflow: hidden !important}

/*RESPONSIVE TABS */
@media (max-width: 991px) {
	 /* portfolio grid - 4 column  */
    .work-4col .grid-gallery figcaption h3, .work-4col .grid-gallery figcaption h3 a { font-size: 14px; margin: 0 0 8px}
    .work-4col .grid-gallery figcaption p { font-size: 12px}
    .work-4col .grid figcaption { bottom: 30px; }
	
	
}

@media (max-width: 1199px) {
	 /*  grid figcaption   */
    .grid figcaption { bottom: 50px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*  typography  */ 
    .md-no-padding-bottom { padding-bottom: 0 !important}
}

@media (max-width: 767px) {    

    /*  masonry gallery   */ 
    .grid li { width: 100% !important; }
    .grid figcaption { bottom: 6% !important; }

    /* portfolio grid - with title */
    .work-with-title .grid li:hover figcaption { bottom: 85px !important;}
}

@media (max-width: 768px) {
	 .portfolio-filter { display: inline-block;}
}

@media (max-width: 480px) {
	
}

.container-fluid-full {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* //PORTFOLIO TABS */

.solution-main {
    cursor: default;
}

/* Brochures */

.brochure { }

.brochure :hover {
	color: #E62228;
}

.brochure-head {
	margin: 20px 0;
	font-size: 26px;
    color: #2E2E2E;
    line-height: 1em;
}

.brochure-title {
    margin-left: initial;
    top: 0px;
    width: 100%;
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1em;
}

.brochure-image {
    display: block;
    float: left;
    padding-right: 10px;
	padding-bottom: 20px;
}

.MarginL30 {
	margin-left: 30px;
}	

/* Video */

.video-head {
	margin: 20px 0;
	font-size: 26px;
    color: #2E2E2E;
    line-height: 1em;
}

.video-title {
    margin-left: initial;
	padding-bottom: 10px;
    top: 0px;
    width: 100%;
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1em;
}

.mt100 {
	margin-top: 100px;
}

.pt100 {
	padding-top: 100px;
}

.fa-mobile {
	color:#5c5c5c;
}

.fa-building {
	color:#771216;
}

.fa-wrench {
	color:#771216;
}

.fa-tags {
	color:#771216;
}

.fa-briefcase {
	color:#771216;
}

.btn-hero {
	margin-right: 10px;
	margin-bottom: 20px;
    background-color: #771216;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
	display: inline-block;
	font-family: 'mbold';
    text-transform: uppercase;
    font-size: 16px;
}

.btn-hero:hover {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #771216;
}