body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
}
h3, h4 {
      margin: 10px 0 10px 0;
      font-size: 20px;
      color: #111;
}
.container {
      padding: 80px 120px;
}
.person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
}
.person:hover {
      border-color: #f1f1f1;
}
.carousel-inner img {
     /* -webkit-filter: grayscale(90%);
      filter: grayscale(90%); 
 make all photos black and white 
*/ 
      width: 100%; /* Set width to 100% */
      margin: auto;
}
.carousel-caption h3 {
      color: #fff !important;
}
  @media (max-width: 600px) {
  .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
}
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
}
.thumbnail {
      padding: 15px !important;
      border: none;
      border-radius: 0;
}
.thumbnail p {
      margin-top: 15px;
      color: #555;
}
.btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
      background-image:none;
}
.btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #333;
      color: #000;
}
.modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
}
.modal-header, .modal-body {
      padding: 40px 50px;
}
.nav-tabs li a {
      color: #777;
}
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
}  
.navbar {
  border-radius:0;
  background:#121212;
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      border: 0;
      opacity: 0.9;
}
.navbar-default .navbar-nav>li>a { 
     color: #fff ;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color:#29292c;
     color: #fff ;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color:#fff;
}
.navbar-default .navbar-toggle {
      border-color: transparent;
}
.open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
}
.dropdown-menu {
  background:#121212;
}
.dropdown-menu >li>a{color:#fff;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-image:none !important;
      background-color:#555;
            color:#fff;     
 } 
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
}
  footer a {
      color: #f5f5f5;
}
  footer a:hover {
      color: #777;
      text-decoration: none;
}  
.form-control {
      border-radius: 0;
}
  textarea {
      resize: none;
}
.form-group.required .control-label:after{
	display:inline-block;
	content:"*";
	color:#f00;
}
/*slides*/
/* Landing Page Carousel */
.landingPageProject .row {margin: 0}
.landingPageCarousel .carousel-caption {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.landingPageCarousel .projName {font-size: 5em; display: block; color: #fff; text-decoration: none; line-height: 1em; margin-bottom: 15px; vertical-align: text-bottom !important;}
.landingPageCarousel .btn {background:#ffae00d4;border-radius: 50px; font-size: 1.2em; font-weight: bold; color:#fff} 
.landingPageCarousel .btn:hover {border: 1px solid #ffae00; background:#ffae00}
.landingPageCarousel .carousel-caption {display: block; height: 182px; width: 100%}

@media(min-width: 1200px){
  .landingPageProject .widgettitle {font-size: 5em; color:#000; }
  .landingPageCarousel .carousel-caption .projName {
    font-size: 5em
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .landingPageProject .widgettitle {font-size: 3em; color:#000}
  .landingPageCarousel .carousel-caption .projName {
    font-size: 3.0em;
    margin-bottom: 15px; line-height: 1em; margin-top: 60px;
  }
}
@media(max-width: 767px){
  .landingPageProject .widgettitle {font-size: 1.5em; color:#000; text-align: center}
  .landingPageCarousel .projName {font-size: 1.5em !important; margin-bottom: 5px; line-height: 1em; margin-top: 60px;}
  .landingPageCarousel .carousel-caption a {

  }
  .landingPageCarousel .carousel-caption .btn {
    padding: 5px 10px;
    font-size: 1em
  }

  .landingPageCarousel .carousel-caption .projName {

  }

  .projbrief .brief {
    padding: 0 !important
  }
  
}


.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
/*tail*/
#divtail
{
    border-top:1px dashed #303033;
     background-color:#333344;
   margin-top:20px;
}

#divtail a{color:#666;}
/*----*/
#widgetzone_wzonePage_C{background:#f5f5f5;padding-top:20px;}
.registertitle{color:#000;}
.registerform{max-width:1170px;margin:0 auto;}
.registerform .widgettitle
{
   font-size:24px;color:#000;font-weight:500;text-align:center; background-color:#f5f5f5;border-style:none;
}
.registerform .form > div:last-child > div {
  width: 100%;
  margin:0;
  text-align: center
}
.registerprompt{padding:30px;}
.projbrief>h2:first-child{display:none;}
.projbrief div.ruler, .projbrief h3.clear{display:none;}
.projbrief .brief{max-width:1170px;margin:10px auto;padding:30px;}
.projbrief .desc {max-width:1170px;margin:0 auto;}
.projbrief .warranty{text-align:center;}
.thumbnail img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 10px;
}
.divagent{display:inline-block !important; width:auto !important;}
.agent{background:#f2f2f2;padding:30px;}
.agent .widgetcontent{max-width:1170px;margin:0 auto;}
.agent .divphoto{float:left;margin-right:20px;}
.agent .divphoto img{border-radius: 50%; }
.agent .divinfo{float:left;}
.agent span{display:block;}
.agent .name{font-size:1.5em;}
img {max-width: 100%; height: auto}
iframe, embed {max-width: 100%; }

