html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------------------------------*\
:    Colors
\*------------------------------------*/
/*------------------------------------*\
:    Settings
\*------------------------------------*/
/*------------------------------------*\
:    Fonts
\*------------------------------------*/
/*------------------------------------*\
:    Handymans
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
@font-face {
  font-family: 'Emperium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/emperium-normal.woff") format("woff");
}
@font-face {
  font-family: 'Emperium';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/emperium-bold.woff") format("woff");
}
/* ICOMOON */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zgq6t2");
  src: url("../fonts/icomoon.eot?zgq6t2#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?zgq6t2") format("woff2"), url("../fonts/icomoon.ttf?zgq6t2") format("truetype"), url("../fonts/icomoon.woff?zgq6t2") format("woff"), url("../fonts/icomoon.svg?zgq6t2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fc_arrow_right2:before {
  content: "\e908";
}

.icon-fc_caption:before {
  content: "\e90a";
}

.icon-fc_showphoto:before {
  content: "\e90b";
}

.icon-fc_arrow_left:before {
  content: "\e907";
}

.icon-fc_close:before {
  content: "\e906";
}

.icon-fc_arrow_right:before {
  content: "\e905";
}

.icon-whatsapp:before {
  content: "\e903";
}

.icon-clock:before {
  content: "\e909";
}

.icon-enlarge2:before {
  content: "\e902";
}

.icon-shrink2:before {
  content: "\e904";
}

.icon-volume-medium:before {
  content: "\e900";
}

.icon-volume-mute2:before {
  content: "\e901";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-instagram:before {
  content: "\f16d";
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

select, input, textarea, button {
  font-family: 'Roboto', sans-serif;
}

/*
 * Base Styles 
 */
body, select, input, textarea {
  color: #222;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 0.5em 0 0.8em;
  line-height: 1.3em;
  font-weight: bold;
}

h2 {
  padding: 1em 0 0.5em;
}
h2:first-child {
  padding-top: 0;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

a, a:visited, a:active {
  color: inherit;
}

blockquote p {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.2em;
}
blockquote p:before {
  content: "\2018";
}
blockquote p:after {
  content: "\2019";
}
@media (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.dropcap {
  font-size: 54px;
  font-size: 5.4rem;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  float: left;
  padding-right: 0.1em;
  line-height: 46px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .dropcap {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 41px;
  }
}

button, .button {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  padding: 0 35px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
button:hover, .button:hover {
  background-color: #111;
}

.error {
  width: 100%;
  padding: 100px;
  color: red;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
}

/*------------------------------------*\
:    Images
\*------------------------------------*/
.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #858585;
  margin: 0;
}

.aligncenter, .alignnone {
  margin: 1em auto 2em;
}

.caption-large {
  width: 100% !important;
}
.caption-large img {
  width: 100%;
  height: auto;
}

.wp-caption.alignright.caption-medium, .wp-caption.alignleft.caption-medium {
  width: calc(50% - 10px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-caption.alignright.caption-medium img, .wp-caption.alignleft.caption-medium img {
  width: 100%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .wp-caption.alignright.caption-medium, .wp-caption.alignleft.caption-medium {
    width: auto !important;
  }
}

.alignleft.size-medium, .wp-caption.alignleft {
  margin-left: -50px;
  width: calc(50% + 40px) !important;
  float: left;
  margin-bottom: 1em;
}

.alignright.size-medium, .wp-caption.alignright {
  margin-right: -50px;
  width: calc(50% + 40px) !important;
  float: right;
  margin-bottom: 1em;
}

.img-pair {
  max-width: 640px;
  margin: 1em auto 2em;
}

@media (min-width: 0px) and (max-width: 767px) {
  .alignleft.size-medium, .wp-caption.alignleft, .alignright.size-medium, .wp-caption.alignright, .aligncenter, .alignnone {
    margin: 1em 0;
    float: none;
    width: 100% !important;
  }

  .img-pair {
    max-width: none;
    margin: 0;
  }

  img {
    width: 100%;
    height: auto;
  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ddd;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  body.home {
    overflow: auto;
  }
}

.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hide_menu {
  background-color: #111;
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.hide_menu.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#menu_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 4;
  font-size: 14px;
  font-size: 1.4rem;
  *zoom: 1;
}
#menu_bar:after {
  content: "";
  display: table;
  clear: both;
}
#menu_bar a {
  text-decoration: none;
}

#menu_right {
  float: right;
  position: relative;
  z-index: 2;
}
#menu_right .icon, #menu_right .about, #menu_right #language {
  float: left;
  padding: 0 10px;
  color: white;
}
#menu_right .icon {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 38px;
}
#menu_right .about {
  margin-right: 10px;
}

#language {
  padding: 0 !important;
}
#language li {
  float: left;
  margin: 0;
  text-transform: uppercase;
}
#language li:after {
  content: "|";
  padding: 0 5px;
}
#language li:last-child:after {
  content: "";
}

