body{
  font-family: "Fira Sans";
  }

      [data-sr] {
        visibility: hidden;
      }

/* CAROUSEL */
  #carousel-div{
    height: 400px;
    overflow: hidden;
    /*
    background-image: url('img/cover_1.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    */
    }

  .owl-carousel .owl-item > div{
    height: 100%;
    background-size: cover;
    background-position: center;
    }

  .owl-carousel .border{
    border-bottom: 2px solid #FFD200;
    width: 50px;
    position: relative;
    top: 350px;
    left: 10px;
    }

  .owl-carousel .title{
    text-align: center;
    position: relative;
    top: 350px;
    padding: 10px 15px 10px 10px;
    background-color:#EFEFEF;
    display:inline;
    opacity: 0.7;
    }

/* NAVIGATION */
.navbar{
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #404040;
  font-weight: 400;
  margin-bottom: 0 !important;
  }

.navbar-fixed-top-remove{
  top: auto !important;
  position: inherit !important;
  }

.navbar-default .navbar-collapse{
  border: none !important;
  }

.navbar-brand{
  color: #FFFFFF !important;
  }

.nav li{
  padding: 10px;
  }

.nav a{
  padding: 1px 10px !important;
  border: 2px solid transparent;
  color: #FFFFFF !important;
  }

@media (min-width: 768px) {
  .nav a:hover{
    border: 2px solid #FFD200;
    background-color: #FFD200 !important;
    color: #000000 !important;
    -webkit-transition: all 0.3s ease;
  	-moz-transition:  	all 0.3s ease;
  	-o-transition:  	  all 0.3s ease;
  	transition: 		    all 0.3s ease;
    }
  }

/* CONTENT */
.main-content{
  padding-top: 50px;
  min-height: 100vh;
  }


.square {
  float: left;
  position: relative;
  width: 50%;
  padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
  background-color: #1E1E1E;
  overflow: hidden;
  }

@media (min-width: 768px) {
  .square{
    width: 50%;
    padding-bottom : 50%; /* = width for a 1:1 aspect ratio */
    }
  }

@media (min-width: 1024px) {
  .square{
    width: 25%;
    padding-bottom : 25%; /* = width for a 1:1 aspect ratio */
    }
  }

.square{
   visibility: hidden;
   }

.bigsquare {
  float: left;
  width: 100%;
  height: 80%;
  padding: 30px 20px;
  }

.bigsquare a:before{
  font-family: FontAwesome;
  content: "\f08e\00a0";
  color: #CDCDCD;
  }

.bigsquare a{
  color: #404040;
  border-bottom: 1px solid #EFEFEF;
  }

.bigsquare a:hover{
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
	-moz-transition:  	all 0.3s ease;
	-o-transition:  	  all 0.3s ease;
	transition: 		    all 0.3s ease;
  }

@media (min-width: 768px) {
  .bigsquare {
      float: left;
      width: 50%;
      height: 100%;
      padding: 30px 20px;
      }
}

.content {
    position:absolute;
    height:100%; /* = 100% - 2*5% padding */
    width:100%;
}

.bg:hover .content{
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
  }

.bg a{
  color: #404040 !important;
  }

.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:bottom;
    padding: 5%;
}

.table-cell span.title{
  display: none;
  }

.table-cell span.date{
  font-size: 13px;
  position: relative;
  padding: 5px 10px;
  border-radius: 15px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 20;
  }


@media (min-width: 1024px) {
  .table-cell span.title{
      position: relative;
      display: inline;
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 15px;
      color: #606060;
      background-color: rgba(255, 210, 0, 0.8);
      z-index: 21;
      left: 10px;
    }

    .table-cell span.date{
        font-size: 14px;
      }
  }



.bg{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color: #404040;
}

.bigsquare, .big-content{
  padding-right: 40px;
  }

.bigsquare h1, .big-content h1{
  color: #606060;
  }

.bigsquare p, .big-content p{
  letter-spacing: 0.5px;
  text-align: justify;
  color: #606060;
  }

.bigsquare p{
  padding-right: 20px;
  }

.bigsquare span{

  }

.bigsquare hr, .big-content hr, .projects-box hr{
  width: 50px;
  border: 1px solid #FFD200;
  }

.projects-box hr{
  padding: 0;
  margin: 5px 0;
  }

.big-content{
  padding: 30px 20px;
  }

/* FOOTER */
#footer{
  font-size: 12px;
  }

