body {
  font-family: "Roboto", sans-serif;
  color: #F5F3E5;
}
a {
  color: #F5F3E5;
  -webkit-transition: .4s all;
  transition: .4s all;
}
a:hover {
  text-decoration: none;
}
.container {
  max-width: 660px;
  float: left;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.section-slider {
  height: 100vh;
  position: relative;
}
.c-slider {
  height: 100%;
  overflow: hidden;
  position: fixed;
}
.c-slider img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.cb-slideshow li span {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(../img/IMG_01.png);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(../img/IMG_02.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(../img/IMG_03.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../img/IMG_04.png);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/IMG_05.png);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/IMG_06.png);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
  background-image: url(../img/IMG_07.png);
  -webkit-animation-delay: 36s;
  animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) span {
  background-image: url(../img/IMG_08.png);
  -webkit-animation-delay: 42s;
  animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) span {
  background-image: url(../img/IMG_09.png);
  -webkit-animation-delay: 48s;
  animation-delay: 48s;
}
.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) div {
  -webkit-animation-delay: 36s;
  animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) div {
  -webkit-animation-delay: 42s;
  animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) div {
  -webkit-animation-delay: 48s;
  animation-delay: 48s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 140px;
  }
}
@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 80px;
  }
}
.section-content {
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  padding-bottom: 20px !important;
  width: 100%;
  min-height: 100vh;
}
.content-logo {
  background: url("../img/logo.svg") no-repeat;
  margin-top: 40px;
  height: 100px;
  background-size: 250px;
  text-indent: -9999px;
}
.c-content-part:first-child::before {
  display: none;
}
.c-content-part::before {
  display: block;
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  background: #F5F3E5;
  opacity: .5;
}
.content-introd {
  margin-bottom: 100px;
}
.content-desc {
  margin-bottom: 30px;
}
.content-desc__situation .c-paragraph:nth-child(2) {
  margin-bottom: 0;
}
.content-desc__situation .c-paragraph:nth-child(3) {
  margin-top: 0;
}
.c-quote {
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
.c-title {
  margin-top: 40px;
  font-size: 18px;
  text-transform: uppercase;
}
.c-paragraph {
  margin-top: 25px;
}
.c-button {
  background: #F5F3E5;
  color: #1A232A;
  padding: 10px 25px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
  display: inline-block;
}
/* Size XS (Mobile) on BootStrap */
@media screen and (max-width: 992px) {
  .container {
    min-width: 80%;
    margin: 0;
  }
  .section-slider {
    height: 50vh;
  }
  .c-slider {
    position: relative;
  }
  .cb-slideshow,
  .cb-slideshow:after {
    min-height: 50vh;
  }
  .cd-slideshow li span {
    min-height: 50vh;
  }
  .section-content {
    position: relative;
  }
  .content-footer {
    margin-bottom: 25px;
  }
  .c-content-part::before {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    margin: 0;
  }
  .c-slider {
    position: relative;
    min-height: 100vh;
  }
  .c-slider div {
    position: absolute;
    min-height: 100vh;
    min-width: 100vh;
  }
  .section-content {
    position: relative;
  }
  .content-footer {
    margin-bottom: 25px;
  }
  .c-content-part::before {
    position: relative;
    margin: 0 auto;
  }
}
-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 140px;
  }
}
@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 80px;
  }
}
.section-content {
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  padding-bottom: 20px !important;
  width: 100%;
  min-height: 100vh;
}
.content-logo {
  background: url("../img/logo.svg") no-repeat;
  margin-top: 40px;
  height: 100px;
  background-size: 250px;
  text-indent: -9999px;
}
.c-content-part:first-child::before {
  display: none;
}
.c-content-part::before {
  display: block;
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  background: #F5F3E5;
  opacity: .5;
}
.content-introd {
  margin-bottom: 100px;
}
.content-desc {
  margin-bottom: 30px;
}
.content-desc__situation .c-paragraph:nth-child(2) {
  margin-bottom: 0;
}
.content-desc__situation .c-paragraph:nth-child(3) {
  margin-top: 0;
}
.c-quote {
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
.c-title {
  margin-top: 40px;
  font-size: 18px;
  text-transform: uppercase;
}
.c-paragraph {
  margin-top: 25px;
}
.c-button {
  background: #F5F3E5;
  color: #1A232A;
  padding: 10px 25px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
  display: inline-block;
}
/* Size XS (Mobile) on BootStrap */
@media screen and (max-width: 992px) {
  .container {
    min-width: 80%;
    margin: 0;
  }
  .section-slider {
    height: 50vh;
  }
  .c-slider {
    position: relative;
  }
  .cb-slideshow,
  .cb-slideshow:after {
    min-height: 50vh;
  }
  .cd-slideshow li span {
    min-height: 50vh;
  }
  .section-content {
    position: relative;
  }
  .content-footer {
    margin-bottom: 25px;
  }
  .c-content-part::before {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    margin: 0;
  }
  .c-slider {
    position: relative;
    min-height: 100vh;
  }
  .c-slider div {
    position: absolute;
    min-height: 100vh;
    min-width: 100vh;
  }
  .section-content {
    position: relative;
  }
  .content-footer {
    margin-bottom: 25px;
  }
  .c-content-part::before {
    position: relative;
    margin: 0 auto;
  }
}