#home {
  float: left;
  position: relative;
  z-index: 2;
  color: white;
}
@media (min-width: 0px) and (max-width: 767px) {
  #home {
    display: none;
  }
}

#cities {
  text-align: center;
  position: absolute;
  width: 100%;
}
#cities li {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  height: 32px;
  position: relative;
  width: 85px;
}
#cities li a {
  color: white;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 32px;
}
#cities li.current-page-item a, #cities li:hover a {
  border-bottom: 3px solid white;
}
#cities li.private a {
  border: none !important;
  color: #666;
  cursor: default;
}
#cities li .tooltip {
  height: 35px;
  line-height: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-style: italic;
  position: absolute;
  bottom: -60px;
  left: -35px;
  width: 150px;
  display: none;
}
#cities li .tooltip:before {
  content: "";
  border: 10px solid rgba(0, 0, 0, 0.6);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
}
#cities li:hover .tooltip {
  display: block;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #cities {
    display: none;
  }
}

#menu_toggle {
  float: left;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 0;
}
#menu_toggle img {
  height: 35px;
  width: 35px;
}
#menu_toggle.open span.line {
  margin-top: -1px !important;
}
#menu_toggle.open span.line-1 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_toggle.open span.line-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#menu_toggle.open span.line-3 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_toggle span.line {
  -moz-transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
  -o-transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  -webkit-transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 17px;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}
#menu_toggle span.line.line-1 {
  margin-top: -8px;
}
#menu_toggle span.line.line-3 {
  margin-top: 6px;
}

#side_menu {
  position: absolute;
  visibility: none;
  left: -200px;
  top: 35px;
  bottom: 0;
  z-index: 11;
  background-color: #111;
  width: 140px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#side_menu ul, #side_menu li {
  margin: 0;
}
#side_menu .logo {
  text-decoration: none;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 26px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  color: white;
  display: block;
  border-bottom: 1px solid #444;
}
#side_menu .block {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  transition: background .3s ease;
  border-bottom: 1px solid #444;
}
#side_menu .block:not(.inactive):hover, #side_menu .block.open {
  background: #222;
}
#side_menu .block.open {
  border: none;
}
#side_menu .block.inactive {
  color: #666;
  cursor: default;
}
#side_menu .block.current .highlight {
  border-bottom: 2px solid white;
  height: 33px;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#side_menu .subblock {
  color: white;
  line-height: 35px;
  background-color: #444;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-bottom: 1px solid #333;
}
#side_menu .subblock:hover, #side_menu .subblock.open {
  background: #666;
}
#side_menu .subblock.open {
  border: none;
}
#side_menu .items {
  text-align: center;
  width: 100%;
  margin: 0;
}
#side_menu .items a {
  text-decoration: none;
}
#side_menu .items .city {
  background-size: cover;
  background-position: center center;
  height: 100px;
  display: block;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#side_menu .items .city .darken_bg_50 {
  background-color: rgba(0, 0, 0, 0.3);
}
#side_menu .items .city .title {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 2px #000;
}
#side_menu .items .city .title span {
  margin: 0 auto;
  color: white;
  font-size: 40px;
  font-size: 4rem;
}
#side_menu .items .city:hover .darken_bg_50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
#side_menu .items .persons a, #side_menu .items .themas a, #side_menu .items .city_slide a {
  text-decoration: none;
  color: white;
  background-size: cover;
  background-position: center center;
  height: 80px;
  display: block;
  position: relative;
  border-bottom: 1px solid #333;
}
#side_menu .items .persons a .fullscreen, #side_menu .items .themas a .fullscreen, #side_menu .items .city_slide a .fullscreen {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0));
  padding-top: 55px;
  font-size: 12px;
  font-size: 1.2rem;
}
#side_menu .items .persons a.current .fullscreen, #side_menu .items .themas a.current .fullscreen, #side_menu .items .city_slide a.current .fullscreen {
  border: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#side_menu .items .persons a:hover .fullscreen, #side_menu .items .themas a:hover .fullscreen, #side_menu .items .city_slide a:hover .fullscreen {
  background-image: none;
  text-shadow: 1px 1px 2px #000;
}
#side_menu .inner {
  overflow: hidden;
  display: none;
}
#side_menu .toggle {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
#side_menu .toggle .icon-angle-up, #side_menu .toggle .icon-angle-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
#side_menu .toggle .icon-angle-up {
  display: none;
}
#side_menu .toggle.open .icon-angle-up {
  display: block;
}
#side_menu .toggle.open .icon-angle-down {
  display: none;
}
#side_menu.open {
  visibility: visible;
}
#side_menu .about {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-decoration: none;
  transition: background .3s ease;
  border-bottom: 1px solid #666;
  display: block;
}
#side_menu .about:hover {
  background: #111;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  background-color: #222;
}

