@charset "UTF-8";

/* ----- Neutralize some Boostraap css  --------------------------------------------------- */
.jumbotron {
  background-color: transparent;
  margin-bottom: 0px;
}
.jumbotron p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 36px;
    font-weight: 100;
  }
}
.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%;
  color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
html {
  width: 100%;
  height: 100%;
}

/* ----- Buttons --------------------------------------------------- */
.btn,
.btn-lg {
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: transparent;
  font-weight: 100;
}

/* ----- Navbar  --------------------------------------------------- */
.logo {
  max-width: 72px;
}

.navbar-brand {
  font-size: 24px;
}
.top-nav-collapse .navbar-brand {
  font-size: 18px;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.navbar-default {
  background-color: #000000;
  border: none;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
@media (min-width: 767px) {
  .navbar {
    padding: 15px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
  .navbar-default a.active {
    font-weight: bold;
  }
}
.navbar-default a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #eee;
}

.language-select {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  padding-left: 1px;
  background-color: #fff;
  margin-left: -50px;
  padding-bottom: 5px;
  border-radius: 3px;
}

.language-select > li {
  text-decoration: none;
  list-style: none;
  padding-left: 20px;
}

.language-select > li > a .active {
  background-color: transparent;
  font-weight: 100;
}

.language-select > li > a:hover {
  text-decoration: none;
}

.nav .language-select:focus,
.nav .language-select:focus-within,
.nav .langsel:hover .language-select {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.nav .search-field:focus {
  cursor: text;
  outline: 0;
  width: 230px;
  box-shadow: 8px 8px 8px #eee;
}

.nav .search-field {
  background-color: transparent;
  background-image: url(/assets/images/search.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  background-size: 16px;
  background-position-y: bottom 8px;
}
/* ----- home header  --------------------------------------------------- */
#section-header {
  height: 100%;
  text-align: center;
}
#section-header .jumbotron {
  padding-top: 0px;
}
#section-header h1,
#section-header p {
  color: #ffffff;
}

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

.jumbotron .title {
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* ----- 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;
  border: 1px solid #000;
}
.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect:hover div {
  opacity: 1;
  filter: alpha(opacity=1);
}
.hovereffect div {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  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-social .fa {
  margin: 0 15px;
}*/

/* ----- project  --------------------------------------------------- */
#section-project img,
.lbsimg {
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

/* ----- footer  --------------------------------------------------- */
/*
#section-footer a, #section-footer p {
  color: #fff;
}*/
#section-footer .fa {
  margin: 0 5px;
  text-decoration: none;
}

#section-footer {
  padding-top: 0;
  width: 100%;
}

#section-footer a:hover {
  text-decoration: none;
}
/* ----- cookie  --------------------------------------------------- */

#cookie_banner-wrapper {
  z-index: 9001;
  position: relative;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#cookie_banner-wrapper .cookie_container {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  background: #222;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.8em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media (max-width: 499px) {
  #cookie_banner-wrapper .cookie_container {
    left: 0;
    right: 0;
  }
}
@media (min-width: 500px) {
  #cookie_banner-wrapper .cookie_container {
    width: 300px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #cookie_banner-wrapper .cookie_container {
    font-size: 0.9em;
  }
}
#cookie_banner-wrapper .cookie_container .cookie_message a {
  text-decoration: none;
  color: #31a8f0;
}
#cookie_banner-wrapper .cookie_container .cookie_message a:hover {
  text-decoration: underline;
  color: #ccfaff;
}
#cookie_banner-wrapper .cookie_container .cookie_message a:active {
  color: #b2f7ff;
}
#cookie_banner-wrapper .cookie_container .cookie_btn {
  background-color: #f1d600;
  color: #222;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
#cookie_banner-wrapper .cookie_container .cookie_btn:hover {
  background-color: #ffe40c;
}

@media print {
  #cookie_banner-wrapper {
    display: none;
  }
}

/* ----- General additions  --------------------------------------------------- */

.container-content {
  padding-top: 80px;
  min-height: 90%;
}

.navbar {
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #ffffff !important;
}

figcaption {
  text-align: center;
  margin-top: -10px;
  font-size: 16px;
  padding-bottom: 20px;
}

figure {
  text-align: center;
}

.nounderline:hover {
  text-decoration: none;
}
/* ----- About page  --------------------------------------------------- */

.about-image {
  height: 300px;
  width: 300px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.about-heading {
  color: #bdc3c7;
}

.socialcolumn {
  display: inline;
}

.socialrow {
  margin-bottom: 10px;
}

.socialIcon {
  max-width: 64px;
}

/* ----- Blog page  --------------------------------------------------- */

.blogbox {
  overflow: auto;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 25px;
}

.blogroll {
  border: 0;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

/* ----- Projects page  --------------------------------------------------- */

.catnames {
  text-align: center;
  font-weight: bolder;
  color: rgb(51, 51, 51);
}

.cats:hover {
  box-shadow: 8px 8px 8px #eee;
}

/* ----- Media page  --------------------------------------------------- */

.video > iframe {
  height: 500px;
  width: 100%;
  border: none;
}
/* ----- photos  --------------------------------------------------- */

#instafeed {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feedimg {
  overflow: hidden;
  height: 100%;
}
