/* ------------------- LC Styling ------------------- */

 .google-maps {
        position: relative;
        padding-bottom: 30%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.read {
   font-size:25px !important;
   font-weight:bold !important;
   padding-top:10px !important;
   line-height:30px !important;
   color:#4c653e !important;
   text-align:left;
}

.read a {
   font-size:25px !important;
   font-weight:bold !important;
   padding-top:10px !important;
   line-height:30px !important;
   color:#4c653e !important;
   text-align:left;
}


.read a:hover {
   font-size:25px !important;
   font-weight:bold !important;
   padding-top:10px !important;
   line-height:30px !important;
   color:#d2b071 !important;
   text-align:left;
   text-decoration:none;
}


#top_white {
      width:100%;
      background-color:#ffffff;
}

.sidebar {
      width:250px;
      height:750px;
      border:#818181 solid 2px;
      border-radius:8px;
      margin-top:30px;
      padding-left:20px;
      padding-right:20px;
      font-family:Verdana,Arial,Helvetica !important;
      color:#818181;
      font-size:14px;
      font-weight:normal;

}

.sidebar a {
      font-family:Verdana,Arial,Helvetica !important;
      color:#d2b071 !important;
      font-size:14px;
      font-weight:normal;
      text-decoration:none;
}

.sidebar a.sel {
      font-family:Verdana,Arial,Helvetica !important;
      color:#d2b071 !important;
      font-size:14px;
      font-weight:normal;
      text-decoration:none;
}

.sidebar a:hover {
      font-family:Verdana,Arial,Helvetica !important;
      color:#4c653e !important;
      font-size:14px;
      font-weight:normal;
      text-decoration:none;
}

#blue_line2 {
      height:20px;
      width:100%;
      background-color:#4c653e;
      text-align:center;
      position:relative;
      z-index:10;
      margin-top:-10px;
}


.featurette-divider {
      height:20px !important;
      background-color:#d2b071 !important;
}

.caret {
       color:#ffffff !important;
}

#logo {
      position:relative !important;
      z-index:100 !important;
      text-align:center;
}

#gray_line {
      height:1px;
      width:100%;
      background-color:#818181;
}

.blurb {
      padding-left:30px !important;
      padding-right:30px !important;
}

#blue_line {
      height:42px;
      width:100%;
      background-color:#d2b071;
      text-align:center;
}

#thin_tan {
      height:5px;
      width:100%;
      background-color:#d2b071;
      text-align:center;
}

#thin_tan2 {
      height:20px;
      width:100%;
      background-color:#d2b071;
      text-align:center;
}

#yellow_cta {
      height:200px;
      padding-top:15px;
      width:100%;
      background-color:#fbfbcb;
}

#blue_cta {
      height:63px;
      width:100%;
      background-color:#0f3955;
}

#top_text {
      display:inline-block;
      vertical-align:middle;
      font-family:Verdana,Arial,Helvetica;
      color:#881e11;
      font-size:18px;
      text-align:right;
      font-weight:normal;
}

#head_call {

      font-family:Verdana,Arial,Helvetica;
      color:#881e11;
      font-size:18px;
      text-align:right;
      font-weight:normal;
	  float:right;
}

.navbar {
      width:100% !important;
      background-color:#d2b071 !important;
      margin:0 !important;
      text-align:center !important;
      border:none !important;
      font-size:12px !important;
      padding-top:3px;
}

.navbar2 {
      width:100% !important;
      background-color:#4c653e!important;
      margin:0 !important;
      text-align:center !important;
      border:none !important;
      position:relative !important;
      z-index:1 !important;
}


.container2 {
      width:100%;
}
.container4 {
      width:100%;
      padding-top:20px;
}



.container3 {
      width:1200px !important;
      margin-left:auto;
      margin-right:auto;

}

.nav-bg {
   background-color:#d2b071 !important;
   width:100% !important;
   text-align:center !important;
   margin-left:auto !important;
   margin-right:auto !important;
   background-image: none !important;
}

