/*
Theme Name: Projekty Fundacja VCC
Description: Strona projektowa Fundacja VCC
Author: Paweł Nowicki
Author URI:
Version: 2.0
*/

html {
  font-size: 62.5%;
}

.main{
  background: #fff;
}

#big-boxes {
  height: 35.2rem;
  position: relative;
  top: -264px;
  z-index: 10;
}

#big-boxes .container{
  height: 112%;;
}

#box-one, #box-two {

  height: 300px;
/*  transform: skewX(-10deg);*/
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 10px 40px 3px rgba(163, 174, 184, 0.4); 
}

.main-box-more{
    position: relative;
    bottom: -3px;
}

.info-box-left{
  width: 600px;
  margin-left: 1055px;
  position: relative;
  top: -8px;
  left: 289px;
  transform: skew(30deg);
  font-size: 2.5rem;
  color: #000;
  transition: all .8s ease;
}

.info-box-right{
  width: 600px;
  margin-left: 1055px;
  position: relative;
  top: -8px;
  right: 381px;
  font-size: 2.5rem;
  color: #000;
  transition: all .8s ease;
}

.info-text{
  font-weight: 500;
}

.box-content-left{
  width: 600px;
  z-index: 10;
  margin-left: 1055px;
  position: relative;
  top: 65px;
  left: 196px;
  transform: skew(30deg);
  text-align: center;
}

.box-content-right{
  z-index: 10;
  position: relative;
  top: 65px;
  right: 34px;
  text-align: center;
}

#big-boxes .fa-angle-down{
  font-size: 9rem;
  position: relative;
  top: 88px;
}

.box {
  position: absolute;
  width: 100vw;
  height: 350px;
  /* min-height: 55vw; */
  overflow: hidden;
  transition: all .7s;
}

.one {
  transform: skew(-30deg);
  margin-left: -1226px;
  width: 1749px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .one {
    width: 1626px;
  }   
}

/* .one .box-content-left{
  display: none;
  transition: all 2s ease;
} */

/*
.box-content-left {
  opacity: 0;
}
*/

/* .display-text{
  display: block !important;
  transition: all 2s;
} */

/* .main-title-1 {
  opacity: 0;
  transition: all 2s;
}

.main-title-2 {
  opacity: 0;
  transition: all 2s;
} */

.box-content-left, .box-content-right {
  opacity: 0;
  transition: all .5s ease;
}

.main-title-visible {
  opacity: 1;
  transition: all 1s ease;
}

.two {  
  /* background-image: url(img/proj2.JPG); */
  background-size: 74%;
    z-index: 1;
  width: 1432px;
}

/* .two .box-content-right{
  display: none;
  transition: all 2s ease;
} */

.two:hover{
  /* opacity: .8; */
}

.handle{
    transform: rotate(30deg) translateY(-2%);
    transform-origin: top;
    position: absolute;
    height: 122%;
    display: block;
    background-color: #fdab00;
    width: 5px;
    top: 0;
    left: 61%;
    z-index: 3;
      transition: all .7s;
}

.oh{
  overflow: hidden;
  padding-left: 50px;
    padding-right: 50px;
}

.skewed{
  position: relative;
	width: 100%;
	min-height: 320px;
	overflow: hidden;
  margin-bottom: 100px;
  box-shadow: 7px 10px 40px 3px rgba(118, 121, 123, 0.55);
  border-radius: 5px;
}


#big-boxes .bg-img-1{
    z-index: 1;
    position: absolute;
    left: 220px;
    width: 100%;
    height: 100%;
    transform: skew(30deg);
    transition: all .7s;
}

.bg-back-1 {
  background-image: url(img/slide2.jpg);
    background-position: -67px;
    position: absolute;
    background-size: 50%;
    left: 220px;
    width: 100%;
    height: 100%;
    transform: skew(30deg);
    z-index: 0;
    transition: all .7s;
}

#big-boxes .bg-img-2{
  z-index: 1;
  position: absolute;
  left: 220px;
  width: 100%;
  height: 100%;
  transform: skew(30deg);
  transition: all .7s;
}

