/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 07.12.2018, 14:49:15
    Author     : Marcel L.
*/

section .section_header {
  text-align: center;
  margin-bottom: 50px;
}
section .section_header .sh_small_title {
  color: #ba973f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  position: relative;
  margin-bottom: 20px;
}
section .section_header .sh_small_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  background-color: #ba973f;
  width: 50px;
  height: 2px;
  margin: 0 auto;
}

section#welcome {
  padding: 6rem;
  text-align: center;
}
section#welcome hr {
  margin: 50px 15%;
}
section#welcome .button.default {
  margin: 20px 0;
}

#stan_lee_quote {
  background: url(../../images/images/single-parallax.jpg) no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  padding: 75px 0;
}
#stan_lee_quote blockquote {
  font-size: 2rem;
  padding: 0;
  border: none;
  position: relative;
  font-style: normal;
  font-family: "PT Serif", serif;
  line-height: 1;
  color: #fff;
}
#stan_lee_quote blockquote::before,
#stan_lee_quote blockquote::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  display: inline-block;
  font-weight: 900;
}
#stan_lee_quote blockquote::before {
  content: "\f10d";
  margin-right: 10px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
#stan_lee_quote blockquote::after {
  content: "\f10e";
  margin-left: 10px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
#stan_lee_quote span {
  color: #fff;
  font-size: 14px;
}

#bg-counter span.count_extra {
  font-size: 60px;
  color: #fff;
}

section#team .section_header {
  margin-bottom: 100px;
}


#new_heros {
  overflow: hidden;
}


#new_heros .section_header {
  padding: 5rem 0 1rem;
}

.new_hero_slide,
.new_hero_slide p,
.new_hero_slide h3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_hero_slide {
  position: relative;
  overflow: hidden;
  display: table;
}
.new_hero_slide .new_hero_slide_photo,
.new_hero_slide .new_hero_slide_text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
  z-index: 1;
  height: 320px;
  background-color: #fbfbfb;
}
.new_hero_slide .new_hero_slide_photo {
  width: 30%;
}
.new_hero_slide .new_hero_slide_text {
  width: 70%;
}
.new_hero_slide .new_hero_slide_photo {
  overflow: hidden;
}
.new_hero_slide .new_hero_slide_photo > img {
  /* width: 100%; */
  height: 100%;
  cursor: pointer;
}
.new_hero_slide:hover .new_hero_slide_photo > img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.new_hero_slide .new_hero_slide_text {
  background: #fbfbfb;
  padding: 1rem 2rem;
  overflow: hidden;
}
.new_hero_slide .new_hero_slide_text::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  right: 0;
  bottom: 0;
  background: #ba973f;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.new_hero_slide .new_hero_slide_text.right::before {
  left: auto;
  right: -100%;
}
.new_hero_slide .new_hero_slide_text:hover::before,
.new_hero_slide:hover .new_hero_slide_text::before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.new_hero_slide .new_hero_slide_text.right:hover::before,
.new_hero_slide:hover .new_hero_slide_text.right::before {
  right: 0;
  left: auto;
}
.new_hero_slide .new_hero_slide_text h3 {
  font-size: 1.375rem;
  color: #414141;
  font-weight: 700;
}
.new_hero_slide .new_hero_slide_text p {
  font-size: 14px;
}
.new_hero_slide .new_hero_slide_text span {
  display: block;
  font-size: 11px;
  color: #ba973f;
  text-transform: uppercase;
  font-weight: 700;
}
.new_hero_slide:hover .new_hero_slide_text a.button {
  border-color: #fff;
  background-color: transparent;
}
.new_hero_slide:hover .new_hero_slide_text a.button:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.new_hero_slide:hover .new_hero_slide_text h3,
.new_hero_slide:hover .new_hero_slide_text p,
.new_hero_slide:hover .new_hero_slide_text span,
.new_hero_slide:hover ul.social li a,
#team-cols .swiper-button-prev,
#team-cols .swiper-button-next {
  color: #fff;
}
.new_hero_slide:hover ul.social li a {
  border: 1px solid #fff;
}
.new_hero_slide ul.social li a:hover,
.new_hero_slide ul.social li a:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #ba973f;
}
#team-cols .swiper-button-prev,
#team-cols .swiper-button-next {
  background: #414141;
}
#team-cols .swiper-button-prev:hover,
#team-cols .swiper-button-prev:focus,
#team-cols .swiper-button-next:hover,
#team-cols .swiper-button-next:focus {
  background: #ba973f;
}
@media screen and (max-width: 480px) {
  .new_hero_slide .new_hero_slide_photo,
  .new_hero_slide .new_hero_slide_text {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .new_hero_slide .new_hero_slide_photo,
  .new_hero_slide .new_hero_slide_text {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .new_hero_slide .new_hero_slide_text h3 {
    font-size: 1.125rem;
  }
}

.iconbox i {
  position: absolute;
  left: 25px;
  top: -30px;
  font-size: 100px;
  transform: rotate(-20deg);
  color: #eaeaea;
  z-index: -1;
}
.iconbox strong {
  font-size: 23px;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s;
  color: #555;
}
.iconbox a {
  margin: 10px 0;
  display: inline-block;
  border-bottom: 2px solid #eaeaea;
}
.iconbox a:hover {
  border-color: #ba973f;
}
.iconbox:hover strong {
  color: #ba973f;
}
.iconbox {
  margin: 0 25px;
}
