body, html {
  overflow-x: hidden; }

html {
  margin: 0; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif !important;
  padding-top: 107px;
  line-height: normal;
  font-size: 16px; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility; }
  body h1, body h2, body h3 {
    line-height: 40px; }
  body h2 {
    font-size: 31.5px; }

a:hover {
  text-decoration: none; }

input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  font-family: 'Lato', Helvetica; }

body.pull_top {
  padding-top: 0px !important; }

header {
  background: rgba(0, 0, 0, 0.6) !important; }

/* Navbar
-------------------------------------------------- */
.navbar {
  padding: 10px 0px 10px 0px;
  margin-bottom: 0; }
  .navbar.navbar-inverse {
    background: transparent;
    border-bottom: 0; }
    .navbar.navbar-inverse.navbar-static-top {
      background-color: #252528; }
      .navbar.navbar-inverse.navbar-static-top .container {
        margin-top: 0;
        margin-bottom: 0; }
    .navbar.navbar-inverse .nav > li > a {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      opacity: .6;
      filter: alpha(opacity=60);
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      transition: all .2s linear;
      padding: 10px 15px 10px;
      text-decoration: none; }
      .navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100); }
    .navbar.navbar-inverse .nav > li.active > a {
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: transparent; }
    .navbar.navbar-inverse .nav > li.open a {
      background-color: transparent; }
  .navbar.sticky {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #252525; }
    .navbar.sticky .container {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
  .navbar .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; }
    .navbar .container .navbar-header .navbar-brand {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      font-size: 20px;
      margin-left: -20px;
      padding: 0; }
    .navbar .container .collapse .nav .dropdown .caret {
      margin-bottom: 4px; }
    .navbar .container .collapse .nav .dropdown .dropdown-menu {
      background: #252528;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-top: 2px;
      font-size: 16px; }
      .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
        color: #fff; }
        .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
          background: #2ecc71; }

.section_header {
  width: 100%;
  margin-bottom: 60px; }
  .section_header h3 {
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 27px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0; }

/* Footer
-------------------------------------------------- */
#footer {
  min-height: 260px;
  margin-top: 0px;
  background-color: #252528;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 60px;
  	/*
  .footer_header {
  		color: rgb(196, 196, 196);
  		font-style: italic;
  		font-weight: 300;
  		font-size: 25px;
  		margin-bottom: 40px;
  		margin-left: 15px;
  	}
  */
  /* contact */
  /* credits */
  /* inner footer */ }
  #footer a {
    color: #888; }
    #footer a:hover {
      color: #fff; }
  #footer .footer-list ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0; }
    #footer .footer-list ul li {
      display: block;
      margin-bottom: 10px; }
    #footer .footer-list ul li:last-child {
      margin-bottom: 0; }
  #footer .footer-credits, #footer .footer-inline {
    padding-left: 0;
    color: #888; }
  #footer .footer-inline {
    margin: 20px 0 20px 0; }
    #footer .footer-inline li {
      display: inline-block;
      margin-right: 40px; }
      #footer .footer-inline li i {
        color: #2ecc71; }
  #footer .contact {
    text-align: left; }
    #footer .contact .footer_header {
      text-align: left;
      margin-left: 35px; }
    #footer .contact input[type="text"], #footer .contact textarea {
      border: none;
      background-color: #ddd;
      color: #414141;
      padding: 10px 15px;
      border-radius: 3px;
      font-size: 16px;
      font-family: Lato !important;
      width: 95%;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      margin-bottom: 10px; }
      #footer .contact input[type="text"]:focus, #footer .contact textarea:focus {
        border: none;
        box-shadow: none;
        background-color: #fff;
        outline: 0; }
      #footer .contact input[type="text"]:moz-placeholder, #footer .contact textarea:moz-placeholder {
        color: #888; }
      #footer .contact input[type="text"]::-webkit-input-placeholder, #footer .contact textarea::-webkit-input-placeholder {
        color: #888; }
      #footer .contact input[type="text"]:-ms-input-placeholder, #footer .contact textarea:-ms-input-placeholder {
        color: #888; }
    #footer .contact input[type="submit"] {
      border: 0; }
  #footer .credits {
    border-top: 1px solid #343437;
    padding: 30px 0px 60px 0px;
    margin-top: 30px; }
    #footer .credits .social {
      margin-top: 30px;
      text-align: center; }
      #footer .credits .social a {
        margin: 10px; }
        #footer .credits .social a span {
          display: inline-block;
          width: 33px;
          height: 33px; }
          #footer .credits .social a span.ico1, #footer .credits .social a span.icoh {
            background-position: 0px 0px; }
          #footer .credits .social a span.ico2, #footer .credits .social a span.ico2h {
            background-position: -37px 0px; }
          #footer .credits .social a span.ico3, #footer .credits .social a span.ico3h {
            background-position: -75px 0px; }
          #footer .credits .social a span.ico4, #footer .credits .social a span.ico4h {
            background-position: -112px -1px; }
          #footer .credits .social a span.ico5, #footer .credits .social a span.ico5h {
            background-position: -151px 0px; }
          #footer .credits .social a span.ico6, #footer .credits .social a span.ico6h {
            background-position: -188px -1px; }
          #footer .credits .social a span.ico7, #footer .credits .social a span.ico7h {
            background-position: -226px 0px; }
        #footer .credits .social a:hover span.socialicons {
          display: none; }
        #footer .credits .social a:hover span.socialicons_h {
          display: inline-block !important; }
      #footer .credits .social span.socialicons_h {
        display: none; }
    #footer .credits .copyright {
      color: #a6a6a7;
      font-style: italic;
      text-align: center;
      margin-top: 30px; }
    #footer .credits .socialicons {
      background: url("../../img/socialicons.png") no-repeat;
      width: 265px;
      height: 36px; }
    #footer .credits .socialicons_h {
      background: url("../../img/socialicons_h.png") no-repeat;
      width: 265px;
      height: 36px; }
  #footer .info {
    margin-bottom: 10px;
    margin-left: 0; }
    #footer .info .residence {
      margin-left: 0; }
    #footer .info ul {
      margin: 0;
      padding: 0; }
      #footer .info ul li {
        list-style: none;
        font-size: 16px;
        color: #777E83;
        line-height: 23px; }
      #footer .info ul a {
        color: #777E83;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #footer .info ul a:hover {
          color: #A9B4BB; }
    #footer .info .touch {
      float: right; }
      #footer .info .touch ul li {
        display: inline-block;
        margin-left: 22px; }