.bg-back-2 {
background-image: url(img/slide5.jpg);
background-position-x: -23px;
  background-position-y: -116px;
  position: absolute;
  background-size: 74%;
  left: 191px;
  width: 100%;
  height: 100%;
  transform: skew(0deg);
  z-index: 0;
  transition: all .7s;
}

@media (max-width: 989px){
  #big-boxes {
    height: 63.2rem;
  }
  .skewed{
    height: 900px;
  }
  .one{
    position: absolute;
    margin-left: -1044px;
    width: 1749px !important;
  }
  .two{
    position: absolute;
    left: 0px;
    top: 350px;
  }
  .handle {
    display: none;
  }
  .bg-back-1{
    background-size: 47%;
  }
  .bg-back-2 {
    background-size: 63% !important;
    left: 0px;
  }
  #big-boxes .bg-img-2 {
    left: 0px;
    height: 100%;
    transform: skew(0deg); 
  }
  .box-content-left {
    margin-left: 844px;
  }
  .box-content-right {
    margin-left: 226px;
    width: 247px;
  }
  .info-box-left {
    margin-left: 849px !important;
    left: 391px !important;
  }
  .info-box-right {
    right: 867px !important;
  }
}


/*
.box-content-left:focus{
  content: '\A';
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
*/















body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
}

.top-bar {
  width: 100%;
  background: #474c55;
  border-bottom: 3px solid #94979c;
  padding: 0.625rem 0;
  opacity: .9;
}

.logo {
  line-height: 40px;
}

.social-bar {
  margin: 0;
  height: 40px;
  text-align: center;
  padding: 0;
  line-height: 40px;
}

.social-bar i:hover {
  color: #d2ab67;
  transition: color 0.5s ease;
}

.social-bar ul {
  list-style-type: none;
  text-decoration: none;
}

.social-bar li {
  display: inline-block;
  font-size: 1.8rem;
  padding: 8px 10px;
}

.social-bar li i {
  color: #fff;
}

.row {
  margin: 0;
  height: 100%;
}

.center {
  margin: auto;
  height: 53px;
  padding: 0;
}

.bar-wrapper {
  width: 96%;
  margin: 0 auto;
}

.navbar-brand img {
  float: left;
  padding-right: 5px;
}

.logo-vcc {
  width: 50px;
}

.logo-vcc-text {
  padding-top: 4px;
}

a {
  color: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #d2ab67;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#page-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #page-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  /*	BURGER   */
  #navbar {
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background: #555;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0 !important;
    padding: 0;
  }
  
  #navbar::before{
    margin-top: 100px;
  }
  
  #navbar.open {
    visibility: visible;
    opacity: .97;
    height: 100vh;
    width: 100vw;
    border: 1px solid #888;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0 !important;
    padding: 0;
    transition: all 0.5s ease-in-out;
  }
  #navbar li {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  #navbar li a {
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #404040;
    display: block;
    margin: 0;
  }
  .social-bar {
    display: none;
  }
  .pagination {
    display: inline-block !important;
  }
  #page-header #navbar li a span:before {
    width: 40%;
    left: 30%;
    right: 30%;
  }
  
  @media screen and (max-width: 768px) {
    #page-header #navbar li a span:before {
      height: 0px !important;
    }
  }
  
  #home .text-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .google-maps {
    display: none;
  }
  .project-logo img {
    max-width: 430px !important;
  }
  .eu-logo {
    position: relative !important;
  }
  .navbar-nav {
    margin: 6px -8px !important;
  }
  #page-header .navbar-brand {
    padding: 3px 11px 11px 0px !important;
  }
  .single-blog-post {
    height: auto;
  }
  .partner-logo {
    max-height: 190px;
    padding: 50px !important;
    margin-bottom: 65px !important;
  }
  #partners-brand {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 995px) {
  #main-boxes .box-block {
    width: 50% !important;
  }
  .social-bar li {
    padding: 8px 5px !important;
  }
}

#page-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}

#page-header #navbar li a {
  font-family: 'Roboto Condensed' sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 1.9rem;
  font-weight: 300;
}

#page-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#page-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f7eedd;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#page-header #navbar li a:hover {
  color: #fff;
}

#page-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#page-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}

#page-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#page-header .navbar-brand {
  float: left;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
  padding: 11px;
  padding-left: 0;
}

