@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: local('Teko Regular'), local('Teko-Regular'), url(https://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gfa19oA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font: 14px 'Open Sans', sans-serif;
}
.anchor_top {
  position: absolute;
  top: 0;
  left: 0;
}
a[name].offset {
  display: block;
  position: relative;
  top: -102px;
  visibility: hidden;
}
.video_link {
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  padding: 10px 10px 10px 70px;
  font-size: 200%;
  text-decoration: none;
  text-transform: uppercase;
  color: #72b52b;
  background: url(assets/movie.svg) no-repeat 10px center #fff;
  background-size: 48px;
  font-family: 'Teko';
  font-weight: 400;
  letter-spacing: -0.05ex;
}
.video_link_top {
  position: fixed;
  right: 26%;
  top: 16px;
  z-index: 6;
  display: block;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  color: #72b52b;
  background: url(assets/movie.svg) no-repeat 5px center #fff;
  background-size: 24px;
}
.wider {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.wider_relative {
  position: relative;
}
.bg_image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: right top, 65% 80%;
  background-repeat: no-repeat;
  background-size: contain, cover;
  z-index: 1;
}
.bg_image .news_wrapper {
  position: absolute;
  left: 0;
  bottom: 10vh;
  height: 70vh;
  width: 480px;
  padding: 7vh 40px;
}
@media screen and (max-width: 480px) {
  .bg_image .news_wrapper {
    width: 100%;
  }
}
.bg_image .news_wrapper .more_news {
  text-decoration: none;
  font-family: 'Teko';
  font-size: 160%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
}
.bg_image .news_wrapper::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: url(assets/news_bg.svg) no-repeat right top;
  background-size: 2000px;
  transform-origin: 760px center;
  transform: rotate(-15.5deg);
}
.bg_image .news_wrapper.lan_en::before {
  background-image: url(assets/news_bg_en.svg);
}
.bg_image .news_wrapper .date {
  font-weight: 700;
  margin: 0 0 10px;
}
.bg_image .news_wrapper h2 {
  font-family: 'Teko';
  font-size: 300%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
  margin: 0 0 20px;
}
.bg_image .news_wrapper p {
  margin: 0 0 1em;
  line-height: 1.6em;
}
.bg_image .news_wrapper p.pre {
  font-weight: 700;
  color: #222;
}
.bg_image canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 960px) {
  .content {
    background-color: #fff;
  }
}
.logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .logo {
    position: fixed;
    bottom: auto;
    top: 0;
    transform: translateY(0) !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 60%, #ffffff 80%);
  }
  .logo img {
    transform: scale(0.8);
    transform-origin: right center;
  }
}
.logo.logo_fixed {
  position: fixed;
  bottom: auto;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, #ffffff 80%);
}
@media screen and (max-width: 960px) {
  .logo.logo_fixed {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 60%, #ffffff 80%);
  }
}
.logo.logo_fixed::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 64px;
  width: 100%;
  height: 5px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.lans_wrapper {
  position: fixed;
  left: 40px;
  top: 64px;
  z-index: 5;
}
.lans_wrapper a {
  display: inline-block;
  line-height: 2em;
  text-align: center;
  width: 2em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lans_wrapper a.active {
  pointer-events: none;
  background-color: rgba(114, 181, 43, 0.8);
}
@media screen and (min-width: 961px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 80%);
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 5;
  }
  .nav > a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 20px;
    transition: 500ms;
  }
  .nav > span {
    margin: 0 20px;
  }
  .nav > span.social {
    margin-left: 100px;
  }
  .nav > span a {
    margin: 0 5px;
  }
  .nav > a:hover {
    color: #72b52b;
  }
}
@media screen and (max-width: 1280px) {
  .nav {
    padding: 0 10px;
  }
  .nav a {
    margin: 0 10px;
    font-size: 77%;
  }
}
@media screen and (max-width: 960px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    transform: translateX(-100%);
    transition: 300ms;
  }
  .nav_visible {
    transform: translateX(0);
  }
  .nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 120%;
  }
  .menu_switcher {
    display: block;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    background: url(assets/menu.svg) no-repeat center center #72b52b;
    background-size: 24px;
    z-index: 6;
  }
}
.content ul {
  margin: 0 0 40px;
}
.content ul li {
  list-style: none;
  padding: 0.3em 0 0.3em 24px;
  background: url(assets/li.svg) no-repeat left 0.6em;
  background-size: 8px;
}
.content .about_wrapper {
  background-position: left bottom;
  background-repeat: no-repeat;
  min-height: 860px;
  margin: 0 0 60px;
}
.content .about_wrapper ul {
  margin: 0 0 10px;
}
@media screen and (max-width: 960px) {
  .content .about_wrapper ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.content .about_wrapper li {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .content .about_wrapper li {
    width: auto;
    margin-bottom: 10px;
  }
}
.content .scroll_table {
  overflow-x: auto;
}
.content .tech_wrapper {
  padding: 0 0 60px;
  background: url(assets/bg_tech.jpg) no-repeat center center;
  background-size: cover;
}
.content .tech_wrapper::before {
  content: "";
  display: table;
  clear: both;
}
.content .tech_wrapper .items {
  columns: 3;
}
@media screen and (max-width: 960px) {
  .content .tech_wrapper .items {
    columns: 2;
  }
}
@media screen and (max-width: 540px) {
  .content .tech_wrapper .items {
    columns: 1;
  }
}
.content .tech_wrapper .items > div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin: 0 30px 30px 0;
  color: #fff;
  display: flex;
}
.content .tech_wrapper .items > div span {
  display: block;
  flex: 0 0 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px 0 0;
}
.content .tech_wrapper .items > div div {
  flex: 1 1 auto;
}
.content .news_list .items > div {
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #72b52b;
}
.content .news_list .items > div > .image {
  flex: 0 0 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 20px 0 0;
}
.content .news_list .items > div:nth-child(even) > .image {
  order: 2;
  margin: 0 0 0 20px;
}
.content .news_list .items > div > .text {
  flex: 1 1 auto;
}
.content .news_list .items > div:last-child {
  border-bottom: none;
}
.content .news_list .items > div .date {
  font-size: 80%;
  font-weight: bold;
  color: #999;
}
.content .news_list .items > div h3 {
  font-family: 'Teko';
  font-size: 300%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
}
.content .news_list .items > div .more {
  font-family: 'Teko';
  font-size: 160%;
  color: #72b52b;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.content .plans_wrapper {
  padding: 0 0 60px;
  position: relative;
}
.content .plans_wrapper .plan_image {
  font-size: 0;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.content .plans_wrapper .plan_image img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}
