#slide1 .slide_content {
  /*background: transparent;*/
}
#slide1 .slide_content.pepe {
  background: rgba(255,255,255,0.7);
}

#slide1 .slide_content img {
    max-width: none;
    height: auto;
}
@media screen and (max-width: 1100px){
#slide1 .slide_content img {
    max-width: 100%;
    height: auto;
}}

#slideshow {
  position: relative;
  width:100%;
  height:600px;
  overflow:hidden;
  background-image: url(../img/blurred_slideshow_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 700px) {
  #slideshow {
    height:600px;
  }
}

/* Slides */

.slide {
  position: absolute;
  width: 100%;
  height:100%;
  text-align: center;
  font-size: 0px;
}
.slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  width:0px;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}

/* Background */

.slide_bg_wrap {
  display:none;
  position: absolute;
  top:0px;
  width: 100%;
  height:100%;
}
.slide_bg {
  display: block;
  width: 100%;
  height:100%;
  /*background-color: green;*/
  background-size:cover;
  background-position: center center;
}
@media screen and (min-width: 1100px) {
  .slide_bg_wrap {
    display:block;
  }
}

/* Content */
.slide_content_wrap {
  width: 1024px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.slide_content {
  position: relative;
  display: inline-block;
  width: 327px;
  background: rgba(255,255,255,0.7);
  padding:20px;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
  color: #5C5C5C;
  /*position: relative;
  display: inline-block;
  width:1024px;
  text-align: left;
  vertical-align:middle;
  font-size: 20px;
  color:#ffffff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);*/
}
.slide_content h1 {
  margin-top:20px;
  margin-bottom: 20px;
  font-size: 36px;
  max-width:400px;
}
.slide_content h2 {
  margin-top:20px;
  margin-bottom: 20px;
  max-width:400px;
}
.slide_content p:first-of-type {
  margin-top: 0px;
}
.slide_content p {
  font-family: 'vag';
  font-weight: normal;
  font-size: 18px;
  color:#5C5C5C;
  margin-top:20px;
  margin-bottom: 0px;
  max-width:400px;
}
.slide_content a {

}
.slide_content img {
  max-width:100%;
  height:auto;
}
@media screen and (max-width: 1340px) {
  .slide_content_wrap {
    width:75%;
  }
}
@media screen and (max-width: 1100px) {
  .slide_content_wrap {
    width:80%;
    text-align: center;
  }
  .slide_content {
    width:100%;
    text-align: center;
    background: none;
    padding: 0;
  }
  #slide1 .slide_content.pepe {
      background: none;
}
    .slide_content h1, h2, h3, h4, p {
      margin-left:auto;
      margin-right: auto;
    }
}

/* Arrows */

.slide_arrow {
  display: none;
  cursor:pointer;
  position: absolute;
  top:50%;
  margin-top:-36px;
  z-index:3;
  width:72px;
  height:72px;
  background-size: 72px 72px;
  opacity:0.5;
  transition: opacity 0.2s ease;
}
.slide_arrow:hover {
  opacity:1;
}
#slide_arrow_left {
  left:72px;
}
#slide_arrow_right {
  right:72px;
}
@media screen and (min-width: 700px) {
  .slide_arrow {
    display: block;
  }
  #slide_arrow_left {
    background-image: url(../img/slideshow_arrow_left.png);
  }
  #slide_arrow_right {
    background-image: url(../img/slideshow_arrow_right.png);
  }
}
@media screen and (max-width: 1480px) {
  #slide_arrow_left {
    left:36px;
  }
  #slide_arrow_right {
    right:36px;
  }
}
@media screen and (max-width: 1340px) {
  #slide_arrow_left {
    left:2%;
  }
  #slide_arrow_right {
    right:2%;
  }
}
@media screen and (max-width: 1100px) {
  #slide_arrow_left {
    left:36px;
  }
  #slide_arrow_right {
    right:36px;
  }
}

/* Navigation */

#slide_nav {
  z-index:3;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0px;
  DISPLAY: NONE;
}
.slide_nav_item {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 5px;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.slide_nav_item:hover, .slide_nav_item.current {
  opacity:1;
}

/* Pillars */

/*#pillars {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index:2;
  height:200px;
  width:auto;
}
@media screen and (max-width: 1000px) {
  #pillars {
    display: none;
  }
}*/
#pillars {

  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index:2;
  height:205px;
  width:400px;
  padding-right:20px;
  text-align: right;
  display: none;
}
@media screen and (max-width: 1000px) {
  #pillars {
    display: none;
  }
}
.pillar {
  font-size: 48px;
  margin:0;
  padding:0;
  line-height: 38px;
  height: 38px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'vag';
  opacity: 0.85;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