#page-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  #page-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #navbar li a {
    color: #555;
    padding: 10px;
    border-bottom: 1px solid #404040;
    display: block;
    margin: 0;
    padding: 50px;
    font-size: 3.9rem !important;
}
}

#page-header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}

#page-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#home {
  background-color: transparent;
  position: relative;
  top: -23px;
  color: #fff;
  overflow: hidden;
  z-index: 3;
}

#home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  background-color: #d2ab67;
}

#home .text-wrap {
  height: 464px;
}

#home .small {
  height: 300px !important;
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}

#home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}

#home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#home .text-inner a {
  text-decoration: none;
  color: white;
  position: absolute;
  top: 184px;
}

#home .text-inner h1 {
  font-size: 5.3rem;
  color: white;
  margin-top: 185px;
  font-weight: 200;
  letter-spacing: 3px;
}

#home .text-inner h2 {
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.inner-box-text {
  position: absolute;
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 103%;
}

.ltit{
  position: relative;
  bottom: 10px;
}

#main-boxes {
  position: relative;
  bottom: 0;
  top: -180px;
  /* margin-bottom: -310px; */
  margin-top: -173px;
  padding-top: 200px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #main-boxes {
    padding-bottom: 3em;
  }
}

#main-boxes > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

#main-boxes .box-block {
  width: 25%;
  text-align: center;
  font-size: 1.6rem;
  min-height: 264px;
  max-height: 268px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 8px 10px 40px 3px rgba(71, 76, 85, 0.34901960784313724);
  -moz-box-shadow: 8px 10px 40px 3px rgba(71, 76, 85, 0.34901960784313724);
  -ms-box-shadow: 8px 10px 40px 3px rgba(71, 76, 85, 0.34901960784313724);
  -o-box-shadow: 8px 10px 40px 3px rgba(71, 76, 85, 0.34901960784313724);
  box-shadow: 8px 10px 40px 3px rgba(71, 76, 85, 0.34901960784313724);
  z-index: 7;
  flex-grow: 0;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  #main-boxes .box-block {
    background-size: 150%;
    background-position-x: -59px;
  }
}

@media screen and (max-width: 768px) {
  #main-boxes .box-block {
    width: 100% !important;
    background-size: 110%;
  }
}

#main-boxes .box-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#main-boxes .box-block > .overlay {
  /* background: #fff; */
  opacity: 1;
  z-index: 9;
  margin: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#main-boxes .box-block > .dr {
  background: #474c558a;
}

#main-boxes .box-block > .li {
  background: #ca9a48b5;
}

#main-boxes .box-block > .box-text {
  position: relative;
  z-index: 10;
}

#main-boxes .box-block h2 {
  font-size: 2.1rem;
  font-weight: 200;
}

#main-boxes .past-projects {
  display: none;
}
/* 
#main-boxes .current-projects {
  margin-bottom: 216px;
} */

/* #main-boxes .box-block p {
  font-size: 18px;
  font-weight: 600;
} */

#main-boxes .box-block:hover > .overlay,
#main-boxes .box-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}

#main-boxes .box-block:hover > .box-text,
#main-boxes .box-block:focus > .box-text {
  color: #fff;
}

#main-boxes .box-block:hover > .box-text .intro-icon,
#main-boxes .box-block:focus > .box-text .intro-icon {
  color: #fff;
}

#main-boxes .box-block:hover h2,
#intro .box-block:focus h2 {
  color: #fff;
}

#main-boxes .box-block:hover .btn,
#intro .box-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}

#main-boxes .box-block:hover .btn:hover,
#intro .box-block:focus .btn:hover {
  background: #d2ab67 !important;
  border: 2px solid #d2ab67 !important;
}

.box-text .box-sub {
  color: #474c55;
  font-weight: 400;
}

.box-text .box-sub-2 {
  color: #d7b56e;
  font-weight: 400;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 1.8rem;
  font-weight: 400;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

#fh5co-contact {
  padding-bottom: 0;
}

#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}

#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}

#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #52d3aa;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #52d3aa;
  transition: all .2s ease-out;
}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}


/*BUTTONS*/

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: skew(-26deg, 0deg);
  /* border-radius: 50px; */
}

