@charset "UTF-8";
html, body {
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 100%;
  cursor: default;
  padding: 0;
  margin: 0; }

body {
  background: #f5f5f5; }

a, a img {
  text-decoration: none;
  outline: none;
  border: none; }

.clear {
  clear: both; }

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  #site-header .header-bar {
    padding: 0 37px;
    position: relative; }
    #site-header .header-bar ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #site-header .header-bar #logo {
      float: left;
      width: 100px;
      padding-top: 25px;
      opacity: 0; }
      #site-header .header-bar #logo a {
        display: block; }
        #site-header .header-bar #logo a img {
          max-width: 90px;
          display: block; }
        #site-header .header-bar #logo a .title {
          display: none; }
    #site-header .header-bar .tools {
      float: right;
      padding-top: 33px; }
      #site-header .header-bar .tools .lang-switch {
        float: right;
        position: relative;
        width: 52px; }
        #site-header .header-bar .tools .lang-switch .select-language {
          position: absolute;
          left: 0;
          top: 0;
          width: 80px;
          padding-bottom: 20px;
          text-align: left; }
          #site-header .header-bar .tools .lang-switch .select-language a {
            display: block;
            border: none;
            font-size: 15px;
            height: 28px;
            padding: 0;
            text-align: left;
            transition: all 0.3s;
            color: #212121; }
            #site-header .header-bar .tools .lang-switch .select-language a img {
              width: 28px;
              float: left;
              margin-right: 5px; }
            #site-header .header-bar .tools .lang-switch .select-language a span {
              display: inline-block;
              vertical-align: 4px;
              line-height: 26px; }
          #site-header .header-bar .tools .lang-switch .select-language .active-header {
            text-transform: uppercase; }
            #site-header .header-bar .tools .lang-switch .select-language .active-header span {
              vertical-align: 2px; }
          #site-header .header-bar .tools .lang-switch .select-language a.active {
            line-height: 36px; }
          #site-header .header-bar .tools .lang-switch .select-language .all-langs {
            position: absolute;
            top: 48px;
            right: 10px;
            background: #fff;
            min-width: 200px;
            border-radius: 10px;
            padding: 5px 0;
            display: none;
            box-shadow: 0 1px 2px #ddd; }
            #site-header .header-bar .tools .lang-switch .select-language .all-langs a {
              padding: 10px 15px;
              display: block;
              transition: all 0.2s; }
              #site-header .header-bar .tools .lang-switch .select-language .all-langs a span {
                line-height: 26px; }
              #site-header .header-bar .tools .lang-switch .select-language .all-langs a:hover {
                color: #d8833b; }
              #site-header .header-bar .tools .lang-switch .select-language .all-langs a.lang-de {
                opacity: 0.5; }
                #site-header .header-bar .tools .lang-switch .select-language .all-langs a.lang-de:hover {
                  color: #212121; }
          #site-header .header-bar .tools .lang-switch .select-language:hover .all-langs {
            display: block; }
      #site-header .header-bar .tools .search-box {
        float: right;
        margin-right: 124px; }
        #site-header .header-bar .tools .search-box #search-input {
          border: none;
          background: none;
          font-size: 14px;
          line-height: 24px;
          width: 1px;
          color: #212121;
          outline: none; }
        #site-header .header-bar .tools .search-box #search-input:focus {
          width: 100px;
          border-bottom: 1px solid #212121; }
        #site-header .header-bar .tools .search-box .btn-submit {
          border: none;
          background: url(../image/btn_search.png) no-repeat center center/24px 24px;
          outline: none;
          width: 24px;
          height: 24px;
          cursor: pointer;
          overflow: hidden;
          text-indent: -5000px; }
    #site-header .header-bar #menu {
      max-width: 492px;
      margin: 0 auto;
      text-align: left;
      padding-top: 22px;
      /*&>ul > li.has-submenu > a {background:url(../images/arrow_down.png) no-repeat right center / 14px 8px;}*/ }
      #site-header .header-bar #menu a {
        color: #212121;
        padding: 20px 15px;
        display: block;
        font-size: 15px;
        transition: all 0.2s; }
      #site-header .header-bar #menu > ul:after {
        clear: both;
        content: '';
        display: block; }
      #site-header .header-bar #menu > ul > li {
        float: left;
        margin: 0 5px;
        position: relative; }
      #site-header .header-bar #menu > ul > li > a:hover {
        text-decoration: underline; }
      #site-header .header-bar #menu > ul > li.has-submenu > a:hover {
        text-decoration: none; }
      #site-header .header-bar #menu .submenu {
        display: none;
        position: absolute;
        top: 58px;
        left: 10px;
        background: #fff;
        min-width: 200px;
        border-radius: 10px;
        padding: 5px 0;
        box-shadow: 0 1px 2px #ddd; }
        #site-header .header-bar #menu .submenu a {
          padding-top: 10px;
          padding-bottom: 10px;
          transition: all 0.2s; }
        #site-header .header-bar #menu .submenu a:hover {
          color: #d8833b; }
        #site-header .header-bar #menu .submenu li.all-items {
          font-weight: bold; }
      #site-header .header-bar #menu > ul > li:hover .submenu {
        display: block; }
  #site-header .btn-menu-switch {
    display: none;
    position: absolute;
    right: 37px;
    top: 37px;
    width: 20px;
    height: 20px;
    text-indent: -5000px;
    overflow: hidden; }
    #site-header .btn-menu-switch:after, #site-header .btn-menu-switch:before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #212121; }
    #site-header .btn-menu-switch:after {
      top: auto;
      bottom: 5px; }

