* {
  box-sizing: border-box; }

.two-is-active .section-two {
  width: 48%; }
.two-is-active .section-two2 {
  width: 48%; }

.vertical_container {
  width: 100%;
  height: 100%;
  /*height: calc(90vh - 40px);*/
  overflow: hidden; }

.section-one {
  width: 80%;
  float: left;
  left: -20%;
  margin-right: -10%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
  transform: skew(-9deg);
  z-index: 1;
  transition: width 0.5s;
  vertical-align: center; }
  .section-one:before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: 0;
    transform: skew(9deg);
    z-index: -1; }

.section-two {
  width: 44%;
  float: left;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
  transform: skew(-9deg);
  position: relative;
  z-index: 1;
  transition: width 0.5s;
  right: -4%;
  margin-left: -14%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75); }
  .section-two:after {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    transform: skew(9deg);
    z-index: -1; }

.section-one2 {
  width: 80%;
  float: left;
  left: -20%;
  margin-right: -10%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
  transform: skew(9deg);
  z-index: 1;
  transition: width 0.5s;
  vertical-align: center; }
  .section-one2:before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: 0;
    transform: skew(-9deg);
    z-index: -1; }

.section-two2 {
  width: 44%;
  float: left;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
  transform: skew(9deg);
  position: relative;
  z-index: 1;
  transition: width 0.5s;
  right: -4%;
  margin-left: -14%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75); }
  .section-two2:after {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    transform: skew(-9deg);
    z-index: -1; }

.content {
  transform: skew(4.5deg);
  padding: 20px;
  width: 90%; }

.content2 {
  transform: skew(-12.5deg);
  padding: 20px;
  width: 90%; }

/* Fixed header and footer.
	* --------------------------------------- */
#header {
  position: fixed;
  margin-top: -92px;
  right: 0;
  z-index: 9; }

#footer {
  position: fixed;
  height: 30px;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  padding: 5px 0 0 5px; }

.contact {
  color: #777; }
  .contact p {
    padding: 1rem 0 1rem 2rem; }

.contactimage {
  height: 30px; }

#footer {
  bottom: 0px; }
  #footer a {
    color: #FFFFFF;
    font-size: 80%; }

.immersive-content {
  height: 100%;
  vertical-align: center;
  margin-left: 38%; }

.headline {
  text-transform: uppercase; }

#fp-nav ul li .fp-tooltip.fp-left {
  background-image: url("../images/hgtop.png");
  padding: 1rem; }

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