.btn p{
  transform: skew(26deg, 0deg);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.btn.btn-primary {
  background: #474c55;
  color: #d2ab67;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #d2ab67;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.nav-container li:active {
  background-color: #d2ab67;
  color: #393e46;
}

.nav-pills li a {
  border-radius: 0 10px 10px 0;
  background: #393e46;
  color: #d2ab67;
}

.nav-pills li a:hover {
  background: #333333;
  color: #fff;
  transition-property: initial;
  transition-duration: 0.3s;
  transition-timing-function: initial;
  transition-delay: initial;
}

.nav-pills li:hover a::before {
  content: "\f105  ";
  font-family: FontAwesome;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  .partner-logo {
    max-height: 151px;
  }
}

.row-bottom-padded-lg {
  /* padding-bottom: 5em; */
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}


/*POSTS SECTION*/

.post-section {
  border-bottom: 4px solid #d2ab67;
}

.post-container {
  border-left: 2px solid #d2ab67;
  background: #fff;
  padding-bottom: 50px;
  padding-top: 10px;
}

.nav-container {
  height: 460px;
  padding-top: 20px;
  padding-left: 0;
  background: #fff;
}


/*FOOTER*/

#footer {
  padding: 100px 0;
  height: 400px;
  color: #fff;
  position: relative;
  z-index: -1;
}

#footer .copyright {
  font-size: 1.6rem;
  margin-bottom: 0px;
  padding-bottom: 0;
}

footer.full-width {
  /* background-color: #474c55; */
  padding-top: 3rem;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  footer.full-width {
     background-color: #474c55; 
  }
  
  .blurred-background {
    border: 0px !important;
    background-image: none !important;
  }
}

#footer h4 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #d7b56e;
  border-bottom: 1px solid #52575f;
  padding-bottom: 10px;
  padding-left: 40px;
}

#footer ul li {
  list-style-type: none;
  border-bottom: 1px solid #52575f;
  padding: 5px 0;
}

#footer ul li a {
  color: #fff;
  font-size: 1.6rem;
}

#footer ul li a:before {
  margin-right: 0.4375rem;
}

.contact {
  padding-left: 0;
  font-size: 1.6rem;
}

.contact li,
strong {
  font-size: 1rem;
}

.contact-box {
  padding-left: 0px;
  text-align: center;
}

.contact-box h4 {
  padding-left: 0 !important;
}

.full-size{
  z-index: 0;
  background: #fff;
}


/*POSTS*/

.post {
  padding-top: 40px;
}

.gallery {
  display: inline-block;
  margin-top: 20px;
}

.single-post {
  padding: 20px 0;
}


/*LOGOTYPES*/

.eu-logo {
  position: absolute;
  top: 100px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .eu-logo {
    position: absolute !important;
  }
}

.eu-logo img {
  max-width: 500px;
  padding-top: 10px;
  background: transparent;
  transform: translateX(-50%);
}


/*PROJECT LOGO*/

.project-logo img {
  min-width: 150px;
  max-width: 600px;
}

#partners-brand {
  background: white;
  border-bottom: 11px solid #d7b56e;
  border-top: 3px solid #d7b56e;
}

.partners {
  padding-bottom: 80px;
  padding-top: 50px;
}

.partner-logo {
  margin: auto;
  line-height: 190px;
  padding: 20px;
  height: 230px;
}

.partner-logo img {
  vertical-align: middle;
  transition: 0.7s ease;
}

.partner-logo img:hover {
  max-width: 106%;
  transition: 0.7s ease;
}

.clearfix {
  clear: both;
}

.title h2 {
  font-size: 2.2rem;
  font-weight: 500;
  background: #fff;
  color: #555;
  padding: 8px;
  text-align: center;
  width: 250px;
  text-transform: uppercase;
  position: relative;
  top: 22px;
  margin: 0 auto;
  border-left: 16px solid #fff;
  border-right: 16px solid #fff;
}

.partners-brand {
  border-top: 2px solid #ccc;
  padding-top: 30px;
}

.title {
  background: #fff;
}

.google-maps {
  height: 500px;
  width: 100%;
  position: fixed;
  bottom: -23px;
  left: 0;
  z-index: -1;
}