.col {
   display:inline-block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-inverse .navbar-nav>.active>a {
                background-color:#ffffff;

}

.navbar-inverse {
      background-color:#4c653e !important;
      color:#ffffff !important;
}

.navbar-inverse .navbar-nav>li>a {
      color:#ffffff !important;
      font-size:16px !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
      color:#fbfbcb !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
      background-color: #d2b071 !important;
      /*force no background image */
      background-image: none !important;
      /* also get rid of any shadowing for the selected box */
      -webkit-box-shadow: none;
      box-shadow: none;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
      background-color: #d2b071 !important;
      /*force no background image */
      background-image: none !important;
      /* also get rid of any shadowing for the selected box */
      -webkit-box-shadow: none;
      box-shadow: none;
}

h1 {
   font-size:30px !important;
   font-weight:bold !important;
   padding-top:10px !important;
   line-height:45px !important;
   color:#d2b071 !important;
}
.small-text {
     color:#ffffff;
     text-align:left;
}


.pull-right {
        color:#ffffff !important;
        padding:10px;
}

.pull-right a {
        color:#ffffff !important;
}

.pull-right a.sel {
        color:#ffffff !important;
}

.pull-right a:hover {
        color:#ffffff !important;
        text-decoration:none !important;
}

.copy {
     color: #ffffff !important;
     padding:10px;
}

footer {
     background-color:#4c653e !important;
}

.col-lg-45 {
     text-align: center !important;
     width:50px !important;
     padding:50px !important;
     display:inline-block !important;
}

.navbar-nav>.active {
     background-image:none;
     background-color:none;
}

.img-lc {
     vertical-align:middle;
}

.img-boxes {
     display:inline-block;
}

.areas {
     max-width:1400px;
     margin-left:auto;
     margin-right:auto;
}

.bottom_space3 {
     margin-bottom:40px;
}

.bottom_space2 {
     margin-bottom:40px;
     margin-top:40px;
     margin-left:40px;
     margin-right:40px;
}

.text-main {
     max-width:1400px;
     margin-left:auto;
     margin-right:auto;
     font-size:16px;
     line-height:25px;
}

li {
  list-style-type: none !important;
  text-indent:20px !important;
  font-family:calibri, verdana !important;
   font-size:1.6em !important;
   line-height:40px !important;
   font-weight:normal !important;
   color:#818181 !important;
}

.text {
      width:1300px !important;
      margin-left:auto !important;
      margin-right:auto !important;
      font-size:17px;
      line-height:26px;
      color:#7c7b7b;
}

h3 {
   color:#000000 !important;
}

.img-provide {
      width:1000px !important;
}

.featurette {
     background-color:#ffffff;
}

.foot_wid {
     width:100% !important;
}

.foot2 {
     margin-left:auto;
     margin-right:auto;
     width:260px !important;
     text-align:left !important;
     color:#ffffff !important;
     line-height:25px !important;
     text-decoration:none !important;
     display:inline-block;
     vertical-align:top;
}

.foot {
     margin-left:auto;
     margin-right:auto;
     width:1000px !important;
     text-align:center !important;
     color:#ffffff !important;
     line-height:25px !important;
     text-decoration:none !important;
     display:inline-block;
     vertical-align:top;
}

.foot a {
     width:1000px !important;
     text-align:center !important;
     color:#ffffff !important;
     line-height:25px !important;
     text-decoration:none !important;

}

.foot a:hover {
     width:1000px !important;
     text-align:center !important;
     color:#7d7d7d !important;
     line-height:25px !important;
     text-decoration:none !important;

}

.foot a.sel {
     width:1000px !important;
     text-align:center !important;
     color:#ffffff !important;
     line-height:25px !important;
     text-decoration:none !important;

}

input[type=text] {
    height:30px;
}

.bg_form {
    background-color: rgba(255,255,255, 0.4);
	/*
	background-color:#ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
    */
    float:right;
    margin:25px;
    padding:10px;

}

a {
  color: #d2b071 !important;
}

.bg_form2 {
    background-color: rgba(30, 90, 91, 0.4);
	/*
	background-color:#ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
    */
    text-align:center;
    margin:35px;
    padding:15px;

}

.nav-bg {
   background-color:none !important;
   width:100% !important;
   text-align:center !important;
   margin-left:auto !important;
   margin-right:auto !important;
   background-image: none !important;
}

#black_line {
     background-color:#000000;
     width:100%;
     height:10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
	background-image:none !important;
}

.col {
   display:inline-block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-inverse .navbar-nav>.active>a {
	background-color:#ff0000;
}

#head_social {
   float:left;
   padding-top:3px;
}