#welcome {
  height: 100%;
}
#welcome .start_screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#welcome .content {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-shadow: 1px 1px 1px #333;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#welcome .content .wrapper {
  margin: 0 auto;
  max-width: 600px;
}
#welcome .content h1 {
  font-size: 110px;
  font-size: 11rem;
  line-height: 0.77em;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1s 0.1s ease-in-out forwards;
  -webkit-animation: fade-in 1s 0.1s ease-in-out forwards;
  animation: fade-in 1s 0.1s ease-in-out forwards;
}
#welcome .content h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 21px;
  font-size: 2.1rem;
  -moz-animation: fade-in 1s 1s ease-in-out forwards;
  -webkit-animation: fade-in 1s 1s ease-in-out forwards;
  animation: fade-in 1s 1s ease-in-out forwards;
}
#welcome .content p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-animation: fade-in 1s 3s ease-in-out forwards;
  -webkit-animation: fade-in 1s 3s ease-in-out forwards;
  animation: fade-in 1s 3s ease-in-out forwards;
  max-width: 450px;
  margin: 0 auto 20px;
}
#welcome .darken_img {
  background-color: black;
  -moz-animation: dissolve 2s 4s ease-in-out forwards;
  -webkit-animation: dissolve 2s 4s ease-in-out forwards;
  animation: dissolve 2s 4s ease-in-out forwards;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 3;
  top: 0;
  left: 0;
}
#welcome #start {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 2s 4s ease-in-out forwards;
  -webkit-animation: fade-in 2s 4s ease-in-out forwards;
  animation: fade-in 2s 4s ease-in-out forwards;
  line-height: 34px;
}
#welcome #home_slideshow {
  width: 100%;
  height: 100%;
}
#welcome #home_slideshow .swiper-slide {
  background-size: cover;
  background-position: center center;
}
#welcome #start_languages {
  margin-top: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 2s 4s ease-in-out forwards;
  -webkit-animation: fade-in 2s 4s ease-in-out forwards;
  animation: fade-in 2s 4s ease-in-out forwards;
}
#welcome #start_languages li {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#welcome #start_languages li:after {
  content: "|";
}
#welcome #start_languages li:last-child:after {
  content: "";
}
#welcome #start_languages li a {
  text-decoration: none;
  padding: 0 0.5em;
}
#welcome #start_languages li a.active {
  text-decoration: underline;
}
@media screen and (max-height: 320px) {
  #welcome #start_languages {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #welcome .content {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #welcome .content h1 {
    font-size: 68px;
    font-size: 6.8rem;
  }
  #welcome #start_languages {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes dissolve {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes dissolve {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes dissolve {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