/*CONTACT*/
.contact-box-2{
  text-align: center;
  box-shadow: -4px 5px 14px 1px rgba(163, 174, 184, 0.4);
  border: 1px solid #7f7f7f26;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 300px;
  padding: 30px;
  transition: all .5s;
}

.contact-box-2:hover{
  box-shadow: 4px 7px 48px 7px rgba(71, 76, 85, 0.34901960784313724);
  transition: all .5s;
  transform: translate(3px, -3px);
}

.contact-data{
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}

.contact-box-2:hover .contact-data{
  height: 30px;
  overflow: visible;
  opacity: 1;
  margin-top: 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.short{
  top: 0px !important;
}

@media screen and (max-width: 1752px) {
  .contact-box-2:hover .contact-data{
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .contact-box-2 h2{
    font-size: 23px;
    margin-top: 10px;
  }
  .contact-data{
    font-size: 13px;
  }
  .contact-box-2:hover .contact-data{
    font-size: 13px;
  }
}

@media screen and (max-width: 1294px) {
  .contact-box-2 h2{
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .contact-box-2 h2{
    font-size: 23px;
    margin-top: 10px;
  }
  .contact-data{
    font-size: 13px;
  }
  .contact-box-2:hover .contact-data{
    font-size: 13px;
  }
}

.contact-box-2:hover .project-name{
  display: none;
  transition: all 1s;
}

.fa-user {
  font-size: 8rem;
}

.project-name{
  position: relative;
  bottom: -47px;
}


#map {
  /* max-width: 750px; */
  height: 500px;
}


/*BURGER*/

.burger-nav {
  display: none;
  position: absolute;
  top: 12px;
  right: 9px;
  z-index: 21;
  width: 30px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.burger-line{
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #F7F7F7;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  transform-origin: center center;
}

.line-1{
  top: 0px;
}

.line-2{
  top: 10px;
}

.line-3{
  top: 20px;
}

.burger-nav.active {
  position: fixed;
  top: 18px;
  right: 20px;
}

.burger-nav.active .line-1{
  transform: translateY(10px) rotate(45deg) !important;
}

.burger-nav.active .line-2{
  opacity: 0 !important;
}

.burger-nav.active .line-3{
  transform: translateY(-10px) rotate(-45deg) !important;
}




/* .burger-nav {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
} */

/* .burger-nav.active i::before,
.burger-nav.active i::after {
  background: #52d3aa;
}

.burger-nav:hover,
.burger-nav:focus,
.burger-nav:active {
  outline: none;
  border-bottom: none !important;
}

.burger-nav i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #d2ab67;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #d2ab67;
  transition: all .2s ease-out;
}

.burger-nav i::before,
.burger-nav i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #d2ab67;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.burger-nav i::before {
  top: -7px;
}

.burger-nav i::after {
  bottom: -7px;
}

.burger-nav:hover i::before {
  top: -10px;
}

.burger-nav:hover i::after {
  bottom: -10px;
}

.burger-nav.active i {
  background: transparent;
}

.burger-nav.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.burger-nav.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.burger-nav {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
} */

@media screen and (max-width: 768px) {
  .burger-nav {
    display: block;
  }
}

.col-md-12 strong {
  font-size: 2.2rem !important;
}


/*FOOTER BLURRED BOX*/

.blurred-background{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: none;
	border: 2px solid #393e46;
	opacity: 0.6;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.62),rgba(0, 0, 0, 0.17));
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
  }
  


/* SLIDEOUT */

.slideout-widget {
  position: fixed;
  left: -111px;
  top: 120px;
  transition: all .4s;
  width: 3em;
  z-index: 20;
}

.slideout-widget:hover {
  left: 0;
}

.slideout-widget:hover > .slideout-widget-content{
  width: 5em;
  /* height: 3em; */
  transition: all .5s;
}

.slideout-widget:hover > .slideout-widget-content:before{
  left: 116px;
  transition: all .5s;
}

  .slideout-widget-content {
    position: absolute;
    width: 5em;
    background: #eee;
    border-radius: 0 5px 5px 0;
    padding: 0 11px;
    font-size: 31px;
    border-width: 1px 0;
    overflow: hidden;
    z-index: 11;
    opacity: .7;
    cursor: pointer;
    transition: all .5s;
  }

  .slideout-widget-content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f193";
    font-size: 18px;
    position: relative;
    left: 113px;
    top: -4px;
    transition: all .4s;
}