.box-slider {
  height: 785px; }
  .box-slider .slide-item {
    height: 785px;
    background: none no-repeat center center / cover; }
    .box-slider .slide-item .box-slide {
      height: 785px;
      position: relative;
      width: 1124px;
      margin: 0 auto; }
      .box-slider .slide-item .box-slide .content {
        width: 1124px;
        height: 785px;
        display: table-cell;
        vertical-align: middle;
        color: #212121; }
        .box-slider .slide-item .box-slide .content .image {
          display: none; }
        .box-slider .slide-item .box-slide .content .description {
          max-width: 600px; }
        .box-slider .slide-item .box-slide .content h3 {
          font-size: 50px;
          margin: 0 0 20px;
          color: #333; }
        .box-slider .slide-item .box-slide .content .text {
          font-size: 21px;
          padding-bottom: 30px;
          font-weight: 300;
          line-height: 30px;
          max-width: 500px; }
        .box-slider .slide-item .box-slide .content .btn-outlink {
          display: inline-block;
          color: #333;
          border: 1px solid #333;
          outline: none;
          font-size: 24px;
          padding: 22px 40px 25px;
          border-radius: 50%;
          line-height: 24px;
          cursor: pointer;
          transition: all 0.2s; }
          .box-slider .slide-item .box-slide .content .btn-outlink:hover {
            background-color: #333;
            border-color: #333;
            color: #fff; }
  .box-slider .owl-carousel .owl-nav .owl-next, .box-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: block;
    background: url(../image/arrow_left_2.png) no-repeat center center/18px 33px;
    width: 24px;
    height: 44px;
    margin-top: -25px;
    overflow: hidden;
    text-indent: -5000px; }
  .box-slider .owl-carousel .owl-nav .owl-prev {
    left: 30px; }
  .box-slider .owl-carousel .owl-nav .owl-next {
    right: 37px;
    transform: scale(-1); }

.page-single .container {
  max-width: 720px;
  padding: 100px 0;
  margin: 0 auto; }
.page-single h1 {
  color: #333; }
  .page-single h1 a {
    color: #333; }

.page-sig.single-page .page-content, .page-about.single-page .page-content {
  width: auto; }

.page-about.single-page .big-header .content .text {
  text-align: left;
  font-weight: normal;
  display: none; }
.page-about.single-page .page-content {
  padding-bottom: 0; }
.page-about .box-in {
  padding-bottom: 100px; }

.page-krones.single-page .big-header .content .text, .page-sig.single-page .big-header .content .text {
  display: none; }
.page-krones #site-footer, .page-sig #site-footer {
  background: #f5f5f5; }

.zig-zag hr {
  background: none !important; }
.zig-zag .in {
  max-width: 820px;
  margin: 0 auto; }
.zig-zag .zig {
  background: #f5f5f5; }

.breadcrumb {
  padding: 0px 0 20px;
  color: #666; }
  .breadcrumb a {
    color: #333; }
  .breadcrumb div {
    display: inline-block; }

.page .container {
  max-width: 720px;
  padding: 100px 0;
  margin: 0 auto; }

.big-splash {
  position: relative;
  height: 785px; }
  .big-splash .box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none no-repeat center center / cover; }
    .big-splash .box-image img {
      max-width: 100%; }
  .big-splash .box-info {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    bottom: 60px;
    text-align: center; }
    .big-splash .box-info h3 {
      font-size: 50px;
      margin: 0 0 20px;
      color: #fff; }
    .big-splash .box-info .description {
      font-size: 21px;
      padding: 0 20px 30px;
      color: #fff;
      font-weight: 300; }
    .big-splash .box-info .btn-outlink {
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      outline: none;
      font-size: 24px;
      padding: 22px 35px 25px;
      border-radius: 50%;
      background: none;
      line-height: 24px;
      cursor: pointer;
      transition: all 0.2s; }
      .big-splash .box-info .btn-outlink:hover {
        background-color: #fff;
        border-color: #fff;
        color: #212121; }

.mehidey {
  display: none; }

.briefing {
  color: #333;
  font-size: 22px;
  text-align: center;
  padding: 100px 0 50px;
  max-width: 720px;
  margin: 0 auto;
  /*&.has-sustainable{background: url(../images/curly_lines.png) no-repeat center top / 97px 79px;}*/ }
  .briefing .container {
    padding: 0 20px; }
  .briefing h2 {
    margin: 0 0 20px;
    font-size: 45px;
    color: #212121; }
  .briefing .description {
    font-weight: 300;
    line-height: 26px; }
  .briefing.small {
    font-size: 21px;
    padding-bottom: 0; }

.box-items {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 44px; }
  .box-items .item {
    float: left;
    width: 31.8%;
    margin-right: 2.2%;
    position: relative; }
    .box-items .item:nth-child(3n) {
      margin-right: 0; }
    .box-items .item .item-image {
      margin-bottom: 28px;
      transition: all 0.2s; }
      .box-items .item .item-image img {
        display: block;
        width: 100%;
        max-width: 100%; }
    .box-items .item .description {
      padding: 0 10px 60px; }
    .box-items .item h3 {
      font-size: 24px;
      color: #212121;
      margin: 0 0 15px; }
      .box-items .item h3 a {
        color: #212121;
        transition: all 0.2s; }
    .box-items .item .text {
      color: #424242;
      font-size: 18px;
      margin: 0 0 15px;
      line-height: 28px; }
    .box-items .item .btn-outlink {
      color: #39b54a;
      font-size: 16px;
      display: none; }
    .box-items .item:hover .item-image {
      opacity: 0.8; }
    .box-items .item:hover h3 a {
      color: #d8833b; }
  .box-items.items-sunnyness {
    text-align: left;
    padding-bottom: 40px !important; }
    .box-items.items-sunnyness .item {
      width: 29%;
      float: none;
      display: inline-block;
      margin-right: 2%;
      margin-left: 2%;
      margin-bottom: 4%; }
      .box-items.items-sunnyness .item .description {
        display: none; }
      .box-items.items-sunnyness .item .item-image {
        margin-bottom: 0; }
  .box-items .btn-loadmore {
    display: none;
    margin: 0 auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #333;
    border: 19px solid #f2f2f2; }
  .box-items.box-brands {
    padding: 0px;
    max-width: none; }
    .box-items.box-brands .item {
      width: auto;
      margin: 0;
      padding: 150px 0;
      float: none; }
      .box-items.box-brands .item:nth-child(odd) {
        background: #fafafa; }
      .box-items.box-brands .item .box-content {
        max-width: 550px;
        margin: 0 auto; }
      .box-items.box-brands .item .description h3 {
        display: none; }
      .box-items.box-brands .item .description .btn-outlink {
        display: inline-block;
        color: #1976d2;
        font-weight: bold;
        font-size: 16px;
        padding-left: 24px;
        background: url(../image/glob.png) no-repeat left center/16px 16px; }
      .box-items.box-brands .item .item-image {
        height: auto;
        position: relative; }
        .box-items.box-brands .item .item-image img {
          width: auto;
          margin: 0 auto;
          position: static;
          display: block; }
      .box-items.box-brands .item.item-stina .description {
        text-align: center; }
      .box-items.box-brands .item:hover .item-image {
        opacity: 1; }
  .box-items.brand-list {
    padding: 30px 0 0; }
    .box-items.brand-list .item-text-only .description {
      padding-top: 130px; }
      .box-items.brand-list .item-text-only .description h3 {
        font-size: 45px; }
      .box-items.brand-list .item-text-only .description .text {
        font-weight: 300;
        line-height: 26px; }
    .box-items.brand-list .item-effect:hover .item-image {
      opacity: 1; }
    .box-items.brand-list .item-effect h3 {
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #333;
      font-size: 36px; }
    .box-items.brand-list .item-effect .splash {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: url(../image/splash_over.png) no-repeat center center/272px 65px;
      opacity: 0;
      transition: all 0.2s; }
    .box-items.brand-list .item-effect:hover .splash {
      opacity: 1; }

.page-brands .big-header .big-image {
  background-size: cover !important; }
.page-brands #site-footer {
  background: #f5f5f5; }
.page-brands .breands-holder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 180px;
  margin-top: -90px;
  text-align: center; }
  .page-brands .breands-holder .icon-image {
    display: inline-block; }
    .page-brands .breands-holder .icon-image img {
      max-height: 180px;
      margin: 0 60px;
      display: block;
      transition: all 0.3s; }
    .page-brands .breands-holder .icon-image:hover img {
      transform: scale(1.3);
      margin: 0 90px; }

.page-intro {
  position: relative; }
  .page-intro .image-box {
    background: none no-repeat center center / cover;
    height: 780px;
    position: relative; }
    .page-intro .image-box img {
      display: none; }
    .page-intro .image-box .slider-items {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .page-intro .image-box .slider-items .slider-item {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center / cover; }
    .page-intro .image-box .owl-carousel .owl-stage, .page-intro .image-box .owl-carousel .owl-stage-outer, .page-intro .image-box .owl-carousel .owl-item {
      height: 100%; }
    .page-intro .image-box .owl-carousel .owl-nav {
      display: none; }
    .page-intro .image-box .video-container {
      position: relative;
      overflow: hidden; }
      .page-intro .image-box .video-container video {
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: 100%;
        height: auto;
        display: block; }
      .page-intro .image-box .video-container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25); }
    .page-intro .image-box.video-display {
      height: auto !important; }
  .page-intro .content {
    float: left;
    width: 32%; }
    .page-intro .content .info {
      padding: 280px 37px 0;
      transition: all 0.3s; }
      .page-intro .content .info h3 {
        display: none;
        color: #211212;
        font-size: 60px;
        margin: 0 0 40px; }
        .page-intro .content .info h3 span {
          display: block;
          background: no-repeat right top / 50%; }
      .page-intro .content .info .logo-display {
        margin-bottom: 40px; }
      .page-intro .content .info .text {
        color: #211212;
        font-size: 18px;
        height: 90px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 28px;
        font-weight: 300; }
        .page-intro .content .info .text p {
          margin: 0; }
      .page-intro .content .info .btn-readmore {
        display: inline-block;
        color: #FBAC18;
        font-size: 18px;
        margin-top: 30px; }
  .page-intro.active .content .info {
    padding-top: 220px; }
    .page-intro.active .content .info .text {
      height: auto; }
    .page-intro.active .content .info .btn-readmore {
      display: none; }

.get-info {
  margin: 70px 0 0;
  border-top: 1px solid #e3e3e3;
  background: #333;
  color: #fff; }
  .get-info .container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 150px 0 100px; }
    .get-info .container h6 {
      font-size: 45px;
      margin: 0;
      text-align: left; }
    .get-info .container .text {
      font-size: 21px;
      padding: 20px 0;
      text-align: left; }
    .get-info .container .btn-outlink {
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      outline: none;
      font-size: 24px;
      padding: 22px 20px 25px;
      border-radius: 50%;
      background: none;
      line-height: 24px;
      cursor: pointer;
      transition: all 0.2s; }
      .get-info .container .btn-outlink:hover {
        background: #fff;
        border-color: #fff;
        color: #333; }

#site-footer {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  padding-top: 70px;
  background: #f5f5f5; }
  #site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #site-footer h6 {
    font-size: 45px;
    color: #333;
    margin: 0;
    padding: 50px 0; }
  #site-footer .container {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative; }
  #site-footer .social {
    padding: 50px 0 80px;
    display: none; }
    #site-footer .social .socials a {
      display: inline-block;
      width: 60px;
      height: 60px;
      overflow: hidden;
      text-indent: -5000px;
      margin: 0 30px;
      transition: all 0.2s;
      background: url(../image/socials.png) no-repeat 0 0/390px 35px; }
    #site-footer .social .socials a:hover {
      opacity: 0.8; }
    #site-footer .social .socials a.fb {
      background-position: -107px 12px; }
    #site-footer .social .socials a.tw {
      background-position: 13px 17px; }
    #site-footer .social .socials a.vm {
      background-position: -226px 16px; }
    #site-footer .social .socials a.ig {
      background-position: -346px 12px; }
  #site-footer .newsletter {
    padding: 100px 0 100px;
    display: none;
    background: #333333;
    margin-bottom: 70px;
    color: #fff; }
    #site-footer .newsletter h6 {
      color: #fff; }
    #site-footer .newsletter .newsletter-box {
      max-width: 500px;
      margin: 0 auto; }
      #site-footer .newsletter .newsletter-box .input {
        margin-bottom: 45px; }
        #site-footer .newsletter .newsletter-box .input input {
          border: none;
          outline: none;
          background: none;
          font-size: 21px;
          padding: 16px 0;
          color: #fff;
          border-bottom: 2px solid #d7d7d7;
          transition: all 0.2s;
          width: 100%; }
        #site-footer .newsletter .newsletter-box .input input:focus {
          border-color: #d8833b; }
        #site-footer .newsletter .newsletter-box .input input:invalid {
          box-shadow: none; }
      #site-footer .newsletter .newsletter-box .btn-submit {
        color: #fff;
        border: 1px solid #FFF;
        background: none;
        outline: none;
        font-size: 24px;
        padding: 22px 22px 25px;
        border-radius: 50%;
        line-height: 24px;
        cursor: pointer;
        transition: all 0.2s; }
        #site-footer .newsletter .newsletter-box .btn-submit:hover {
          background: #FFF;
          color: #333; }
      #site-footer .newsletter .newsletter-box .result {
        padding-top: 10px; }
  #site-footer .copyright {
    float: left;
    width: 40%;
    color: #898989;
    font-size: 16px;
    text-align: left;
    position: absolute;
    bottom: 50px; }
  #site-footer .links {
    float: right;
    text-align: right;
    width: 27%;
    color: #212121;
    font-size: 15px;
    text-align: left;
    line-height: 23px; }
    #site-footer .links a {
      color: #999;
      transition: all 0.2s; }
    #site-footer .links .info {
      white-space: nowrap; }
  #site-footer .menu {
    text-align: left;
    padding-bottom: 60px; }
    #site-footer .menu a {
      color: #212121;
      padding: 7px 0;
      display: block;
      font-size: 16px;
      transition: all 0.2s; }
    #site-footer .menu a:hover {
      color: #d8833b; }
    #site-footer .menu > ul:after {
      clear: both;
      content: '';
      display: block; }
    #site-footer .menu > ul > li {
      float: left;
      width: 18%; }
    #site-footer .menu > ul > li.has-submenu {
      width: 27%; }
    #site-footer .menu li .submenu {
      padding-right: 20px; }