#city_grid {
  *zoom: 1;
  height: 100%;
}
#city_grid:after {
  content: "";
  display: table;
  clear: both;
}
#city_grid .wrapper, #city_grid .item.box_1 {
  height: 100%;
  width: 50%;
  float: left;
}
#city_grid .item {
  width: 100%;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center center;
  display: block;
}
#city_grid .item h1 {
  padding: 0;
  line-height: 1em;
  font-size: 30px;
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid .item h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#city_grid .item p {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
#city_grid .item .arrow {
  margin: 0 auto;
}
#city_grid .item .overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 66.66%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
#city_grid .item .content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-shadow: 1px 1px 1px #333;
}
#city_grid .item .content .arrow {
  font-size: 40px;
  font-size: 4rem;
}
#city_grid .item.box_1 .overlay {
  top: 75%;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media (min-width: 0px) and (max-width: 900px) {
  #city_grid .item.box_1 .overlay {
    top: 60%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid .item.box_1 .overlay {
    top: auto;
    bottom: 0;
    height: 150px;
  }
}
#city_grid .item.box_1 h1 {
  margin-bottom: 0.2em;
  font-size: 60px;
  font-size: 6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid .item.box_1 h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
#city_grid .item.box_1 p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid .item.box_1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#city_grid.grid_1 {
  height: 100% !important;
}
#city_grid.grid_1 .wrapper, #city_grid.grid_1 .item.box_1 {
  height: 100%;
  width: 100%;
  float: none;
}
#city_grid.grid_2 .item {
  height: 100%;
}
#city_grid.grid_2 .item .overlay {
  bottom: 0;
  left: 0;
  top: auto;
  min-height: 160px;
}
#city_grid.grid_2 .item h1 {
  font-size: 60px;
  font-size: 6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid.grid_2 .item h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
#city_grid.grid_2 .item p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid.grid_2 .item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#city_grid.grid_3 .wrapper .item {
  height: 50%;
}
#city_grid.grid_4 .wrapper .item {
  height: 33.33%;
}
#city_grid.grid_5 .wrapper .item {
  height: 25%;
}
@media (min-width: 0px) and (max-width: 768px) {
  #city_grid {
    height: auto;
  }
  #city_grid .wrapper, #city_grid .item.box_1 {
    float: none;
    width: 100%;
    height: 50vh;
  }
  #city_grid.grid_2 .item {
    height: 50vh;
    background-position: top center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #city_grid.grid_3 .wrapper .item, #city_grid.grid_4 .wrapper .item, #city_grid.grid_5 .wrapper .item {
    height: 25vh;
  }
}

#page-loader-img {
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
}