#footer .above{
  background-color: #EFEFEF;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #B0B0B0;
  color: #EFEFEF;
  padding: 20px 0;
  color: #666666;
  }

#footer .above .footernavi{
  padding: 0 !important;
  }

#footer .above .footernavi li{
  display: inline;
  text-transform: uppercase;
  }

#footer .above .footernavi li a{
  color: #666666;
  text-decoration: none;
  }

#footer .above .footernavi li a:hover{
  color: #404040;
  text-decoration: none;
  }

#footer .above .footernavi li:after{
  content: " | ";
  }

#footer .above .footernavi li:last-child:after{
  content: "" !important;
  }


#footer .above .social{
  padding: 0 !important;
  }

#footer .above .social li{
  display: inline;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  }

#footer .above .social li a{
  color: #666666 !important;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
	-moz-transition:  	all 0.3s ease;
	-o-transition:  	  all 0.3s ease;
	transition: 		    all 0.3s ease;
  }

#footer .above .social li a:hover{
  color: #EFEFEF !important;
  background-color: #404040;
  border-radius: 10px;
  }

#footer .below{
  background-color: #CDCDCD;
  color: #333333;
  padding: 10px 0;
  }

#footer .below a{
  color: #FFFFFF;
  padding: 20px;
  background-color: #FFD200;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  opacity: 0.6;
  }

.clr{
  clear: both;
  }

.fancybox-button--play, .fancybox-button--share, .fancybox-button--thumbs, .fancybox-button--fullscreen{
  display: none !important;
  }

quote{
  display: block;
  left: 35px;
  float: left;
  padding-right: 20px;
  position: relative;
  top: 0px;
  z-index: 100;
  }

quote::before{
  position: absolute;
  left: -35px;
  top: -20px;
  content: "\201D";
  font-size: 80px;
  color: #DDDDDD;
  float: left;
  z-index: 10;
  }

/* CONTACT FORM */
.btn-primary{
  background-color: #EFEFEF;
  border: 1px solid #CDCDCD;
  color: #404040;
  }

.btn-primary:hover{
  background-color: #FFD200;
  border: 1px solid #CDCDCD;
  color: #FFFFFF;
  }

label{
  font-weight: normal;
  padding: 10px;
  }

textarea:focus, input:focus, .uneditable-input:focus {
  border-color: rgba(255, 210, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6) !important;
  outline: 0 none !important;
  }

.main-content .social{
  border-radius: 10px;
  width: 150px;
  background-color: #EFEFEF;
  float: left;
  margin-right: 10px;
  }

.main-content .social:hover{
  background-color: #FFD200;
  }

.main-content .social:hover span.name{
  border-left: 1px solid #EFEFEF;
  }

.main-content .social:hover a{
  color: #EFEFEF;
  }

.main-content .social a{
  color: #404040;
  }

.social span.icon{
  padding: 5px 0;
  text-align: center;
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
  }

.social span.icon i{
  font-size: 200%;
  }

.social span.name{
  padding: 10px;
  float: left;
  border-left: 1px solid #CDCDCD;
  }

/* PROJECT BOX */

.projects-box {
  display: block;
  overflow: hidden;
}

.projects-box .projects-box-caption, .projects-box .projects-box-caption-no-hover {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(20, 20, 20, 0.9);
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.projects-box .projects-box-caption-no-hover {
  height: 20% !important;
  opacity: 1 !important;
  background: rgba(20, 20, 20, 0.9);
  }

.projects-box .projects-box-caption-no-hover:hover {
  height: 100% !important;
  opacity: 1 !important;
  }


.projects-box .projects-box-caption .projects-box-caption-content {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.projects-box .projects-box-caption .projects-box-caption-content .project-category,
.projects-box .projects-box-caption .projects-box-caption-content .project-name {
  padding: 0 10px;
}
.projects-box .projects-box-caption .projects-box-caption-content .project-category {
}

.project-category span{
  font-size: 0.8em;
  color: #EFEFEF;
  }

.projects-box .projects-box-caption .projects-box-caption-content .project-name {
  text-transform: uppercase;
}
.projects-box:hover .projects-box-caption {
  opacity: 1;
}
.projects-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .projects-box .projects-box-caption .projects-box-caption-content .project-category {
    font-size: 16px;
  }
  .projects-box .projects-box-caption .projects-box-caption-content .project-name {
    font-size: 22px;
    text-transform: uppercase;
  }
}
