@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

html {
  font-family: "museo-sans", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000; }

a, div, img, span {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a img {
    border: 0; }

img {
  display: inline-block;
  max-width: 100%; }

section
, article
, header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

main {
  overflow: hidden; }

strong {
  font-weight: 700; }

figure.decorated {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  figure.decorated img {
    display: block; }
  figure.decorated .cover {
    position: absolute;
    width: 200%;
    height: 200%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
    background: #169a76;
    top: 90%;
    left: -25%;
    z-index: 2;
    mix-blend-mode: multiply; }
  figure.decorated .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3; }

/***** TEXT *****/
.paragraph.huge {
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700; }
  .paragraph.huge span {
    color: #169a76; }

.distinguished-paragraph {
  font-size: 16px;
  letter-spacing: 1px;
  color: #169a76; }

/***** HEADERS *****/
h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: inherit;
  letter-spacing: 1px; }

h1.decorated {
  overflow: hidden; }
  h1.decorated > div {
    display: inline-block;
    position: relative; }
  h1.decorated > div:after {
    content: '';
    display: block;
    width: 280px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: 0 0 0 24px;
    background: #169a76; }

h1.decorated-02 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  border-bottom: 1px solid #169a76;
  padding: 0 0 15px 0; }
  h1.decorated-02 strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0 0 0; }

h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: inherit;
  letter-spacing: 1px; }
  h2 span {
    text-transform: uppercase; }

h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0; }

.subsection-header h2 {
  font-size: 20px; }

/***** TEXT *****/
p {
  letter-spacing: 0;
  text-align: inherit;
  font-size: 14px;
  line-height: 23px; }

span.line {
  display: block; }

