html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body {
    background-color: #fff;
    color: #777;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  #header {
    background: #f6f6f6;
    background: -webkit-linear-gradient(#f6f6f6, #fff);
    background: linear-gradient(#f6f6f6, #fff);
    clear: both;
    border-top: 5px solid #ededed;
    min-height: 100px;
    padding: 8px 0;
  }
  #header > .container {
    height: 100px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: 1170px;
  }
  #header > .navbar-collapse > .container {
    position: relative;
  }
  #header .header-top {
    min-height: 50px;
  }
  #header .header-top form {
    margin: 0;
  }
  #header .header-top p {
    float: left;
    font-size: 0.9em;
    line-height: 50px;
    margin: 0;
  }
  #header .header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px;
  }
  #header .header-top nav {
    float: left;
    width: auto;
  }
  #header .header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px;
  }
  #header .header-top ul.nav-top li.phone {
    margin-right: 10px;
  }
  #header .header-top ul.nav-top li a {
    padding-left: 4px;
  }
  #header .search {
    float: right;
    margin: 10px 0 0 15px;
    position: relative;
  }
  #header .search + .social-icons {
    clear: none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 13px;
  }
  #header .search input.search:first-child {
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    border-radius: 20px;
    width: 170px;
    font-size: 0.9em;
    padding: 6px 12px;
    height: 34px;
    margin: 0;
  }
  #header .search input.search:focus {
    width: 220px;
    border-color: #ccc;
  }
  #header .search button.btn-default {
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    z-index: 3;
  }
  #header nav {
    float: right;
  }
  #header nav ul.nav-main {
    margin: -7px 10px 8px 0;
  }
  #header nav ul.nav-main > li + li {
    margin-left: -4px;
  }
  #header nav ul.nav-main li a {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px;
  }
  #header nav ul.nav-main li a:hover {
    background-color: #f4f4f4;
  }
  #header nav ul.nav-main li ul a {
    text-transform: none;
    font-weight: 400;
    font-size: 0.9em;
  }
  #header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    border-radius: 5px 5px 0 0;
    background-color: #ccc;
  }
  #header nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 11px;
    margin-bottom: -1px;
  }
  #header nav ul.nav-main li.dropdown:hover > ul {
    display: block;
  }
  #header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
    border-radius: 5px 5px 0 0;
  }
  #header nav ul.nav-main ul.dropdown-menu {
    border: 0;
    border-radius: 0 6px 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    margin: 1px 0 0 3px;
    padding: 5px;
    top: auto;
  }
  #header nav ul.nav-main ul.dropdown-menu li:hover > a {
    filter: none;
    background: #999;
  }
  #header nav ul.nav-main ul.dropdown-menu li:last-child > a {
    border-bottom: 0;
  }
  #header nav ul.nav-main ul.dropdown-menu > li > a {
    font-weight: 400;
    text-transform: none;
    position: relative;
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(97, 97, 97, 0.2);
  }
  #header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 6px;
    margin-left: 0;
    margin-top: -5px;
  }
  #header nav ul.nav-main .dropdown-submenu {
    position: relative;
  }
  #header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px;
  }
  #header nav ul.nav-main .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #065541;
    margin-top: 13px;
    margin-right: 0px;
  }
  #header nav ul.nav-main .dropdown-submenu.float-start {
    float: none;
  }
  #header nav ul.nav-main .dropdown-submenu.float-start > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }
  #header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  #header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color: #088062;
  }
  #header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px;
  }
  #header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 0;
    margin-top: 5px;
  }
  #header nav ul.nav-top li a,
  #header nav ul.nav-top li span {
    color: #999;
    font-size: 0.9em;
    padding: 6px 10px;
  }
  #header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px;
  }
  #header .nav-main-collapse,
  #header .nav-main-collapse.in {
    overflow-y: visible;
    position: relative;
	z-index: 100;
  }
  #header .logo {
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent;
  }
  #header .logo a {
    position: relative;
    z-index: 1;
  }
  #header .logo img {
    position: relative;
    color: transparent;
  }
  .header-container {
    min-height: 76px;
    position: relative;
  }
  .btn-responsive-nav {
    display: none;
  }
  #header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  body.sticky-menu-active #header {
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    top: -57px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
  }
  body.sticky-menu-active #header nav ul.nav-main {
    margin-bottom: 7px;
    margin-top: -1px;
  }
  #header.single-menu {
    min-height: 86px;
  }
  #header.single-menu > .container {
    height: 91px;
    margin-bottom: -77px;
  }
  #header.single-menu .social-icons {
    margin-top: 32px;
  }
  #header.single-menu .search,
  #header.single-menu .search + nav {
    display: none;
  }
  #header.single-menu nav ul.nav-main {
    margin: -28px 0 -9px;
    float: right;
  }
  #header.single-menu nav ul.nav-main li a,
  #header.single-menu nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 20px;
    padding-top: 62px;
  }
  #header.single-menu nav.mega-menu .mega-menu-signin {
    margin-right: 0;
  }
  body.sticky-menu-active #header.single-menu .logo {
    padding-top: 14px;
  }
  body.sticky-menu-active #header.single-menu .social-icons {
    margin-top: 54px;
  }
  body.sticky-menu-active #header.single-menu nav ul.nav-main {
    margin-top: 20px;
    margin-bottom: -9px;
  }
  body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a,
  body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a {
    border-top-color: transparent;
    padding-bottom: 21px;
    padding-top: 36px;
  }
  body.boxed #header.single-menu {
    padding: 15px 0 7px;
  }
  #header.clean-top .header-top {
    border-bottom: 1px solid #ededed;
    background-color: #f4f4f4;
    margin-top: -8px;
  }
  #header.clean-top .social-icons {
    margin: 11px 10px 9px;
  }
  body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a,
  body.sticky-menu-active #header.clean-top ul.nav-main > li > a {
    padding-bottom: 20px;
    padding-top: 33px;
  }
  body.boxed #header.clean-top {
    border-radius: 5px 5px 0 0;
  }
  #header.center .logo {
    text-align: center;
    position: static;
    margin-top: 5px;
  }
  #header.center nav {
    float: left;
    text-align: center;
    width: 100%;
  }
  #header.center nav ul.nav-main {
    margin: 35px 0 10px;
  }
  #header.center nav ul.nav-main > li {
    display: inline-block;
    float: none;
    text-align: left;
  }
  body.sticky-menu-active #header.center > .container {
    margin-top: -60px;
  }
  body.sticky-menu-active #header.center .logo {
    text-align: left;
  }
  body.sticky-menu-active #header.center .logo img {
    margin-top: 42px;
  }
  body.sticky-menu-active #header.center nav {
    float: right;
    margin-top: 18px;
    width: auto;
  }
  body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a,
  body.sticky-menu-active #header.center nav ul.nav-main > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  @media (min-width: 992px) {
    #header.narrow {
      height: auto;
      min-height: 85px;
      padding: 0;
      border-bottom: 1px solid #e9e9e9;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
    #header.narrow > .container {
      margin-bottom: -48px;
      height: 75px;
    }
  }
  .page-top {
    padding: 0;
    padding: 20px 0;
    text-align: left;
    color: black;

  }
  .breadcrumb {
    font-size: 16px;
    float: left;
    margin: 0;
  }
  .breadcrumb li{
    border-right: none;
    background: url(../vendor/xbreadcrumbs/separato.gif) no-repeat right center;
    padding: 20px 15px;
}

  .page-top ul.breadcrumb {
    background: 0 0;
    margin: -3px 0 0;
    padding: 0;
  }
  .page-top ul.breadcrumb > li {
    text-shadow: none;
  }
  .page-top h2 {
    border-bottom: 5px solid #ccc;
    color: black;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
  }
  .page-top.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
  }
  .page-top.custom-product .row {
    position: relative;
  }
  .page-top.custom-product p.lead {
    color: #e8e8e8;
  }
  .page-top.custom-product img {
    bottom: -20px;
    position: relative;
  }
  .page-top.custom-product h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  section.featured {
    background: #f0f0ed;
    border-top: 5px solid #ecece8;
    margin: 35px 0;
    padding: 50px 0;
  }
  section.featured.footer {
    margin: 30px 0 -70px;
  }
  section.featured.map {
    background-image: url(../img/map-bottom.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0;
  }
  aside ul.nav-list > li > a {
    color: #065541;
    font-size: 0.9em;
  }
  .slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .slider-container .tp-bannershadow {
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .slider-container .top-label {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
  }
  .slider-container .main-label {
    color: #fff;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .slider-container .bottom-label {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .slider-container .blackboard-text {
    color: #bab9be;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
  }
  .slider-container .tp-caption {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .slider-container .tp-caption a,
  .slider-container .tp-caption a:hover {
    color: #fff;
  }
  .slider-container .tp-caption.fullscreenvideo {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0 !important;
  }
  .slider-container .tp-caption.fullscreenvideo video {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .slider-container.light {
    background-color: #eaeaea;
  }
  .slider-container.light .tp-bannershadow {
    filter: alpha(opacity=5);
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
  }
  .slider-container.light .bottom-label,
  .slider-container.light .main-label,
  .slider-container.light .top-label,
  .slider-container.light .tp-caption a,
  .slider-container.light .tp-caption a:hover {
    color: #333;
  }
  .slider {
    height: 450px;
    max-height: 450px;
    position: relative;
  }
  .slider > ul > li > .center-caption {
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
  }
  .slider .tp-bannertimer {
    display: none;
  }
  .slider .main-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider-container-fullscreen {
    height: 2000px;
    max-height: none;
  }
  .slider-container-fullscreen .slider {
    max-height: none;
  }
  .map-section {
    background: transparent url(../img/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px;
  }
  .home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: relative;
    text-align: left;
  }
  .home-intro p {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
  }
  .home-intro p span {
    color: #999;
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
  }
  .home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
  }
  .home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
  }
  .home-intro .get-started .btn {
    position: relative;
    z-index: 1;
  }
  .home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 5px;
  }
  .home-intro .get-started a {
    color: #fff;
  }
  .home-intro .get-started a:not(.btn) {
    color: #777;
  }
  .home-intro .learn-more {
    margin-left: 15px;
  }
  .home-intro.light {
    background-color: #e2e2e2;
  }
  .home-intro.light.secundary {
    background-color: #e0e1e4;
  }
  .home-intro.light p {
    color: #777;
  }
  .home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
  }
  .home-intro-compact p {
    padding-left: 20px;
  }
  .home-intro-compact .get-started {
    padding-right: 20px;
  }
  .home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
  }
  .home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
  }
  .home-concept .row {
    position: relative;
  }
  .home-concept .process-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    height: 175px;
    margin: 135px auto 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px;
  }
  .home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
  }
  .home-concept .project-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
  }
  .home-concept .sun {
    background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
  }
  .home-concept .cloud {
    background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
  }
  .page-not-found {
    margin: 50px 0;
  }
  .page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
  }
  .page-not-found h4 {
    color: #777;
  }
  .page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
  }
  #footer {
    background: #121214;
    border-top: 4px solid #1f1f1f;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
  }
  #footer a:hover {
    color: #ccc;
  }
  #footer form {
    filter: alpha(opacity=85);
    opacity: 0.85;
  }
  #footer a,
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4 {
    color: #fff !important;
  }
  #footer h4 {
    font-size: 1.8em;
    font-weight: 200;
    text-shadow: 1px 1px 1px #000;
  }
  #footer h5 {
    color: #ccc !important;
  }
  #footer ul.nav-list.primary > li a {
    line-height: 20px;
    padding-bottom: 11px;
  }
  #footer ul.nav-list.primary > li:last-child a {
    border-bottom: 0;
  }
  #footer ul.nav-list.primary > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  #footer ul.list.icons li {
    margin-bottom: 5px;
  }
  #footer .container .row > div {
    margin-bottom: 25px;
  }
  #footer .container input:focus {
    box-shadow: none;
  }
  #footer .alert a {
    color: #222 !important;
  }
  #footer .alert a:hover {
    color: #666 !important;
  }
  #footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
  }
  #footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
  }
  #footer .contact p {
    margin-bottom: 10px;
  }
  #footer .logo {
    display: block;
  }
  #footer .logo.push-bottom {
    margin-bottom: 12px;
  }
  #footer .footer-copyright {
    background: #036049;
    border-top: 4px solid #036e53;
    margin-top: 40px;
    padding: 30px 0 10px;
  }
  #footer .footer-copyright nav {
    float: right;
  }
  #footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
  }
  #footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
  }
  #footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
  }
  #footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
  }
  #footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
  }
  #footer .recent-work li .thumb-info {
    float: left;
    display: inline-block;
  }
  #footer .recent-work li:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #footer .recent-work img {
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  #footer .view-more-recent-work {
    padding: 12px;
  }
  #footer.short {
    padding-top: 50px;
  }
  #footer.short .footer-copyright {
    background: 0 0;
    border: 0;
    padding-top: 0;
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #121214;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
  }
  h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px;
  }
  h2 {
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
  }
  h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
  }
  h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
  }
  h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform: uppercase;
  }
  h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
  }
  h1.big {
    font-size: 4.2em;
    line-height: 54px;
  }
  h1.short,
  h2.short {
    margin-bottom: 15px;
  }
  h3.short,
  h4.short,
  h5.short,
  h6.short {
    margin-bottom: 9px;
  }
  h1.shorter,
  h2.shorter,
  h3.shorter,
  h4.shorter,
  h5.shorter,
  h6.shorter {
    margin-bottom: 0;
  }
  h1.tall,
  h2.tall,
  h3.tall,
  h4.tall,
  h5.tall,
  h6.tall {
    margin-bottom: 33px;
  }
  h1.taller,
  h2.taller,
  h3.taller,
  h4.taller,
  h5.taller,
  h6.taller {
    margin-bottom: 44px;
  }
  h1.spaced,
  h2.spaced,
  h3.spaced,
  h4.spaced,
  h5.spaced,
  h6.spaced {
    margin-top: 22px;
  }
  h1.more-spaced,
  h2.more-spaced,
  h3.more-spaced,
  h4.more-spaced,
  h5.more-spaced,
  h6.more-spaced {
    margin-top: 44px;
  }
  h1.dark,
  h2.dark,
  h3.dark,
  h4.dark,
  h5.dark {
    color: #121214;
  }
  h1.white,
  h2.white,
  h3.white,
  h4.white,
  h5.white,
  h6.white {
    color: #fff;
  }
  h1.text-shadow,
  h2.text-shadow,
  h3.text-shadow,
  h4.text-shadow,
  h5.text-shadow,
  h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  h2 .inverted {
    min-height: 60px;
  }
  .modal-header h3 {
    color: #333;
    text-transform: none;
  }
  blockquote {
    font-size: 1em;
  }
  p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
  }
  p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
  }
  p.short {
    margin-bottom: 0;
  }
  p.tall {
    margin-bottom: 20px;
  }
  p.taller {
    margin-bottom: 40px;
  }
  p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
  }
  .label-dark,
  .label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: 400;
  }
  p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
  }
  p.drop-caps.secundary:first-child:first-letter {
    color: #fff;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
  }
  .alternative-font {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
  }
  ul.nav-list.primary > li {
    margin: 0;
    padding: 0;
  }
  ul.nav-list.primary > li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../img/list-primary.png);
    background-position: 9px 16px;
    background-repeat: no-repeat;
    /*border-bottom: 1px solid #ededde;*/
    padding: 8px 20px;
  }
  .btn-primary[disabled] {
    border-color: #ccc !important;
    background-image: none;
  }
  .btn-icon i {
    margin-right: 10px;
  }
  .btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
  }
  form label {
    font-weight: 400;
  }
  textarea {
    resize: vertical;
  }
  select {
    border: 1px solid #e5e7e9;
    border-radius: 6px;
    outline: 0;
  }
  .label {
    font-weight: 400;
  }
  .form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #ccc;
  }
  label.valid {
    display: inline-block;
    text-indent: -9999px;
  }
  label.error {
    color: #c10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
  }
  .captcha {
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
  }
  .captcha input {
    border: 0;
  }
  .captcha-image {
    float: left;
    position: relative;
    top: -25px;
    left: -13px;
  }
  .featured-icon {
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
  }
  .featured-icon i {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
  }
  ul.icons {
    list-style: none;
  }
  ul.icons [class^="icon-"] {
    margin-right: 5px;
  }
  .img-thumbnail {
    border-radius: 8px;
    position: relative;
  }
  .img-thumbnail .zoom {
    background: #ccc;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
  }
  .img-thumbnail .zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
  }
  ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  ul.thumbnail-gallery li {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0;
  }
  ul.list li {
    margin-bottom: 13px;
  }
  ul.list.icons li i {
    margin-right: 5px;
  }
  ul.list.float-start li {
    text-align: left;
  }
  ul.sitemap > li > a {
    font-weight: 700;
  }
  ul.sitemap.list li {
    margin: 0 0 3px;
  }
  ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    padding: 0;
  }
  .panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  .panel-group .panel-heading a:focus,
  .panel-group .panel-heading a:hover {
    text-decoration: none;
  }
  .panel-group .panel-heading a [class^="icon-"] {
    margin-right: 4px;
    position: relative;
    top: 1px;
  }
  .panel-group.secundary .panel-heading a {
    color: #fff;
  }
  .tabs {
    border-radius: 4px;
    margin-bottom: 35px;
  }
  .nav-tabs {
    margin: 0;
    font-size: 0;
    border-bottom-color: #eee;
  }
  .nav-tabs li {
    display: inline-block;
    float: none;
  }
  .nav-tabs li:last-child a {
    margin-right: 0;
  }
  .nav-tabs li a {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px;
  }
  .nav-tabs li a,
  .nav-tabs li a:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
    color: #ccc;
  }
  .nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none;
  }
  .nav-tabs li a:active,
  .nav-tabs li a:focus {
    border-bottom: 0;
  }
  .nav-tabs li.active a,
  .nav-tabs li.active a:focus,
  .nav-tabs li.active a:hover {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #ccc;
    color: #ccc;
  }
  .tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
  }
  .nav-tabs.nav-right {
    text-align: right;
  }
  .nav-tabs.nav-justify {
    display: table;
    table-layout: fixed;
    margin-bottom: -1px;
    width: 100%;
  }
  .nav-tabs.nav-justify li {
    display: table-cell;
    margin-bottom: 0;
    width: 100%;
  }
  .nav-tabs.nav-justify li:first-child a,
  .nav-tabs.nav-justify li:first-child a:hover {
    border-radius: 5px 0 0;
    border-left: 1px solid #eee;
  }
  .nav-tabs.nav-justify li:last-child a,
  .nav-tabs.nav-justify li:last-child a:hover {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #eee;
  }
  .nav-tabs.nav-justify li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin-right: 0;
  }
  .nav-tabs.nav-justify li a:focus,
  .nav-tabs.nav-justify li a:hover {
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
  }
  .nav-tabs.nav-justify li.active a,
  .nav-tabs.nav-justify li.active a:hover {
    border-bottom: 1px solid #fff;
  }
  .tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
  }
  .tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #eee;
  }
  .tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -1px;
  }
  .tabs.tabs-bottom .nav-tabs li:last-child a {
    margin-right: 0;
  }
  .tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    margin-right: 1px;
  }
  .tabs.tabs-bottom .nav-tabs li a,
  .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #eee;
    border-top: 1px solid #eee;
  }
  .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #eee;
  }
  .tabs.tabs-bottom .nav-tabs li.active a,
  .tabs.tabs-bottom .nav-tabs li.active a:focus,
  .tabs.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom: 3px solid #ccc;
    border-top-color: transparent;
  }
  .tabs.tabs-bottom .nav-tabs.nav-justify {
    border-top: none;
  }
  .tabs.tabs-bottom .nav-tabs.nav-justify li a {
    margin-right: 0;
  }
  .tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a {
    border-radius: 0 0 0 5px;
  }
  .tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a {
    margin-right: 0;
    border-radius: 0 0 5px;
  }
  .tabs-vertical {
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top;
  }
  .tabs-vertical .nav-tabs {
    border-bottom: none;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
  }
  .tabs-vertical .nav-tabs > li {
    display: block;
  }
  .tabs-vertical .nav-tabs > li a {
    border-radius: 0;
    display: block;
    padding-top: 10px;
  }
  .tabs-vertical .nav-tabs > li a,
  .tabs-vertical .nav-tabs > li a:focus,
  .tabs-vertical .nav-tabs > li a:hover {
    border-bottom: none;
    border-top: none;
  }
  .tabs-vertical .nav-tabs > li.active a,
  .tabs-vertical .nav-tabs > li.active a:hover,
  .tabs-vertical .nav-tabs > li.active:focus {
    border-top: none;
  }
  .tabs-left .tab-content {
    border-radius: 0 5px 5px;
    border-left: none;
  }
  .tabs-left .nav-tabs > li {
    margin-right: -1px;
  }
  .tabs-left .nav-tabs > li:first-child a {
    border-radius: 5px 0 0;
  }
  .tabs-left .nav-tabs > li:last-child a {
    border-radius: 0 0 0 5px;
  }
  .tabs-left .nav-tabs > li a {
    border-right: 1px solid #eee;
    border-left: 3px solid #eee;
    margin-right: 1px;
    margin-left: -3px;
  }
  .tabs-left .nav-tabs > li a:hover {
    border-left-color: #ccc;
  }
  .tabs-left .nav-tabs > li.active a,
  .tabs-left .nav-tabs > li.active a:focus,
  .tabs-left .nav-tabs > li.active a:hover {
    border-left: 3px solid #ccc;
    border-right-color: #fff;
  }
  .tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none;
  }
  .tabs-right .nav-tabs > li {
    margin-left: -1px;
  }
  .tabs-right .nav-tabs > li:first-child a {
    border-radius: 0 5px 0 0;
  }
  .tabs-right .nav-tabs > li:last-child a {
    border-radius: 0 0 5px;
  }
  .tabs-right .nav-tabs > li a {
    border-right: 3px solid #eee;
    border-left: 1px solid #eee;
    margin-right: 1px;
    margin-left: 1px;
  }
  .tabs-right .nav-tabs > li a:hover {
    border-right-color: #ccc;
  }
  .tabs-right .nav-tabs > li.active a,
  .tabs-right .nav-tabs > li.active a:focus,
  .tabs-right .nav-tabs > li.active a:hover {
    border-right: 3px solid #ccc;
    border-left: 1px solid #fff;
  }
  .toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
  }
  .toggle > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .toggle > label {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #f4f4f4;
    border-left: 3px solid #ccc;
    border-radius: 8px;
    color: #ccc;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
  }
  .toggle > label:-moz-selection {
    background: 0 0;
  }
  .toggle > label i.fa-minus {
    display: none;
  }
  .toggle > label i.fa-plus {
    display: inline;
  }
  .toggle > label:selection {
    background: 0 0;
  }
  .toggle > label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
  }
  .toggle > label:hover {
    background: #f5f5f5;
  }
  .toggle > label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
  }
  .toggle > label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }
  .toggle > .toggle-content {
    display: none;
  }
  .toggle.active i.fa-minus {
    display: inline;
  }
  .toggle.active i.fa-plus {
    display: none;
  }
  .toggle.active > label {
    background: #f4f4f4;
    border-color: #ccc;
  }
  .toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
  }
  .toggle.active > p {
    white-space: normal;
  }
  .toggle > p.preview-active {
    height: auto;
    white-space: normal;
  }
  .owl-carousel {
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-wrapper-outer {
    border-radius: 4px;
  }
  .owl-carousel .thumbnail {
    max-width: 99%;
  }
  .owl-carousel .img-responsive {
    display: inline-block;
    width: 100%;
  }
  .owl-carousel-spaced {
    margin-left: -5px;
  }
  .owl-carousel-spaced .owl-item > div {
    margin: 5px;
  }
  .owl-theme .owl-controls {
    margin-top: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    border-radius: 4px;
    border-bottom: 2px solid transparent;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 1px 9px;
    margin: 2px;
  }
  .highlight .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
  }
  section.video {
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center 0;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
  }
  section.video > video {
    display: none;
  }
  section.video blockquote {
    border: 0;
    padding: 0 10%;
  }
  section.video blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px;
  }
  section.video blockquote p {
    font-size: 24px;
    line-height: 30px;
  }
  section.video blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px;
  }
  section.video .container {
    position: relative;
    z-index: 3;
  }
  section.video .video-overlay {
    background: transparent url(../img/video-overlay.png) repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  section.video .mejs-container {
    position: absolute;
    top: -50%;
    z-index: 1;
  }
  section.video .mejs-container .mejs-controls,
  section.video .mejs-container .mejs-layers {
    display: none !important;
  }
  section.video.valign-video .mejs-container {
    top: -50%;
  }
  .video-container {
    padding-top: 25px;
    padding-bottom: 50.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 0;
  }
  .video-container.vimeo {
    padding-top: 0;
    padding-bottom: 56.4%;
  }
  .video-container embed,
  .video-container iframe,
  .video-container object,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .popup-inline-content {
    background: none repeat scroll 0 0 #fff;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
  }
  .mfp-wrap .popup-inline-content {
    display: block;
  }
  body a {
    outline: 0 !important;
  }
  li {
    line-height: 24px;
  }
  .center {
    text-align: center;
  }
  .push-bottom {
    margin-bottom: 35px;
  }
  .push-top {
    margin-top: 35px;
  }
  .bold {
    font-weight: 700;
  }
  .inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .clearfix {
    display: inline-block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html[xmlns] .clearfix {
    display: block;
  }
  * html .clearfix {
    height: 1%;
  }
  hr {
    background-image: -webkit-linear-gradient(
      left,
      transparent,
      rgba(0, 0, 0, 0.2),
      transparent
    );
    background-image: linear-gradient(
      to right,
      transparent,
      rgba(0, 0, 0, 0.2),
      transparent
    );
    border: 0;
    height: 1px;
    margin: 22px 0;
  }
  hr.short {
    margin: 11px 0;
  }
  hr.tall {
    margin: 44px 0;
  }
  hr.taller {
    margin: 66px 0;
  }
  hr.light {
    background-image: -webkit-linear-gradient(
      left,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    background-image: linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
  }
  .learn-more,
  .read-more {
    display: inline-block;
    white-space: nowrap;
  }
  .offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px;
  }
  .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #eee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
  }
  .fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px;
  }
  .fontawesome-icon-list i {
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
  }
  .sort-source-wrapper {
    padding: 8px 0;
    position: relative;
  }
  .sort-source-wrapper .nav {
    margin: -100px 0 5px;
  }
  .sort-source-wrapper .nav > li > a {
    color: #fff;
    background: 0 0;
  }
  .sort-source-wrapper .nav > li.active > a,
  .sort-source-wrapper .nav > li.active > a:focus,
  .sort-source-wrapper .nav > li.active > a:hover,
  .sort-source-wrapper .nav > li > a:focus,
  .sort-source-wrapper .nav > li > a:hover {
    background: 0 0;
  }
  .sort-source {
    clear: both;
  }
  .icon-featured {
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 110px;
    margin: 25px 0;
    display: inline-block;
    padding: 0;
    width: 110px;
    height: 110px;
  }
  .thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
  }
  .thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
  }
  .thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .thumb-info:hover .thumb-info-title {
    background: #000;
  }
  .thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ccc;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
  }
  .thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
  }
  .thumb-info .thumb-info-action {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
  }
  .thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 1;
  }
  .thumb-info .thumb-info-type {
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
  }
  .thumb-info img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    position: relative;
  }
  .thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .thumb-info-caption {
    padding: 10px 0;
  }
  .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
  }
  .thumb-info.secundary .thumb-info-title {
    background: 0 0;
    bottom: auto;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    opacity: 0;
  }
  .thumb-info.secundary .thumb-info-type {
    float: none;
  }
  .thumb-info.secundary:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
  }
  .scroll-to-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
	  border-radius: 7px 7px 0 0;
    border:2px solid #065541;
	  bottom: 0px;
	  color: #065541;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 49px;
    z-index: 1040;
  }
  .scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
  .portfolio-title {
    margin-bottom: -10px;
  }
  .portfolio-title a {
    display: inline-block;
  }
  .portfolio-title .icon {
    font-size: 2.5em;
  }
  .portfolio-title .portfolio-nav,
  .portfolio-title .portfolio-nav-all {
    margin-top: 11px;
  }
  .portfolio-title .portfolio-nav {
    text-align: right;
  }
  .portfolio-title .portfolio-nav a {
    width: 40%;
  }
  .portfolio-title .portfolio-nav-all .icon {
    font-size: 2.7em;
  }
  .portfolio-title .fa-angle-right {
    text-align: right;
  }
  .portfolio-title .portfolio-nav-prev {
    text-align: left;
  }
  .portfolio-info {
    margin: 2px 0 10px;
    float: right;
  }
  .portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .portfolio-info ul li {
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    color: #b1b1b1;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 0.9em;
  }
  .portfolio-info ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .portfolio-info ul li a {
    text-decoration: none;
    color: #b1b1b1;
  }
  .portfolio-info ul li a:hover .fa-heart {
    color: #e53f51;
  }
  .portfolio-info ul li .icon {
    margin-right: 4px;
  }
  ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.portfolio-list .portfolio-item {
    margin-bottom: 35px;
  }
  ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 45px 0 0 5px;
    font-size: 0.9em;
  }
  ul.portfolio-details li {
    padding: 0;
    margin: 0 0 20px;
  }
  ul.portfolio-details p {
    padding: 0;
    margin: 0;
  }
  ul.portfolio-details blockquote {
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    color: #999;
  }
  ul.portfolio-details ul.list-skills li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .search-results {
    min-height: 300px;
  }
  .google-map {
    background: #e5e3df;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
  }
  .google-map img {
    max-width: 9999px;
  }
  .parallax + .google-map {
    margin-top: -70px;
  }
  @media (max-width: 991px) {
    #header {
      clear: both;
    }
    #header > .container {
      margin-bottom: 0;
    }
    #header .nav-collapse {
      background: #171717;
      clear: both;
      width: 100%;
    }
    #header .nav-collapse .container .nav-main {
      float: left;
      width: 100%;
    }
    #header .nav-main-collapse {
      top: 8px;
      position: relative;
      background: #088062;
      max-height: none;
      width: 100%;
      overflow: hidden;
      overflow-y: hidden;
      overflow-x: hidden;
    }
    #header .nav-main-collapse.collapse {
      
    }
    #header .nav-main-collapse.in {
      width: 100%;
      overflow: hidden;
      overflow-y: hidden;
      overflow-x: hidden;
      display: block !important;
    }
    #header .nav-main {
      padding: 10px 0;
      clear: both;
      display: block;
      float: none;
      width: 100%;
    }
    #header .nav-main ul {
      padding: 0;
      margin: 0;
    }
    #header .nav-main ul li {
      padding: 0;
      margin: 0;
      clear: both;
      float: none;
      display: block;
      border-bottom: 1px solid #ffffff;
    }
    #header .nav-main ul li:last-child {
      border-bottom: none;
    }
    #header .nav-main ul ul {
      margin-left: 20px !important;
    }
    #header .nav-main ul.nav-main {
      float: none;
      position: static;
      margin: 8px 0;
      margin-right: -10px;
    }
    #header .nav-main ul.dropdown-menu {
      position: static;
      clear: both;
      float: none;
      display: none !important;
    }
    #header .nav-main li.resp-active > ul.dropdown-menu {
      display: block !important;
    }
    #header nav ul.nav-main > li + li {
      margin-left: 0;
    }
    #header nav ul.nav-main li a {
      color: #fff;
      clear: both;
      float: none;
      display: block;
      padding: 9px 8px;
      border: 0;
      border-top: 0;
      margin: 0;
    }
    #header nav ul.nav-main li a i.fa-angle-down {
      position: absolute;
      right: 5px;
      top: 10px;
    }
    #header nav ul.nav-main li.dropdown:hover > a {
      margin-bottom: -2px;
    }
    #header nav ul.nav-main ul.dropdown-menu {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    #header nav ul.nav-main ul.dropdown-menu li > a {
      padding: 9px 8px;
      border: 0;
      border-top: 0;
      margin: 0;
      border-bottom: none;
    }
    #header nav ul.nav-main ul.sub-menu {
      padding: 0;
      margin: 0 0 10px;
    }
    #header nav ul.nav-main .dropdown-submenu > a:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff;
    }
    #header nav ul.nav-main .dropdown-submenu:hover > a:after {
      border-left-color: transparent;
    }
    #header.center nav ul.nav-main > li {
      display: block;
    }
    body #header nav ul.nav-main li a,
    body #header nav ul.nav-main li.active a,
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle,
    body #header nav ul.nav-main li.dropdown:hover a,
    body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover,
    body #header nav ul.nav-main li > a:hover,
    body #header nav ul.nav-main ul.dropdown-menu,
    body #header nav ul.nav-main ul.dropdown-menu li:hover > a {
      background: none !important;
      background-color: transparent !important;
    }
    .btn-responsive-nav {
      background: #088062;
      top: 55px;
      display: block;
      position: absolute;
      right: 20px;
      color: #fff;
    }
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus,
    .btn-responsive-nav:hover {
      color: #ccc;
    }
    #header h1.logo img {
     /* max-width: 180px;*/
    }
    #header.center h1.logo {
      text-align: left;
    }
    #header .header-top ul.nav-top {
      float: left;
      margin: 7px 0 0 -15px;
      min-height: 5px;
    }
    .slider-container {
      min-height: 0;
    }
    .thumb-info .thumb-info-title {
      font-size: 14px;
    }
    .thumb-info .thumb-info-more {
      font-size: 11px;
    }
    .home-concept {
      background: 0 0;
    }
    .home-concept .project-image {
      margin: 60px auto 0;
    }
    .home-concept .process-image {
      margin-top: 60px;
    }
    .portfolio-nav,
    .portfolio-nav-all {
      display: none;
    }
    .parallax,
    section.video {
      background-attachment: scroll !important;
      background-position: center center !important;
      background-size: auto auto !important;
    }
    section.video .mejs-container,
    section.video video {
      display: none;
    }
    .thumbnail {
      border: 0;
      text-align: center;
    }
    #footer .phone {
      font-size: 20px;
    }
    .scroll-to-top {
      display: none !important;
    }
    .offset-anchor {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    h1.big {
      font-size: 3.2em;
      line-height: 42px;
    }
    #header {
      display: block;
    }
    #header > .container {
      width: 100%;
    }
    #header nav ul.nav-top {
      float: right;
      margin-right: 0;
    }
    #header.center nav {
      width: auto;
    }
    .btn-responsive-nav {
      top: 55px;
      height: 36px;
    }
    .home-intro-compact {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }
    #footer .phone {
      font-size: 20px;
    }
  }
  @media (max-width: 479px) {
    body {
      font-size: 13px;
    }
    h2 {
      line-height: 40px;
      margin-bottom: 10px;
    }
    #header .header-top,
    #header nav ul.nav-top,
    .arrow {
      display: none;
    }
    .page-top {
      padding: 16px 0;
    }
    .page-top h2 {
      line-height: 38px;
    }
    .owl-carousel-spaced {
      margin-left: 0;
    }
    ul.comments li {
      border-left: 8px solid #ddd;
      clear: both;
      padding: 0 0 0 10px;
    }
    ul.comments .comment-arrow,
    ul.comments li .img-thumbnail {
      display: none;
    }
    article.post-large,
    article.post-large .post-date,
    article.post-large .post-image {
      margin-left: 0;
    }
    .home-concept .project-image {
      background-position: 0 0;
      margin-left: auto;
      max-width: 160px;
      max-height: 220px;
    }
    .home-concept .fc-slideshow,
    .home-concept .fc-slideshow img {
      max-height: 145px;
      max-width: 145px;
    }
    .page-not-found {
      margin: 0;
    }
    .page-not-found h2 {
      font-size: 100px;
      letter-spacing: 0;
      line-height: 100px;
    }
  }
  @media (max-width: 600px) {
    #header nav ul.nav-top li {
      display: none;
    }
    #header nav ul.nav-top li .phone {
      display: block;
    }
  }
  a,
  h3,
  h4,
  h5 {
    color: black;
  }
  a:hover {
    color: black;
  }
  a:active {
    color: black;
  }
  .alternative-font,
  p.drop-caps:first-child:first-letter {
    color: #360;
  }
  p.drop-caps.secundary:first-child:first-letter,
  ul.nav-pills > li.active > a,
  ul.nav-pills > li.active > a:focus,
  ul.nav-pills > li.active > a:hover {
    background-color: #360;
  }
  .sort-source-wrapper .nav > li.active > a,
  .sort-source-wrapper .nav > li.active > a:focus,
  .sort-source-wrapper .nav > li.active > a:hover {
    color: #360;
  }
  .pagination > .active a,
  .pagination > .active a:focus,
  .pagination > .active a:hover,
  .pagination > .active span,
  .pagination > .active span:focus,
  .pagination > .active span:hover {
    background-color: rgb(255, 255, 255) !important;
  }
  .btn-primary,
  .pagination > .active > a {
    border-color: rgb(0, 0, 0) !important;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(253, 253, 253));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336600', endColorstr='#ff116600', GradientType=0);
  }
  .btn-primary:hover,
  .pagination > .active > a:hover {
    border-color: #160;
    background-color: #158000;
  }
  .btn-primary:active,
  .btn-primary:focus,
  .pagination > .active > a:active,
  .pagination > .active > a:focus {
    border-color: #1a3300;
    background-color: #1a3300;
  }
  .progress-bar-primary {
    background-color: #360;
  }
  section.highlight {
    background-color: #360 !important;
    border-color: #264d00 !important;
  }
  section.page-top h2 {
    border-bottom-color: #360;
  }
  section.toggle label {
    color: #360;
    border-left-color: #360;
  }
  section.toggle.active > label {
    background-color: #360;
    border-color: #360;
    color: #fff;
  }
  section.page-top.custom-product {
    background-color: #264d00;
    border-top-color: #2e5c00;
  }
  .inverted,
  .thumb-info .thumb-info-action-icon,
  .thumb-info .thumb-info-type,
  .thumbnail .zoom {
    background-color: #088062;
  }
  .tabs ul.nav-tabs a,
  .tabs ul.nav-tabs a:hover {
    color: #360;
  }
  .tabs ul.nav-tabs a:hover {
    border-top-color: #360;
  }
  .tabs ul.nav-tabs li.active a {
    border-top-color: #360;
    color: #360;
  }
  .tabs.tabs-bottom ul.nav-tabs li a:hover,
  .tabs.tabs-bottom ul.nav-tabs li.active a,
  .tabs.tabs-bottom ul.nav-tabs li.active a:focus,
  .tabs.tabs-bottom ul.nav-tabs li.active a:hover {
    border-bottom-color: #360;
  }
  .tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
  .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
  .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus,
  .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover {
    border-left-color: #360;
  }
  .tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
  .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
  .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus,
  .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover {
    border-right-color: #360;
  }
  ul.list.icons li i {
    color: #360;
  }
  i.icon-featured {
    background-color: #360;
  }
  .panel-group .panel-heading a,
  .parallax blockquote i.icon-quote-left,
  section.video blockquote i.icon-quote-left {
    color: #360;
  }
  .panel-group.secundary .panel-heading {
    background-color: #360 !important;
  }
  #header nav ul.nav-main li.active a,
  #header nav ul.nav-main li.dropdown.open .dropdown-toggle,
  #header nav ul.nav-main li.dropdown:hover a,
  #header nav ul.nav-main li > a:hover,
  #header nav ul.nav-main ul.dropdown-menu {
    color: #000000;
    background-color: rgb(255, 255, 255) !important;
  }
  #header nav ul.nav-main ul.dropdown-menu li:hover > a {
    background-color: #fcfcfc !important;
  }
  #header nav ul.nav-main ul.dropdown-menu {
    color: #000000;
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-linear-gradient(top, rgb(25rgb(255, 255, 255)55, 255), rgb(255, 255, 255));
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336600', endColorstr='#ff116600', GradientType=0);
    border-color: rgb(0, 0, 0);
  }
  #header nav ul.nav-main ul.dropdown-menu:hover {
    border-color: rgb(0, 0, 0);
    background-color: #f6f6f6;
  }
  #header nav ul.nav-main ul.dropdown-menu:active,
  #header nav ul.nav-main ul.dropdown-menu:focus {
    border-color: #000000;
    background-color: #ffffff;
  }
  #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: none !important;
  }
  
  .recent-posts .date .month,
  article.post .post-date .month {
    background-color: rgb(177, 175, 175);
  }
  .recent-posts .date .day,
  article.post .post-date .day {
    color: #360;
  }
  .slider .tp-bannertimer {
    background-color: #360;
  }
  .home-intro p em {
    color: #4d9900;
  }
  .home-concept strong {
    color: #360;
  }

  /* NEW STYLE 2024 */
  .button-test {
    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-test:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
  }
  