.brand-single.page-loaded .logo-up, .page-under-construction.page-loaded .logo-up {
  background-image: url(../image/logo_big_white.png); }
.brand-single #site-header .header-bar #menu .navigation > li > a,
.brand-single #site-header .header-bar .tools .lang-switch .select-language > a, .page-under-construction #site-header .header-bar #menu .navigation > li > a,
.page-under-construction #site-header .header-bar .tools .lang-switch .select-language > a {
  color: #fff; }
.brand-single .briefing h2.align-left, .brand-single .briefing .description, .page-under-construction .briefing h2.align-left, .page-under-construction .briefing .description {
  text-align: left; }
.brand-single #site-header .btn-menu-switch:after, .brand-single #site-header .btn-menu-switch:before, .page-under-construction #site-header .btn-menu-switch:after, .page-under-construction #site-header .btn-menu-switch:before {
  background: #fff; }
.brand-single.menu-open #site-header .btn-menu-switch:after, .brand-single.menu-open #site-header .btn-menu-switch:before, .page-under-construction.menu-open #site-header .btn-menu-switch:after, .page-under-construction.menu-open #site-header .btn-menu-switch:before {
  background: #212121; }

.big-splash-image {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px; }
  .big-splash-image .image {
    padding: 120px 0 20px; }
    .big-splash-image .image img {
      display: block;
      max-width: 572px;
      margin: 0 auto; }