.content .plans_wrapper .plan_image .info {
  font-size: 2rem;
  font-family: 'Teko';
  letter-spacing: -0.05ex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: perspective(480px) rotateY(-30deg) scale(1.6, 1.6) translate(-100px, -80px);
  transform-origin: 480px 450px;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 300;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.content .plans_wrapper .plan_image .info.visible {
  opacity: 1;
  transform: perspective(480px) rotateY(-30deg) scale(1.6, 1.6) translate(180px, -80px);
}
.content .plans_wrapper .plan_image .info b {
  font-family: 'Teko';
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
}
.content .plans_wrapper .plan_image .info a {
  color: inherit;
  text-decoration: none;
}
.content .plans_wrapper .area_table {
  width: 100%;
  margin: 0 -2px 40px -2px;
}
.content .plans_wrapper .area_table thead th {
  color: #72b52b;
  font-weight: 300;
  font-size: 160%;
  background-color: #eee;
  padding: 5px 0;
}
.content .plans_wrapper .area_table thead td {
  color: #999;
  font-size: 90%;
  text-align: center;
  background-color: #eee;
  padding: 5px 0;
}
.content .plans_wrapper .area_table tbody th,
.content .plans_wrapper .area_table tbody td {
  text-align: center;
  padding: 7px 5px;
  background-color: #f3f3f3;
}
.content .plans_wrapper .area_table tbody th {
  color: #72b52b;
}
.content .plans_wrapper .area_table tbody tr:nth-child(odd) td,
.content .plans_wrapper .area_table tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}
.content .plans_wrapper .area_table tbody a {
  color: #72b52b;
  text-decoration: none;
  border-bottom: 2px dotted #72b52b;
  cursor: zoom-in;
}
.content .plans_wrapper .area_table tfoot th,
.content .plans_wrapper .area_table tfoot td {
  border-top: 6px double #fff;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  font-size: 200%;
  font-weight: 400;
  background-color: #72b52b;
  font-family: 'Teko';
  letter-spacing: -0.05ex;
}
.content .plans_wrapper .area_table tfoot th {
  font-size: 280%;
}
.content .gallery_wrapper {
  padding: 0 0 60px;
  overflow: hidden;
  position: relative;
}
.content .gallery_wrapper .items {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
.content .gallery_wrapper .items > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content .gallery_wrapper .arrow_left,
.content .gallery_wrapper .arrow_right {
  position: absolute;
  left: 0;
  top: 0;
  height: 70vh;
  width: 200px;
}
@media screen and (max-width: 960px) {
  .content .gallery_wrapper .arrow_left,
  .content .gallery_wrapper .arrow_right {
    width: 50px;
  }
}
.content .gallery_wrapper .arrow_left::before,
.content .gallery_wrapper .arrow_right::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: 500ms;
}
.content .gallery_wrapper .arrow_left::after,
.content .gallery_wrapper .arrow_right::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/arrow_left.svg);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 500ms;
}
.content .gallery_wrapper .arrow_left:hover::before,
.content .gallery_wrapper .arrow_right:hover::before {
  opacity: 1;
}
.content .gallery_wrapper .arrow_left:hover::after,
.content .gallery_wrapper .arrow_right:hover::after {
  transform: translateX(-20px);
}
.content .gallery_wrapper .arrow_right {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.garder_wrapper {
  font-size: 0;
  position: relative;
}
.garder_wrapper > img {
  width: 100%;
  height: auto;
}
.garder_wrapper .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.garder_wrapper .items > * {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  overflow: hidden;
  transition: 100ms;
  border: 5px solid #72b52b;
}
.garder_wrapper .items > * > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6, 0.6);
  transition: 100ms;
}
.garder_wrapper .items > * .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Teko';
  font-size: 200%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
  opacity: 0;
  line-height: 100px;
  text-align: center;
}
.garder_wrapper .items > *:hover {
  width: 200px;
  height: 200px;
}
.garder_wrapper .items > *:hover .title {
  opacity: 1;
}
.garder_wrapper .items > *:hover > img {
  transform: translate(-50%, -50%) scale(1, 1);
}
.content h1,
.content h2 {
  font-family: 'Teko';
  font-size: 500%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
}
.content h2 {
  margin: 40px 0 20px 0;
}
.content h4 {
  font-family: 'Teko';
  font-size: 260%;
  color: #72b52b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.05ex;
  margin: 40px 0 20px;
}
.content p {
  margin: 0 0 1em;
  line-height: 1.5em;
}
.content p.pre {
  font-weight: bolder;
}
.content .columns_stretch {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.content .columns_stretch > div {
  flex: 1;
  margin-right: 40px;
}
.content .columns_stretch > div:last-child {
  margin-right: 0;
}
.content .columns_stretch > div[data-background] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0.7;
}
.content .green_line {
  background-image: url(images/Camera-5.jpg);
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}
.content .green_line .numbers {
  display: flex;
  justify-content: space-around;
}
.content .green_line .numbers > div {
  width: 26%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 0;
}
.content .green_line .numbers h3 {
  font-family: 'Teko';
  font-size: 460%;
  font-weight: 400;
  line-height: 1em;
}
.content .green_line .numbers .text {
  font-weight: lighter;
  line-height: 1em;
  margin-top: -0.6em;
}
.content .green_line p {
  font-family: 'Teko';
  text-align: center;
  color: #fff;
  font-size: 380%;
  font-weight: 300;
  margin: 40px 0 0 0;
}
.content .green_line p b {
  font-weight: 400;
  color: #000;
  font-size: 160%;
  vertical-align: middle;
}
@media screen and (max-width: 540px) {
  .content .green_line .numbers {
    flex-wrap: wrap;
  }
  .content .green_line .numbers > div {
    width: 80%;
    margin-bottom: 20px;
  }
}
.content .black_line {
  background-color: #222;
  padding: 0 0 60px;
  color: #fff;
}
.content .black_line::before {
  content: "";
  display: table;
  clear: both;
}
.content .black_line .numbers {
  display: flex;
  justify-content: space-around;
}
.content .black_line .numbers > div {
  width: 26%;
  text-align: center;
  color: #72b52b;
  padding: 15px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 96px;
  padding-top: 110px;
}
.content .black_line .numbers h3 {
  font-family: 'Teko';
  font-size: 460%;
  font-weight: 400;
  line-height: 1em;
}
.content .black_line .numbers h3 span {
  font-size: 40%;
  vertical-align: middle;
}
.content .black_line .numbers .text {
  font-weight: lighter;
  line-height: 1em;
  margin-top: -0.6em;
}
@media screen and (max-width: 960px) {
  .content .black_line .numbers {
    flex-wrap: wrap;
  }
  .content .black_line .numbers > div {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .content .black_line .numbers > div {
    width: 80%;
  }
}
.content .map_wrapper {
  font-size: 0;
  position: relative;
}
.content .map_wrapper > img {
  width: 100%;
  height: auto;
}
.content .map_wrapper .icon_toolbar {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100px;
  padding: 10px 10px 10px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  transform: translateX(-20px);
  opacity: 0.8;
  transition: transform 500ms, opacity 500ms;
  z-index: 2;
}
.content .map_wrapper .icon_toolbar:hover {
  transform: translateX(0);
  opacity: 1;
}
.content .map_wrapper .icon_toolbar.fixed {
  position: fixed;
  top: 114px;
}
.content .map_wrapper .icon_toolbar.bottom {
  top: auto;
  bottom: 50px;
}
.content .map_wrapper .icon_toolbar > div {
  position: relative;
  margin: 0 0 10px;
}
.content .map_wrapper .icon_toolbar > div:last-child {
  margin: 0;
}
.content .map_wrapper .icon_toolbar > div label {
  display: block;
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: 500ms;
}
.content .map_wrapper .icon_toolbar > div label::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.content .map_wrapper .icon_toolbar > div input {
  display: none;
}
.content .map_wrapper .icon_toolbar > div input:checked + label {
  opacity: 1;
  border-color: #00cd00;
  background-color: rgba(0, 0, 0, 0.5);
}
.content .map_wrapper .icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content .map_wrapper .icons span {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #000;
  margin: -16px 0 0 -16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: scale(1.4, 1.4);
  box-shadow: 1px -20px 5px rgba(0, 0, 0, 0.5);
  cursor: help;
}
.content .map_wrapper .icons span:hover {
  z-index: 1;
}
.content .map_wrapper .icons span.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.content .map_wrapper .icons span.icn_restaurant {
  background-image: url(assets/icons/restaurant.svg);
  background-color: #c89b45;
}
.content .map_wrapper .icons span.icn_hotel {
  background-image: url(assets/icons/hotel.svg);
  background-color: #c84599;
}
.content .map_wrapper .icons span.icn_fitness {
  background-image: url(assets/icons/fitness.svg);
  background-color: #8fc845;
}
.content .online_wrapper {
  background-color: #000;
  padding: 1px 0 60px;
  color: #fff;
}
.content .online_wrapper .online {
  position: relative;
}
.content .online_wrapper .online .frame {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content .online_wrapper .online .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.content .online_wrapper .online .controls a {
  display: block;
  position: relative;
  background-color: #72b52b;
  padding: 10px 20px;
  border: 2px solid #000;
  text-decoration: none;
  font-size: 80%;
  text-transform: uppercase;
  color: #000;
}
.content .online_wrapper .online .controls a.left {
  float: left;
  border-width: 0 2px 0 0;
}
.content .online_wrapper .online .controls a.right {
  float: right;
  border-width: 0 0 0 2px;
}
.content .online_wrapper .online .controls a.disable {
  pointer-events: none;
  opacity: 0.5;
}
.content .online_wrapper .online .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 80%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
}
.content .footer {
  background-color: #222;
  padding: 60px 0;
  color: #fff;
}
.content .footer a {
  color: #fff;
}
.content .footer .developed {
  text-align: center;
  font-size: 80%;
  margin: 40px 0 0 0;
  line-height: 3em;
}
.content .footer .footer_columns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}
.content .footer .footer_columns > div {
  width: 30%;
  text-align: center;
}
.content .footer .footer_columns h3 {
  font-family: 'Teko';
  font-size: 260%;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  margin: 0 0 0.2em;
}
.content .footer .footer_columns h3.center {
  transform: translateX(50%);
}
.content .footer .footer_columns .text {
  font-size: 80%;
  font-weight: lighter;
  color: #ccc;
  margin: 0 0 1em;
}
@media screen and (max-width: 960px) {
  .content .footer .footer_columns {
    flex-wrap: wrap;
  }
  .content .footer .footer_columns > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .footer .footer_columns > div:nth-child(2) h3 {
    display: none;
  }
  .content .footer .footer_columns h3.center {
    transform: translateX(0);
  }
}
.thumbs_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 20px;
}
.thumbs_wrapper > a {
  display: block;
  flex: 0 1 calc(100%/6 - 10px);
  width: calc(100%/6 - 10px);
  margin: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 300ms, transform 300ms, box-shadow 300ms;
}
@media screen and (max-width: 960px) {
  .thumbs_wrapper > a {
    flex: 0 1 calc(100%/4 - 10px);
    width: calc(100%/4 - 10px);
  }
}
@media screen and (max-width: 640px) {
  .thumbs_wrapper > a {
    flex: 0 1 calc(100%/3 - 10px);
    width: calc(100%/3 - 10px);
  }
}
@media screen and (max-width: 480px) {
  .thumbs_wrapper > a {
    flex: 0 1 calc(100%/2 - 10px);
    width: calc(100%/2 - 10px);
  }
}
.thumbs_wrapper > a:before {
  content: ' ';
  display: block;
  padding-top: 50%;
}
.thumbs_wrapper > a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=style.css.map */