/*  */
/* Imports */
/* Prazdroj HR */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a img {
  border: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
  font-family: Arial, sans-serif;
}
a {
  outline: none;
}
body,
button,
input,
textarea {
  font-family: Arial, sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  min-height: 100%;
}
input,
label,
button,
textarea {
  font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
}
body.hp {
  background: #c09a51;
}
body.form {
  background: url("images/pp-bg.png") left bottom no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  min-height: 100%;
}
@media (max-width: 1024px) {
  body {
    padding-top: 76px;
  }
  body.form {
    padding-top: 30px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Cora', sans-serif;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  min-height: 1%;
}
.content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.button {
  width: 155px;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Cora', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.button:hover {
  color: #c09a51;
  background: #fff;
}
.button.gold {
  color: #c09a51;
  border: 2px solid #c09a51;
}
.button.gold:hover {
  color: #fff;
  background: #c09a51;
}
/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #c09a51;
  padding: 15px;
  height: 76px;
  z-index: 9999;
}
header .content {
  position: relative;
}
@media (max-width: 1024px) {
  header .content {
    position: static;
  }
}
header .logo {
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  header .logo {
    margin-right: 0;
    left: 15px;
    top: 11px;
  }
}
header .logo img {
  display: block;
  height: 56px !important;
}
@media (max-width: 767px) {
  header .logo {
    top: 16px;
  }
  header .logo img {
    display: block;
    height: 46px !important;
  }
}
@media (max-width: 1024px) {
  header .content {
    padding: 0 0;
  }
}
header .button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  header .button {
    display: none;
  }
}
header .navigation-link-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header {
    display: block !important;
  }
  header .navigation-link-mobile {
    position: relative;
    float: right;
    display: inline-block;
    width: 36px;
    height: 31px;
    margin: 8px 12px 0 0;
    padding: 6px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(88%);
    background: #fff;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
header nav {
  float: none;
  width: 100%;
  display: inline-block;
}
header nav ul {
  width: 100%;
  text-align: center;
  list-style: none;
}
header nav ul li {
  clear: none;
  display: inline-block;
  margin: 0 27px;
}
header nav ul li a {
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
  font-family: 'Cora', sans-serif;
  font-size: 16px;
  vertical-align: middle;
}
header nav ul li a span {
  vertical-align: middle;
  height: 42px;
  line-height: 22px;
  padding: 10px 6px 0 6px;
  display: inline-block;
  position: relative;
}
header nav ul li a span:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  clear: both;
  margin-top: 8px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
header nav ul li a.home span {
  display: inline-block;
  height: 42px;
  width: 38px;
  padding: 10px 6px;
  background: url("images/home.png") center center no-repeat;
  background-size: 23px auto;
}
header nav ul li a.home span.text {
  display: none;
}
header nav ul li a:hover span:after {
  width: 100%;
  background: #fff;
}
header nav ul li.active a span:after {
  width: 100%;
  background: #fff;
}
@media (max-width: 1024px) {
  header nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 768px;
    display: none;
    text-align: left;
    background: #f2f0ee;
  }
  header nav ul {
    width: 100%;
  }
  header nav ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e6e2df;
    width: 100%;
  }
  header nav ul li a {
    width: 100%;
    line-height: normal;
    height: auto;
    text-align: left;
    padding: 20px 40px 20px 40px;
    border-bottom: none;
    font-size: 16px;
    color: #1d1a13;
    display: block;
    background: none;
    text-indent: 0 !important;
  }
  header nav ul li a span {
    padding: 0 0;
    height: auto;
    border: none;
  }
  header nav ul li a span:after {
    display: none;
  }
  header nav ul li a:hover span {
    color: #c09a51;
  }
  header nav ul li a.home span {
    display: none;
  }
  header nav ul li a.home span.text {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 0;
    background: none;
  }
}
.mobile-bottom-button {
  background: #c09a51;
  width: 100%;
  height: 76px;
  line-height: 76px;
  display: none !important;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
}
.mobile-bottom-button .button {
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mobile-bottom-button {
    display: none !important;
  }
}
/* Footer */
footer {
  display: block;
  width: 100%;
  clear: both;
  background: #1d1c1c;
  border-top: 5px solid #c09a51;
}
footer .left {
  float: left;
  padding: 16px 0;
  width: 25%;
}
@media (max-width: 1040px) {
  footer .left {
    width: 27%;
  }
}
@media (max-width: 1024px) {
  footer .left {
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
footer p {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #939393;
}
footer .inspiro {
  display: inline-block;
  color: #c09a51;
  padding-left: 30px;
  position: relative;
  line-height: 27px;
  height: 27px;
}
footer .inspiro:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 27px;
  background: url("images/inspiro.png") left top no-repeat;
  background-size: auto 100%;
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
}
footer .inspiro:hover {
  color: #fff;
}
footer .right {
  width: 25%;
  float: right;
  padding: 25px 0;
}
footer .right a {
  float: right;
}
footer .right a img {
  height: 36px;
  display: block;
}
@media (max-width: 1040px) {
  footer .right {
    width: 21%;
  }
}
@media (max-width: 1024px) {
  footer .right {
    width: 100%;
    float: right;
    text-align: center;
    padding: 15px 0 0 0;
  }
  footer .right a {
    float: none;
    display: inline-block;
  }
}
footer .menu {
  width: 50%;
  list-style: none;
  display: inline-block;
  float: right;
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 1040px) {
  footer .menu {
    width: 52%;
  }
}
@media (max-width: 1024px) {
  footer .menu {
    width: 100%;
    float: left;
    padding: 5px 0;
    text-align: center;
  }
}
footer .menu li {
  clear: none;
  display: inline-block;
  padding: 0 20px 0 17px;
  position: relative;
  height: 36px;
  line-height: 36px;
}
footer .menu li a {
  height: 36px;
  line-height: 36px;
  color: #c09a51;
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
footer .menu li a:hover {
  color: #fff;
}
footer .menu li a i {
  font-size: 21px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
footer .menu li:after {
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 16px;
  top: 10px;
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
  background: #6b6b6b;
}
footer .menu li.last:after {
  display: none;
}
/* Main box */
.section {
  min-height: 1%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section .anchor-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 1px;
}
@media (max-width: 1024px) {
  .section .anchor-mobile {
    display: block;
  }
}
/* First part */
.first-part .button-stop-long-video {
  width: 26px;
  height: 26px;
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  background: url("images/close.png") left top no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 500;
}
.first-part .video {
  position: absolute;
  padding-top: 76px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow: hidden;
  background: #000;
}
@media (max-width: 767px) {
  .first-part .video video {
    width: 100%;
    height: 450px;
  }
}
.first-part .video video.big {
  height: 100%;
}
.first-part .video.big {
  padding-top: 0;
  height: 100%;
}
.first-part .video img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .first-part .video {
    width: 100%;
    padding-top: 0;
    position: relative;
    height: auto;
  }
  .first-part .video video {
    display: block;
  }
}
.first-part .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url("images/overlay.png") left top repeat;
}
@media (max-width: 767px) {
  .first-part .video-overlay {
    display: none !important;
  }
}
.first-part .video-img-end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 95;
  background: url("../images/zidle.jpg") center center repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .first-part .video-img-end {
    display: block;
    width: 100%;
    height: 450px;
  }
}
.first-part .bottom {
  position: absolute;
  z-index: 300;
  left: 0;
  bottom: 0;
  width: 100%;
}
.first-part .bottom .play-all {
  width: 100%;
  clear: both;
  padding-bottom: 45px;
  text-align: center;
}
.first-part .bottom .play-all .play-long-video {
  display: inline-block;
}
.first-part .bottom .play-all .button {
  display: none;
  margin: 0 auto;
}
.first-part .bottom .play-all.active .play-long-video {
  display: none;
}
.first-part .bottom .play-all.active .button {
  display: block;
}
@media (max-width: 767px) {
  .first-part .bottom .play-all.active {
    display: none;
  }
}
@media (max-width: 767px) {
  .first-part .bottom {
    position: absolute;
    background: url("images/overlay-black.png") left top repeat;
  }
  .first-part .bottom .play-all {
    padding: 20px 0;
  }
}
.first-part .play-long-video {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  background: url("images/play.png") right center no-repeat;
  padding-right: 22px;
  font-weight: 300;
  font-size: 16px;
}
.first-part .play-long-video:hover {
  text-decoration: none;
  background: url("images/play-gold.png") right center no-repeat;
}
.first-part .people {
  width: 100%;
  clear: both;
  position: relative;
  background: url("images/overlay-black.png") left top repeat;
  min-height: 1%;
}
.first-part .people:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.first-part .people .video-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #c09a51;
  width: 0%;
}
.first-part .people .video-line.animated {
  transition: width 0.8s ease;
}
.first-part .people .box {
  width: 20%;
  float: left;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 25px 0;
  display: block;
}
.first-part .people .box .video-line {
  display: none;
}
.first-part .people .box img {
  display: block;
  margin-right: 12px;
  width: auto;
  position: absolute;
  left: 20px;
  top: 25px;
}
.first-part .people .box .text {
  text-align: left;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 15px;
  min-height: 65px;
}
.first-part .people .box .text.short {
  padding-left: 150px;
}
.first-part .people .box .text strong {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 3px;
}
.first-part .people .box.active .text,
.first-part .people .box:hover .text {
  color: #fff;
}
@media (max-width: 1450px) {
  .first-part .people .box {
    padding: 25px 0;
  }
}
@media (max-width: 1320px) {
  .first-part .people .box {
    padding: 8px 0;
    width: 18.666%;
  }
  .first-part .people .box img {
    top: 8px;
  }
  .first-part .people .box.long {
    width: 22%;
  }
}
@media (max-width: 1200px) {
  .first-part .people .box {
    padding: 12px 0;
  }
  .first-part .people .box img {
    display: none;
  }
  .first-part .people .box .text {
    padding-left: 15px !important;
  }
}
@media (max-width: 1214px) {
  .first-part .people .box {
    padding: 0 15px;
    position: relative;
    height: 95px;
    line-height: 95px;
    vertical-align: middle;
    display: block !important;
    text-align: left;
    width: 20%;
  }
  .first-part .people .box.long {
    width: 20%;
  }
  .first-part .people .box:after {
    content: ".";
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 30%;
    position: absolute;
    top: 35%;
    background: #c09a51;
    right: 0;
  }
  .first-part .people .box.last:after {
    display: none;
  }
  .first-part .people .box .text {
    padding: 0 0 !important;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .first-part .people .box img {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .first-part .people .box {
    background: #000;
  }
}
@media (max-width: 1214px) {
  .first-part .people {
    padding: 0 0;
    display: block !important;
  }
}
@media (max-width: 815px) {
  .first-part .people {
    display: none !important;
  }
}
.first-part .text-content {
  position: relative;
  z-index: 200;
  text-align: center;
  vertical-align: middle;
}
.first-part .text-content h2 {
  clear: both;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
.first-part .text-content .button {
  margin: 0 auto;
  width: 175px;
  height: 65px;
  line-height: 61px;
  border: 3px solid #c09a51;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1024px) {
  .first-part .text-content {
    position: absolute;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 105;
  }
  .first-part .text-content h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .first-part .text-content .button {
    width: 155px;
    height: 46px;
    line-height: 44px;
    font-family: 'Cora', sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #c09a51 !important;
  }
}
@media (max-width: 767px) {
  .first-part .text-content h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .first-part .text-content {
    position: absolute;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    height: 450px;
  }
}
/* Second part */
.second-part {
  display: block !important;
}
.second-part .fp-tableCell {
  display: block !important;
}
.second-part .bx-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100% !important;
}
@media (max-width: 1024px) {
  .second-part .bx-wrapper {
    height: auto !important;
  }
}
.second-part .bx-viewport {
  width: 100%;
  height: 100% !important;
  box-shadow: none !important;
  border: none !important;
  left: 0;
  background: none;
}
@media (max-width: 1024px) {
  .second-part .bx-viewport {
    height: auto !important;
  }
}
.second-part .bxslider {
  width: 100%;
  padding-top: 76px;
  height: 100% !important;
}
@media (max-width: 1024px) {
  .second-part .bxslider {
    height: auto !important;
    padding-top: 0;
  }
}
.second-part .bx-controls {
  position: static;
  width: 0;
  height: 0;
}
.second-part .bx-controls .bx-pager {
  display: none !important;
}
.second-part .bx-controls .bx-controls-direction {
  position: static;
}
.second-part .bx-controls .bx-controls-direction a {
  position: absolute;
  z-index: 9998;
  width: 47px;
  height: 95px;
  background-image: url("images/prev-next-big.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .5s ease;
}
.second-part .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-position: left top;
}
.second-part .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-image: url("images/prev-next-big-hover.png");
}
.second-part .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -10px;
  background-position: right top;
}
.second-part .bx-controls .bx-controls-direction a.bx-next:hover {
  background-image: url("images/prev-next-big-hover.png");
}
@media (max-width: 1024px) {
  .second-part .bx-controls .bx-controls-direction a {
    width: 38px;
    height: 76px;
    margin-top: -19px;
    background-image: url("images/prev-next-big.png");
  }
  .second-part .bx-controls .bx-controls-direction a.bx-prev {
    margin-top: -38px;
  }
  .second-part .bx-controls .bx-controls-direction a.bx-prev:hover {
    background-image: url("images/prev-next-big-hover.png");
  }
  .second-part .bx-controls .bx-controls-direction a.bx-next {
    margin-top: -38px;
  }
  .second-part .bx-controls .bx-controls-direction a.bx-next:hover {
    background-image: url("images/prev-next-big-hover.png");
  }
}
.second-part .slider-col {
  height: 100% !important;
}
.second-part .slider-col .img,
.second-part .slider-col .text {
  width: 100%;
  clear: both;
  height: 50%;
  float: none;
  text-align: center;
  position: relative;
}
.second-part .slider-col .img {
  overflow: hidden;
}
.second-part .slider-col .img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.second-part .slider-col .text {
  display: table;
  table-layout: fixed;
  background: #f1f1f1;
  position: relative;
  z-index: 100;
}
.second-part .slider-col .text .arrow {
  display: block;
  width: 68px;
  height: 34px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -34px;
  background: url("images/arrow-bottom.png") left top no-repeat;
}
.second-part .slider-col .text .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 65px;
}
.second-part .slider-col .text h3 {
  color: #1d1a13;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  width: 100%;
  position: relative;
  clear: both;
  font-family: 'Cora', sans-serif;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.second-part .slider-col .text h3:after {
  display: block;
  width: 36px;
  height: 2px;
  background: #c09a51;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
}
.second-part .slider-col .text p {
  clear: both;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #1d1a13;
}
.second-part .slider-col.img-top .text .arrow {
  top: -34px;
  background: url("images/arrow-top.png") left top no-repeat;
}
@media (max-width: 1024px) {
  .second-part .slider-col {
    height: 500px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .second-part .slider-col .img img {
    width: 100%;
    height: auto;
    min-width: 1px;
    min-height: 1px;
  }
  .second-part .slider-col .text .inner {
    padding: 0 20px;
  }
}
/* Third part */
.third-part {
  display: block !important;
}
.third-part .fp-tableCell {
  display: block !important;
}
.third-part .boxes {
  width: 100%;
  min-height: 1%;
  height: 100%;
  padding-top: 76px;
}
.third-part .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1024px) {
  .third-part .boxes {
    padding-top: 0;
  }
}
.third-part .box {
  width: 33.3333%;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0 0;
  height: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .third-part .box {
    height: 400px;
    width: 50%;
  }
}
@media (max-width: 650px) {
  .third-part .box {
    height: 300px;
    width: 100%;
  }
}
.third-part .box img {
  min-width: 100%;
  min-height: 100%;
}
.third-part .box .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.8s ease;
  background: url("images/overlay-black.png") left top repeat;
}
@media (max-width: 767px) {
  .third-part .box .overlay {
    display: none !important;
  }
}
.third-part .box .text {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
}
.third-part .box .text h3 {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Cora', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding: 0 50px;
}
.third-part .box:hover .overlay {
  opacity: 0;
}
.third-part .box.empty .text .inner {
  display: table-cell;
  vertical-align: middle;
}
.third-part .box.empty .text h3 {
  display: block;
  margin-bottom: 38px;
}
.third-part .box.empty .text a {
  margin: 0 auto;
}
/* Subpage */
.go-back-to-hp {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all .2s ease;
  font-size: 34px;
  line-height: 26px;
  text-align: center;
  color: #c3c3c3;
  font-weight: 300;
}
.go-back-to-hp span {
  position: absolute;
  left: 6px;
  opacity: 1;
  display: block;
  height: 3px;
  width: calc(88%);
  background: #c3c3c3;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.go-back-to-hp span:nth-child(1) {
  width: 0%;
  left: 50%;
}
.go-back-to-hp span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.go-back-to-hp span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.go-back-to-hp span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.go-back-to-hp:hover span {
  background: #c09a51;
}
.subpage-content {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .subpage-content {
    padding: 30px 0;
  }
}
.subpage-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.subpage-content .video-container iframe,
.subpage-content .video-container object,
.subpage-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage-content h2 {
  clear: both;
  font-weight: bold;
  color: #c09a51;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
  font-size: 50px;
  margin-bottom: 22px;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .subpage-content h2 {
    font-size: 33px;
  }
}
.subpage-content h2:after {
  display: block;
  width: 46px;
  height: 3px;
  background: #c09a51;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 0;
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
}
.subpage-content p {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .subpage-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.subpage-content form {
  width: 100%;
  min-height: 1%;
  display: block;
  clear: both;
  margin: 0 auto;
  max-width: 378px;
}
.subpage-content form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.subpage-content .contact-form-element {
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.subpage-content .contact-form-element.checkbox {
  padding-left: 42px;
  min-height: 32px;
}
.subpage-content .contact-form-element.checkbox label {
  position: static;
  display: block;
  width: 100%;
  color: #000000;
  line-height: 20px;
  text-align: left;
  padding-top: 6px;
}
.subpage-content .contact-form-element.checkbox label.active {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 300;
}
.subpage-content label {
  position: absolute;
  top: 17px;
  left: 18px;
  z-index: 2;
  transition: all .2s linear;
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 300;
}
.subpage-content label.active {
  color: #c09a51;
  font-size: 12px;
  top: 10px;
}
.subpage-content input {
  width: 100%;
  height: 52px;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
  background-color: #fff;
  color: #1d1a13;
  border: 2px solid #d0cfcf;
  border-radius: 0;
  outline: 0;
  display: block;
  padding-top: 18px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  text-align: left;
}
.subpage-content .row {
  text-align: center;
  padding-top: 17px;
}
.subpage-content button,
.subpage-content .button {
  margin: 0 auto;
  background-color: #fff;
  width: 185px;
  height: 46px;
  line-height: 46px;
}
/* Contact form */
.contact-form .content {
  margin: 0 auto;
  width: 100%;
  max-width: 585px;
  text-align: center;
}
/* Case study */
.case-study {
  padding-top: 40px;
}
.case-study .content {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  position: static;
  text-align: center;
}
.case-study .text {
  margin: 0 auto;
  position: static;
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.case-study .text .triad {
  width: auto;
  margin: 0 auto;
}
.case-study .text .triad img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.case-study .text.king h2:after {
  display: none;
}
.case-study .img-main img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
}
.case-study .other {
  position: absolute;
  top: 27%;
  left: 0;
  text-decoration: none;
  display: block;
}
.case-study .other .img {
  max-width: 100%;
  width: 160px;
  height: 120px;
  overflow: hidden;
  clear: both;
  margin-bottom: 3px;
  position: relative;
}
.case-study .other .img img {
  display: block;
  width: 100%;
}
.case-study .other .img .bg {
  display: block;
  position: absolute;
  height: 76px;
  width: 38px;
  left: 0;
  top: 22px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 30;
  background: url("images/prev-next-big.png") left top no-repeat;
  transition: all .5s ease;
  background-size: auto 100%;
}
.case-study .other .img .bg:hover {
  background: url("images/prev-next-big-hover.png") left top no-repeat;
  background-size: auto 100%;
}
.case-study .other .text {
  width: 160px;
  max-width: 100%;
  text-align: center;
  clear: both;
  padding: 0 10px;
}
.case-study .other .text span {
  color: #c09a51;
  font-family: 'Cora', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  width: 160px;
  max-width: 100%;
}
.case-study .other.next {
  left: auto;
  right: 0;
}
.case-study .other.next .img .bg {
  right: 0;
  left: auto;
  background: url("images/prev-next-big.png") right top no-repeat;
  background-size: auto 100%;
}
.case-study .other.next .img .bg:hover {
  background: url("images/prev-next-big-hover.png") right top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1275px) {
  .case-study .other {
    position: static;
    margin-top: 40px;
    width: 50%;
    float: left;
    max-width: 160px;
    padding-right: 5px;
  }
  .case-study .other.next {
    float: right;
    padding-right: 0;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .case-study .other .text {
    margin-top: 8px;
  }
  .case-study .other .text span {
    font-size: 14px;
    line-height: 18px;
  }
  .case-study .other .img img {
    width: auto;
    height: 100%;
  }
}
/* NEW fourth part */
.fourth-part {
  display: block !important;
  height: 100vh !important;
}
@media (max-width: 1024px) {
  .fourth-part {
    height: auto !important;
  }
}
.fourth-part .fp-tableCell {
  display: block !important;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fourth-part .fp-tableCell {
    height: auto;
  }
}
.fourth-part .col {
  width: 33.3333%;
  float: left;
  clear: none;
  height: 100vh;
  padding-top: 76px;
}
@media (max-width: 1024px) {
  .fourth-part .col {
    height: auto;
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .fourth-part .col {
    width: 100%;
  }
}
.fourth-part .box {
  height: 50%;
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
  background: #fff;
  position: relative;
}
.fourth-part .box h3 {
  color: #1d1a13;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  width: 100%;
  position: relative;
  clear: both;
  font-family: 'Cora', sans-serif;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.fourth-part .box h3:after {
  display: block;
  width: 36px;
  height: 2px;
  background: #c09a51;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
}
.fourth-part .box p {
  clear: both;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #1d1a13;
}
.fourth-part .box .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  table-layout: fixed;
}
.fourth-part .box .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 65px;
}
@media (max-width: 1300px) {
  .fourth-part .box .inner {
    padding: 0 20px;
  }
}
.fourth-part .box.color {
  background: #c09a51 url("images/bg-new-info.png") center bottom no-repeat;
  background-size: 75% auto;
}
.fourth-part .box.color h3 {
  color: #fff;
}
.fourth-part .box.color h3:after {
  background: #fff;
}
.fourth-part .box.color p {
  color: #fff;
}
.fourth-part .box.color ul {
  list-style: none;
}
.fourth-part .box.color ul li {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 3px;
}
.fourth-part .box.color ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.fourth-part .box.color ul li a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .fourth-part .box {
    height: 400px;
    float: left;
    clear: none;
    width: 50%;
  }
}
@media (max-width: 650px) {
  .fourth-part .box {
    height: auto;
    line-height: normal;
    width: 100%;
  }
  .fourth-part .box img {
    height: 350px;
  }
  .fourth-part .box .text {
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }
}
.fourth-part .mobile-hidden {
  display: block;
}
@media (max-width: 650px) {
  .fourth-part .mobile-hidden {
    display: none;
  }
}
.fourth-part .mobile-visible {
  display: none;
}
@media (max-width: 650px) {
  .fourth-part .mobile-visible {
    display: block;
  }
}
.fourth-part img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.fourth-part .button {
  margin: 0 auto;
  margin-top: 25px;
}
/* checkbox */
.icheckbox {
  position: absolute;
  left: 0px;
  margin-top: 0px;
  clear: none !important;
  background-position: 0px 0px;
  bottom: 0px;
  display: block;
  cursor: pointer;
  float: left !important;
  background-image: url('images/checkbox.png');
  width: 32px;
  height: 32px;
  background-size: 200% auto;
}
.icheckbox.hover {
  background-position: 0 0px;
}
.icheckbox:active {
  background-position: -32px 0px;
}
.icheckbox.checked {
  background-position: -32px 0px;
}
.icheckbox.disabled {
  background-position: -32px 0px;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