.social-slider {
  max-width: 866px;
  margin: 0 auto; }
  .social-slider .slide-item {
    border: 1px solid #ebebeb;
    padding: 60px; }
  .social-slider .owl-carousel .owl-nav .owl-next, .social-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    top: 50%;
    display: block;
    background: url(../image/arrow_left_gray.png) no-repeat center center/27px 50px;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    overflow: hidden;
    text-indent: -5000px; }
  .social-slider .owl-carousel .owl-nav .owl-prev {
    left: -150px; }
  .social-slider .owl-carousel .owl-nav .owl-next {
    right: -150px;
    transform: scale(-1); }

.single-page .big-header {
  height: 850px;
  position: relative;
  text-align: center; }
  .single-page .big-header .big-image {
    background: none no-repeat center bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .single-page .big-header .big-image .image {
      display: none; }
    .single-page .big-header .big-image .item-image {
      position: absolute;
      top: 50%;
      left: 50%; }
      .single-page .big-header .big-image .item-image:after {
        display: block;
        content: '';
        position: absolute;
        height: 7px;
        bottom: -60px;
        left: 10%;
        width: 80%;
        border-radius: 50%;
        opacity: 0.7;
        background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(84, 84, 84, 0) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(84, 84, 84, 0) 100%);
        background: radial-gradient(ellipse at center, black 0%, rgba(84, 84, 84, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00545454',GradientType=1 ); }
  .single-page .big-header .content {
    width: 820px;
    margin: 0 auto; }
    .single-page .big-header .content .text {
      width: 820px;
      height: 850px;
      display: table-cell;
      vertical-align: middle;
      color: #212121;
      font-size: 20px;
      font-weight: 300; }
      .single-page .big-header .content .text h1 {
        font-size: 50px;
        font-weight: bold;
        margin: 0 0 30px; }
      .single-page .big-header .content .text .btn-scroll {
        width: 28px;
        height: 16px;
        display: block;
        margin: 80px auto 0;
        background: url(../image/arrow_down.png) no-repeat right center;
        opacity: 0.7;
        transition: all 0.2s; }
      .single-page .big-header .content .text .btn-scroll:hover {
        opacity: 1; }
  .single-page .big-header.big-header-2 {
    text-align: left; }
    .single-page .big-header.big-header-2 .content {
      width: 1200px;
      margin: 0 auto; }
      .single-page .big-header.big-header-2 .content .text {
        width: 1200px;
        color: #fff; }
        .single-page .big-header.big-header-2 .content .text h1 {
          margin-bottom: 15px; }
  .single-page .big-header .owl-carousel {
    height: 100%; }
    .single-page .big-header .owl-carousel .owl-stage-outer, .single-page .big-header .owl-carousel .owl-stage, .single-page .big-header .owl-carousel .owl-item {
      height: 100%; }
    .single-page .big-header .owl-carousel .owl-nav, .single-page .big-header .owl-carousel .owl-dots {
      display: none; }
.single-page .page-content {
  width: 820px;
  margin: 0 auto;
  padding: 100px 0 80px;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 22px; }
  .single-page .page-content p {
    margin-top: 0;
    margin-bottom: 10px; }
  .single-page .page-content h3 {
    font-size: 32px;
    color: #212121;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 40px; }
  .single-page .page-content hr {
    margin: 120px 0;
    border: none;
    background: #ebebeb;
    height: 1px;
    width: 130%;
    position: relative;
    left: 50%;
    margin-left: -65%; }
  .single-page .page-content .container img {
    max-width: 100%; }
.single-page .page-item-sections {
  padding: 10px 0 100px;
  width: 1080px;
  margin: 0 auto; }
  .single-page .page-item-sections .item {
    float: left;
    width: 28%;
    margin-right: 8%;
    text-align: center;
    color: #424242;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
    .single-page .page-item-sections .item:nth-child(3n) {
      margin-right: 0; }
    .single-page .page-item-sections .item h5 {
      color: #212121;
      font-size: 28px;
      font-weight: bold;
      margin: 0 0 15px; }
    .single-page .page-item-sections .item .icon {
      width: 120px;
      height: 120px;
      margin: 0 auto 10px; }
      .single-page .page-item-sections .item .icon.icon-1 {
        background: url(../image/icon_1.png) no-repeat center center/120px 120px; }
      .single-page .page-item-sections .item .icon.icon-2 {
        background: url(../image/icon_2.png) no-repeat center center/120px 120px; }
      .single-page .page-item-sections .item .icon.icon-3 {
        background: url(../image/icon_3.png) no-repeat center center/120px 120px; }
      .single-page .page-item-sections .item .icon img {
        max-width: 120px; }
.single-page .text-slider {
  height: 514px;
  position: relative;
  overflow: hidden; }
  .single-page .text-slider .slide-item {
    height: 514px;
    background: none no-repeat center center / cover; }
    .single-page .text-slider .slide-item .content {
      width: 960px;
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: -480px;
      height: 100%; }
      .single-page .text-slider .slide-item .content .text {
        width: 540px;
        height: 514px;
        vertical-align: middle;
        display: table-cell;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px; }
        .single-page .text-slider .slide-item .content .text h6 {
          color: #212121;
          font-size: 40px;
          font-weight: bold;
          margin: 0 0 20px;
          line-height: 50px; }
  .single-page .text-slider .owl-dots {
    width: 960px;
    position: absolute;
    right: 50%;
    margin-right: -480px;
    bottom: 170px;
    z-index: 999; }
    .single-page .text-slider .owl-dots .owl-dot {
      display: block;
      float: left; }
      .single-page .text-slider .owl-dots .owl-dot span {
        background: #b6bfc0;
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        float: left;
        transition: all 0.2s; }
      .single-page .text-slider .owl-dots .owl-dot.active span {
        box-shadow: 0 0 0px 2px #333;
        background-color: #333; }

.page-under-construction .page {
  display: none; }
.page-under-construction .page-single h1 {
  display: none; }
.page-under-construction .page-single .description {
  text-align: center; }
.page-under-construction .page-single .description img {
  max-width: 100%; }
.page-under-construction .full-image-under-construction img {
  display: none; }

.page-sunnyness .image-box .video-container:after {
  display: none; }

.page-stakeholder .big-header .content .text h1 {
  display: none; }

.article-pages h1 {
  font-size: 38px;
  color: #212121;
  margin: 0;
  padding: 80px 0 10px; }
  .article-pages h1 a {
    color: #212121; }
.article-pages .info-display {
  font-size: 16px;
  color: #959595;
  margin-bottom: 40px; }
  .article-pages .info-display .category {
    color: #fbb229; }
    .article-pages .info-display .category a {
      color: #fbb229; }
.article-pages .description {
  font-size: 16px;
  line-height: 28px; }
  .article-pages .description h1 {
    font-size: 36px;
    margin: 10px 0 15px; }
  .article-pages .description h2 {
    font-size: 32px;
    margin: 10px 0 15px; }
  .article-pages .description h3 {
    font-size: 28px;
    margin: 10px 0 15px; }
  .article-pages .description h4 {
    font-size: 24px;
    margin: 10px 0 15px; }
  .article-pages .description h5 {
    font-size: 20px;
    margin: 10px 0; }
  .article-pages .description h6 {
    font-size: 18px;
    margin: 10px 0; }
  .article-pages .description p {
    margin-top: 0;
    margin-bottom: 10px; }
  .article-pages .description ol, .article-pages .description ul {
    padding-left: 16px; }
    .article-pages .description ol li, .article-pages .description ul li {
      margin-bottom: 7px; }
  .article-pages .description img {
    max-width: 100%; }
.article-pages .more-to-read {
  text-align: right;
  padding-top: 20px; }
  .article-pages .more-to-read a {
    color: #fbb229;
    display: inline-block; }
    .article-pages .more-to-read a:after {
      content: '»';
      display: inline-block;
      margin-left: 10px;
      font-size: 20px; }
.article-pages #site-footer {
  background: #f5f5f5; }

.home #site-footer {
  padding-top: 0px;
  border: none; }
  .home #site-footer .social {
    background: #fff; }
  .home #site-footer .newsletter, .home #site-footer .social {
    display: block; }
  .home #site-footer .newsletter {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3; }

#shade {
  display: none; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999; }

.logo-up {
  cursor: pointer;
  background: url(../image/logo_big.png) no-repeat center top;
  width: 226px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -113px;
  transition: all 0.3s;
  z-index: 9999;
  animation: logoUpFlash 1.6s infinite forwards; }

@keyframes logoUpFlash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.wrapper-page {
  margin: 0 auto;
  background: #fff;
  position: relative; }

.page-loaded #loading {
  display: none; }
.page-loaded .logo-up {
  position: absolute;
  left: 20px;
  top: 25px;
  height: 160px;
  width: 120px;
  margin: 0;
  background: url(../image/logo_big.png) no-repeat center top/100px 133px;
  animation: none; }

.home .box-slider {
  transition: all 0.6s;
  opacity: 0; }
.home #site-header, .home .logo-up {
  transition: all 0.5s 0.7s;
  opacity: 0;
  transform: translateY(0px); }
.home .box-slider .slide-item .box-slide .content .description {
  transition: all 0.5s 1s;
  opacity: 0;
  transform: translateY(-20px); }
.home .briefing, .home .box-items, .home .big-splash, .home .box-slider .owl-carousel .owl-nav {
  transition: all 0.5s 1.2s;
  opacity: 0; }
.home.loaded-content .box-slider {
  opacity: 1; }
.home.loaded-content #site-header, .home.loaded-content .logo-up, .home.loaded-content .box-slider .slide-item .box-slide .content .description {
  opacity: 1;
  transform: translateY(0px); }
.home.loaded-content .briefing, .home.loaded-content .box-items, .home.loaded-content .big-splash, .home.loaded-content .box-slider .owl-carousel .owl-nav {
  opacity: 1; }

.page-stina .box-items.items-sunnyness {
  text-align: center; }
  .page-stina .box-items.items-sunnyness .item {
    width: 31%; }

.iphone.safari .page-intro .image-box .video-container:after {
  display: none; }

@media only screen and (max-width: 1200px) {
  .box-slider .slide-item .box-slide {
    width: 720px;
    margin: 0 auto; }
    .box-slider .slide-item .box-slide .content {
      width: 720px; } }
@media only screen and (max-width: 890px) {
  .box-slider .slide-item .box-slide {
    width: 500px;
    margin: 0 auto; }
    .box-slider .slide-item .box-slide .content {
      width: 500px; }

  .wrapper {
    overflow: hidden; }

  .page-loaded .logo-up {
    background-size: 80px 106px; }

  #site-header .btn-menu-switch {
    display: block; }
  #site-header .header-bar .tools {
    position: absolute;
    z-index: 999;
    padding: 0;
    right: 40px;
    top: 35px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-410%); }
  #site-header .header-bar #menu {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding-top: 160px;
    padding-bottom: 40px;
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-100%); }
    #site-header .header-bar #menu ul li {
      float: none;
      margin: 0 10px; }
    #site-header .header-bar #menu > ul > li {
      border-bottom: 1px solid #eee; }
    #site-header .header-bar #menu .submenu {
      position: static;
      box-shadow: none;
      display: block; }

  .brand-single #site-header .header-bar #menu .navigation > li > a, .brand-single #site-header .header-bar .tools .lang-switch .select-language > a, .page-under-construction #site-header .header-bar #menu .navigation > li > a, .page-under-construction #site-header .header-bar .tools .lang-switch .select-language > a {
    color: #212121; }

  .menu-open #site-header .header-bar .tools {
    opacity: 1;
    transform: translateX(0px); }
    .menu-open #site-header .header-bar .tools .lang-switch {
      width: 96px; }
  .menu-open #site-header .header-bar #menu {
    opacity: 1;
    transform: translateX(0px); }
  .menu-open.brand-single.page-loaded .logo-up {
    background-image: url(../image/logo_big.png); }

  .page-brands #site-header .header-bar #menu .navigation > li > a, .page-brands #site-header .header-bar .tools .lang-switch .select-language > a, .page-sunstar #site-header .header-bar #menu .navigation > li > a, .page-sunstar #site-header .header-bar .tools .lang-switch .select-language > a {
    color: #000; }

  .single-page .page-content {
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }

  .page-sig.single-page .page-content, .page-about.single-page .page-content {
    padding-left: 0px;
    padding-right: 0px; }

  .zig-zag .in {
    padding: 0 20px; }

  .single-page .page-content h3 {
    line-height: 55px; }

  .single-page .big-header .content, .single-page .big-header.big-header-2 .content {
    width: auto;
    padding: 0 20px; }
    .single-page .big-header .content .text, .single-page .big-header.big-header-2 .content .text {
      width: auto; }

  .single-page .page-item-sections {
    width: auto; }

  .single-page .page-item-sections .item {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 0 20px 40px; }

  .single-page .text-slider .slide-item .content {
    width: 100%;
    right: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 20px; }

  .single-page .text-slider .slide-item .content .text {
    width: auto;
    padding: 0 10px; }

  .page .container {
    padding: 100px 20px; }

  .box-items.box-brands .item {
    width: auto;
    margin: 0 0 20px !important;
    padding: 60px 0 0; }

  .box-items.box-brands .item .box-content {
    padding: 0 20px; }

  .single-page .big-header {
    height: auto; }
    .single-page .big-header .content .text {
      height: auto;
      display: block;
      text-align: left;
      padding-top: 20px; }
    .single-page .big-header .big-image {
      /* background: none !important; */
      position: static; }
      .single-page .big-header .big-image .image {
        display: block; }
        .single-page .big-header .big-image .image img {
          max-width: 100%; }

  .single-page .big-header.big-header-2 {
    display: none; }

  .box-items.box-brands {
    padding-top: 160px; }

  .page-intro .image-box {
    height: auto !important;
    position: relative;
    background: none !important; }
    .page-intro .image-box .video-container {
      position: static; }
      .page-intro .image-box .video-container video {
        transform: none;
        position: static;
        max-width: 100%; }
    .page-intro .image-box .slider-items {
      position: static; }
      .page-intro .image-box .slider-items .slider-item {
        position: static;
        background: none !important; }
        .page-intro .image-box .slider-items .slider-item img {
          display: block;
          max-width: 100%; }

  .get-info .container h6, .get-info .container .text {
    text-align: center; }

  .page-under-construction .full-image-under-construction img {
    display: block;
    max-width: 100%; } }