#head_phone {
   float:right;
   font-family:verdana !important;
   font-size:30px !important;
   color:#4c653e !important;
   font-weight:normal !important;
   text-decoration: none !important;
   padding-top:50px;
   padding-right:20px;
}

#foot_nav1 {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#4c653e !important;
   font-weight:normal !important;
   text-decoration: none !important;
   text-align:left;
}

#foot_nav1 a {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#4c653e !important;
   font-weight:normal !important;
   text-decoration: none !important;
   text-align:left;
}

#foot_nav1 a:hover {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#fbfbcb !important;
   font-weight:normal !important;
   text-decoration: none !important;
   text-align:left;
}

#foot_nav1 a.sel {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#4c653e !important;
   font-weight:normal !important;
   text-decoration: none !important;
   text-align:left;
}

#foot_nav {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#ffffff !important;
   font-weight:normal !important;
   text-decoration: none !important;
   text-align:center;
}

#foot_nav a {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#ffffff !important;
   font-weight:normal !important;
   text-decoration: none !important;
}

#foot_nav a:hover {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#fbfbcb !important;
   font-weight:normal !important;
   text-decoration: none !important;
}

#foot_nav a.sel {
   font-family:verdana !important;
   font-size:14px !important;
   line-height:16px !important;
   color:#ffffff !important;
   font-weight:normal !important;
   text-decoration: none !important;
}


h2 {
   font-family:calibri, verdana;
   font-size:25px !important;
   font-weight:normal !important;
   color:#4c653e  !important;
   margin-bottom:-20px;
}

h3 {
   font-family:calibri, verdana;
   font-size:25px !important;
   font-weight:normal !important;
   color:#4c653e  !important;
}

#calltoaction {
   font-family:calibri, verdana;
   font-size:40px !important;
   font-weight:normal !important;
   font-style:italic !important;
   text-align:center;
   line-height:55px;
   color:#000000 !important;
}

.home_services {
   font-family:calibri, verdana;
   font-size:1.4em !important;
   line-height:25px;
   font-weight:normal !important;
   color:#818181 !important;
}

.dropdown-menu>li>a {
   padding:0px 15px 3px 3px !important;
}

.text-home {
   font-family:calibri, verdana;
   font-size:1.4em !important;
   line-height:35px;
   font-weight:normal !important;
   color:#818181 !important;
   margin-bottom:30px;
}

.text-home a {
   font-family:calibri, verdana;
   font-size:1.0em !important;
   line-height:40px;
   font-weight:normal !important;
   color:#d2b071 !important;
   text-decoration:none;
}

.text-home a.sel {
   font-family:calibri, verdana;
   font-size:1.0em !important;
   line-height:40px;
   font-weight:normal !important;
   color:#d2b071 !important;
   text-decoration:none;
}
.text-home a:hover {
   font-family:calibri, verdana;
   font-size:1.0em !important;
   line-height:40px;
   font-weight:normal !important;
   color:#4c653e !important;
   text-decoration:none;
}

.homebox a {
   font-family:verdana !important;
   font-size:18px !important;
   line-height:20px !important;
   color:#da521f !important;
   font-weight:normal !important;
   text-decoration: none !important;
}

.homebox a:hover {
   font-family:verdana !important;
   font-size:18px !important;
   line-height:20px !important;
   color:#034ef1 !important;
   font-weight:normal !important;
   text-decoration: none !important;
}

.homebox a.sel {
   font-family:verdana !important;
   font-size:18px !important;
   line-height:20px !important;
   color:#da521f !important;
   font-weight:normal !important;
   text-decoration: none !important;
}

h4 {
   font-size:45px !important;
   font-weight:normal !important;
   line-height:55px;
}


@media screen and (max-width: 992px) {
  .news_events {
      display:none;
  }
}

@media screen and (min-width: 992px) {
  .head_buttons {
      display:none;
  }
}


.head_buttons {
    margin-top:10px;
    font-size:25px !important;
   font-weight:bold !important;
   padding-top:10px !important;
   line-height:30px !important;
   color:#4c653e !important;
   text-align:center;
}






/*PORTFOLIO PAGE */

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(218, 82, 31, 0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 15px 15px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 35%;
  left: 40%;
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}
figure figcaption h5 {
  margin: 0;
  font-size:20px;
  color:#da521f;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