/***** CONTAINERS *****/
.light {
  color: #000; }
  .light a {
    color: #000; }

.dark {
  color: #fff; }
  .dark a {
    color: #fff; }

section.dark
, footer.dark {
  background-color: #000; }

section.medium
, footer.medium {
  background-color: #f7f7f7; }

.wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .wrapper > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
  .wrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block; }

.section-wrapper {
  margin: 0 13%; }

.section-wrapper.right-side-full-width {
  margin: 0 0 0 13%; }

.content-container {
  width: 1360px;
  margin: 0 auto 0 0; }

.content-container.full-width {
  width: auto; }

.section {
  text-align: left;
  clear: both;
  padding: 60px 260px 60px 40px; }

.section-header {
  padding: 0 0 60px 0; }

section.full-width {
  padding-right: 40px; }

.section.right-side-full-width {
  padding-right: 0; }

.section-group {
  background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  overflow: hidden; }

section.image-bg-section {
  position: relative; }
  section.image-bg-section h1 {
    text-align: left;
    padding: 0 0 50px 0; }
  section.image-bg-section .inner {
    width: 45%;
    position: relative;
    z-index: 5; }
  section.image-bg-section .background-image {
    position: absolute;
    bottom: 90px;
    right: 0;
    z-index: 0; }

.scroll-zoom {
  position: relative; }
  .scroll-zoom .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: -1; }

.for-overlayer {
  display: none !important; }

.for-more {
  display: none; }

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  color: #000;
  overflow: auto;
  padding: 0; }
  .overlayer .overlayer-inner {
    margin: 35px 300px 50px 35px;
    position: relative;
    background: #fff;
    border: 1px solid #169a76;
    -webkit-box-shadow: 10px 10px 0px 0px #169a76;
    -moz-box-shadow: 10px 10px 0px 0px #169a76;
    box-shadow: 10px 10px 0px 0px #169a76; }
  .overlayer .overlayer-body {
    padding: 40px 50px; }
  .overlayer .icon-container {
    padding: 0 0 10px 0; }
  .overlayer .icon {
    height: 70px; }
  .overlayer .close-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 8000;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .overlayer .overlayer-type-03 header {
    width: 45%;
    position: relative;
    top: 2px; }
  .overlayer .overlayer-type-03 .side-a {
    padding-top: 30px; }
  .overlayer .overlayer-type-30 .date {
    font-size: 12px;
    color: #169a76; }
  .overlayer .overlayer-type-30 h1 {
    font-size: 18px; }

.tip h1 {
  color: #169a76;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0 0 7px 0; }

.tip h2 {
  font-size: 48px;
  margin: 0 0 0 -4px; }

.tip .button-container {
  text-align: left;
  padding: 20px 0 0 0; }

.short-address {
  font-style: normal;
  line-height: 21px; }

.full-address {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-align: right; }
  .full-address h1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 5px 0; }
  .full-address section {
    margin: 15px 0 0 0;
    padding: 0 75px 0 0;
    position: relative;
    letter-spacing: 0; }
    .full-address section p {
      letter-spacing: 0; }
    .full-address section .icon-container {
      position: absolute;
      top: 0;
      right: 0;
      width: 75px;
      height: 100%; }
    .full-address section .icon {
      display: block; }
    .full-address section .location-button {
      width: 38px;
      margin: 0 0 0 auto;
      padding: 0 20px 0 0;
      height: 36px;
      position: relative;
      background: #fff;
      cursor: pointer; }
    .full-address section .map-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 20px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .full-address section .map-opened {
      z-index: 5;
      opacity: 0; }
      .full-address section .map-opened .cross {
        margin: 0 auto; }
    .full-address section .map-closed {
      z-index: 7; }

.box {
  width: auto;
  padding-bottom: 65%;
  position: relative; }
  .box .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .box :hover .layer {
    opacity: 1; }

.for-slide {
  display: none; }

.vimeo {
  position: relative;
  padding-bottom: 56.75%;
  height: 0;
  margin: 0 auto; }
  .vimeo iframe
, .vimeo video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.container {
  padding: 0;
  position: relative; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container .side-a {
    float: left;
    width: 50%; }
  .container .side-b {
    float: right;
    width: 50%; }
  .container .middle {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%; }

.container.type-01 .side-a {
  width: 45%; }
  .container.type-01 .side-a header {
    padding: 0 0 20px 0; }

.container.type-01 .side-b {
  width: 55%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container.type-02 .side-a {
  width: 45%;
  padding: 0 90px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container.type-02 .side-b {
  width: 55%; }

.container.type-03 .side-a {
  width: 45%; }
  .container.type-03 .side-a header {
    padding: 0 0 20px 0; }

.container.type-03 .side-b {
  width: 55%;
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container.narrow {
  padding: 0 0 0 70px; }
  .container.narrow header {
    padding: 0 0 20px 0; }
  .container.narrow .side-a {
    width: 55%; }
  .container.narrow .side-b {
    width: 45%; }

.container.with-side-icon .side-a {
  width: 65%;
  padding: 0 5% 0 0; }

.container.with-side-icon .side-b {
  width: 30%; }
  .container.with-side-icon .side-b .icon-container {
    text-align: center; }

.container.with-side-icon h2 {
  padding: 0 0 20px 0; }

.box-with-label {
  overflow: hidden;
  position: relative;
  color: #000;
  -webkit-transition: color 0.2s linear 0.1s;
  -moz-transition: color 0.2s linear 0.1s;
  -o-transition: color 0.2s linear 0.1s;
  transition: color 0.2s linear 0.1s; }
  .box-with-label:before {
    content: '';
    display: block;
    background: #169a76;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    @media (max-width: 768px) {
      .box-with-label:before {
        height: 100%;
        width: 100%;
        top: -100%; } }
  .box-with-label:hover {
    color: #fff; }
    .box-with-label:hover:before {
      left: 50%;
      opacity: 1; }
      @media (max-width: 768px) {
        .box-with-label:hover:before {
          top: 0;
          left: 0; } }
    .box-with-label:hover header {
      border-color: #fff; }
    .box-with-label:hover .symbol.cross .v,
    .box-with-label:hover .symbol.cross .h {
      background: #fff; }
  .box-with-label header {
    margin: 0 0 20px 0;
    padding: 20px 0 7px 0;
    position: relative;
    border-bottom: 2px solid #169a76;
    -webkit-transition: border-color 0.2s linear 0.1s;
    -moz-transition: border-color 0.2s linear 0.1s;
    -o-transition: border-color 0.2s linear 0.1s;
    transition: border-color 0.2s linear 0.1s; }
  .box-with-label .date {
    display: block;
    font-size: 14px; }
  .box-with-label .image {
    width: 50%;
    float: left;
    position: relative;
    z-index: 3; }
    .box-with-label .image .photo {
      width: 100%;
      padding: 0 0 100% 0;
      position: relative;
      display: block;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: cover; }
      .box-with-label .image .photo .main-image {
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .box-with-label .image .date {
      color: #fff;
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 100; }
  .box-with-label .label {
    width: 50%;
    padding: 0 32px;
    float: right;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .box-with-label .label {
        position: static; } }
    .box-with-label .label .date {
      display: none; }
  .box-with-label h1 {
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px 0 0;
    letter-spacing: 0;
    position: relative; }
    .box-with-label h1 strong {
      display: block;
      font-weight: 700;
      padding: 2px 0 0 0;
      font-size: 16px; }
    .box-with-label h1 .symbol {
      position: absolute;
      bottom: 5px;
      right: 0; }

.boxes.assymetric {
  list-style-type: none;
  overflow: hidden; }
  .boxes.assymetric > li {
    float: left;
    width: 50%; }
  .boxes.assymetric > li:nth-child(3n + 3) {
    margin: 0 0 0 25%;
    clear: left; }
    .boxes.assymetric > li:nth-child(3n + 3) header {
      padding-top: 40px; }
  .boxes.assymetric > li:nth-child(3n + 1) .decorated .cover {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 60%;
    left: 30%; }
  .boxes.assymetric > li:nth-child(3n + 2) .decorated .cover {
    -webkit-transform: rotate(-67deg);
    -moz-transform: rotate(-67deg);
    transform: rotate(-67deg);
    top: 50%;
    left: 55%; }
  .boxes.assymetric > li:nth-child(3n + 3) .decorated .cover {
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 87%;
    left: -60%; }
  .boxes.assymetric > li:nth-child(3n + 3) .date {
    left: 15px;
    right: auto;
    bottom: 15px; }
  .boxes.assymetric a {
    display: block; }
  .boxes.assymetric .button-more {
    width: 25%;
    cursor: pointer; }
    .boxes.assymetric .button-more .container {
      position: relative;
      width: 100%;
      padding: 0 0 100% 0;
      background: #169a76; }
      .boxes.assymetric .button-more .container .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .boxes.assymetric .button-more .circle {
      position: absolute;
      width: 70%;
      height: 70%;
      top: 15%;
      left: 15%; }

.circle {
  width: 190px;
  height: 190px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto; }
  .circle .icon {
    margin: 0 auto 10px auto;
    max-width: 40%; }
  .circle .symbol {
    margin: 8px auto 0 auto; }

.circle.filled {
  background: #51b8ae; }

.reference {
  margin: 0 90px; }
  .reference blockquote {
    position: relative; }
    .reference blockquote p {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
      width: 90%;
      text-align: left;
      position: relative;
      z-index: 3; }
  .reference blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: -45px;
    left: 35px;
    opacity: .4;
    z-index: 1;
    color: #52b7ad;
    font-size: 225px;
    font-family: Arial, sans-serif; }
  .reference time {
    opacity: .4;
    font-weight: 700;
    display: block;
    padding: 0 0 35px 0; }
  .reference .container {
    margin: 30px 0 0 0; }
  .reference .side-b {
    text-align: right;
    padding: 20px 0 0 0; }
  .reference cite {
    font-size: 24px;
    font-weight: 700;
    font-style: normal; }
  .reference cite:before {
    content: '-';
    display: inline-block;
    margin: 0 10px 0 0; }

.rating-box h1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 0 8px 0; }

.rating .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 22px;
  height: 22px; }

.rating .star {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0; }

.rating .star.empty {
  background-image: url("../img/star-empty.svg");
  z-index: 1; }

.rating .star.filled {
  background-image: url("../img/star-filled.svg");
  z-index: 2; }

.rating.rate-1 .item:nth-child(2) .star.filled {
  opacity: 0; }

.rating.rate-1 .item:nth-child(3) .star.filled {
  opacity: 0; }

.rating.rate-1 .item:nth-child(4) .star.filled {
  opacity: 0; }

.rating.rate-1 .item:nth-child(5) .star.filled {
  opacity: 0; }

.rating.rate-2 .item:nth-child(3) .star.filled {
  opacity: 0; }

.rating.rate-2 .item:nth-child(4) .star.filled {
  opacity: 0; }

.rating.rate-2 .item:nth-child(5) .star.filled {
  opacity: 0; }

.rating.rate-3 .item:nth-child(4) .star.filled {
  opacity: 0; }

.rating.rate-3 .item:nth-child(5) .star.filled {
  opacity: 0; }

.rating.rate-4 .item:nth-child(5) .star.filled {
  opacity: 0; }

.slider-container {
  position: relative; }

.slider ul {
  list-style-type: none; }

.bxslider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0; }
  .scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer; }
    .scrollbar .handle .mousearea {
      position: absolute;
      top: -9px;
      left: 0;
      width: 100%;
      height: 20px; }

.gallery {
  height: 600px;
  z-index: 5000;
  padding: 20px 0;
  position: relative; }
  .gallery .hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .gallery .wrap {
    margin: 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 5005; }
  .gallery .inner {
    height: 600px;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .gallery .inner header {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 125px;
      background: #fff;
      padding: 20px 50px 20px 20px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .gallery .inner header:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #169a76;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .gallery .inner header h1 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 700;
        position: relative;
        z-index: 10; }
      .gallery .inner header .symbol {
        position: absolute;
        bottom: 15px;
        right: 15px;
        z-index: 10; }

.gallery[data-state="close"]:hover .hover {
  opacity: 1; }

.galleries {
  position: relative;
  overflow: hidden;
  width: 1050px; }
  .galleries .galleries-container {
    overflow: hidden;
    position: relative; }
  .galleries .frame {
    height: 640px; }
  .galleries .slidee {
    list-style: none;
    margin: 0;
    padding: 0; }
    .galleries .slidee > li {
      width: 350px;
      float: left;
      cursor: pointer; }
  .galleries .close {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 6000;
    cursor: pointer;
    opacity: 0; }
  .galleries .current-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .galleries .current-container .current-container-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .galleries .current-container .gallery {
      position: absolute;
      top: 0;
      left: 33.33%; }
  .galleries .gallery-items {
    opacity: 0;
    padding: 20px 40px 20px 20px;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    overflow: hidden; }
  .galleries .sly-controls {
    overflow: hidden;
    padding: 40px 0 0 0; }
    .galleries .sly-controls .sly-button {
      text-indent: -10000px;
      border: 0;
      background-color: transparent;
      cursor: pointer; }
    .galleries .sly-controls .prev {
      float: left; }
    .galleries .sly-controls .next {
      float: right; }

.gallery-with-thumbnails {
  padding: 0; }
  .gallery-with-thumbnails ul {
    list-style-type: none;
    overflow: hidden; }
  .gallery-with-thumbnails li {
    float: left;
    padding: 0;
    border: 4px solid #fff;
    margin: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .gallery-with-thumbnails li:hover {
    border-color: #169a76; }
  .gallery-with-thumbnails a {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden; }
  .gallery-with-thumbnails img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%; }

.tips {
  padding: 0;
  margin: 0 0 60px 0;
  position: relative;
  overflow: hidden;
  /**.side {
	width: 350px;
	position: absolute;
	top: 0;
	right: 0;
	}**/ }
  .tips .article {
    float: left;
    width: 50%;
    padding: 0 30px 20000px 0;
    margin: 0 0 -20000px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tips .side {
    float: right;
    background: #f9f9f9;
    padding: 30px 400px 20080px 30px;
    margin: 0 0 -20000px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tips .side .content {
      width: 350px; }

.article header {
  padding: 0 0 10px 0; }

.article p {
  padding: 10px 0; }

.article figure {
  display: block;
  text-align: center;
  padding: 20px 0; }

.full-right-side {
  position: relative;
  /**.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	z-index: 1;
	}

	.content {
	position: relative;
	z-index: 5;
	padding: 30px;
	}**/ }

.full-right-side.medium .bg {
  background: #f9f9f9; }

.categories-box .articles-list {
  list-style-type: none; }
  .categories-box .articles-list > li {
    border-bottom: 1px solid #169a76;
    padding: 20px 0;
    cursor: pointer; }
    .categories-box .articles-list > li > * {
      opacity: .5;
      transition: all .2s linear; }
    .categories-box .articles-list > li time {
      color: #000; }
  .categories-box .articles-list > li.active > * {
    opacity: 1; }
  .categories-box .articles-list > li.active time {
    color: #169a76; }
  .categories-box .articles-list > li:hover > * {
    opacity: 1; }
  .categories-box .articles-list time {
    font-size: 11px;
    display: block;
    padding: 0 0 10px 0; }
  .categories-box .articles-list h2 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500; }

.categories-box .category-select {
  cursor: pointer;
  position: relative;
  margin: 0 0 20px 0; }
  .categories-box .category-select .choice-container {
    position: relative; }
    .categories-box .category-select .choice-container .choice {
      border-bottom: 2px solid #169a76;
      padding: 10px 0; }
      .categories-box .category-select .choice-container .choice h1 {
        font-size: 18px;
        font-weight: 500; }
    .categories-box .category-select .choice-container .arrow {
      position: absolute;
      right: 5px;
      bottom: 18px;
      top: auto; }
  .categories-box .category-select .choices {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .categories-box .category-select .choices li {
      padding: 5px 10px;
      transition: all .2s linear; }
    .categories-box .category-select .choices li:hover {
      background: #169a76;
      color: #fff; }
    .categories-box .category-select .choices h1 {
      font-size: 14px; }

.carousel-logos article {
  display: block;
  margin: 0 auto; }
  .carousel-logos article a {
    display: block; }
  .carousel-logos article img {
    display: block;
    max-width: 100%; }

.one-side-constant {
  position: relative;
  padding: 0 0 0 290px; }
  .one-side-constant .side {
    height: 100%;
    width: 290px;
    position: absolute;
    top: 0;
    left: 0; }
  .one-side-constant .content {
    background: #fff;
    padding: 0 0 0 50px; }

.sections {
  overflow: hidden; }
  .sections .section-item {
    float: left; }

.section-item {
  position: relative;
  padding: 40px 0 40px 20px;
  margin: 0 40px 0 0; }

.section-item:before {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background: #169a76;
  position: absolute;
  top: 0;
  left: 0; }

.company-informations h1 {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 20px 0; }

.company-informations address {
  font-style: normal;
  display: block;
  padding: 0 0 25px 0; }

.company-informations p {
  font-size: 16px; }

.copyright {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0; }
  .copyright p {
    height: 82px;
    line-height: 82px;
    font-size: 12px; }
  .copyright span {
    display: inline-block;
    vertical-align: middle; }

.jwg {
  display: inline-block;
  text-indent: -10000px;
  text-align: left;
  overflow: hidden;
  width: 112px;
  height: 26px;
  background: url("../img/logo-jwg.png") no-repeat center;
  background-size: auto 100%;
  vertical-align: middle;
  margin: -3px 0 0 10px; }

/***** TABLES *****/
.nano {
  width: 1040px; }

.nano .nano-pane {
  background: #888; }

.nano .nano-slider {
  background: #111; }

.duty-roster-container {
  width: 100%;
  padding: 0 0 30px 0; }

.duty-roster {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden; }
  .duty-roster th {
    width: 12%;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #e3e3e3;
    position: relative; }
    .duty-roster th .bg-line {
      height: 20000px;
      border-left: 1px dashed #ededed;
      position: absolute;
      top: 100%;
      z-index: -1; }
    .duty-roster th .bg-line:nth-of-type(1) {
      left: 20%; }
    .duty-roster th .bg-line:nth-of-type(2) {
      left: 40%; }
    .duty-roster th .bg-line:nth-of-type(3) {
      left: 60%; }
    .duty-roster th .bg-line:nth-of-type(4) {
      left: 80%; }
    .duty-roster th .bg-line:nth-of-type(5) {
      left: 100%; }
  .duty-roster .name {
    width: 16%;
    text-align: left;
    font-size: 14px; }
    .duty-roster .name strong {
      font-weight: 700;
      display: block; }
  .duty-roster th,
  .duty-roster td {
    border-right: 1px solid #cbcbcb;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    position: relative;
    z-index: 4; }
  .duty-roster td {
    text-align: left; }
  .duty-roster .hours-labels-container {
    height: 22px;
    position: relative; }
  .duty-roster .hours-label {
    position: absolute;
    color: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 55px;
    text-align: center;
    top: 0;
    white-space: nowrap; }
    .duty-roster .hours-label > div {
      background: #169a76;
      position: relative;
      z-index: 5; }
  .duty-roster .hours-label:before {
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #169a76;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .duty-roster .hours-label:after {
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #169a76;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/***** FORMS *****/
form.basic {
  width: auto;
  margin: 0 auto;
  padding: 0; }
  form.basic fieldset {
    border: 0; }
  form.basic label {
    display: block;
    margin: 0;
    padding: 0; }
  form.basic input
, form.basic textarea
, form.basic select {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-family: "museo-sans", Verdana, sans-serif;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    color: #000;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    border: 0;
    background: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  form.basic input:focus
, form.basic textarea:focus {
    outline: none;
    background: none; }
  form.basic textarea {
    height: 140px; }
  form.basic select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  form.basic select:focus {
    outline: none; }
  form.basic button {
    font-family: "museo-sans", Verdana, sans-serif;
    clear: both;
    display: inline-block;
    margin: 0 0 0 auto;
    background: none;
    border: 0;
    color: #169a76;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  form.basic option {
    color: #4748d4;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: "museo-sans", Verdana, sans-serif;
    padding: 25px 20px; }
  form.basic .fields-container {
    border: 1px solid #000; }
  form.basic .row {
    overflow: hidden;
    border-top: 1px solid #000; }
    form.basic .row label {
      float: left;
      width: 55%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    form.basic .row label:first-of-type {
      border-right: 1px solid #000;
      width: 44%; }
    form.basic .row .full-width:first-of-type {
      border: 0;
      width: auto;
      float: none; }
  form.basic .row:first-of-type {
    border: 0; }
  form.basic .button-container {
    padding: 13px 0 0 0;
    text-align: right; }
  form.basic ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.4); }
  form.basic :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1; }
  form.basic ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1; }
  form.basic :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4); }

.choise {
  margin: 0 0 30px 0; }
  .choise .default {
    color: #bfbfbf;
    text-align: center; }
  .choise label div {
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    height: auto; }

.form-info-container {
  padding: 15px 0 0 0;
  min-height: 40px; }

.form-info {
  clear: both;
  margin: 0 0 0 auto;
  width: auto;
  text-align: right;
  display: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none; }

.checkbox {
  overflow: hidden;
  width: auto;
  text-align: left;
  float: none;
  display: block;
  padding: 0 0 0 35px !important;
  position: relative; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + div {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0; }

input[type="checkbox"] + div span {
  display: block;
  width: 20px;
  height: 20px;
  background: #c4c4c4;
  display: none; }

input[type="checkbox"] ~ p {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
  width: auto;
  padding: 0; }

input[type="checkbox"]:checked + div span {
  display: block; }

.choise-list {
  cursor: pointer;
  position: relative; }
  .choise-list label {
    cursor: pointer;
    margin: 0; }
    .choise-list label div {
      color: #00c9fb; }
  .choise-list .choises {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: left;
    z-index: 3; }
  .choise-list .choise {
    text-align: left; }
  .choise-list input[type="radio"] {
    display: none; }
  .choise-list .checkboxes {
    display: none; }

.choise-list input[type="radio"]:checked + div {
  background: #00c9fb;
  color: #fff; }

/***** LISTS *****/
.icons {
  padding: 0 35px;
  font-size: 14px;
  font-weight: 500; }
  .icons > li {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    padding: 35px 40px;
    margin: 0 0 0 -5px; }
    .icons > li a {
      display: block;
      padding: 10px 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .icons > li a:hover {
        color: #169a76;
        background: #eee; }
  .icons .icon-container {
    height: 70px;
    padding: 0 0 10px 0; }
  .icons img {
    display: block;
    margin: 0 auto;
    height: 70px; }

.list-with-labels {
  list-style-type: none;
  padding: 10px 0 0 0; }
  .list-with-labels > li {
    line-height: 21px; }
    .list-with-labels > li span {
      color: #169a76; }

.list-with-labels:first-of-type {
  padding: 0; }

.list-with-labels.type-01 > li span {
  font-weight: 700; }

.labels {
  list-style-type: none;
  padding: 0 0 20px 5px; }
  .labels > li {
    display: inline-block;
    width: 45%;
    margin: 0 0 0 -5px;
    vertical-align: top;
    padding: 0 0 30px 0; }
    .labels > li header {
      padding: 0 0 20px 0; }
  .labels > li:nth-child(2n + 2) {
    width: 55%; }

.horizontal-list {
  list-style-type: none;
  padding: 10px 0; }
  .horizontal-list > li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle; }
    .horizontal-list > li img {
      display: block; }

.annotations {
  list-style-type: none;
  font-size: 12px; }
  .annotations .annotation-symbol {
    color: #169a76; }

.plain-list {
  list-style-type: none;
  color: #169a76;
  padding: 0; }
  .plain-list > li {
    color: #000;
    padding: 3px 0 3px 15px;
    position: relative;
    font-weight: 500; }
    .plain-list > li:before {
      content: '•';
      color: #169a76;
      display: block;
      position: absolute;
      top: 3px;
      left: 0; }

/***** HEADER *****/
.site-logo {
  width: 150px;
  height: 125px;
  background: url("../img/logo-new.png") no-repeat top left;
  background-size: 100% auto;
  display: block;
  text-indent: -10000px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .site-logo {
      width: 120px;
      height: 100px; } }

.site-header {
  background-size: cover;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  max-width: 100%; }
  .site-header .site-logo-container {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 5000; }
  .site-header > .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 0 35px 35px;
    width: 100%;
    z-index: 4000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 100%);
    -o-background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 100%);
    -ms-background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 100%); }
  .site-header .side-a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 2500; }
  .site-header .side-b {
    padding: 90px 0 0 0;
    width: auto;
    z-index: 4500;
    position: relative; }
  .site-header .google-map-container {
    position: absolute;
    bottom: -35px;
    right: -60%;
    width: 600px;
    max-width: 50%;
    height: 440px;
    z-index: 4200;
    border: 2px solid #169a76;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .site-header .google-map-container--open {
    right: 0; }

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  width: 190px;
  padding: 40px 30px 20px 35px;
  background: #fff; }
  .sidebar .site-title {
    margin-bottom: 30px; }
  .sidebar .inline-menu {
    padding: 40px 0 0 0; }
  .sidebar .close-icon {
    margin: 0 0 20px 0;
    cursor: pointer; }
    .sidebar .close-icon .symbol {
      margin: 0 0 0 auto; }

.site-title {
  font-family: Moon, Verdana, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 auto;
  display: inline-block;
  text-align: left; }
  .site-title span {
    display: block; }
  .site-title .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0 10px 0 0;
    border-right: 2px solid #169a76; }
  .site-title a {
    display: block;
    position: relative;
    padding: 2px 0 2px 80px; }

/***** MENU *****/
.main-menu {
  font-size: 16px; }
  .main-menu ul {
    list-style-type: none;
    font-weight: 300; }
  .main-menu li {
    text-align: right;
    overflow: hidden;
    padding: 0; }
  .main-menu .underline {
    content: '';
    display: block;
    height: 2px;
    margin: 5px 0 0 0;
    background: #169a76;
    position: relative;
    left: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .main-menu li:hover .underline {
    left: 0; }
  .main-menu a {
    display: block;
    padding: 7px 0 2px 0; }
  .main-menu a:hover {
    font-weight: 700; }
  .main-menu .distinguished a {
    color: #169a76; }

.main-menu.type-02 ul {
  width: 460px; }

.main-menu.type-02 li {
  display: inline-block;
  text-align: left;
  width: 190px;
  padding: 0 40px 0 0;
  margin: 0 0 0 -5px; }

.main-menu.type-02 .underline {
  left: -100%; }

.main-menu.type-02 li:hover .underline {
  left: 0; }

.main-menu.type-02 a {
  overflow: hidden; }

.inline-menu {
  font-size: 16px; }
  .inline-menu ul {
    list-style-type: none;
    text-align: right; }
  .inline-menu li {
    display: inline-block; }
  .inline-menu a {
    display: block;
    font-weight: 700;
    padding: 0 3px; }
  .inline-menu a:hover {
    color: #169a76; }

.inline-menu.type-02 {
  font-size: 20px; }
  .inline-menu.type-02 ul {
    text-align: left;
    margin: 0 0 0 -3px; }
  .inline-menu.type-02 a {
    padding: 0 5px; }

#menu {
  display: none; }

/***** FOOTER *****/
.site-footer {
  padding: 150px 0 0 0; }
  .site-footer .inline-menu {
    padding: 30px 0 0 0; }

/***** SECTIONS *****/
.section-07 {
  padding-right: 0; }

.section-09 form.basic {
  padding: 20px 0 0 0; }

.section-09 .annotations {
  padding: 25px 0 0 0; }

.section-09 .short-address {
  padding: 15px 0 10px 0; }

.section-09 .short-address:nth-of-type(1) {
  padding-top: 0; }

.section-11 .paragraph.first {
  padding-top: 40px; }

/***** SYMBOLS *****/
.symbol.cross {
  width: 12px;
  height: 12px;
  position: relative; }
  .symbol.cross .v, .symbol.cross .h {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .symbol.cross .v {
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px; }
  .symbol.cross .h {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin: -1px 0 0 0; }

.symbol.cross.light .v, .symbol.cross.light .h {
  background: #fff; }

.symbol.cross.medium .v, .symbol.cross.medium .h {
  background: #169a76; }

.symbol.cross.dark .v, .symbol.cross.dark .h {
  background: #000; }

.symbol.cross.large {
  width: 18px;
  height: 18px; }
  .symbol.cross.large .v {
    width: 2px;
    margin: 0 0 0 -1px; }
  .symbol.cross.large .h {
    height: 2px;
    margin: -1px 0 0 0; }

.symbol.cross.extra-large {
  width: 28px;
  height: 28px; }

.symbol.cross.rotated {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.symbol.hamburger {
  margin: 1px 8px 0 8px;
  display: block;
  width: 24px; }
  .symbol.hamburger > div {
    height: 2px;
    background: #fff;
    margin: 4px 0 0 0;
    border: 1px solid #000; }
  .symbol.hamburger > div:first-child {
    margin: 0; }

.arrow {
  width: 10px;
  height: 10px;
  text-indent: -10000px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: relative; }

.arrow.light {
  border-color: #fff; }

.arrow.medium {
  border-color: #169a76; }

.arrow.up {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px; }

.arrow.left {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5px; }

.arrow.right {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px; }

.arrow.down {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -5px; }

.arrow-type-02 {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: inline-block; }

.arrow-type-02.left {
  background-image: url("../img/arrow-left.svg"); }

.arrow-type-02.right {
  background-image: url("../img/arrow-right.svg"); }

.arrow.large {
  width: 16px;
  height: 16px; }

.icon.round {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.icon.round.light {
  border-color: #fff; }

.icon.round.medium {
  border-color: #169a76; }

#menu-hamburger {
  position: fixed;
  top: 50px;
  right: 25px;
  z-index: 4000;
  cursor: pointer; }

/***** BUTTONS *****/
.button {
  display: inline-block;
  margin: 0;
  color: #000;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 16px; }

.button.dark {
  background: #000;
  color: #fff; }

.button.medium {
  background: #f7f7f7;
  color: #fff; }

.button.type-01 {
  text-align: left;
  color: #000;
  background: #fff;
  position: relative;
  letter-spacing: 0;
  padding: 4px 36px 6px 12px;
  overflow: hidden; }
  .button.type-01:before {
    content: '';
    display: block;
    background: #169a76;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .button.type-01 span {
    position: relative;
    z-index: 2; }
  .button.type-01 .symbol {
    position: absolute;
    right: 12px;
    top: 50%;
    margin: -6px 0 0 0; }
  .button.type-01:hover {
    color: #fff; }
    .button.type-01:hover:before {
      top: 0; }
    .button.type-01:hover .symbol .v,
    .button.type-01:hover .symbol .h {
      background: #fff; }

.download-button {
  display: inline-block;
  background: #fdfdfd;
  text-align: left;
  padding: 20px 100px 20px 24px;
  width: 220px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .download-button .icon {
    display: block; }
  .download-button .main-icon {
    margin: 0 0 15px 0; }
  .download-button .small-icon {
    position: absolute;
    right: 20px;
    bottom: 20px; }

.download-button:hover {
  background: #fff; }

.button-container {
  text-align: center;
  clear: both;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/***** GOOGLE MAP *****/
.google-map-container {
  overflow: hidden;
  height: 430px;
  margin: 30px 0 0 0;
  border-left: 2px solid #169a76;
  border-bottom: 2px solid #169a76; }

.google-map {
  height: 110%;
  width: 100%; }

/***** RWD1800 *****/
/***** RWD1570 *****/
@media (max-width: 1570px) {
  .section-wrapper {
    margin: 0 10%; }
  .section-wrapper.right-side-full-width {
    margin: 0 0 0 10%; } }

/***** RWD1500 *****/
@media (max-width: 1500px) {
  .section-wrapper {
    margin: 0 5%; }
  .section-wrapper.right-side-full-width {
    margin: 0 0 0 5%; } }

/***** RWD1500 *****/
@media (max-width: 1420px) {
  .section-wrapper {
    margin: 0 2%; }
  .section-wrapper.right-side-full-width {
    margin: 0 0 0 2%; } }

/***** RWD1400 *****/
@media (max-width: 1400px) {
  .container.type-02 .side-a {
    width: 50%; }
  .container.type-02 .side-b {
    width: 50%; }
  .section-wrapper {
    margin: 0; }
  .section-wrapper.right-side-full-width {
    margin: 0; }
  .content-container {
    width: auto;
    margin: 0 auto; }
  .tips .article {
    float: left;
    width: 50%;
    padding: 0 30px 20000px 0;
    margin: 0 0 -20000px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tips .side {
    float: right;
    background: #f9f9f9;
    padding: 30px 400px 20080px 30px;
    margin: 0 0 -20000px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tips .side .content {
      width: 300px; } }

/***** RWD1350 *****/
@media (max-width: 1350px) {
  .duty-roster th,
  .duty-roster td {
    border: 0; } }

/***** RWD1320 *****/
@media (max-width: 1320px) {
  .icons > li {
    padding-left: 20px;
    padding-right: 20px; }
  .boxes.assymetric > .button-more .circle {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%; }
  .one-side-constant {
    padding: 0 0 0 250px; }
    .one-side-constant .side {
      width: 250px; }
    .one-side-constant .content {
      padding: 0 0 0 40px; }
  .tips .article {
    float: left;
    width: 50%;
    padding: 0 30px 20000px 0;
    margin: 0 0 -20000px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tips .side {
    float: right;
    background: #f9f9f9;
    padding: 30px 30px 20080px 30px;
    margin: 0 0 -20000px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tips .side .content {
      width: 250px; }
  .section-item {
    padding-left: 20px;
    margin: 0 20px 0 0; }
  .main-menu.type-02 ul {
    width: 420px; }
  .main-menu.type-02 li:nth-child(2n + 2) {
    padding: 0; }
  .site-footer {
    padding-top: 100px; } }

/***** RWD1200 *****/
@media (max-width: 1200px) {
  html {
    font-size: 14px; }
  strong {
    font-size: 16px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 20px; }
  .button.type-01 {
    font-size: 14px; }
  .tip h2 {
    font-size: 42px; }
  .container.narrow {
    padding: 0 20px; }
  .icons {
    width: 440px;
    margin: 0 auto; }
  .box-with-label .label {
    padding: 0 20px; }
    .box-with-label .label header {
      margin-bottom: 10px; }
    .box-with-label .label p {
      font-size: 13px;
      line-height: 18px; }
  .circle {
    font-size: 20px; }
    .circle .icon {
      margin: 0 auto 10px auto; }
    .circle .symbol {
      margin: 8px auto 0 auto; }
  .container.type-02 .side-a {
    padding-right: 40px; }
  .section {
    padding-right: 40px; }
    .section .side-a {
      width: 60%; }
    .section .side-b {
      width: 40%; }
  .icons {
    width: 880px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .boxes.assymetric .decorated .icon {
    width: 46px;
    height: 46px; }
  .paragraph.huge {
    font-size: 24px; }
  #menu {
    display: none; }
  .one-side-constant {
    padding: 0 0 0 220px; }
    .one-side-constant .side {
      width: 220px; }
  .section-item {
    margin: 0 20px 0 0; }
  .tips .article {
    float: left;
    width: 60%;
    padding: 0 30px 20000px 0;
    margin: 0 0 -20000px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tips .side {
    float: right;
    background: #f9f9f9;
    padding: 30px 30px 20080px 30px;
    margin: 0 0 -20000px 0;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tips .side .content {
      width: auto; }
  .gallery {
    height: 510px;
    padding: 15px 0; }
    .gallery .wrap {
      margin: 0 20px; }
    .gallery .inner {
      height: 500px; }
      .gallery .inner header {
        padding: 15px 50px 15px 15px; }
        .gallery .inner header h1 {
          font-size: 22px;
          line-height: 27px; }
  .galleries {
    width: auto; }
    .galleries .galleries-container {
      width: auto; }
    .galleries .frame {
      height: 540px; }
    .galleries .slidee > li {
      width: 300px; }
  .main-menu.type-02 {
    font-size: 14px; }
    .main-menu.type-02 ul {
      width: 340px; }
    .main-menu.type-02 li {
      width: 150px; }
    .main-menu.type-02 li:nth-child(2n + 2) {
      padding: 0; }
  .inline-menu.type-02 {
    font-size: 16px; }
    .inline-menu.type-02 a {
      padding: 0 3px; }
  .company-informations h1 {
    font-size: 20px; }
  .company-informations p {
    font-size: 14px; }
  .site-footer {
    padding-top: 70px; }
  .overlayer .overlayer-inner {
    margin: 35px 35px 50px 35px; }
  .section-07 {
    padding-right: 0; } }

/***** RWD1150 *****/
@media (max-width: 1150px) {
  /**.tips {
		.article {
		float: left;
		width: 45%;
		padding: 0 30px 20000px 0;
		margin: 0 0 -20000px 0;
		@include box-sizing(border-box);
		}
		.side {
		float: right;
		background: $medium-bg-color-03;
		padding: 30px 400px 20080px 30px;
		margin: 0 0 -20000px 0;
		width: 55%;
		@include box-sizing(border-box);

			.content {
			width: 250px;
			}
		}
	}**/ }

/***** RWD1100 *****/
/***** RWD1050 *****/
/***** RWD950 *****/
@media (max-width: 950px) {
  .icons {
    width: 720px; }
    .icons > li {
      padding-right: 0;
      padding-left: 0; }
  .tip h2 {
    font-size: 36px; }
  .container.with-side-icon .icon {
    max-width: 50%; }
  .download-button {
    padding: 20px 80px 20px 24px;
    width: 200px;
    font-size: 20px; }
    .download-button .main-icon {
      height: 80px; }
  .box-with-label .label {
    padding: 0 15px 15px 15px; }
  .reference {
    margin: 0 60px; }
    .reference blockquote p {
      font-size: 20px;
      line-height: 26px; }
    .reference blockquote:before {
      font-size: 200px; }
    .reference time {
      opacity: .4;
      font-weight: 700;
      display: block;
      padding: 0 0 35px 0; }
    .reference .container {
      margin: 30px 0 0 0; }
    .reference .side-b {
      text-align: right;
      padding: 20px 0 0 0; }
    .reference cite {
      font-size: 20px; }
  .rating-box h1 {
    font-size: 16px; }
  .rating .item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 18px;
    height: 18px; }
  .section-09 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0; }
    .section-09 .section-header {
      padding-left: 40px;
      padding-right: 40px; }
    .section-09 .container.type-02 .side-a {
      float: none;
      width: auto;
      padding: 0 40px; }
    .section-09 .container.type-02 .side-b {
      float: none;
      width: auto;
      padding: 50px 0 0 0; }
    .section-09 .google-map-container {
      border: 0;
      border-top: 2px solid #169a76;
      border-bottom: 2px solid #169a76; }
    .section-09 .labels > li:nth-child(2n + 1),
    .section-09 .labels > li:nth-child(2n + 2) {
      width: 50%; } }

/***** RWD870 *****/
@media (max-width: 850px) {
  h1.decorated-02 strong {
    font-size: 20px; }
  .gallery {
    height: 460px;
    padding: 15px 0; }
    .gallery .wrap {
      margin: 0 20px;
      overflow: hidden; }
    .gallery .inner {
      height: 450px; }
      .gallery .inner header {
        padding: 15px 50px 15px 15px;
        height: 100px; }
        .gallery .inner header h1 {
          font-size: 18px;
          line-height: 23px; }
        .gallery .inner header .symbol {
          position: absolute;
          bottom: 15px;
          right: 15px; }
  .galleries {
    width: auto; }
    .galleries .galleries-container {
      width: auto; }
    .galleries .frame {
      height: 490px; }
    .galleries .close {
      right: 40px;
      top: 30px; }
  .gallery-with-thumbnails li {
    border: 3px solid #fff;
    margin: 8px; }
  .gallery-with-thumbnails a {
    width: 60px;
    height: 60px; }
  .categories-box .articles-list {
    list-style-type: none; }
    .categories-box .articles-list h2 {
      font-size: 14px; }
  .categories-box .category-select {
    cursor: pointer;
    position: relative;
    margin: 0 0 20px 0; }
    .categories-box .category-select .choice-container {
      position: relative; }
      .categories-box .category-select .choice-container .choice {
        border-bottom: 2px solid #169a76;
        padding: 10px 0; }
        .categories-box .category-select .choice-container .choice h1 {
          font-size: 16px; }
      .categories-box .category-select .choice-container .arrow {
        position: absolute;
        right: 5px;
        bottom: 18px;
        top: auto; }
    .categories-box .category-select .choices {
      list-style-type: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 5;
      padding: 5px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .categories-box .category-select .choices li {
        padding: 5px 0; }
      .categories-box .category-select .choices h1 {
        font-size: 13px; }
  .sections .section-item {
    float: none;
    margin: 0; } }

/***** RWD768 *****/
@media (max-width: 768px) {
  .container.type-01 .side-a {
    float: none;
    width: auto; }
  .container.type-01 .side-b {
    float: none;
    width: auto;
    padding: 40px 40px 0 40px; }
  .container.type-03 .side-a {
    float: none;
    width: auto; }
  .container.type-03 .side-b {
    float: none;
    width: auto;
    padding: 40px 0 0 0; }
  .container.narrow .side-a {
    float: none;
    width: auto; }
  .container.narrow .side-b {
    float: none;
    width: auto;
    padding-top: 40px; }
  .icons {
    width: 440px; }
    .icons > li {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 20px;
      padding-left: 20px; }
  .box-with-label {
    position: relative; }
    .box-with-label .image {
      width: 100%;
      float: left; }
      .box-with-label .image .date {
        display: none; }
    .box-with-label .label {
      padding: 0;
      width: auto; }
      .box-with-label .label header {
        position: absolute;
        left: 15px;
        bottom: 15px;
        color: #fff;
        z-index: 10;
        border: 0;
        padding: 0;
        margin: 0; }
      .box-with-label .label p {
        display: none; }
      .box-with-label .label .date {
        display: block;
        padding: 0 0 5px 0;
        font-size: 13px; }
    .box-with-label h1 {
      padding: 0; }
      .box-with-label h1 .symbol {
        display: none; }
  .boxes.assymetric > li {
    float: left;
    width: 50%; }
  .boxes.assymetric > li:nth-child(3n + 3) {
    margin: 0;
    clear: none; }
  .boxes.assymetric > li:nth-child(3n + 1) .decorated .cover {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 87%;
    left: -60%; }
  .boxes.assymetric > li:nth-child(3n + 2) .decorated .cover {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 87%;
    left: -60%; }
  .boxes.assymetric > li:nth-child(3n + 3) .decorated .cover {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 87%;
    left: -60%; }
  .boxes.assymetric > .button-more {
    width: 50%; }
  .tips .side {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .circle {
    font-size: 24px; }
  .reference blockquote {
    width: auto; }
  .reference time {
    padding-bottom: 20px; }
  .overlayer .overlayer-type-03 header {
    width: auto;
    top: 0; } }

/***** RWD650 *****/
@media (max-width: 650px) {
  .site-header .tip {
    text-align: center; }
    .site-header .tip h2 {
      font-size: 28px; }
    .site-header .tip .button-container {
      text-align: center; }
  .site-header .side-a {
    position: relative;
    width: auto;
    float: none;
    padding-right: 35px; }
  .site-header .side-b {
    padding: 40px 0 0 0;
    width: auto;
    float: none; }
  .section {
    padding-left: 20px;
    padding-right: 20px; }
  section.full-width {
    padding-right: 20px; }
  .box-with-label .icon {
    display: none; }
  .reference {
    margin: 0 40px; }
  .gallery {
    height: auto;
    padding: 0;
    cursor: default;
    border-bottom: 2px solid #169a76; }
    .gallery .wrap {
      margin: 0;
      overflow: hidden; }
    .gallery .inner {
      height: auto; }
      .gallery .inner header {
        padding: 15px 50px 15px 15px;
        height: 100px;
        position: relative;
        cursor: pointer; }
        .gallery .inner header h1 {
          font-size: 18px;
          line-height: 23px; }
        .gallery .inner header .symbol {
          position: absolute;
          bottom: 15px;
          right: 15px; }
  .galleries .galleries-container {
    width: auto; }
  .galleries .frame {
    height: auto; }
  .galleries .slidee > li {
    width: auto;
    float: none; }
  .galleries .gallery-items {
    margin: 20px 0 0 0;
    padding: 15px; }
  .one-side-constant .side > .wrapper > div {
    vertical-align: top;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .one-side-constant .content {
    padding-right: 20px; }
  .main-menu.type-02 ul {
    width: auto; }
  .main-menu.type-02 li {
    display: block;
    width: auto;
    padding: 0; }
  .main-menu.type-02 li:nth-child(2n + 2) {
    padding: 0; }
  .tips {
    padding: 0; }
    .tips .side {
      float: none;
      width: auto;
      padding: 30px;
      margin: 0; }
    .tips .article {
      float: none;
      width: auto;
      padding: 30px 0 0 0;
      margin: 0; }
  .full-right-side {
    position: relative; }
    .full-right-side .content {
      position: relative;
      z-index: 5;
      padding: 20px 0; }
  .categories-box .articles-list {
    list-style-type: none; }
    .categories-box .articles-list > li {
      display: inline-block;
      width: 47%;
      padding: 10px 0; }
    .categories-box .articles-list > li:nth-child(2n + 1) {
      margin: 0 5% 0 0; }
  .section-07 {
    padding-right: 20px; }
  .section-09 .section-header {
    padding-left: 20px;
    padding-right: 20px; }
  .section-09 .container.type-02 .side-a {
    padding: 0 20px; } }

/***** RWD550 *****/
@media (max-width: 550px) {
  .site-header .google-map-container {
    width: 100%;
    right: -110%;
    max-width: 100%; }
  .site-header .google-map-container--open {
    right: 0; }
  .icons {
    width: 360px; }
    .icons > li {
      padding-right: 0;
      padding-left: 0; }
  .circle {
    font-size: 20px; }
  .box-with-label .label header {
    left: 8px;
    bottom: 8px; }
  .box-with-label .label .date {
    font-size: 12px; }
  .box-with-label h1 {
    font-size: 12px;
    line-height: 16px; }
    .box-with-label h1 strong {
      font-size: 14px; }
  .container.with-side-icon .side-a {
    float: none;
    width: auto;
    padding: 0; }
  .container.with-side-icon .side-b {
    float: none;
    width: auto;
    padding: 40px 0 0 0; }
  .container.with-side-icon .icon {
    max-width: 40%; }
  .reference blockquote {
    position: relative; }
    .reference blockquote p {
      font-size: 18px;
      line-height: 24px; }
  .reference cite {
    font-size: 18px; }
  .reference .side-b {
    padding-top: 10px; }
  .rating-box h1 {
    padding-bottom: 4px; }
  .google-map-container {
    height: 300px; }
  .one-side-constant .content {
    padding-left: 20px; }
  .categories-box .articles-list {
    list-style-type: none; }
    .categories-box .articles-list > li {
      display: block;
      width: auto; }
    .categories-box .articles-list > li:nth-child(2n + 1) {
      margin: 0; }
  .overlayer .overlayer-inner {
    margin: 30px 40px 40px 30px; }
  .overlayer .overlayer-body {
    padding: 30px 40px; }
  .overlayer .icon-container {
    padding: 0 0 10px 0; }
  .overlayer .close-icon {
    top: 25px;
    right: 25px; } }

/***** RWD480 *****/
@media (max-width: 480px) {
  h1 {
    font-size: 20px;
    line-height: 28px; }
  .circle {
    font-size: 16px; }
  .paragraph.huge {
    font-size: 20px;
    padding: 15px 0; }
  .tips .side {
    padding: 20px; }
  .site-header .tip {
    display: none; }
  .one-side-constant {
    padding: 0; }
    .one-side-constant .side {
      width: auto;
      position: static;
      padding: 0 0 50px 0; }
      .one-side-constant .side > .wrapper > div {
        vertical-align: middle;
        padding: 0; }
    .one-side-constant .content {
      padding-right: 20px;
      margin-left: 20px; }
  .main-menu.type-02 li {
    display: inline-block;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 0 0 0 -5px; }
  .main-menu.type-02 li:nth-child(2n + 2) {
    padding: 0; }
  .overlayer .overlayer-inner {
    margin: 0;
    border: 0; }
  .overlayer .overlayer-body {
    padding: 30px 20px; }
  .overlayer .icon-container {
    padding: 0 0 10px 0; }
  .overlayer .close-icon {
    top: 25px;
    right: 25px; } }

/***** RWD420 *****/
@media (max-width: 420px) {
  .icons {
    width: auto; }
    .icons > li {
      display: block;
      margin: 0 auto; }
  .circle {
    font-size: 24px; }
  .box-with-label h1 {
    font-size: 16px;
    line-height: 22px; }
    .box-with-label h1 strong {
      font-size: 16px; }
  .boxes.assymetric > li {
    width: 100%; }
  .boxes.assymetric .button-more {
    width: 100%; }
  .reference {
    margin: 0; }
  .labels > li {
    display: block;
    margin: 0;
    text-align: center;
    width: auto !important; }
  .main-menu.type-02 li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0; } }