#slide-loader {
  color: #666;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 24px;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay.hidden {
  display: none;
}
.overlay .overlay-bg {
  left: 0;
  right: 20px;
  top: 0;
  bottom: 0;
  position: fixed;
}
.overlay .overlay-content, .overlay #page {
  margin: 0 auto;
  width: 840px;
  background-color: white;
  color: #222;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overlay .overlay-content .wrapper, .overlay #page .wrapper {
  padding-bottom: 50px;
  position: relative;
  max-width: 740px;
  margin: 0 auto;
}
.overlay .overlay-content .content p, .overlay #page .content p {
  clear: both;
}
.overlay .overlay-content .header, .overlay #page .header {
  position: relative;
  margin-bottom: 35px;
  background-size: cover;
  background-position: center center;
  background-color: #111;
  color: white;
  height: 400px;
  text-shadow: 1px 1px 1px #333;
}
.overlay .overlay-content .header .darken_img, .overlay #page .header .darken_img {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(40%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 40%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 40%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 40%);
}
.overlay .overlay-content .header .wrapper, .overlay #page .header .wrapper {
  position: absolute;
  bottom: 30px;
  padding-bottom: 0;
  left: 100px;
}
.overlay .overlay-content .header h1, .overlay #page .header h1 {
  font-size: 50px;
  font-size: 5rem;
  padding: 0;
  line-height: 1em;
}
.overlay .overlay-content .header p, .overlay #page .header p {
  margin-bottom: 0;
}
.overlay .overlay-content .intro p, .overlay #page .intro p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.overlay .overlay-content section, .overlay #page section {
  max-width: 640px;
  margin: 20px auto;
}
.overlay .overlay-content section .anchor, .overlay #page section .anchor {
  display: block;
  width: 100%;
  height: 1px;
}
.overlay .overlay-content section .inner, .overlay #page section .inner {
  overflow: hidden;
  display: none;
}
.overlay .overlay-content section .toggle, .overlay #page section .toggle {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 35px 5px 10px;
  background-color: #eee;
  border-top: 0 solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
}
.overlay .overlay-content section .toggle span, .overlay #page section .toggle span {
  position: absolute;
  right: 14px;
  top: 7px;
}
.overlay .overlay-content section .toggle:hover, .overlay #page section .toggle:hover {
  background-color: #ddd;
}
.overlay .overlay-content section .toggle .icon-angle-up, .overlay #page section .toggle .icon-angle-up {
  display: none;
}
.overlay .overlay-content section .toggle.open, .overlay #page section .toggle.open {
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 40px;
  padding-top: 0.5em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 5px solid #eee;
}
.overlay .overlay-content section .toggle.open .icon-angle-up, .overlay #page section .toggle.open .icon-angle-up {
  display: block;
  top: 17px;
  font-size: 18px;
  font-size: 1.8rem;
}
.overlay .overlay-content section .toggle.open .icon-angle-down, .overlay #page section .toggle.open .icon-angle-down {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .overlay .overlay-content section .toggle.open, .overlay #page section .toggle.open {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .overlay .overlay-content section .toggle.open .icon-angle-up, .overlay #page section .toggle.open .icon-angle-up {
    top: 12px;
  }
}
.overlay .overlay-content h2, .overlay #page h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.overlay .overlay-content h2, .overlay .overlay-content h3, .overlay .overlay-content p:not(.wp-caption-text), .overlay #page h2, .overlay #page h3, .overlay #page p:not(.wp-caption-text) {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.overlay .overlay-content .popup_close, .overlay #page .popup_close {
  margin: 40px auto 0;
  display: block;
  border-color: #111;
  color: #111;
}
.overlay .overlay-content .popup_close:hover, .overlay #page .popup_close:hover {
  background-color: #111;
  color: white;
}
.overlay .overlay-content .static, .overlay #page .static {
  border-color: #111;
  color: #111;
}
.overlay .overlay-content .static:hover, .overlay #page .static:hover {
  background-color: #111;
  color: white;
}
.overlay .overlay-content[data-type="page"] .header p, .overlay #page[data-type="page"] .header p {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .overlay .overlay-content h2, .overlay #page h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.overlay .overlay-close {
  position: fixed;
  top: 25px;
  right: 40px;
  z-index: 99;
  font-size: 40px;
  font-size: 4rem;
  color: white;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 900px) {
  .overlay .overlay-close {
    top: 10px;
    font-size: 30px;
    font-size: 3rem;
    background-color: #111;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    right: 15px;
  }
}
.overlay #popup-loader {
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 28px;
  margin: 50px auto 0;
}
.overlay.shown #popup-loader {
  display: none;
}
.overlay:focus {
  outline: none;
}
@media (min-width: 0px) and (max-width: 900px) {
  .overlay .overlay-content, .overlay #page {
    width: 100%;
  }
  .overlay .overlay-content .wrapper, .overlay #page .wrapper {
    width: 85%;
  }
  .overlay .overlay-content .header, .overlay #page .header {
    height: 300px;
  }
  .overlay .overlay-content .header .wrapper, .overlay #page .header .wrapper {
    left: 0;
    bottom: 20px;
    padding: 0 7%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .overlay .overlay-content .header h1, .overlay #page .header h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .overlay img {
    width: 100% !important;
    height: auto;
  }
}

.page-template-default, .single-themas {
  overflow: visible;
}
.page-template-default .overlay, .single-themas .overlay {
  position: static;
  overflow: visible;
}
.page-template-default .button, .single-themas .button {
  margin: 40px 0 20px;
}
.page-template-default #menu_bar, .single-themas #menu_bar {
  position: fixed;
}