@media only screen and (max-width: 680px) {
  .big-splash-image .image img {
    max-width: 100%; }

  .page-intro .image-box, .page-intro .content {
    float: none;
    width: auto;
    margin-bottom: 20px; }
  .page-intro .content .info {
    padding-top: 40px !important; }

  .box-slider {
    height: auto; }
    .box-slider .slide-item {
      background: none !important;
      height: auto; }
      .box-slider .slide-item .box-slide {
        width: 100%;
        margin: 0 auto;
        height: auto; }
        .box-slider .slide-item .box-slide .content {
          width: auto;
          display: block;
          height: auto; }
          .box-slider .slide-item .box-slide .content .image {
            display: block; }
          .box-slider .slide-item .box-slide .content .description {
            padding: 20px 40px 0; }
          .box-slider .slide-item .box-slide .content h3 {
            font-size: 30px; }
    .box-slider .owl-carousel .owl-nav .owl-next {
      transform: translateX(35px) scale(-0.5); }
    .box-slider .owl-carousel .owl-nav .owl-prev {
      transform: translateX(-28px) scale(0.5); }

  .box-items .item {
    float: none !important;
    width: auto !important;
    margin: 0 0 20px;
    padding: 0 20px; }

  .box-items.items-sunnyness .item {
    margin: 0 0 4%; }

  #site-footer .menu > ul > li {
    float: none;
    width: auto !important;
    margin-bottom: 20px; }

  #site-footer h6 {
    font-size: 30px; }

  #site-footer .copyright, #site-footer .links {
    float: none;
    width: auto;
    position: static;
    padding-top: 20px; }

  #site-footer .links {
    text-align: left;
    padding-top: 10px; }

  #site-footer .social .socials a {
    margin: 0; }

  #site-footer .newsletter {
    padding-left: 40px;
    padding-right: 40px; }

  #site-footer .container {
    padding-left: 20px;
    padding-right: 20px; }

  .single-page .big-header .content .text h1 {
    font-size: 30px; } }

/*# sourceMappingURL=style_ltr.css.map */
