@charset "UTF-8";



/* ----- Neutralize some Boostraap css  --------------------------------------------------- */
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #eeeeee;
} 
.jumbotron {
    background-color: transparent;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-toggle { border: none; }


/* ----- New css tempaltes  --------------------------------------------------- */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  width: 100%;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

/* ----- General --------------------------------------------------- */
body {
  font-family: "lft-etica-display-web", sans-serif;
  font-weight: 100;
  width: 100%;
  height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: 100;
}
html {
  width: 100%;
  height: 100%;
}



/* ----- Navbar  --------------------------------------------------- */
.navbar-brand  { 
    font-size: 24px; 
}
.top-nav-collapse .navbar-brand  { 
    font-size: 16px; 
    -webkit-transition: font-size .5s ease;
    -moz-transition: font-size .5s ease;
    -o-transition: font-size .5s ease;
    transition: font-size .5s ease;
}

div.menu-logo > img {
    width: 100%;
    height: auto;
}

/* ----- home header  --------------------------------------------------- */
@media(min-width:767px) {
    .navbar { 
      padding: 15px 0; 
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; 
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse { padding: 0; }
    .navbar-default a.active { border-bottom-style: solid; border-bottom-width: 2px; }
}
#section-header { 
  height: 100%; 
  text-align: center; 
  color: #fff; 
}
#section-header .jumbotron { 
  padding-top: 0px 
}


/* ----- Sections  --------------------------------------------------- */
section {
  border-bottom: 1px solid #eeeeee;
}
section:nth-child(even) { 
  background: #ffffff; 
}
section:nth-child(odd) { 
  background: #f9f9f9; 
}
section .container {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media(min-width:767px) {
 section:first-of-type { padding-top: 60px; }
}


hr.line {
    max-width: 50px;
    border-width: 2px;
    padding-bottom: 60px;
}

/* ----- scrollup  --------------------------------------------------- */
.scrollup { 
  position: fixed; 
  right: 30px; 
  bottom: 30px; 
}




/* ----- thumbnails  --------------------------------------------------- */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;

}
.hovereffect .overlay:hover{
      opacity: 1;      
  }
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(256,256,256,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.hovereffect img {
  display: block;
  position: relative;
  margin-bottom: 1px;
  margin-left: 1px;
}

.hovereffect h2 {
  text-transform: uppercase;
  /*color: #fff;*/
  text-align: center;
  font-size: 17px;
  padding: 10px;
  opacity: 0;
}

.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=1);
}

.hovereffect h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}




/* ----- share  --------------------------------------------------- */
#section-share .fa {
  margin: 0 15px;
}



/* ----- project  --------------------------------------------------- */
#section-project img {
  padding-bottom: 20px;
}


/* ----- social  --------------------------------------------------- */
#section-social a {
  color: #fff;
  text-decoration: none;
}
#section-social .fa {
  margin: 0 15px;
}

/* ----- blog  --------------------------------------------------- */
@media(max-width:767px) {
    .article
     { padding-bottom: 40px; }
}


/* ----- client  --------------------------------------------------- */
@media(max-width:767px) {
    .client
     { padding-bottom: 20px; }
}

/* ----- team  --------------------------------------------------- */
@media(max-width:767px) {
    .member { padding-bottom: 40px; }
}
.carousel-control { 
  text-shadow: none;
}
.carousel-control.left,.carousel-control.right { 
  background-image: none; 
}
.carousel-control .icon-next, .carousel-control .icon-prev { 
  font-family: sans-serif; 
}
.carousel-control .btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-indicators { 
  position: relative; 
}


/* ----- services  --------------------------------------------------- */
.icon {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    width: 67px;
    height: 67px;
    line-height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.icon-legend-right {
    padding-left: 30px;
}

/* ----- contact  --------------------------------------------------- */
.honeypot {
    position: absolute;
    left: -9999px;
}

.mail-form-group{
    margin: .25rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.address{
    font-size: 1.5rem;
}

.address > li{
    list-style-type: none;
}

form[method="post"] > input.btn{
    margin: .25rem;
}