body .page-wrapper {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  body .page-wrapper {
    margin-top: 70px;
  }
}
* {
  font-family: 'Montserrat', sans-serif;
}
.row-bgimage {
  background-repeat: no-repeat;
  background-size: cover;
}
/*===========Schriften===========*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Orbitron', sans-serif !important;
}
h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 60px;
}
h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 40px;
}
h4 {
  font-weight: 700;
  font-size: 25px;
}
h5 {
  font-size: 20px;
  letter-spacing: 0.6px;
}
hr {
  width: 170px;
  background: #000000;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
  }
  h3 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 25px;
  }
  h4 {
    font-weight: 700;
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
    letter-spacing: 0.6px;
  }
}
/*=========== Ende Schriften===========*/
p {
  color: grey;
  font-weight: 300;
}
img {
  max-width: 100%;
  height: auto;
}
/*
ul {
    list-style:none;
    margin:auto;
    padding:0px;

    a{
        text-decoration:none;
    }

    li:before {
        content: '\f105';
        color: #4a4d54;
        font-family: 'FontAwesome';
        font-weight: normal;
        margin-right:10px;
    }
}
*/
#scollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
}
#scollBtn i {
  color: white;
  font-weight: bolder;
  background: black;
  border-radius: 50%;
  padding: 5px;
}
#scollBtn i:hover {
  background-color: darkslategrey;
}
.btn-primary {
  color: #ffffff;
  background-color: #2e2e2d;
  border-color: #2e2e2d;
}
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff !important;
  background-color: #282726 !important;
  border-color: #ffffff !important;
}
blockquote {
  color: #4a4d54;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  padding: 4px 0 27px 79px;
  margin: 0;
  position: relative;
  text-align: left;
}
blockquote::before {
  content: '“';
  font: 600 110px/110px 'Raleway', sans-serif;
  left: 0;
  position: absolute;
  top: 0;
  color: #4a4d54;
}
.btn {
  border: none;
  border-radius: 0;
  background: #4a4d54;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 27px;
  outline: none;
  padding: 11.5px 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======================================================================================================================================
    Abstände
====================================================================================================================================== */
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-xs {
  padding-top: 25px !important;
}
.margin-top-md {
  padding-top: 50px !important;
}
.margin-top-lg {
  padding-top: 100px !important;
}
.margin-top-xl {
  margin-top: 250px !important;
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 25px !important;
  }
  .margin-top-md {
    margin-top: 30px !important;
  }
  .margin-top-lg {
    margin-top: 50px !important;
  }
  .margin-top-xl {
    margin-top: 80px !important;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-xs {
  margin-bottom: 25px !important;
}
.margin-bottom-md {
  margin-bottom: 50px !important;
}
.margin-bottom-lg {
  margin-bottom: 100px !important;
}
.margin-bottom-xl {
  margin-bottom: 250px !important;
}
@media (max-width: 767px) {
  .margin-bottom-xs {
    margin-bottom: 25px !important;
  }
  .margin-bottom-md {
    margin-bottom: 30px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 50px !important;
  }
  .margin-bottom-xl {
    margin-bottom: 80px !important;
  }
}
/* ======================================================================================================================================
    Abstände
    -------------------------------------------------------------------------------------------------------------------------------------
    -> 10 bis 100 Pixel Abstand
====================================================================================================================================== */
.space-10 {
  height: 10px;
  width: 100%;
}
.space-20 {
  height: 20px;
  width: 100%;
}
.space-30 {
  height: 30px;
  width: 100%;
}
.space-40 {
  height: 40px;
  width: 100%;
}
.space-50 {
  height: 50px;
  width: 100%;
}
.space-60 {
  height: 60px;
  width: 100%;
}
.space-70 {
  height: 70px;
  width: 100%;
}
.space-80 {
  height: 80px;
  width: 100%;
}
.space-90 {
  height: 90px;
  width: 100%;
}
.space-100 {
  height: 100px;
  width: 100%;
}
.space-xs {
  height: 25px;
  width: 100%;
}
.space-md {
  height: 50px;
  width: 100%;
}
.space-lg {
  height: 150px;
  width: 100%;
}
.space-xl {
  height: 250px;
  width: 100%;
}
@media (max-width: 767px) {
  .space-xs {
    height: 25px;
    width: 100%;
  }
  .space-md {
    height: 30px;
    width: 100%;
  }
  .space-lg {
    height: 50px;
    width: 100%;
  }
  .space-xl {
    height: 65px;
    width: 100%;
  }
}
nav {
  background: #ffffff;
}
nav .navbar-brand {
  display: block !important;
  height: 100%;
  width: auto;
  z-index: 2;
  z-index: 1;
}
nav .navbar-brand img {
  display: block;
  margin: auto auto;
  width: auto !important;
  height: 100px;
}
nav li {
  padding: 0 25px 0 25px;
  color: #818180;
  display: inline-block;
  margin: 0;
}
nav li a {
  color: #818180;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
nav li a.level-1 {
  padding: 30px 0 35px 0px !important;
}
nav li a:hover,
nav li a.active {
  color: #2e2e2d;
}
@media only screen and (max-width: 768px) {
  nav .navbar-brand {
    display: block !important;
    height: 100%;
    width: auto;
    z-index: 2;
    z-index: 1;
  }
  nav .navbar-brand img {
    margin: auto 20px !important;
    width: auto;
    height: 60px !important;
  }
  nav li {
    padding: 0 25px 0 25px;
  }
  nav li a {
    color: #818180;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
  }
  nav li a.level-1 {
    padding: 15px 0 15px 0px !important;
  }
  nav li a:hover,
  nav li a.active {
    color: #2e2e2d;
  }
}
.navbar {
  padding: 0;
}
.navbar li:before {
  display: block;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  border-top: solid 5px #2e2e2d;
}
.navbar li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar li .active {
  color: darkslategrey;
}
.navbar li.fromRight:before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.navbar li.fromLeft:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.portfolio-detail .image-wrapper {
  width: 50%;
  float: left;
  margin: auto 20px 20px auto;
}
.portfolio-detail .image-wrapper img {
  width: 100%;
}
.portfolio-detail .content-wrapper .teaser {
  margin: auto;
}
.portfolio-detail .content-wrapper .portfolio-meta-list {
  display: table;
  margin-left: 0;
  overflow: hidden;
  margin: 0 0 27px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
}
.portfolio-detail .content-wrapper .portfolio-meta-list li {
  display: table-row;
}
.portfolio-detail .content-wrapper .portfolio-meta-list li:before {
  display: none;
}
.portfolio-detail .content-wrapper .portfolio-meta-list li strong {
  display: table-cell;
  padding-right: 20px;
  text-transform: uppercase;
}
.portfolio-detail .content-wrapper .portfolio-meta-list li span {
  display: table-cell;
}
.portfolio-detail .content-wrapper .btn {
  margin: auto auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .portfolio-detail .image-wrapper {
    width: 100%;
  }
}
.portfolio-section .filters {
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-section .filters li {
  display: inline-block;
  margin-right: 20px;
}
.portfolio-section .filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-section .filters li span:hover,
.portfolio-section .filters li span:focus {
  color: #2e2e2d;
}
.portfolio-section .filters li span.active {
  color: #2e2e2d;
}
.portfolio-section .portfolio {
  position: relative;
  /* #Tablet (Portrait) */
  /*  #Mobile (Portrait) - Note: Design for a width of 320px */
  /* #Mobile (Landscape) - Note: Design for a width of 480px */
}
.portfolio-section .portfolio .item-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33%;
  float: left;
  padding: 5px;
  padding-bottom: 30px;
}
.portfolio-section .portfolio .item-wrapper .item {
  position: relative !important;
  cursor: pointer;
  /*height:250px !important;*/
  overflow: hidden !important;
  z-index: 10;
}
.portfolio-section .portfolio .item-wrapper .item:hover .image-wrapper {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-section .portfolio .item-wrapper .item .image-wrapper {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-section .portfolio .item-wrapper .item .description {
  position: relative;
  width: 100%;
  z-index: 200;
  background: #ffffff;
  padding: 10px;
  line-height: normal;
}
.portfolio-section .portfolio .item-wrapper .item .description .title {
  line-height: normal;
  margin: auto;
  font-weight: bolder;
}
.portfolio-section .portfolio .item-wrapper .item .description .teaser {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .portfolio-section .portfolio .item-wrapper {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section .portfolio .item-wrapper {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section .portfolio .item-wrapper {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-section .portfolio .item-wrapper {
    width: 48%;
  }
}
.carousel {
  margin: auto -15px;
}
.carousel h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 15px;
  text-align: left;
}
.carousel h2 * {
  color: inherit;
  font-family: inherit;
}
.carousel h3 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
}
.carousel h3 * {
  color: inherit;
  font-family: inherit;
}
.carousel h4 {
  font-weight: 700;
  font-size: 25px;
  display: inline-block;
  padding-right: 150px;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid black;
  margin-bottom: 35px;
}
.carousel .carousel-inner .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover;
}
.carousel .carousel-inner .content-wrapper {
  margin-top: 200px;
  text-align: left;
  padding: 50px;
}
.carousel .carousel-inner .content-wrapper .hidden {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .carousel {
    margin: auto -15px;
  }
  .carousel h4 {
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    padding-right: 150px;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
  }
  .carousel h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
  .carousel h3 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
  }
  .carousel .carousel-inner .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
  }
  .carousel .carousel-inner .content-wrapper {
    margin-top: 200px;
    text-align: left;
    padding: 50px;
  }
  .carousel .carousel-inner .content-wrapper .hidden {
    opacity: 0;
  }
}
.carousel-control {
  height: 120px;
  width: 50px;
  margin: auto;
  text-align: center;
  background: black;
  opacity: 0.7;
}
.carousel-control .icon {
  font-size: 40px;
}
.carousel-control:hover {
  background: black;
  opacity: 0.3;
  margin: auto;
}
.team .item {
  margin: auto auto 40px auto;
}
.team .item .image-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  height: 250px;
}
.team .item .image-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 41px;
  height: 2px;
  background: #4a4d54;
}
.team .item .image-wrapper.left:after {
  right: -10px;
  top: 50px;
}
.team .item .image-wrapper.right:after {
  left: -10px;
  top: 50px;
}
.team .item .name {
  margin: auto auto 5px auto;
}
.team .item .jobTitle {
  margin: auto auto 10px auto;
}
@media only screen and (max-width: 768px) {
  .team .item {
    margin: auto auto 20px auto;
  }
  .team .item .image-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
  .team .item .image-wrapper:after {
    position: absolute;
    right: 75%;
    top: auto;
    bottom: -5px;
    content: '';
    width: 2px;
    height: 35px;
    background: #4a4d54;
  }
  .team .item .name {
    margin: 10px auto 5px auto;
  }
  .team .item .jobTitle {
    font-family: 'Bold';
    margin: auto auto 10px auto;
  }
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li .description img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #2e2e2d;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge .icon {
  font-size: 30px;
  margin-top: 10px;
}
.timeline > li .date-wrapper {
  position: absolute;
  top: 30px;
  left: calc(50% + 50px);
  font-weight: bold;
}
.timeline > li .date-wrapper.mobile {
  display: none;
}
@media (max-width: 767px) {
  .timeline > li .date-wrapper {
    display: none;
  }
  .timeline > li .date-wrapper.mobile {
    position: relative;
    top: auto;
    left: auto;
    display: inline;
  }
}
.timeline > li.timeline-inverted > .date-wrapper {
  left: auto;
  right: calc(50% + 50px);
  text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* by nano */
@media (max-width: 767px) {
  /* Zeitachse / Linie */
  ul.timeline:before {
    left: 10px;
  }
  ul.timeline > li > .timeline-panel {
    /*
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        */
    width: calc(100% - 50px);
  }
  ul.timeline > li > .timeline-badge {
    left: -5px;
    margin-left: 0;
    top: 25px;
    width: 30px;
    height: 30px;
  }
  ul.timeline > li > .timeline-badge .icon {
    clear: both;
    display: block;
    font-size: 20px;
    line-height: 12px;
    height: 10px;
    padding: 0px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .timeline .item .year {
    text-align: left;
    margin: auto;
    padding: 0px;
    font-size: 60px;
    line-height: 60px;
  }
  .timeline .item .timeline-badge {
    position: absolute;
    top: 15px;
    left: -25px;
    color: #000000;
    width: 11px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    margin-right: -25px;
    background-color: #000000;
    z-index: 100;
    border-radius: 50%;
    display: none;
  }
  .timeline .item .content:before {
    top: 0px;
    left: -20px;
    height: 100%;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #000000;
    display: none;
  }
  .timeline .item .content.first:before {
    top: 15px;
  }
  .timeline .item .content.last:before {
    height: calc(100% - 40px);
  }
  .timeline .item .content {
    margin-bottom: 40px;
  }
  .timeline .item .content .title {
    margin-top: 5px;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.gallery-header .title {
  margin: auto;
  padding: 0px;
  line-height: inherit;
}
.gallery-header .title.main {
  line-height: inherit;
}
.gallery-list {
  position: relative;
}
.gallery-list .item-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33%;
  float: left;
  padding: 5px;
  padding-bottom: 30px;
}
.gallery-list .item-wrapper .item {
  position: relative !important;
  cursor: pointer;
  overflow: hidden !important;
  z-index: 10;
}
.gallery-list .item-wrapper .item:hover .image-wrapper {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.gallery-list .item-wrapper .item:hover .image-overlay {
  background: #000000;
  opacity: 0.5;
}
.gallery-list .item-wrapper .item .image-wrapper {
  position: relative !important;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-list .item-wrapper .item .image-overlay {
  margin: auto;
  padding: 0px;
  position: absolute !important;
  top: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: inline-block;
  line-height: 300px;
  color: #ffffff;
}
.gallery-list .item-wrapper .item .image-overlay div {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 300px;
  color: #ffffff;
}
.gallery-list .item-wrapper .item .image-overlay div .icon {
  font-size: 80px;
  padding-top: 100px;
}
.gallery-list .item-wrapper .item .description {
  position: relative;
  width: 100%;
  z-index: 200;
  background: #ffffff;
  padding: 10px;
  line-height: normal;
}
.gallery-list .item-wrapper .item .description .title {
  line-height: normal;
  margin: auto;
  font-weight: bolder;
}
.gallery-list .item-wrapper .item .description .teaser {
  font-size: 14px;
}
@media (max-width: 767px) {
  .gallery-list .item-wrapper {
    width: 100%;
  }
}
.list.box .item {
  margin-bottom: 30px;
  border-left: 2px solid #6a6b6d;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6a6b6d), color-stop(50%, #ffffff));
  background: linear-gradient(to right, #6a6b6d 50%, #ffffff 50%);
  background-size: 250% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.list.box .item:hover {
  background-position: left bottom;
  color: #ffffff;
}
.list.box .item:hover * {
  color: #ffffff;
}
.list.box .item .inner {
  padding: 20px;
}
.list.box .item .inner a {
  color: inherit;
}
.list.box .item .inner a:hover {
  text-decoration: underline;
}
.list.box .item .inner .icon {
  margin: auto 15px 15px auto;
  font-size: 45px;
  line-height: inherit;
}
.list.box .item .inner .titleMain {
  margin: auto;
  padding: 0px;
  line-height: inherit;
  height: auto;
}
.list.type2 .item {
  margin: auto auto 40px auto;
  position: relative;
}
.list.type2 .item .image {
  width: 100%;
  height: auto;
  z-index: 1;
}
.list.type2 .item .image-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
.list.type2 .item .image-wrapper * {
  z-index: 1;
}
.list.type2 .item .image-wrapper:after {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 100px;
  height: 2px;
  background: #4a4d54;
}
.list.type2 .item .image-wrapper.left:after {
  right: -10px;
  top: 90px;
}
.list.type2 .item .image-wrapper.right:after {
  left: -40px;
  top: 90px;
}
.list.type2 .item .content-wrapper {
  padding: 40px;
}
.list.type2 .item .content-wrapper.align-right * {
  text-align: right;
}
.list.type2 .item .content-wrapper .btn.show-less,
.list.type2 .item .content-wrapper .btn.show-more {
  margin-bottom: 15px;
}
.list.type2 .item .content-wrapper .btn.show-less {
  display: none;
}
.list.type2 .item .content-wrapper .description-wrapper {
  display: none;
}
.list.type2 .item .name {
  margin: auto auto 5px auto;
}
.list.type2 .item .jobTitle {
  margin: auto auto 10px auto;
}
@media only screen and (max-width: 768px) {
  .list.type2 .item {
    margin: auto auto 30px auto;
  }
  .list.type2 .item .image-wrapper {
    display: none;
  }
  .list.type2 .item .content-wrapper {
    padding: 0px;
    margin: 20px auto;
  }
}
.containerSection {
  margin: auto;
  padding: 0;
}
.box {
  margin-bottom: 30px;
}
.innerbox {
  background: yellow;
  padding: 40px 40px 0px 40px;
  border-left: 2px solid #6a6b6d;
  min-height: 250px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6a6b6d), color-stop(50%, #ffffff));
  background: linear-gradient(to right, #6a6b6d 50%, #ffffff 50%);
  background-size: 250% 100%;
  background-position: right bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
}
.innerbox:hover {
  background-position: left bottom;
  color: white;
}
.innerbox:hover h5,
.innerbox:hover p {
  color: white;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-prev span::before,
.fancybox-next span::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100px;
}