#errorbox {
  height: 100%;
  width: 100%;
  color: white;
}
#errorbox .center {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#slideshow {
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide .bg_img {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.swiper-slide .darken_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1.5s ease-out 0.5s;
  -o-transition: opacity 1.5s ease-out 0.5s;
  -webkit-transition: opacity 1.5s ease-out;
  -webkit-transition-delay: 0.5s;
  transition: opacity 1.5s ease-out 0.5s;
}
.swiper-slide .darken_img.darken-topleft, .swiper-slide .darken_img.darken-centerleft, .swiper-slide .darken_img.darken-bottomleft {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
}
.swiper-slide .darken_img.darken-topright, .swiper-slide .darken_img.darken-centerright, .swiper-slide .darken_img.darken-bottomright {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
}
.swiper-slide .darken_img.darken-topcenter, .swiper-slide .darken_img.darken-centercenter, .swiper-slide .darken_img.darken-bottomcenter {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-slide .darken_img {
    background-color: rgba(0, 0, 0, 0.4) !important;
    background-image: none !important;
  }
}
.swiper-slide h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
.swiper-slide .content {
  max-width: 400px;
  color: white;
  text-shadow: 1px 1px 1px #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1.5s ease-out 0.5s;
  -o-transition: opacity 1.5s ease-out 0.5s;
  -webkit-transition: opacity 1.5s ease-out;
  -webkit-transition-delay: 0.5s;
  transition: opacity 1.5s ease-out 0.5s;
  z-index: 3;
  position: relative;
  padding: 100px 90px;
}
.swiper-slide .content.centerleft {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 2em);
}
.swiper-slide .content.bottomleft {
  position: absolute;
  left: 90px;
  bottom: 100px;
  padding: 0;
}
.swiper-slide .content.topcenter, .swiper-slide .content.outro, .swiper-slide .content.outro_city {
  padding: 100px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
.swiper-slide .content.centercenter, .swiper-slide .content.intro {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.swiper-slide .content.bottomcenter {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.swiper-slide .content.topright {
  text-align: right;
  float: right;
}
.swiper-slide .content.centerright {
  padding: 0 90px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  float: right;
  top: calc(50% - 2em);
}
.swiper-slide .content.bottomright {
  position: absolute;
  right: 90px;
  bottom: 100px;
  text-align: right;
}
.swiper-slide .content blockquote p {
  margin-bottom: 0.5em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .swiper-slide .content.topleft, .swiper-slide .content.topcenter, .swiper-slide .content.outro, .swiper-slide .content.outro_city {
    padding: 60px 90px 0 90px;
  }
  .swiper-slide .content.centerleft, .swiper-slide .content.centercenter, .swiper-slide .content.centerright, .swiper-slide .content.intro {
    padding: 0 90px;
  }
  .swiper-slide .content.bottomleft, .swiper-slide .content.bottomcenter {
    left: 90px;
    bottom: 60px;
  }
  .swiper-slide .content.bottomright {
    right: 90px;
    bottom: 60px;
    padding: 0;
  }
  .swiper-slide .content.centerleft {
    padding-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-slide .content.topleft, .swiper-slide .content.bottomleft, .swiper-slide .content.topcenter, .swiper-slide .content.bottomcenter, .swiper-slide .content.topright, .swiper-slide .content.bottomright, .swiper-slide .content.outro, .swiper-slide .content.outro_city {
    padding: 40px 20px 0 20px;
  }
  .swiper-slide .content.centerleft, .swiper-slide .content.centercenter, .swiper-slide .content.centerright, .swiper-slide .content.intro {
    padding: 0 20px;
  }
  .swiper-slide .content.bottomleft, .swiper-slide .content.bottomcenter, .swiper-slide .content.topright, .swiper-slide .content.bottomright {
    left: 20px;
    top: 40px;
    bottom: auto;
    right: auto;
  }
  .swiper-slide .content.centerleft {
    padding-top: 0;
  }
  .swiper-slide .content blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.swiper-slide .caption {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  z-index: 3;
  position: absolute;
  right: 90px;
  bottom: 100px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  max-width: 400px;
  padding: 1em 1em 0 70px;
}
.swiper-slide .caption span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19px;
  font-size: 40px;
  font-size: 4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-slide .caption {
    right: 20px;
    padding-left: 50px;
    margin-left: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  .swiper-slide .caption span {
    left: 8px;
  }
}
.swiper-slide.video {
  background-color: #000;
}

.bg_video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.intro .darken_img {
  -moz-transition: opacity 2s ease-out 1s;
  -o-transition: opacity 2s ease-out 1s;
  -webkit-transition: opacity 2s ease-out;
  -webkit-transition-delay: 1s;
  transition: opacity 2s ease-out 1s;
}
.intro .content {
  color: white;
  max-width: 800px;
  -moz-transition: opacity 2s ease-out 1s;
  -o-transition: opacity 2s ease-out 1s;
  -webkit-transition: opacity 2s ease-out;
  -webkit-transition-delay: 1s;
  transition: opacity 2s ease-out 1s;
}
.intro h1 {
  font-size: 85px;
  font-size: 8.5rem;
  padding: 0 0 10px 0;
  line-height: 0.8em;
}
.intro p {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.intro blockquote p {
  max-width: none;
}
.intro .subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.intro .time {
  font-size: 14px;
  font-size: 1.4rem;
}
.intro .time span {
  font-size: 12px;
  font-size: 1.2rem;
}
.intro[data-subject="person"] h1 {
  line-height: 1.2em;
}
.intro .ios_audio .ios_audiofade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.intro .ios_audio #start_audio {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 3;
}
.intro .ios_audio #start_audio .button {
  position: relative;
  margin-top: 20px;
}
.intro .ios_audio #start_audio .button span {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 7px;
  right: 9px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .intro h1 {
    font-size: 40px;
    font-size: 4rem;
    padding-bottom: 0.3em;
  }
  .intro .subtitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .intro p {
    line-height: 1.3em;
  }
  .intro blockquote p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1em;
  }
  .intro .time {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .intro .time span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .intro .content.intro {
    padding-top: 0 !important;
  }
}

.outro h1, .outro_city h1 {
  padding-bottom: 0.3em;
}
.outro h2, .outro_city h2 {
  line-height: 1.2em;
}
.outro .button, .outro_city .button {
  margin: 20px 0 80px;
  padding: 0 20px;
  background-color: transparent;
}
.outro .button:hover, .outro_city .button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.outro .button span, .outro_city .button span {
  font-size: 40px;
  font-size: 4rem;
  margin-left: 0.1em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  top: -1px;
  margin-right: -20px;
  position: relative;
  line-height: 0;
  text-shadow: none;
}
.outro p, .outro_city p {
  margin-bottom: 30px;
}
.outro .share p, .outro_city .share p {
  margin-bottom: 0;
}
.outro .share a, .outro_city .share a {
  text-decoration: none;
  color: white;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px;
  font-size: 30px;
  font-size: 3rem;
}
.outro .share a:hover, .outro_city .share a:hover {
  color: #ddd;
}
.outro .content, .outro_city .content {
  max-width: 100%;
}
.outro[data-subject="person"] .share, .outro[data-subject="person"] .button, .outro_city[data-subject="person"] .share, .outro_city[data-subject="person"] .button {
  display: none;
}
.outro[data-subject="person"] .content, .outro_city[data-subject="person"] .content {
  padding-top: 200px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .outro .content.outro, .outro_city .content.outro {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .outro h1, .outro h2, .outro_city h1, .outro_city h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
  .outro .button, .outro_city .button {
    margin-bottom: 40px;
  }
  .outro p, .outro_city p {
    margin-bottom: 10px;
  }
  .outro .darken_img, .outro_city .darken_img {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.person_nav {
  position: relative;
  width: 100%;
  text-align: center;
}
.person_nav .person_item {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 150px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 5px 20px;
  text-decoration: none;
  color: white;
}
.person_nav .person_item .thumb {
  background-size: cover;
  background-position: center center;
  height: 125px;
}
.person_nav .person_item .label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3em;
  height: 0;
  -moz-transition: height 1.5s ease-in-out;
  -o-transition: height 1.5s ease-in-out;
  -webkit-transition: height 1.5s ease-in-out;
  transition: height 1.5s ease-in-out;
}
.person_nav .person_item .label h3 {
  font-family: "Emperium", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
  padding: 15px 5px 0;
  font-weight: bold;
}
.person_nav .person_item .label p {
  margin-bottom: 0;
  padding: 0 5px 10px;
}
@media (min-width: 0px) and (max-width: 1379px) {
  .person_nav .person_item {
    width: 150px;
  }
  .person_nav .person_item .thumb {
    height: 125px;
  }
  .person_nav .person_item .label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .person_nav .person_item .label h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.person_nav .person_item.seen {
  display: none;
}
.person_nav .person_item:hover .label {
  height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .person_nav .person_item {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100px;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px 10px;
    position: relative;
  }
  .person_nav .person_item .thumb {
    height: 100px;
  }
  .person_nav .person_item .label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  .person_nav .person_item .label h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 1px 0;
    width: 100%;
    background-color: #111;
    font-weight: normal;
  }
  .person_nav .person_item .label p {
    display: none;
  }
}

.outro_city .person_nav .seen {
  display: none;
}
.outro_city .content {
  padding-top: 140px !important;
}
.outro_city h2 {
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .outro_city .content {
    padding-top: 40px !important;
  }
}

#slideshow.load_in {
  visibility: none;
  background-color: transparent;
}

.video-wrapper {
  height: 100%;
}

.jwplayer .jw-slider-time {
  background-color: transparent !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .video-wrapper .jw-controlbar {
    bottom: 70px;
  }
}

body.desktop video::-webkit-media-text-track-display {
  font-size: 50%;
  line-height: 1em;
}

.thema-label {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 85px;
  right: -550px;
  color: white;
  cursor: pointer;
  *zoom: 1;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  z-index: 3;
}
.thema-label:after {
  content: "";
  display: table;
  clear: both;
}
.thema-label .image {
  height: 70px;
  width: 110px;
  display: block;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.thema-label .content {
  padding: 0;
  margin: 0 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.thema-label button, .thema-label a.button {
  margin: 0 10px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.thema-label p {
  margin-bottom: 0;
}
.thema-label h2 {
  padding: 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.thema-label:hover button, .thema-label:hover a.button {
  background-color: #111;
}
@media (min-width: 0px) and (max-width: 767px) {
  .thema-label {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 20px;
  }
  .thema-label .image {
    width: 70px;
  }
  .thema-label .content {
    width: calc(100% - 85px);
    margin: 0 0 0 10px;
  }
  .thema-label h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .thema-label h2:after {
    content: "\00BB";
    margin-left: 0.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .thema-label button {
    display: none;
  }
}

.swiper-slide-active .thema-label {
  right: 90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-slide-active .thema-label {
    right: 20px;
  }
}
.swiper-slide-active .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.swiper-slide-active .darken_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.swiper-slide[data-type="bgvideo"] .swiper-lazy-preloader {
  display: none;
}

.postid-171 .intro h1, .postid-2093 .intro h1, .postid-2296 .intro h1 {
  line-height: 1.1em;
}

/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button {
  z-index: 99;
  position: absolute;
  top: 40px;
  width: 10%;
  max-width: 90px;
  height: calc(100% - 40px);
  z-index: 10;
  color: white;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.swiper-button span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 20px);
  font-size: 40px;
  font-size: 4rem;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .swiper-button {
    bottom: 80px;
    height: calc(100% - 40px - 80px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-button {
    top: auto;
    bottom: 20px;
    height: auto;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-button {
    width: 40px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.swiper-button-prev {
  left: 0;
  right: auto;
  text-align: left;
}
.swiper-button-prev span {
  left: 20px;
}
.swiper-button-prev:hover {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .swiper-button-prev:hover {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.swiper-button-next {
  right: 0;
  left: auto;
  text-align: right;
}
.swiper-button-next span {
  right: 20px;
}
.swiper-button-next:hover {
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .swiper-button-next:hover {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* CUSTOM Additions */
.swiper-button-photo {
  display: none;
  text-align: center;
  left: calc(50% - 20px);
  z-index: 2;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.swiper-button-photo.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .swiper-button-photo {
    display: block;
  }
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.cover_img {
  background-size: cover;
  background-position: center center;
}

.darken_bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.darken_bg_50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg_img_grow {
  overflow: hidden;
  position: relative;
}
.bg_img_grow .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.bg_img_grow:hover .bg {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.fold-up, .fold-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -moz-transition: -moz-transform 0.4s ease-in;
  -o-transition: -o-transform 0.4s ease-in;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
}
.fold-up.move-out, .fold-in.move-out {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fold-up.move-in, .fold-in.move-in {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}

.fold-in {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fold-in {
    overflow: visible;
  }
}

@-moz-keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