/* Global
-------------------------------------------------- */
body.modal-open {
  margin-right: 0; }
  body.modal-open .navbar-fixed-top {
    margin-right: 0; }

.page_header {
  background-color: #000;
  color: #fff;
  font-size: 23px;
  display: inline-block;
  padding: 0px 18px; }

.social_icon {
  background: url("../../img/social_icons.png") no-repeat;
  width: 110px;
  height: 18px; }

.contact_social {
  background: url("../../img/contact_social.png") no-repeat;
  width: 180px;
  height: 34px; }

.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: normal; }

.btn-lg {
  padding: 10px 25px; }

.btn-primary {
  background-color: #2ecc71;
  color: #fff;
  border-color: #2ecc71;
  border: 2px solid #2ecc71; }
  .btn-primary:hover {
    background-color: #25a25a;
    border-color: #25a25a; }
  .btn-primary:active {
    background-color: #25a25a;
    border-color: #25a25a; }
  .btn-primary:focus {
    background-color: #25a25a;
    border-color: #25a25a; }

.btn-secondary {
  border: 2px solid #2ecc71;
  background: transparent;
  color: #414141; }
  .btn-secondary:hover {
    outline: 0;
    color: #fff;
    background-color: #414141;
    border-color: #414141; }
  .btn-secondary:focus {
    outline: 0; }

/* HOMEPAGE STYLES
-------------------------------------------------- */
.modal form textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  padding: 8px 15px;
  height: 155px;
  line-height: normal; }

ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding-left: 20px; }
  ul.unstyled li i {
    margin-right: 10px; }

.jumbotron {
  background: transparent;
  font-size: 18px;
  margin-bottom: 0; }
  .jumbotron.hero {
    background-color: #414141;
    background: url("../../img/bg-1.jpg") no-repeat fixed;
    background: url("../../img/bg-1.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 0; }
    .jumbotron.hero h1 {
      font-size: 45px;
      margin-bottom: 10px; }
    .jumbotron.hero p {
      margin-bottom: 30px; }
    .jumbotron.hero .btn-secondary {
      color: #fff; }
  .jumbotron.sub-hero {
    padding: 10px 0;
    margin: 0;
    background-color: #ddd;
    font-weight: 400; }
    .jumbotron.sub-hero i {
      margin-right: 10px;
      color: #2ecc71; }
  .jumbotron.feature h3, .jumbotron.feature h4, .jumbotron.feature h5, .jumbotron.feature h6 {
    margin: 0; }
  .jumbotron.feature h2 {
    margin: 0 0 40px 0;
    position: relative; }
    .jumbotron.feature h2 .line-1, .jumbotron.feature h2 .line-2 {
      position: absolute;
      bottom: -22px;
      height: 2px;
      margin: 0 auto;
      left: 50%; }
    .jumbotron.feature h2 .line-1 {
      width: 50px;
      background-color: #2ecc71;
      z-index: 10;
      margin-left: -25px; }
    .jumbotron.feature h2 .line-2 {
      width: 150px;
      background-color: #ddd;
      margin-left: -75px; }
  .jumbotron.feature hr {
    border-top: 1px solid #ddd; }
  .jumbotron.feature p {
    margin: 0; }
  .jumbotron.feature ul.client-list {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0; }
    .jumbotron.feature ul.client-list li {
      display: inline-block;
      margin-right: 20px; }
    .jumbotron.feature ul.client-list li:last-child {
      margin-right: 0; }
  .jumbotron.feature .feature-side {
    padding: 0 0 30px 30px; }
    .jumbotron.feature .feature-side h2 {
      height: auto;
      margin: 0 0 40px 0;
      line-height: 35px;
      padding-right: 70px; }
      .jumbotron.feature .feature-side h2 .line-1, .jumbotron.feature .feature-side h2 .line-2 {
        left: 0;
        width: 100%; }
      .jumbotron.feature .feature-side h2 .line-1 {
        margin-left: 0;
        background-color: #ddd;
        height: 1px; }
      .jumbotron.feature .feature-side h2 .line-2 {
        margin-left: 0;
        width: 100%;
        display: none; }
    .jumbotron.feature .feature-side img {
      position: absolute;
      right: 15px;
      top: -10px; }
    .jumbotron.feature .feature-side ul {
      padding-left: 35px; }
      .jumbotron.feature .feature-side ul li {
        line-height: normal; }
    .jumbotron.feature .feature-side ul.tick-list {
      list-style-type: none;
      padding-left: 10px; }
      .jumbotron.feature .feature-side ul.tick-list li i {
        color: #2ecc71;
        margin-right: 5px;
        font-size: 15px; }
    .jumbotron.feature .feature-side ul.quote-list li i {
      color: #888; }
    .jumbotron.feature .feature-side ul.list-group {
      padding-left: 0; }
      .jumbotron.feature .feature-side ul.list-group li i {
        margin-right: 10px;
        color: #2ecc71; }
      .jumbotron.feature .feature-side ul.list-group li.list-group-item {
        padding: 10px 25px; }
    .jumbotron.feature .feature-side .panel .panel-heading {
      font-weight: 600;
      line-height: normal; }
    .jumbotron.feature .feature-side.affix {
      top: 0; }
    .jumbotron.feature .feature-side.affix-bottom {
      position: absolute; }
  .jumbotron.feature-cta {
    background-color: #2ecc71;
    color: #fff; }
    .jumbotron.feature-cta h2 {
      margin: 0; }
    .jumbotron.feature-cta p {
      margin: 0;
      font-size: 22px; }
    .jumbotron.feature-cta .btn-default {
      border: 0; }
  .jumbotron.contact form {
    margin-top: 20px; }
    .jumbotron.contact form input[type="text"] {
      margin-bottom: 10px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #ddd;
      padding: 8px 15px;
      height: 45px; }
      .jumbotron.contact form input[type="text"]:focus {
        outline: 0; }
    .jumbotron.contact form textarea {
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #ddd;
      padding: 8px 15px;
      height: 155px;
      line-height: normal; }
      .jumbotron.contact form textarea:focus {
        outline: 0; }
  .jumbotron.projects {
    padding: 50px 0; }
    .jumbotron.projects h4 {
      margin-bottom: 10px; }
    .jumbotron.projects .panel a {
      color: #414141; }
      .jumbotron.projects .panel a .panel-heading {
        line-height: normal;
        background-color: #ddd; }
      .jumbotron.projects .panel a .panel-body {
        line-height: normal; }
      .jumbotron.projects .panel a .panel-footer {
        line-height: normal;
        background-color: #2ecc71;
        color: #fff;
        font-weight: 600; }
      .jumbotron.projects .panel a:hover {
        text-decoration: none; }
        .jumbotron.projects .panel a:hover .panel-footer {
          background-color: #25a25a; }
      .jumbotron.projects .panel a:focus {
        text-decoration: none; }
    .jumbotron.projects .row-gallery {
      margin-bottom: 25px; }
  .jumbotron.side-list {
    padding: 0; }
    .jumbotron.side-list .container {
      background: url("../../img/1px-ddd.png") repeat-y 800px 0;
      padding: 40px 0 10px 0; }
  .jumbotron.faq {
    background-color: #f0f0f0;
    padding: 50px 0; }
    .jumbotron.faq .col-md-6 {
      margin-bottom: 40px; }
      .jumbotron.faq .col-md-6 h4 {
        margin-bottom: 5px; }
  .jumbotron.about h4 {
    margin: 50px 0 10px 0; }

.services {
  padding: 50px 0; }
  .services .row {
    margin-bottom: 40px; }
  .services .feature-item {
    position: relative; }
    .services .feature-item a {
      color: #414141; }
      .services .feature-item a .box {
        position: absolute;
        height: 65px;
        width: 65px;
        left: 10px;
        top: 0; }
      .services .feature-item a span {
        color: #414141; }
      .services .feature-item a .text {
        position: relative;
        margin: 0 0 10px 80px; }
        .services .feature-item a .text h3 {
          font-size: 23px;
          margin-bottom: 10px;
          line-height: 25px; }
        .services .feature-item a .text p {
          color: #888; }
      .services .feature-item a:hover {
        text-decoration: none; }
        .services .feature-item a:hover span {
          color: #2ecc71; }

.carousel {
  margin-bottom: 25px; }

.carousel-control.left, .carousel-control.right {
  background-image: none;
  filter: none; }
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 40px; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1200px) {
  .jumbotron.feature .feature-side h2 {
    height: 80px; }
  .jumbotron.feature .feature-side img {
    top: 6px; }
  .jumbotron.side-list .container {
    background-position-x: 667px; } }
@media (max-width: 991px) {
  body {
    padding-top: 0 !important; }

  .navbar.navbar-inverse {
    background: #252528; }

  .jumbotron.feature .feature-side {
    padding: 30px 20px; }
    .jumbotron.feature .feature-side img {
      right: 35px;
      top: 20px; }
  .jumbotron.projects .row-gallery {
    display: none; }
  .jumbotron.side-list .container {
    background-image: none; } }
@media (max-width: 979px) {
  .jumbotron.feature-cta {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    margin-bottom: 0; }
    .navbar.transparent.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; }
    .navbar.home.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; } }
@media (min-width: 768px) {
  .jumbotron.hero {
    padding-top: 150px;
    padding-bottom: 140px; } }
@media (max-width: 767px) {
  .navbar.navbar-inverse .container .navbar-collapse {
    max-height: none; }
  .navbar.navbar-inverse .container .navbar-header .navbar-brand {
    margin-left: 20px; }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
    font-weight: bold;
    padding: 5px 15px 5px 35px; }

  .jumbotron.hero {
    padding: 120px 0 40px 0; }
  .jumbotron.side-list .container {
    padding-top: 0; }

  #footer .container {
    padding: 0px 20px; }
  #footer .footer-list {
    text-align: center; }
  #footer .footer_header {
    margin-left: 0; }
    #footer .footer_header h3 {
      margin-left: 0; }
  #footer .testimonials {
    overflow: hidden;
    margin-bottom: 40px; }
    #footer .testimonials .footer_header {
      margin-left: 0;
      text-align: center; }
    #footer .testimonials .wrapper {
      float: left;
      width: 100%; }
  #footer .contact {
    margin: 0;
    text-align: center; }
    #footer .contact .footer_header {
      margin-left: 0;
      text-align: center; }
    #footer .contact input[type="text"], #footer .contact textarea {
      float: left;
      width: 100%; }
  #footer .info .touch {
    float: none; }
    #footer .info .touch ul {
      margin: 15px 0 15px; }
      #footer .info .touch ul li {
        margin: 0 30px 0 0; }
  #footer .credits {
    margin-top: 20px;
    text-align: center; } }