.fa-big{
  display: none;
margin-bottom: 0px;
transition: all .4s;
font-size: 26px;
}

.fa-small{
  display: none;
margin-bottom: 0px;  
transition: all .4s;
font-size: 18px;
margin-left: 11px;
}

.slideout-widget:hover > .slideout-widget-content > .fa-big{
  display: inline-block;
}

.slideout-widget:hover > .slideout-widget-content > .fa-small{
  display: inline-block;
}

/* SLIDEOUT 2 */


.slideout-widget-2 {
  position: fixed;
  left: -111px;
  top: 220px;
  transition: all .4s;
  width: 3em;
  z-index: 20;
}

.slideout-widget-2:hover {
  left: 0;
}

.slideout-widget-2:hover > .slideout-widget-content-2{
  width: 7em;
  height: 10em;
  transition: all .5s;
}

.slideout-widget-2:hover > .slideout-widget-content-2:before{
  left: 181px;
  transition: all .5s;
  content: "\f104";
}

  .slideout-widget-content-2 {
    position: absolute;
    width: 5em;
    height: 44px;
    background: #eee;
    border-radius: 0 5px 5px 0;
    padding: 0 11px;
    font-size: 31px;
    border-width: 1px 0;
    overflow: hidden;
    z-index: 11;
    opacity: .7;
    cursor: pointer;
    transition: all .5s;
  }

  .slideout-widget-content-2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 18px;
    position: relative;
    left: 117px;
    top: -4px;
    transition: all .4s;
}

.blog_title{
  font-size: 16px;
    text-decoration: none;
    list-style: none;
    padding-left: 9px;
}


/*Accesibility*/ 
#navbar li a:focus, 
#navbar li a:active {
    background: #4B4B4B !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.aicon_link{
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
	left: 0 !important;
}

.skip-link {
  position: absolute;
  left: -999em; 
}
.skip-link:focus {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9px;
    background: #fff;
    padding: 5px;
    border-radius: 11px;
    color: black;
    border: 4px solid #d2ab67;
    font-weight: bold;
    text-decoration: none;
}



.bg-banner{
  background: linear-gradient(90deg, rgba(71, 76, 85, 0.79), rgba(215, 181, 110, 0.83), rgba(71, 76, 85, 0.69)), url(img/VCC_Banner_3.jpg) no-repeat center center fixed;  
  /* background-size: cover; */
  /* background-size: 109%; */
  width: 100%;
  height: 429px;
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: 3px solid #d7b56e;
}





/*404 Error Page*/

.error-404 {
  background: #474c55;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.error-404 h2{
  position: relative;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.error-404 h2 strong{
  font-size: 40px;
  color: #d7b56e;
  text-transform: uppercase;
}

.error-404 i {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 272px;
  opacity: 0.4;
}

/* SMALL SCREEN MAIN BANNER DISPLAY */

.boxes-title{
  display: none;
}

@media screen and (max-width: 600px) {
  .eu-logo {
    position: absolute !important;
  }
  #home {
    height: 256px;
  } 
  #big-boxes {
    height: 11.2rem;
  }
  .skewed{
    display: none;
  }
  .boxes-title{
    display: block;
    background-color: #474c55;
    border-radius: 4px;
    width: 100%;
    margin: 30px 0px;
  }
  .boxes-title h1{
    text-transform: uppercase;
    padding: 20px;
    margin: auto;
    text-align: center;
    font-size: 2rem;
    color: #b49b67;
  }
  #main-boxes .past-projects {
    display: block;
  }
  #main-boxes .current-projects {
    margin-bottom: 0px;
    border-bottom: 4px solid #474c55;
  }
  .title {
    background: #fff;
    padding-top: 89px;
    border-top: 4px solid #474c55;
  }
  .partner-logo {
    padding: 20px !important;
  }
}


.dropdown{
  z-index: 100;
}

.projects-dropdown{
  transform: translatex(-50%);
}

.projects-dropdown:hover{
  border: 2px solid;
  border-radius: 20px;
  padding: 6px 26px;
  transform: translatex(-50%);
}