/*
 Base css file. The compiled .css from this file should be the only file included on your web
*/
/*
  > topbot CSS <
  The only file necessary to get a
  (really) smart sticky footer!

  Author: Kim Korte
*/
@import "../less/crow.css";
@import "../less/animate.css";
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  display: table;
  width: 100%;
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
}
footer,
.bot,
header,
.top,
#wrapper {
  display: table-row;
  min-height: 1px;
}
#wrapper {
  height: 100%;
  position: relative;
}
/**
 * @license
 * MyFonts Webfont Build ID 3200029, 2016-04-07T05:33:25-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaLTPro-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-medium/
 * 
 * Webfont: FuturaLTPro-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-book/
 * 
 * Webfont: FuturaLTPro-MediumOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-medium-oblique/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3200029
 * Licensed pageviews: 250,000
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FuturaLTPro-Medium';
  src: url('../fonts/30D41D_0_0.eot');
  src: url('../fonts/30D41D_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/30D41D_0_0.woff2') format('woff2'), url('../fonts/30D41D_0_0.woff') format('woff'), url('../fonts/30D41D_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLTPro-Book';
  src: url('../fonts/30D41D_1_0.eot');
  src: url('../fonts/30D41D_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/30D41D_1_0.woff2') format('woff2'), url('../fonts/30D41D_1_0.woff') format('woff'), url('../fonts/30D41D_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLTPro-MediumOblique';
  src: url('../fonts/30D41D_2_0.eot');
  src: url('../fonts/30D41D_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/30D41D_2_0.woff2') format('woff2'), url('../fonts/30D41D_2_0.woff') format('woff'), url('../fonts/30D41D_2_0.ttf') format('truetype');
}
@font-face {
  font-family: "Tuntematon";
  src: url("../fonts/Tuntematon-Otsikko.eot");
  src: url("../fonts/Tuntematon-Otsikko.eot?#iefix") format("embedded-opentype"), url("../fonts/Tuntematon-Otsikko.woff") format("woff"), url("../fonts/Tuntematon-Otsikko.ttf") format("truetype"), url("../fonts/Tuntematon-Otsikko.svg#lineto-gotham-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fit-background {
  background-size: cover;
  background-position: center center;
}
.spacer {
  height: 40px;
}
@media (max-width: 767px), (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  .spacer {
    height: 20px;
  }
}
.spacer.half {
  height: 20px;
}
@media (max-width: 767px), (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  .spacer.half {
    height: 10px;
  }
}
.spacer.quarter {
  height: 10px;
}
@media (max-width: 767px), (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  .spacer.quarter {
    height: 5px;
  }
}
.spacer.eighths {
  height: 5px;
}
@media (max-width: 767px), (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  .spacer.eighths {
    height: 2.5px;
  }
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.block {
  display: block;
}
html {
  font-size: 62.5%;
}
span.small {
  font-size: 80%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background-color: #fcfaf7;
  font-family: FuturaLTPro-Medium, Arial;
  font-weight: 300;
}
body:before {
  position: fixed;
  visibility: hidden;
  *display: none;
}
@media (min-width: 1200px) {
  body:before {
    content: 'desktop';
  }
}
@media (max-width: 767px) {
  body:before {
    content: 'smartphone';
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  body:before {
    content: 'smartphone vertical';
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  body:before {
    content: 'smartphone horizontal';
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body:before {
    content: 'tablet';
  }
}
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  body:before {
    content: 'tablet vertical';
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1199px) {
  body:before {
    content: 'tablet horizontal';
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d8daf;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: Tuntematon, Arial;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}
h3 {
  color: #fff;
  font-family: FuturaLTPro-Medium, Arial;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
p {
  letter-spacing: .5px;
  margin: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: FuturaLTPro-Medium, Arial;
  font-weight: 300;
}
@media (max-width: 767px) {
  p {
    margin: 5px 0;
  }
}
p a:hover {
  color: #000;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
  width: 100%;
}
ul.inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.unstyled li {
  display: block;
}
.image {
  display: block;
  line-height: 0;
}
a {
  color: #4d8daf;
}
a:hover {
  color: #f2f2f2;
}
body.home .navigation {
  margin-top: -61px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .navigation {
    margin-top: -56px;
  }
}
body.home .navigation .sticky {
  visibility: hidden;
}
@media (max-width: 767px) {
  body.home .navigation .sticky {
    visibility: visible;
  }
}
body.home .navigation .sticky.animated {
  visibility: visible;
}
body.home .block h1,
body.home .block h2,
body.home .block h3,
body.home .block h4,
body.home .block h5,
body.home .block h6 {
  padding-bottom: 15px;
}
body.home .block.fullwidth {
  padding: 75px 0 60px 0;
}
@media (max-width: 767px) {
  body.home .block.fullwidth {
    padding: 30px 0 25px 0;
  }
}
body.home .block._1 {
  overflow: hidden;
  color: #4d8daf;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  background-color: #000;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  background-size: cover;
  background-position: center center;
}
body.home .block._1 .nest {
  mix-blend-mode: screen;
}
body.home .block._1.fullwidth {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._1.fullwidth {
    padding-bottom: 70px;
  }
  body.home .block._1.fullwidth .spacer {
    height: 20px;
  }
  body.home .block._1.fullwidth .spacer.quarter {
    height: 5px;
  }
}
@media (max-width: 767px) {
  body.home .block._1.fullwidth {
    padding-bottom: 70px;
  }
}
body.home .block._1 video,
body.home .block._1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
body.home .block._1 img {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._1 video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  body.home .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  body.home .block._1 {
    background-image: url(../image/video-fallback-landscape.jpg);
  }
}
@media (max-width: 767px) {
  body.home .block._1 video {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body.home .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body.home .block._1 {
    background-image: url(../image/video-fallback-landscape.jpg);
  }
}
body.home .block._1 .line {
  margin: 20px 3px;
}
@media (max-width: 767px) {
  body.home .block._1 .line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._1 .line {
    margin-top: 15px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
body.home .block._1 .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  body.home .block._1 div,
  body.home .block._1 .text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
  }
}
body.home .block._1 h1 {
  padding-bottom: 22px;
  letter-spacing: 3px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._1 h1 {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  body.home .block._1 h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
body.home .block._1.transition {
  -webkit-transition: height .5s ease;
          transition: height .5s ease;
}
body.home .block._1.transition video,
body.home .block._1.transition img {
  visibility: visible;
  opacity: 1;
}
body.home .block._1 .icon {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
@media (max-width: 767px) {
  body.home .block._1 .icon {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.home .block._1 .nest {
    width: 90%;
  }
}
body.home .block._1 h1,
body.home .block._1 div,
body.home .block._1 a {
  visibility: hidden;
}
@media (max-width: 767px) {
  body.home .block._1 h1,
  body.home .block._1 div,
  body.home .block._1 a {
    visibility: visible;
  }
}
body.home .block._1 h1.animated,
body.home .block._1 div.animated,
body.home .block._1 a.animated {
  visibility: visible;
}
body.home .block._2,
body.home .block._4,
body.home .block._7 {
  color: #fff;
  background-image: url(../image/placeholder/img11.jpg);
  background-size: cover;
  background-size: auto 120%;
  background-position: center center;
}
body.home .block._2 h1,
body.home .block._4 h1,
body.home .block._7 h1,
body.home .block._2 h2,
body.home .block._4 h2,
body.home .block._7 h2,
body.home .block._2 h3,
body.home .block._4 h3,
body.home .block._7 h3,
body.home .block._2 h4,
body.home .block._4 h4,
body.home .block._7 h4,
body.home .block._2 h5,
body.home .block._4 h5,
body.home .block._7 h5,
body.home .block._2 h6,
body.home .block._4 h6,
body.home .block._7 h6 {
  color: #fff;
}
body.home .block._2 h3,
body.home .block._4 h3,
body.home .block._7 h3 {
  padding-top: 15px;
  padding-bottom: 0px;
}
body.home .block._2 p a,
body.home .block._4 p a,
body.home .block._7 p a {
  color: #fff;
  text-decoration: none;
}
body.home .block._2 p a:hover,
body.home .block._4 p a:hover,
body.home .block._7 p a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.home .block._2 p,
  body.home .block._4 p,
  body.home .block._7 p,
  body.home .block._2 h3,
  body.home .block._4 h3,
  body.home .block._7 h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.home .block._3 .nest {
  width: 1040px;
}
body.home .block._3 .nest p {
  padding-left: 30px;
  padding-right: 30px;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._3 .nest {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.home .block._3 .nest {
    width: auto;
  }
}
body.home .block._3 .text {
  display: none;
}
@media (max-width: 767px) {
  body.home .block._3 .crow:before {
    content: none;
  }
  body.home .block._3 .crow > div,
  body.home .block._3 .crow > li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.home .block._2 {
    background-attachment: fixed;
  }
}
body.home .block._4 {
  background-image: url(../image/placeholder/img12.jpg);
}
body.home .block._4 .image {
  padding-top: 15px;
}
@media (min-width: 1200px) {
  body.home .block._4 {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  body.home .block._4 .crow:before {
    content: none;
  }
  body.home .block._4 .crow > div,
  body.home .block._4 .crow > li {
    width: 100%;
  }
  body.home .block._4 .image {
    padding: 10px 30px 20px 30px;
  }
}
body.home .block._5 .nest {
  width: 1040px;
}
body.home .block._5 .nest p {
  padding-left: 30px;
  padding-right: 30px;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._5 .nest {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.home .block._5 .nest {
    width: auto;
  }
}
body.home .block._5 .image {
  position: relative;
}
body.home .block._5 .video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.home .block._5 .video-play span {
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
}
@media (max-width: 767px) {
  body.home .block._5 .nest > div > .crow:before {
    content: none;
  }
  body.home .block._5 .nest > div > .crow > div,
  body.home .block._5 .nest > div > .crow > li {
    width: 100%;
  }
}
body.home .block._5 .line {
  display: none;
}
@media (max-width: 767px) {
  body.home .block._5 .line {
    display: block;
    margin: 35px 15px 0px 15px;
    border-width: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._5 .line {
    display: block;
    margin: 60px auto 0px auto;
    width: 745px;
    border-width: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._5 {
    padding-bottom: 0;
  }
}
body.home .block._6 {
  background-image: none;
}
body.home .block._6 h1,
body.home .block._6 h2,
body.home .block._6 h3,
body.home .block._6 h4,
body.home .block._6 h5,
body.home .block._6 h6 {
  color: #4d8daf;
}
body.home .block._6 h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
body.home .block._6 ul li {
  text-align: center;
}
body.home .block._7 {
  background-image: none;
  background-color: #000;
}
body.home .block._7 h1,
body.home .block._7 h2,
body.home .block._7 h3,
body.home .block._7 h4,
body.home .block._7 h5,
body.home .block._7 h6 {
  color: #4d8daf;
}
@media (max-width: 767px) {
  body.home .block._7 ul {
    margin: 0;
  }
  body.home .block._7 ul li {
    margin-bottom: 0;
    padding: 5px;
    width: 33%;
  }
}
body.home .block._7 ul.listing li {
  padding: 5px;
}
@media (min-width: 1200px) {
  body.home .block._7 .listing {
    width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .block._7 .listing {
    width: 400px;
  }
}
body.home .bot .fullwidth {
  margin-top: 0;
  background-color: #fff;
}
body.home .bot .fullwidth ul li a:hover {
  color: #000;
}
body.post-type-archive-actors .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.post-type-archive-actors .breadcrumb {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-actors .crow.listing:before {
    content: none;
  }
  body.post-type-archive-actors .crow.listing > div,
  body.post-type-archive-actors .crow.listing > li {
    width: 100%;
  }
}
body.post-type-archive-news .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.post-type-archive-news .breadcrumb {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
body.post-type-archive-news .block._5 .image {
  position: relative;
}
body.post-type-archive-news .block._5 .video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.post-type-archive-news .block._5 .video-play span {
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
}
@media (max-width: 767px) {
  body.post-type-archive-news .block._5 .nest > div > .crow:before {
    content: none;
  }
  body.post-type-archive-news .block._5 .nest > div > .crow > div,
  body.post-type-archive-news .block._5 .nest > div > .crow > li {
    width: 100%;
  }
}
body.post-type-archive-news .block._5 .line {
  display: none;
}
a.button {
  border-color: #000;
  color: #000;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 2px solid #000;
  -webkit-transition: all .05s ease;
          transition: all .05s ease;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a.button:hover {
  background-color: #4d8daf;
  color: #fff;
  border-color: transparent;
}
a.button:hover:active {
  background-color: #457f9d;
}
ul.social {
  margin-top: 5px;
}
ul.social li a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
  padding-right: 5px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  line-height: 2.1rem;
}
ul.social li a:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  ul.social {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
ul.logos {
  width: 100%;
}
ul.logos li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
ul.logos li a .image {
  padding: 15px 0;
}
ul.logos li a img {
  width: 50%;
}
ul.logos li a:hover {
  text-decoration: underline;
  opacity: .8;
}
ul.logos.big li a img {
  width: 80%;
}
ul.logos.text-links li {
  margin: 0 7.5px;
}
ul.listing {
  text-align: left;
}
ul.listing li {
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.listing li a.news {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  ul.listing li a.news {
    padding-bottom: 0;
    height: auto !important;
  }
}
ul.listing li a,
ul.listing li .actor {
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
  position: relative;
}
ul.listing li a .title,
ul.listing li .actor .title {
  margin-bottom: 8px;
  color: #4d8daf;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
ul.listing li a .subtitle,
ul.listing li .actor .subtitle {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
ul.listing li a .subtitle:first-letter,
ul.listing li .actor .subtitle:first-letter {
  text-transform: uppercase;
}
ul.listing li a .text,
ul.listing li .actor .text {
  color: #000;
  min-height: 60px;
  letter-spacing: .5;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
}
ul.listing li a .text em,
ul.listing li .actor .text em {
  display: block;
  margin-top: 10px;
  font-family: FuturaLTPro-MediumOblique, Arial;
  font-weight: 300;
}
ul.listing li a .text img,
ul.listing li .actor .text img {
  width: 30px;
}
@media (max-width: 767px) {
  ul.listing li a .text,
  ul.listing li .actor .text {
    min-height: auto;
  }
}
ul.listing li a .image,
ul.listing li .actor .image {
  position: relative;
}
ul.listing li a .image .credits,
ul.listing li .actor .image .credits {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
ul.listing li a .link,
ul.listing li .actor .link {
  color: #666666;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
}
ul.listing li a .link .icon,
ul.listing li .actor .link .icon {
  margin-left: 10px;
  color: #000;
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 6px;
  line-height: 0.6rem;
}
@media (max-width: 767px) {
  ul.listing li a .link,
  ul.listing li .actor .link {
    position: static;
    padding: 0 20px 10px 20px;
  }
}
ul.listing li a.active,
ul.listing li .actor.active {
  background-color: #4d8daf;
}
ul.listing li a.active .title,
ul.listing li .actor.active .title,
ul.listing li a.active .text,
ul.listing li .actor.active .text,
ul.listing li a.active .subtitle,
ul.listing li .actor.active .subtitle {
  color: #fff;
}
ul.listing li a.active .link,
ul.listing li .actor.active .link {
  color: #000;
}
ul.listing li a.active .triangle,
ul.listing li .actor.active .triangle {
  border-bottom-color: #4d8daf;
}
ul.listing li .image {
  background-color: transparent;
}
ul.listing li .image:hover {
  background-color: transparent;
}
ul.listing li a:active {
  background-color: #4d8daf;
}
ul.listing li a:active .title,
ul.listing li a:active .text,
ul.listing li a:active .subtitle {
  color: #fff;
}
ul.listing li a:active .link {
  color: #000;
}
ul.listing li a:active .triangle {
  border-bottom-color: #4d8daf;
}
@media (min-width: 1200px) {
  ul.listing li a:hover {
    background-color: #4d8daf;
  }
  ul.listing li a:hover .title,
  ul.listing li a:hover .text,
  ul.listing li a:hover .subtitle {
    color: #fff;
  }
  ul.listing li a:hover .link {
    color: #000;
  }
  ul.listing li a:hover .triangle {
    border-bottom-color: #4d8daf;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.listing li a:hover {
    background-color: #4d8daf;
  }
  ul.listing li a:hover .title,
  ul.listing li a:hover .text,
  ul.listing li a:hover .subtitle {
    color: #fff;
  }
  ul.listing li a:hover .link {
    color: #000;
  }
  ul.listing li a:hover .triangle {
    border-bottom-color: #4d8daf;
  }
}
ul.listing .desc {
  position: relative;
  padding: 15px 20px 10px 20px;
}
ul.listing .triangle {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 20px;
}
ul.listing._2 .triangle {
  display: none;
}
@media (max-width: 767px) {
  ul.listing li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider {
  overflow: hidden;
  position: relative;
  line-height: 0;
  background-color: #666666;
}
.slider .stripe {
  padding-bottom: 30px;
  background-color: #fcfaf7;
}
.slider .slide {
  text-align: center;
  position: relative;
}
.slider .slide .image-caption {
  position: absolute;
  bottom: -20px;
  left: 0px;
  letter-spacing: .5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.slider .slide img {
  width: 100%;
}
.slider .slider-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.slider .slider-nav ul li {
  margin: 0 2.5px;
}
.slider .slider-nav ul li a {
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #fcfaf7;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  pointer-events: auto;
  border-radius: 10px;
}
.slider .slider-nav ul li a:hover,
.slider .slider-nav ul li a.active {
  background-color: #fcfaf7;
}
.breadcrumb {
  padding: 35px 0 0 30px;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.breadcrumb .icon {
  color: #333333;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 5px;
  line-height: 0.5rem;
}
.breadcrumb ul li a {
  color: #666666;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.line {
  border-bottom: 4px solid #4d8daf;
}
.navigation {
  margin-top: 0;
  position: relative;
}
.navigation .sticky-wrapper {
  max-height: 61px;
}
.navigation .sticky {
  background-color: #121010;
  visibility: visible;
}
.navigation .sticky > .nest {
  width: 1040px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation .sticky > .nest {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .navigation .sticky > .nest {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation .sticky .w-75 {
    width: 82%;
  }
  .navigation .sticky .w-25 {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .navigation .sticky .w-75 {
    width: 30%;
  }
  .navigation .sticky .w-25 {
    width: 70%;
  }
}
.navigation .sticky.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navigation .sticky .icon {
  text-decoration: none;
  color: #fff;
  padding: 5px 0 0 15px;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation .sticky .icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navigation .sticky .icon {
    display: none;
  }
}
.navigation .sticky ul li {
  color: #fff;
  text-transform: uppercase;
}
.navigation .sticky ul li a {
  letter-spacing: 2px;
  text-decoration: none;
  /*padding: 22.5px 10px;*/
    padding: 22.5px 6px;
  display: block;
  color: #fff;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
  font-size: 16px;
  /*font-size: 1.6rem;*/
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.navigation .sticky ul li a:hover,
.navigation .sticky ul li a.active,
.navigation .sticky ul li a.force-active {
  color: #4d8daf;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation .sticky ul li a {
    /*padding: 20px 2px;*/
    padding: 20px 1px;
    font-size: 14px;
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .navigation .sticky ul.language {
    margin-right: 10px;
  }
}
.navigation .sticky ul.language li a {
  text-transform: none;
}
@media (max-width: 767px) {
  .navigation .sticky ul.menu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 8px 0;
    background-color: #121010;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
  }
  .navigation .sticky ul.menu.open {
    opacity: 1;
    visibility: visible;
  }
  .navigation .sticky ul.menu li {
    display: block;
  }
  .navigation .sticky ul.menu li a {
    padding: 15px 15px;
  }
  .navigation .sticky ul.menu li.separator {
    display: none;
  }
}
.bot .fullwidth {
  padding: 55px 0 150px 0;
  margin-top: 80px;
  background-color: #000;
  color: #4d8daf;
  /*@media @smartphone {
      padding: 30px 0 50px 0;
    }*/
}
.bot .fullwidth ul {
  margin: 5px 0;
}
.bot .fullwidth ul li {
  margin: 0 5px;
}
.bot .fullwidth ul li a {
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.bot .fullwidth ul li a:hover {
  color: #fff;
}
body.single .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.single .breadcrumb {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
body.single .fullwidth.single {
  margin-top: 35px;
}
@media (max-width: 767px) {
  body.single .fullwidth.single {
    margin-top: 0px;
  }
}
body.single h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
body.single .subtitle {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
body.single p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: FuturaLTPro-Book, Arial;
  font-weight: 300;
}
body.single p a:hover {
  text-decoration: underline;
}
body.single .link,
body.single p a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
body.single .link .icon,
body.single p a .icon {
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
  line-height: 0.8rem;
}
body.single .link:hover span:not(.icon),
body.single p a:hover span:not(.icon) {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.single .nest > .crow:before {
    content: none;
  }
  body.single .nest > .crow > div,
  body.single .nest > .crow > li {
    width: 100%;
  }
}
body.page-template-page-form {
  background: #000;
}
body.page-template-page-form .navigation {
  display: none;
}
@media (max-width: 767px) {
  body.page-template-page-form .nest {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
body.page-template-page-form .block.fullwidth {
  padding: 45px 0 18px 0;
}
@media (max-width: 767px) {
  body.page-template-page-form .block.fullwidth {
    padding: 30px 0 15px 0;
  }
}
body.page-template-page-form .block._1 {
  background-image: url('../image/header_image.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 480px;
  max-height: 700px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-form .block._1 {
    /*min-height:100vh;*/
    /*@media @landscape {
          background-image: url(../image/video-fallback-landscape.jpg);
        }*/
  }
  body.page-template-page-form .block._1 video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  body.page-template-page-form .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (max-width: 1199px) {
  body.page-template-page-form .block._1 img.portrait {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-form .block._1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*min-height:100vh;*/
  }
  body.page-template-page-form .block._1 video {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-form .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-form .block._1 {
    background-image: url(../image/video-fallback-landscape.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-form .block._1 video {
    display: none;
  }
}
body.page-template-page-form .block._1 .line {
  margin: 20px 3px;
}
@media (max-width: 767px) {
  body.page-template-page-form .block._1 .line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-form .block._1 .line {
    margin-top: 15px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
body.page-template-page-form .block._1 .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  body.page-template-page-form .block._1 .text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
  }
}
body.page-template-page-form .block._1 h1 {
  padding-bottom: 4px;
  letter-spacing: 3px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-form .block._1 h1 {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-form .block._1 h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
body.page-template-page-form .block._1 .intro-text {
  color: #4d8daf;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
body.page-template-page-form .block._3 {
  padding: 0;
}
body.page-template-page-form #form_intro {
  background: #FFF;
}
body.page-template-page-form #form_intro h2 {
  font-size: 2.4rem;
  line-height: 1.5;
}
body.page-template-page-form #form_intro h2.foot-header {
  display: inline-block;
  line-height: 1.3;
}
body.page-template-page-form #form_intro p {
  color: #000;
  line-height: 1.5;
  margin: 1.45em 0;
}
body.page-template-page-form #form_intro .extra-wrap {
  margin: 0 auto;
  max-width: 620px;
}
body.page-template-page-form #form_intro hr {
  border: none;
  border-bottom: 4px solid #4d8daf;
  margin: 20px 3px;
}
@media (max-width: 767px) {
  body.page-template-page-form #form_intro hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-form #form_intro hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
body.page-template-page-form .fullwidth {
  width: 100%;
}
body.page-template-page-form .video-wrapper,
body.page-template-page-form .video-wrapper.crow.no-gutter {
  /*height:0;
    padding:0 0 56.25%;*/
  position: relative;
}
body.page-template-page-form .video-wrapper video,
body.page-template-page-form .video-wrapper.crow.no-gutter video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.page-template-page-form .video-wrapper .nest,
body.page-template-page-form .video-wrapper.crow.no-gutter .nest {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
body.page-template-page-form .video-wrapper .spacer,
body.page-template-page-form .video-wrapper.crow.no-gutter .spacer {
  height: 1.25em;
}
body.page-template-page-form .content {
  color: #FFF;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
body.page-template-page-form .content p {
  margin: 2em 0;
  width: 100%;
}
body.page-template-page-form .content img {
  width: auto;
}
body.page-template-page-form .content img.alignleft {
  display: inline;
  float: left;
  margin: 0.3em 2em 2em 0;
}
body.page-template-page-form .content::before,
body.page-template-page-form .content::after {
  content: "";
  display: table;
}
body.page-template-page-form .content::after {
  clear: both;
}
body.page-template-page-form #form {
  background-image: url(../image/placeholder/img12.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-page-form #form .gform_confirmation_wrapper {
  padding: 25vh 0;
}
body.page-template-page-form #form .gform_confirmation_wrapper > div {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 525px;
  padding: 10vh 5.5%;
  width: 100%;
  font-family: Tuntematon, Arial;
  color: #4d8daf;
  text-align: center;
  font-size: 2.4rem;
}
body.page-template-page-form #form .gform_wrapper {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 525px;
  padding: 0.05em 5.5%;
  width: 100%;
}
body.page-template-page-form #form .gform_wrapper label,
body.page-template-page-form #form .gform_wrapper .gfield_description,
body.page-template-page-form #form .gform_wrapper .validation_error {
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
body.page-template-page-form #form .gform_wrapper .validation_error {
  border-color: #FFF;
  border-top: none;
}
body.page-template-page-form #form .gform_wrapper .gsection {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  zoom: 1;
}
body.page-template-page-form #form .gform_wrapper .gsection::before,
body.page-template-page-form #form .gform_wrapper .gsection::after {
  content: "";
  display: table;
}
body.page-template-page-form #form .gform_wrapper .gsection::after {
  clear: both;
}
body.page-template-page-form #form .gform_wrapper .gfield_required,
body.page-template-page-form #form .gform_wrapper .ginput_counter {
  display: none;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield {
  margin-right: 0;
  padding-right: 0;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.clear {
  margin: 0;
  padding: 0;
  zoom: 1;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.clear::before,
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.clear::after {
  content: "";
  display: table;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.clear::after {
  clear: both;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.short,
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.medium {
  clear: none;
  display: inline;
  float: left;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.short#field_1_26,
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.medium#field_1_26 {
  clear: both;
  display: block;
  float: none;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.short {
  margin-right: 10%;
  width: 35%;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield.medium {
  width: 55%;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields li.gfield h2.gsection_title {
  font-size: 1.6rem;
  letter-spacing: 0.09em!important;
  line-height: 1.1;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 {
  padding-bottom: 1em;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_label,
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container,
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_label {
    font-size: 1.25rem;
  }
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
  font-weight: 700;
}
@media (max-width: 767px) {
  body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
    font-size: 1rem;
  }
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container {
  margin: 0 0.5em;
  position: relative;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container::after {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.25em solid #FFF;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 select {
  width: auto;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 select,
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 option {
  background: none;
  border: 1px solid #FFF;
  border-radius: 0;
  color: #FFF;
  line-height: 1.25;
  padding: 0 1em 0 0.5em;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 select::-ms-expand,
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 option::-ms-expand {
  display: none;
}
body.page-template-page-form #form .gform_wrapper ul.gform_fields #field_1_23 option {
  background: rgba(0, 0, 0, 0.5);
}
body.page-template-page-form #form .gform_wrapper input,
body.page-template-page-form #form .gform_wrapper textarea {
  font-family: Futura, Arial;
}
body.page-template-page-form #form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 3px 4px;
}
body.page-template-page-form #form .gform_wrapper .top_label div.ginput_container {
  margin-top: 3px;
}
body.page-template-page-form #form .gform_wrapper input[type=text],
body.page-template-page-form #form .gform_wrapper input[type=email] {
  width: 100%;
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox {
  padding-bottom: 0.4em;
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li {
  position: relative;
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-300%);
          transform: translateY(-50%) translateX(-300%);
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label {
  line-height: 1.1;
  padding-left: 4.5rem;
  position: relative;
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label::before {
  background: #FFF;
  content: " ";
  height: 2.4rem;
  left: 0;
  line-height: 2.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}
body.page-template-page-form #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input:checked + label::after {
  background: #4d8daf;
  content: " ";
  height: 1.8rem;
  left: 0.3rem;
  line-height: 1.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}
body.page-template-page-form #form .gform_wrapper .gform_footer {
  font-size: 1.6rem;
  padding: 0 0 1.75em;
  text-align: center;
}
body.page-template-page-form #form .gform_wrapper input[type=submit].gform_button {
  background: #4d8daf;
  border: none;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  letter-spacing: 0.075em;
  margin: 0.75em 0 0;
  padding: 0.7em 0.8em;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page-template-page-form #form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: inherit!important;
}
body.page-template-page-form #form .gform_wrapper li.gfield.gfield_error,
body.page-template-page-form #form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  padding: 0;
}
body.page-template-page-form #form .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
body.page-template-page-form #form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: -1rem;
}
body.page-template-page-form #footnotes {
  background: #FFF;
  color: #4d8daf;
  font-size: 1.8rem;
  padding: 20px 0 24px;
  text-align: center;
}
body.page-template-page-form #footnotes a {
  display: inline-block;
  margin: 0 0.6em;
  text-decoration: none;
}
body.page-template-page-form #footnotes a:hover {
  color: #000;
}
body.page-template-page-subpage {
  background: #000;
}
body.page-template-page-subpage .navigation {
  display: none;
}
@media (max-width: 767px) {
  body.page-template-page-subpage .nest {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
body.page-template-page-subpage .block.fullwidth {
  padding: 45px 0 18px 0;
}
@media (max-width: 767px) {
  body.page-template-page-subpage .block.fullwidth {
    padding: 30px 0 15px 0;
  }
}
body.page-template-page-subpage .block._1 {
  background-image: url('../image/header_image.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 480px;
  max-height: 700px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-subpage .block._1 {
    /*min-height:100vh;*/
    /*@media @landscape {
          background-image: url(../image/video-fallback-landscape.jpg);
        }*/
  }
  body.page-template-page-subpage .block._1 video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  body.page-template-page-subpage .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (max-width: 1199px) {
  body.page-template-page-subpage .block._1 img.portrait {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-subpage .block._1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*min-height:100vh;*/
  }
  body.page-template-page-subpage .block._1 video {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-subpage .block._1 {
    background-image: url(../image/video-fallback-portrait.jpg);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-subpage .block._1 {
    background-image: url(../image/video-fallback-landscape.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-subpage .block._1 video {
    display: none;
  }
}
body.page-template-page-subpage .block._1 .line {
  margin: 20px 3px;
}
@media (max-width: 767px) {
  body.page-template-page-subpage .block._1 .line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-subpage .block._1 .line {
    margin-top: 15px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
body.page-template-page-subpage .block._1 .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  body.page-template-page-subpage .block._1 .text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
  }
}
body.page-template-page-subpage .block._1 h1 {
  padding-bottom: 4px;
  letter-spacing: 3px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-subpage .block._1 h1 {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-subpage .block._1 h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
body.page-template-page-subpage .block._1 .intro-text {
  color: #4d8daf;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
body.page-template-page-subpage .block._3 {
  padding: 0;
}
body.page-template-page-subpage #form_intro {
  background: #FFF;
}
body.page-template-page-subpage #form_intro h2 {
  font-size: 2.4rem;
  line-height: 1.5;
}
body.page-template-page-subpage #form_intro h2.foot-header {
  display: inline-block;
  line-height: 1.3;
}
body.page-template-page-subpage #form_intro p {
  color: #000;
  line-height: 1.5;
  margin: 1.45em 0;
}
body.page-template-page-subpage #form_intro .extra-wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 620px;
  padding: 0 6%;
}
body.page-template-page-subpage #form_intro hr {
  border: none;
  border-bottom: 4px solid #4d8daf;
  margin: 20px 3px;
}
@media (max-width: 767px) {
  body.page-template-page-subpage #form_intro hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-page-subpage #form_intro hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border-width: 2px;
  }
}
body.page-template-page-subpage .fullwidth {
  width: 100%;
}
body.page-template-page-subpage .video-wrapper,
body.page-template-page-subpage .video-wrapper.crow.no-gutter {
  /*height:0;
    padding:0 0 56.25%;*/
  position: relative;
}
body.page-template-page-subpage .video-wrapper video,
body.page-template-page-subpage .video-wrapper.crow.no-gutter video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.page-template-page-subpage .video-wrapper .nest,
body.page-template-page-subpage .video-wrapper.crow.no-gutter .nest {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
body.page-template-page-subpage .video-wrapper .spacer,
body.page-template-page-subpage .video-wrapper.crow.no-gutter .spacer {
  height: 1.25em;
}
body.page-template-page-subpage .content {
  color: #FFF;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
body.page-template-page-subpage .content p {
  margin: 2em 0;
  width: 100%;
}
body.page-template-page-subpage .content img {
  width: auto;
}
body.page-template-page-subpage .content img.alignleft {
  display: inline;
  float: left;
  margin: 0.3em 2em 2em 0;
}
body.page-template-page-subpage .content::before,
body.page-template-page-subpage .content::after {
  content: "";
  display: table;
}
body.page-template-page-subpage .content::after {
  clear: both;
}
body.page-template-page-subpage #form {
  background-image: url(../image/placeholder/img12.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-page-subpage #form .gform_confirmation_wrapper {
  padding: 25vh 0;
}
body.page-template-page-subpage #form .gform_confirmation_wrapper > div {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 525px;
  padding: 10vh 5.5%;
  width: 100%;
  font-family: Tuntematon, Arial;
  color: #4d8daf;
  text-align: center;
  font-size: 2.4rem;
}
body.page-template-page-subpage #form .gform_wrapper {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 525px;
  padding: 0.05em 5.5%;
  width: 100%;
}
body.page-template-page-subpage #form .gform_wrapper label,
body.page-template-page-subpage #form .gform_wrapper .gfield_description,
body.page-template-page-subpage #form .gform_wrapper .validation_error {
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
body.page-template-page-subpage #form .gform_wrapper .validation_error {
  border-color: #FFF;
  border-top: none;
}
body.page-template-page-subpage #form .gform_wrapper .gsection {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  zoom: 1;
}
body.page-template-page-subpage #form .gform_wrapper .gsection::before,
body.page-template-page-subpage #form .gform_wrapper .gsection::after {
  content: "";
  display: table;
}
body.page-template-page-subpage #form .gform_wrapper .gsection::after {
  clear: both;
}
body.page-template-page-subpage #form .gform_wrapper .gfield_required,
body.page-template-page-subpage #form .gform_wrapper .ginput_counter {
  display: none;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield {
  margin-right: 0;
  padding-right: 0;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.clear {
  margin: 0;
  padding: 0;
  zoom: 1;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.clear::before,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.clear::after {
  content: "";
  display: table;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.clear::after {
  clear: both;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.short,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.medium {
  clear: none;
  display: inline;
  float: left;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.short#field_1_26,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.medium#field_1_26 {
  clear: both;
  display: block;
  float: none;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.short {
  margin-right: 10%;
  width: 35%;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield.medium {
  width: 55%;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields li.gfield h2.gsection_title {
  font-size: 1.6rem;
  letter-spacing: 0.09em!important;
  line-height: 1.1;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 {
  padding-bottom: 1em;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_label,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_label {
    font-size: 1.25rem;
  }
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
  font-weight: 700;
}
@media (max-width: 767px) {
  body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .gfield_description {
    font-size: 1rem;
  }
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container {
  margin: 0 0.5em;
  position: relative;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 .ginput_container::after {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.25em solid #FFF;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 select {
  width: auto;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 select,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 option {
  background: none;
  border: 1px solid #FFF;
  border-radius: 0;
  color: #FFF;
  line-height: 1.25;
  padding: 0 1em 0 0.5em;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 select::-ms-expand,
body.page-template-page-subpage #form .gform_wrapper ul.gform_fields #field_1_23 option::-ms-expand {
  display: none;
}
body.page-template-page-subpage #form .gform_wrapper input,
body.page-template-page-subpage #form .gform_wrapper textarea {
  font-family: Futura, Arial;
}
body.page-template-page-subpage #form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 3px 4px;
}
body.page-template-page-subpage #form .gform_wrapper .top_label div.ginput_container {
  margin-top: 3px;
}
body.page-template-page-subpage #form .gform_wrapper input[type=text],
body.page-template-page-subpage #form .gform_wrapper input[type=email] {
  width: 100%;
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox {
  padding-bottom: 0.4em;
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li {
  position: relative;
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-300%);
          transform: translateY(-50%) translateX(-300%);
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label {
  line-height: 1.1;
  padding-left: 4.5rem;
  position: relative;
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label::before {
  background: #FFF;
  content: " ";
  height: 2.4rem;
  left: 0;
  line-height: 2.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}
body.page-template-page-subpage #form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input:checked + label::after {
  background: #4d8daf;
  content: " ";
  height: 1.8rem;
  left: 0.3rem;
  line-height: 1.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}
body.page-template-page-subpage #form .gform_wrapper .gform_footer {
  font-size: 1.6rem;
  padding: 0 0 1.75em;
  text-align: center;
}
body.page-template-page-subpage #form .gform_wrapper input[type=submit].gform_button {
  background: #4d8daf;
  border: none;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  letter-spacing: 0.075em;
  margin: 0.75em 0 0;
  padding: 0.7em 0.8em;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.page-template-page-subpage #form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: inherit!important;
}
body.page-template-page-subpage #form .gform_wrapper li.gfield.gfield_error,
body.page-template-page-subpage #form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  padding: 0;
}
body.page-template-page-subpage #form .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
body.page-template-page-subpage #form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: -1rem;
}
body.page-template-page-subpage #footnotes {
  background: #FFF;
  color: #4d8daf;
  font-size: 1.8rem;
  padding: 20px 0 24px;
  text-align: center;
}
body.page-template-page-subpage #footnotes a {
  display: inline-block;
  margin: 0 0.6em;
  text-decoration: none;
}
body.page-template-page-subpage #footnotes a:hover {
  color: #000;
}
#cookie-disclaimer {
  background: #4d8daf;
  bottom: 0;
  color: #FFF;
  display: none;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
}
#cookie-disclaimer .close-cookie-disclaimer {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 1em;
  text-decoration: none;
  top: 0.5em;
}
#cookie-disclaimer .wrapper {
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1024px;
  padding: 1.5em 6%;
  text-align: center;
  width: 90%;
}
#cookie-disclaimer.show {
  display: block;
}
