@charset "UTF-8";
@import url("slide/jquery.fullPage.css");
.icon-up-open-big:after {
  content: "a";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: black;
  -webkit-transition: color .3s;
  transition: color .3s; }

.icon-up-open-big:hover:after {
  color: white; }

.scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 0 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.fp-tableCell .halfpart {
  height: 100%;
  width: 50%;
  float: left;
  background: #fff;
  vertical-align: top;
  display: inline-block; }

#fp-nav ul li .fp-tooltip {
  color: #e22319;
  text-transform: uppercase;
  padding-right: 5px;
  font-weight: bold; }

.content .vcenter {
  /*width:40%;*/ }

.slideshow .case {
  display: none; }
  .slideshow .case.activate {
    display: block; }

.control {
  margin-top: 50px; }
  .control .next {
    float: right; }

.vertical-scrolling .slide {
  display: none; }
.vertical-scrolling .slide:first-child {
  display: block; }

/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.l-left {
  float: left; }

.l-right {
  float: right; }

.end {
  margin-top: 30px;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: opacity, -webkit-transform 1s;
  transition: opacity, transform 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

/* SLIDENAV STYLES - fullPage.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fp-nav {
  position: absolute; }

#fp-nav.right {
  right: 13px; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #CCC;
  border-radius: 0%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  border-radius: 0%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #e22319;
  box-sizing: border-box;
  border: 1px solid #e22319;
  transform: rotate(45deg); }

#fp-nav ul li {
  margin: 15px 10px; }

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  nav li {
    margin-top: 1px; }

  nav li a {
    font-size: 1.5em; }

  .scroll-icon {
    display: none; }

  .fp-tableCell .halfpart {
    height: 100%;
    width: 100%;
    float: left;
    background: #fff;
    vertical-align: top;
    display: inline-block; }

  .content .vcenter {
    width: 100%; } }
@media screen and (max-width: 400px) {
  html {
    font-size: 50%; }

  .open-menu ~ nav {
    padding: 20px 0; }

  nav li a {
    padding: 3px; } }

/*# sourceMappingURL=slide.css.map */
