@charset "UTF-8";
@font-face {
  font-family: 'museo_sans';
  src: url('/css/font/museosans_500.woff2') format('woff2'), url('/css/font/museosans_500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url('/css/font/museosans_500_italic.woff2') format('woff2'), url('/css/font/museosans_500_italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
/* BREAKPOINTS */
/* COLORS */
/* FONT */
/* ... vymyslet vhodný název? :) */
/* IMG url */
/* IMPORT */
/* PREFIX HELL */
/* POSITIONING */
/* CSS SHAPES */
.img--center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.img--responsive {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.img--stretch {
  width: 100% !important;
  max-height: none !important;
}
@font-face {
  font-family: "SSSymboliconsBlock";
  src: url('/styles/webfonts/ss-symbolicons-block.eot');
  src: url('/styles/webfonts/ss-symbolicons-block.eot?#iefix') format('embedded-opentype'), url('/styles/webfonts/ss-symbolicons-block.woff') format('woff'), url('/styles/webfonts/ss-symbolicons-block.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Pouzite znaky: E520 &#x2709; &#x1F381; &#x1F4BC; &#x1F3AF; &#x2607; &#x1F465;*/
@font-face {
  font-family: "genericons-regular";
  src: url('/styles/webfonts/genericons-regular.eot');
  src: url('/styles/webfonts/genericons-regular?#iefix') format('embedded-opentype'), url('/styles/webfonts/genericons-regular.woff') format('woff'), url('/styles/webfonts/genericons-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  /* f429, f430*/
}
@font-face {
  font-family: "freeport";
  src: url('/styles/webfonts/freeport.eot?ver=9');
  src: url('/styles/webfonts/freeport.eot?ver=9#iefix') format('embedded-opentype'), url('/styles/webfonts/freeport.woff?ver=9') format('woff'), url('/styles/webfonts/freeport.ttf?ver=9') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
.bold {
  font-weight: bold;
}
.thin {
  font-weight: normal;
}
.small {
  font-size: 91.7%;
}
@media (min-width: 600px) {
  .small {
    font-size: 92.9%;
  }
}
.big {
  font-size: 108.3%;
}
@media (min-width: 600px) {
  .big {
    font-size: 107.1%;
  }
}
iframe,
object,
embed {
  max-width: 100%;
  max-height: 250px;
  width: 100%;
}
@media (min-width: 600px) {
  iframe,
  object,
  embed {
    max-height: 100%;
  }
}
.social iframe,
.social object,
.social embed {
  max-width: none;
  max-height: none;
  width: auto;
}
@media (min-width: 600px) {
  .social iframe,
  .social object,
  .social embed {
    max-height: none;
  }
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.nobr {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.reset li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.reset li:before {
  display: none;
  position: static;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
table.reset,
table.reset td,
table.reset th,
table.reset thead th {
  width: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
table.reset tr:nth-child(even) th,
table.reset tr:nth-child(even) td {
  background: none;
}
/* OSTATNI */
.out {
  position: absolute;
  left: -5000px;
  top: auto;
}
.vhide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cb {
  clear: both;
}
.ib {
  display: inline-block;
  vertical-align: top;
}
.no-js .jsOnly,
.js .jsHide,
.hidden {
  display: none;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
/************************************************************************************
	RESETS and TYPOGRAPHY
*************************************************************************************/
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 75%/1.5 "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media (min-width: 600px) {
  body {
    font-size: 87.5%;
  }
}
/* HEADING */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5 {
  padding: 0;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1,
.h1 {
  margin: 0.8em 10px 0.3em;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 600px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 1.1em;
    margin: 0;
  }
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
h2,
.h2 {
  margin: 0.8em 0 0.4em;
  font-size: 16px;
}
@media (min-width: 600px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  margin: 1em 0 0.4em;
  font-size: 100%;
}
h4 {
  margin: 1em 0 0.3em;
  font-size: 100%;
}
h5 {
  margin: 1em 0 0.5em;
  font-size: 100%;
}
/* PARAGRAPH */
div,
pre {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
  margin: 0 0 1.3em 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 760px) {
  p {
    font-size: 15px;
  }
}
hr,
.hr {
  margin: 20px 0;
  padding: 0;
  border: solid #eae7e7;
  border-width: 1px 0 0;
  color: #fff;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
hr.reset,
.hr.reset {
  margin: 0;
}
@media (min-width: 600px) {
  hr.doublemargin,
  .hr.doublemargin {
    margin: 4em 0;
  }
}
pre {
  text-align: left;
}
em {
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* CITE */
cite {
  border: none;
}
blockquote {
  background: #ebf8ff;
  border: 1px solid #c4ebff;
  padding: 15px 20px 10px 11px;
  margin: 0 0 1.3em 0;
}
blockquote p {
  margin: 0 0 0.5em;
}
/* ANCHOR */
a,
.btn {
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #af9469;
  text-decoration: underline;
  outline: none;
}
a:hover,
.btn:hover {
  color: #666;
}
/* LIST */
li {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
ul {
  padding: 0;
  margin: 0 0 1.3em 0;
}
ul ul {
  margin: 2px 0;
}
ul li {
  position: relative;
  margin: 0 0 0.9em;
  padding: 0 0 0 17px;
  list-style: none;
}
@media (min-width: 600px) {
  ul li {
    padding: 0 0 0 20px;
    margin: 0 0 0.2em;
  }
}
ul li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background: #af9469;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
ol {
  counter-reset: section;
  margin: 0.2em 0 1.3em;
  padding: 0;
}
.general-page ol p,
ol p {
  margin: 0.2em 0 1.3em;
}
ol li {
  position: relative;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 0 2.5em;
  counter-increment: section;
}
ol li:before {
  position: absolute;
  left: 0;
  content: counters(section, ".") ".";
}
ol ol ol li:before {
  content: "(" counter(section, lower-alpha) ")";
}
/* IMAGES */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
img.left,
img[style*="left"] {
  clear: both;
  float: left;
  margin: 0 20px 15px 0;
}
img.right,
img[style*="right"] {
  clear: both;
  float: right;
  margin: 0 0 15px 20px;
}
img.lazy {
  min-width: 20px;
  min-height: 20px;
  background: url('/img/bg/ajax-40.gif') 50% 50% no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
}
img.lazy.preloaded {
  opacity: 0;
}
img.lazy.loaded {
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  min-width: 0;
  min-height: 0;
  background: none;
  opacity: 1;
}
.no-js img.lazy {
  display: none;
}
/* TABLE */
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 600px) {
  #content table,
  .wysiwyg table {
    font-size: 92.9%;
  }
}
td,
th {
  padding: 10px;
  border-top: 1px solid #e3e3e3;
  text-align: left;
  background: transparent;
  font-weight: normal;
  color: #333;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
thead th {
  font-weight: bold;
}
tr:first-child td,
tr:first-child th {
  border: 0;
}
/* CONTENT */
.wysiwyg-crossroad {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.wysiwyg-crossroad li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.wysiwyg-crossroad li:before {
  display: none;
  position: static;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
/* AJAX */
.ajaxWrap {
  position: relative;
  overflow: hidden;
}
.ajaxOverlay {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.ajaxLoader {
  background: url('/img/bg/ajax-64.gif');
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .ajaxLoader {
    background-image: url('/img/bg/ajax-128.gif');
    -webkit-background-size: 64px 64px;
    background-size: 64px;
  }
}
@media only screen and (min-width: 480px) {
  .l {
    float: left;
  }
  .r {
    float: right;
  }
  .col-h-l {
    display: block;
    float: left;
    width: 48%;
  }
  .col-h-r {
    display: block;
    float: right;
    width: 48%;
  }
  .col-h-r .col-h-l,
  .col-h-l .col-h-l,
  .col-h-r .col-h-r,
  .col-h-l .col-h-r {
    float: none;
    width: auto;
  }
  .wysiwyg-crossroad li.col-h-r {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    float: none;
  }
  .wysiwyg-crossroad li.col-h-l {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  /* BUTTONS HEIGHTS */
}
@media only screen and (min-width: 768px) {
  .col-h-r .col-h-l,
  .col-h-l .col-h-l {
    float: left;
    width: 48%;
  }
  .col-h-r .col-h-r,
  .col-h-l .col-h-r {
    float: right;
    width: 48%;
  }
}
/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .retina {
    background-image: url('/img/ico/all24@2x.png');
    -webkit-background-size: 500px 500px;
    background-size: 500px;
  }
}
/**
 * Ikony
 */
.icon {
  display: inline-block;
  content: '';
  font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1;
  vertical-align: -9%;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Ikony */
.icon--shopping-bag:before {
  content: 'u';
}
/* normalize */
form,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form.inline-form,
fieldset.inline-form {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
input,
button,
label,
select,
textarea {
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="submit"]:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input.placeholder {
  color: #999;
}
/* FORM */
.form,
form .spc {
  padding: 10px;
  position: relative;
  background: #f6f6f6;
  margin-bottom: 1.3em;
}
@media (min-width: 600px) {
  .form,
  form .spc {
    padding: 25px;
  }
}
form p {
  margin-bottom: 0.8em;
}
form p.reset {
  margin-bottom: 0;
}
.inp-fix {
  margin: 0;
  padding: 0 22px 0 0;
  background: #fff;
  display: block;
  overflow: hidden;
  background-clip: padding-box;
  border-radius: 2px;
}
.inp-text {
  padding: 9px 10px 9px;
  font-size: 16px;
  background: transparent;
  width: 100%;
  border: 1px solid #000;
  border-radius: 2px;
  margin: 0 -22px 0 0;
  outline: none;
  line-height: 20px;
  height: 20px;
  -webkit-transition: border 500s ease;
  -moz-transition: border 500s ease;
  -o-transition: border 500s ease;
  transition: border 500s ease;
}
textarea.inp-text {
  display: block;
  height: auto;
}
select.inp-text {
  margin: 0 auto;
  display: block;
  font-style: italic;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  outline: none;
  padding: 7px 10px 8px 10px;
  font-size: 13px;
  line-height: 24px;
  height: 40px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 960px) {
  select.inp-text {
    font-size: 14px;
  }
}
select.inp-text-inline,
.inp-fix-inline {
  display: inline-block;
  vertical-align: middle;
}
.error .inp-text {
  border-color: #ff3333;
}
label.error {
  color: #ff3333;
}
.inp-text:focus {
  border-color: #1978ad;
}
.mt10 {
  display: inline-block;
  margin-top: 10px;
}
.form-info-box {
  padding: 0 10px 5px 15px;
  line-height: 2.3em;
}
#all-box span {
  display: inline-block;
  margin-right: 2%;
  position: relative;
  white-space: nowrap;
  width: 30%;
}
#all-box span input {
  margin-right: 3px;
}
.select--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.btn {
  background: none;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #af9469;
  border-radius: 2px;
  text-align: center;
  outline: none;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #af9469;
  outline: none;
  color: #fff;
}
.btn span,
.btn input {
  display: inline-block;
  font-size: 12px;
  background: none;
  font-weight: 500;
  line-height: 38px;
  vertical-align: top;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.btn input {
  border: none;
  height: 38px;
  display: block;
  margin: 0 -25px;
  padding: 0 25px;
}
.btn input:hover {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 960px) {
  .btn {
    padding: 0 40px;
  }
  .btn span {
    font-size: 14px;
  }
  .btn input {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
.btn .extend {
  display: none;
}
@media (min-width: 760px) {
  .btn .extend {
    display: inline-block;
  }
}
html {
  height: 100%;
  background: #fff;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 760px) {
  body {
    width: auto;
    padding-bottom: 15px;
  }
}
#outer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.no-js #outer-wrap {
  overflow: visible;
}
.menu-opened #outer-wrap {
  position: static;
}
/* NAVIGATION SKIP */
#nav-skip {
  height: 0;
  margin: 0;
}
#nav-skip a {
  position: absolute;
  left: -2000px;
  top: auto;
}
#nav-skip a:focus,
#nav-skip a:active {
  position: absolute;
  left: 0;
  width: 250px;
  background: #fff;
  padding: 0 0 5px;
  z-index: 99;
}
@media (max-width: 759px) {
  #nav-skip a.ca-ext,
  #nav-skip a.ca-ext:focus,
  #nav-skip a.ca-ext:active {
    position: fixed;
  }
}
/* HEADER */
#header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: 83px;
  position: fixed;
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 760px) {
  #header {
    height: 158px;
    top: 30px;
    left: 5px;
    right: 5px;
    z-index: 3;
    position: absolute;
  }
  #header.strippage {
    height: 100px;
  }
}
#header .adw {
  display: none;
}
@media (min-width: 760px) {
  #header .adw {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    text-align: left;
    margin-top: -60px;
  }
}
@media (min-width: 1240px) {
  #header .adw {
    right: 50%;
    margin-right: -620px;
  }
}
#header .adw li {
  font-size: 17px;
  color: #333;
  line-height: 1.2em;
}
#header .adw li:before {
  background: #e90374;
  top: 0.4em;
  width: 8px;
  height: 8px;
}
#logo {
  height: 60px;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-left: -60px;
  top: 10px;
  line-height: 1;
  padding: 0;
  z-index: 2;
}
@media (min-width: 760px) {
  #logo {
    height: 74px;
    top: 50%;
    left: 10px;
    margin-left: 0;
    margin-top: -69px;
  }
}
@media (min-width: 1240px) {
  #logo {
    left: 0;
  }
}
#claim {
  display: none;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#claim .opening-hours {
  color: #000;
}
@media (min-width: 760px) {
  #claim {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -53px 0 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
  }
  #claim.de {
    margin: -67px 0 0;
  }
  #claim span {
    font-size: 18px;
    margin-top: -3px;
  }
  #claim .small {
    display: block;
    font-size: 13px;
    color: #9b9b9b;
  }
  .deVersion #claim {
    font-size: 17px;
  }
  .enVersion #claim,
  .ruVersion #claim {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    right: 0;
    line-height: 1.3;
    margin-top: -57px;
  }
  .enVersion #claim .big,
  .ruVersion #claim .big {
    font-size: 19px;
    display: block;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .deVersion #claim {
    font-size: 20px;
  }
  .enVersion #claim,
  .ruVersion #claim {
    font-size: 12px;
    text-transform: none;
  }
  .enVersion #claim .big,
  .ruVersion #claim .big {
    font-size: 19px;
  }
}
@media (min-width: 1240px) {
  #claim {
    right: 0;
  }
}
@media (min-width: 760px) {
  #claim h2 {
    font-size: 16px;
  }
}
#how-to-get-here-popup {
  display: none;
}
@media (min-width: 960px) {
  #how-to-get-here-popup {
    position: fixed;
    right: 0;
    top: 20em;
    z-index: 2;
    margin-top: -150px;
    display: block;
  }
  #how-to-get-here-popup .slide-control {
    display: inline;
    margin: 0;
    padding: 0;
  }
  #how-to-get-here-popup .slide-control a {
    z-index: 2;
    position: relative;
    display: block;
    color: #af9468;
    background: #fff;
    font-size: 22px;
    border: 1px solid #af9468;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    width: 300px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  #how-to-get-here-popup .slide-control a:hover {
    background: #af9468;
    color: #fff;
  }
  #how-to-get-here-popup .slide-control a .how-to-get-here-ico {
    position: relative;
    padding-right: 40px;
  }
  #how-to-get-here-popup .slide-control a .how-to-get-here-ico:before {
    content: "r";
    font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    text-transform: none;
    font-size: 28px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  #how-to-get-here-popup .slide-box {
    position: absolute;
    z-index: 1;
    right: 59px;
    top: 60px;
    width: 0;
    height: 300px;
    background: #fff;
    border: 1px solid #000;
    border-right: 0;
    overflow: hidden;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #how-to-get-here-popup .slide-box h2 {
    font-size: 36px;
    color: #af9468;
    font-weight: 500;
  }
  #how-to-get-here-popup .slide-box p {
    width: 70%;
    margin: 0 auto 20px;
  }
  #how-to-get-here-popup .slide-box .btn {
    font-size: 15px;
    text-transform: uppercase;
  }
  #how-to-get-here-popup .inner-wrap {
    width: 395px;
  }
  #how-to-get-here-popup.opened .slide-control .how-to-get-here-ico:before {
    content: "s";
    font-weight: 500;
  }
  #how-to-get-here-popup.opened .slide-box {
    width: 395px;
  }
}
#layout {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 760px) {
  #layout {
    position: static;
  }
}
@media (min-width: 960px) {
  #layout {
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  #layout {
    padding-right: 0;
  }
}
#main {
  padding-top: 83px;
  position: relative;
  z-index: 1;
}
#main .anchor:before {
  content: "";
  display: block;
  height: 45px;
  margin-top: -45px;
}
.extended-natio-head #main {
  padding-top: 85px;
}
@media (min-width: 760px) {
  #main {
    background: none;
    padding-top: 188px;
  }
  #main .anchor:before {
    height: 175px;
    margin-top: -175px;
  }
  #main.strippage {
    padding-top: 100px;
  }
  .extended-national-day-head #main {
    padding-top: 160px;
  }
}
.inBox {
  position: relative;
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .inBox {
    max-width: 1240px;
  }
  .inBox.max960 {
    max-width: 960px;
  }
  .inBox.max920 {
    max-width: 920px;
  }
  .inBox.max {
    max-width: none;
  }
}
#page-text {
  padding: 0 10px;
  text-align: left;
}
@media (min-width: 760px) {
  #page-text {
    max-width: 960px;
    margin: 0 auto;
  }
}
#full-bnr {
  text-align: center;
}
#full-bnr img {
  width: 100%;
}
#page-text #full-bnr {
  margin-bottom: 1.3em;
}
#full-bnr li {
  position: relative;
  text-align: center;
}
#full-bnr .btn {
  position: absolute;
  max-width: 220px;
  height: 44px;
  right: 0;
  bottom: 5.44662309%;
  left: 0;
  margin: 0 auto;
  line-height: 44px;
  background-color: #fff;
  color: #af9469;
}
#full-bnr .btn span {
  line-height: 44px;
}
#full-bnr a:hover .btn,
#full-bnr .btn:hover {
  background-color: #af9469;
  color: #fff;
}
@media (max-width: 599px) {
  #full-bnr .btn {
    display: none;
  }
}
#pagerFullBnr {
  text-align: center;
  margin: 15px 0;
  line-height: 1;
}
#page-text #pagerFullBnr {
  margin-bottom: 20px;
}
#pagerFullBnr a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  border-radius: 100%;
  background: #bfbfbf;
}
#pagerFullBnr a span {
  display: none;
}
#pagerFullBnr a.selected {
  background: #333333;
}
.enVersion #brand-hp .inBox {
  padding-right: 0;
}
.ruVersion #brand-hp .inBox {
  padding-right: 0;
}
#brand-hp {
  text-align: center;
  background: #fff;
}
#brand-hp .more {
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  #brand-hp .inBox {
    padding-right: 245px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  #brand-hp .more {
    position: absolute;
    right: 10%;
    margin-bottom: -9px;
    bottom: 50%;
    padding-bottom: 0;
  }
}
@media (min-width: 760px) {
  #brand-hp {
    padding: 10px 0;
    height: 160px;
    overflow: hidden;
  }
  #brand-hp .inBox {
    padding-right: 250px;
  }
  #brand-hp .more {
    right: 75px;
  }
}
#brand-hp h2 {
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  line-height: 50px;
  max-width: 50px;
  min-height: 50px;
}
@media (min-width: 480px) {
  #brand-hp h2 {
    line-height: 130px;
    max-width: 130px;
    min-height: 130px;
  }
}
@media (min-width: 760px) {
  #brand-hp h2 {
    padding: 10px;
  }
}
#brand-hp .img {
  font-size: 0;
}
#brand-hp .caroufredsel_wrapper {
  width: 100% !important;
}
#brand-hp li {
  float: left;
  opacity: 1;
}
/* MOBILE SIDE COLUMNS */
.menu-opened #layout,
.menu-opened #header,
.menu-opened #search-box {
  position: fixed;
  top: 0;
  left: 300px;
}
.enVersion.menu-opened #layout,
.enVersion.menu-opened #header,
.enVersion.menu-opened #search-box,
.ruVersion.menu-opened #layout,
.ruVersion.menu-opened #header,
.ruVersion.menu-opened #search-box {
  position: static;
}
.menu-opened #header,
.menu-opened #search-box {
  right: -300px;
}
#ca-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* SHARE */
#share {
  margin: 2.5em 0 0.5em;
  text-transform: uppercase;
  color: #666;
  font-size: 87.5%;
}
#share a {
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 0.5em;
}
#share a:hover {
  text-decoration: underline;
}
.main-img {
  margin: 0 0 1.3em;
  text-align: center;
}
@media (min-width: 960px) {
}
#annot {
  text-align: center;
}
@media (min-width: 760px) {
  #annot {
    padding: 0 5em;
  }
}
.annot {
  padding: 0 10px;
}
/* PAGING */
.paging {
  text-transform: uppercase;
  border-top: 1px solid #000;
  padding: 0.25em 100px 0;
  text-align: center;
  position: relative;
  min-height: 2.5em;
}
.paging:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.paging a,
.paging strong,
.paging span {
  text-decoration: none;
  font-weight: bold;
  line-height: 2.5;
  vertical-align: top;
  padding: 0 5px;
  display: none;
}
@media (min-width: 480px) {
  .paging a,
  .paging strong,
  .paging span {
    display: inline-block;
  }
  .paging a.active,
  .paging strong.active,
  .paging span.active {
    text-decoration: none;
    color: #000;
  }
}
.paging a:hover {
  text-decoration: underline;
}
.paging a.prev,
.paging a.next {
  position: absolute;
  left: 10px;
  top: 0.25em;
  padding: 0;
  display: inline-block;
}
.paging a.next {
  left: auto;
  right: 10px;
}
.paging .prev:before,
.paging .next:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.34em 2px 0;
  vertical-align: middle;
  background: url('/img/ico/all24.png') -25px 0 no-repeat;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .paging .prev:before,
  .paging .next:after {
    background-image: url('/img/ico/all24@2x.png');
    -webkit-background-size: 500px 500px;
    background-size: 500px;
  }
}
.paging .next:after {
  background-position: -35px 0;
  margin: 0 0 2px 0.34em;
}
.paging .prev:hover:before {
  background-position: -25px -10px;
}
.paging .next:hover:after {
  background-position: -35px -10px;
}
#footer {
  color: #333;
  background: #fff;
  padding: 10px;
}
#footer .inBox {
  text-align: center;
}
#footer .social {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
}
#footer .social .link {
  display: block;
  color: #000;
  line-height: 1.3em;
  padding: 0;
  margin: 8px auto 15px;
  vertical-align: top;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 760px) {
  #footer .social .link {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #333;
    font-weight: 500;
    line-height: 36px;
  }
  #footer .social .link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 760px) {
  #footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid #d8d8d8;
    border-width: 1px 0;
    padding: 10px 0 5px;
    margin: 0;
  }
  #footer .social .col {
    flex: 1 1 auto;
  }
  #footer .social .col-links {
    text-align: left;
  }
  #footer .social .col-icons {
    white-space: nowrap;
    text-align: right;
  }
}
@media (min-width: 960px) {
  #footer .social {
    max-width: none;
  }
}
#footer .social .ico {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 30px 0 0 30px;
  height: 0;
  text-transform: uppercase;
  margin: 0 8px 8px;
  overflow: hidden;
  color: #333;
  width: 0;
}
#footer .social .ico:hover {
  color: #af9469;
}
#footer .social .ico:before {
  position: absolute;
  font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  color: #9b9b9b;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 33px;
  height: 30px;
  width: 30px;
  line-height: 36px;
}
#footer .social .ico.career {
  height: auto;
  color: #000;
  overflow: visible;
  line-height: 1.3em;
  padding: 0 0 0 36px;
  text-align: left;
  vertical-align: top;
  width: auto;
  margin-left: 0;
}
#footer .social .ico.career:before {
  content: "\1F3AF";
  font-family: SSSymboliconsBlock, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #000;
}
@media (min-width: 760px) {
  #footer .social .ico.career {
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px 0 50px;
  }
  #footer .social .ico.career:before {
    font-size: 32px;
  }
  #footer .social .ico.career:hover {
    text-decoration: underline;
  }
}
@media (min-width: 480px) {
  #footer .social .ico.career {
    display: inline-block;
  }
}
@media (min-width: 760px) {
  #footer .social .ico {
    margin: 5px 0;
    padding: 30px 0 0 35px;
  }
  #footer .social .ico:before {
    font-size: 35px;
    height: 35px;
    width: 35px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #footer .social .ico:hover:before {
    color: #000;
  }
  #footer .social .ico.trip:before {
    font-size: 40px;
  }
  #footer .social .ico + .ico {
    margin-left: 15px;
  }
}
@media (min-width: 960px) {
}
#footer .social .fb:before {
  content: "b";
}
#footer .social .yt:before {
  content: "c";
}
#footer .social .pint:before {
  content: "d";
}
#footer .social .sq:before {
  content: "e";
}
#footer .social .trip:before {
  content: "g";
}
#footer .social .insta:before {
  content: "f";
}
#footer .social .career:before {
  content: "\1F3AF";
  font-family: SSSymboliconsBlock, "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: none;
  font-size: 18px;
  color: #000;
}
#copyright {
  font-weight: 300;
  color: #9b9b9b;
  font-size: 13px;
}
#copyright span {
  color: #000;
}
#copyright a {
  color: #9b9b9b;
}
@media (min-width: 760px) {
  #copyright {
    text-align: left;
  }
}
.help .copyright {
  padding-bottom: 30px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.help .newsletter-subscribe {
  padding-bottom: 30px;
}
.help .newsletter-subscribe p {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.help .newsletter-subscribe p span {
  font-size: 12px;
}
.help .newsletter-subscribe input {
  height: 35px;
}
.help .newsletter-subscribe .nl-input {
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  outline: none;
}
.help .newsletter-subscribe .nl-ok {
  width: 50px;
  border: 1px solid #c1c1c1;
  background: transparent;
  color: #9b9b9b;
  padding: 0;
}
.help .newsletter-subscribe .checkbox {
  position: relative;
  margin-top: 20px;
}
.help .newsletter-subscribe .checkbox input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0;
  height: auto;
}
.help .newsletter-subscribe .checkbox .text {
  padding: 0 10px 0 20px;
  font-size: 14px;
}
@media (min-width: 760px) {
  .help .col-h-l,
  .help .col-h-r {
    width: 50%;
  }
  .help .copyright {
    padding: 20px;
  }
  .help .newsletter-subscribe {
    background: #f6f6f6;
    padding: 40px 0 65px 40px;
    text-transform: uppercase;
    text-align: left;
  }
  .help .newsletter-subscribe p {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .help .newsletter-subscribe p span {
    font-size: 16px;
  }
  .help .newsletter-subscribe input {
    height: 45px;
  }
  .help .newsletter-subscribe .nl-input {
    width: 215px;
  }
  .help .newsletter-subscribe .nl-ok {
    width: 80px;
    font-size: 14px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .help .newsletter-subscribe .nl-ok:hover {
    background: #d8d8d8;
  }
}
@media (min-width: 960px) {
  .help .newsletter-subscribe {
    background: #f6f6f6;
    padding: 40px 0 65px 100px;
    text-transform: uppercase;
    text-align: left;
  }
}
#menu-lang {
  display: inline-block;
  vertical-align: top;
}
#menu-lang ul {
  font-size: 0;
}
#menu-lang li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  width: auto;
  text-align: left;
}
#menu-lang a {
  display: block;
  padding: 10px 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  border: solid #7f7f7f;
  border-width: 1px 1px 1px 0;
}
@media (min-width: 760px) {
  #menu-lang a {
    display: none;
  }
}
#menu-lang li:first-child a {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
#menu-lang li:last-child a {
  border-radius: 0 2px 2px 0;
}
#pattern-bg {
  padding: 1px 0;
}
.banners li {
  padding-bottom: 5px;
}
@media (min-width: 760px) {
  .banners {
    overflow: hidden;
  }
  .banners > ul,
  .banners > .grid {
    width: 101%;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .banners > ul > li,
  .banners > .grid > li,
  .banners > ul > .grid-item,
  .banners > .grid > .grid-item {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .banners > ul > li,
  .banners > .grid > .grid-item {
    box-sizing: border-box;
  }
  .banners > ul {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  .banners > .grid {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  .banners > ul > li {
    width: 33.00330033%;
  }
  .banners li {
    padding-bottom: 0;
  }
}
.pages-crossroad {
  overflow: hidden;
  padding: 10px;
  margin: 0 -5px 1em;
  text-align: center;
}
.pages-crossroad > ul,
.pages-crossroad > .grid {
  width: 101%;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.pages-crossroad > ul > li,
.pages-crossroad > .grid > li,
.pages-crossroad > ul > .grid-item,
.pages-crossroad > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pages-crossroad > ul > li,
.pages-crossroad > .grid > .grid-item {
  box-sizing: border-box;
}
.pages-crossroad > ul {
  margin: 0 -1% 0 0;
  text-align: left;
}
.pages-crossroad > .grid {
  margin: 0 -1% 0 0;
  text-align: left;
}
.pages-crossroad > ul > li {
  width: 49.5049505%;
}
.pages-crossroad ul {
  padding: 0;
  text-align: left;
  margin-top: -10px;
}
.pages-crossroad li {
  position: relative;
  margin: 10px 0 0;
}
.pages-crossroad a.spc {
  display: block;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  background: #fff;
  position: relative;
}
@media (min-width: 760px) {
  .pages-crossroad a.spc:before {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    z-index: 4;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    width: 0%;
    transition: all 0.3s ease;
  }
  .pages-crossroad a.spc:hover:before {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
}
.pages-crossroad .title {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pages-crossroad .img-outer {
  position: relative;
  margin: 20px 40px 10px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.pages-crossroad .img {
  display: block;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  font-size: 12px;
}
.pages-crossroad .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
}
.pages-crossroad .name {
  font-size: 15px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  display: block;
  padding: 0 0.5em;
}
.pages-crossroad .inner {
  height: 0;
  padding-top: 100%;
}
@media (min-width: 480px) {
  .pages-crossroad ul {
    margin-top: -25px;
  }
  .pages-crossroad li {
    margin: 25px 0 0;
  }
  .pages-crossroad a.spc {
    margin: 0 10px;
  }
  .pages-crossroad .img-outer {
    margin: 60px 70px 30px;
  }
}
@media (min-width: 600px) {
  .pages-crossroad > ul > li {
    width: 33.00330033%;
  }
  .pages-crossroad .img-outer {
    margin: 32px 54px 19px;
  }
}
@media (min-width: 760px) {
  .pages-crossroad .img-outer {
    margin: 42px 64px 30px;
  }
}
@media (min-width: 800px) {
  .pages-crossroad .img-outer {
    margin: 42px 75px 30px;
  }
}
@media (min-width: 960px) {
  .pages-crossroad > ul > li {
    width: 24.75247525%;
  }
  .pages-crossroad .img-outer {
    margin: 45px 62px 23px;
  }
}
@media (min-width: 1240px) {
  .pages-crossroad > ul > li {
    width: 19.8019802%;
  }
}
/* MESSAGE */
.message {
  margin: 15px 0;
  padding: 15px 15px 15px 60px;
  font-size: 117%;
  color: #0d305c;
  position: relative;
  background-color: #e7f3cb;
  text-align: left;
}
.message:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -40px;
  content: '\f418';
  font-family: genericons-regular, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: #8cb824;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.message.error-message {
  background-color: #f6dee7;
}
.message.error-message:before {
  color: #D60C4E;
  content: '\f414';
  font-size: 25px;
  margin-top: -18px;
  left: 20px;
  text-shadow: none;
}
.message.info-message {
  background-color: rgba(175, 148, 105, 0.5);
  color: #000;
}
.message.info-message:before {
  color: #af9469;
  content: '\f416';
  font-size: 33px;
  margin-top: -26px;
  left: 17px;
}
.social {
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.3em;
}
.social .lbl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.social .pint-holder {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin: 0 5px;
}
.social .fb-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}
/* ATT IMAGES */
.att-images {
  margin: 0 -2px 15px 0;
}
.att-images:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.general-page .att-images p {
  margin-left: -13px;
}
.att-images a {
  float: left;
  display: inline;
  width: 120px;
  height: 120px;
  padding: 10px;
  font-size: 0px;
  line-height: 120px;
  margin: 0 0 13px 13px;
  text-align: center;
  border: 1px solid #C6DDF6;
  position: relative;
}
.att-images img {
  vertical-align: middle;
}
.att-images span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
}
/* SVG MAP */
.svgmap-new {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 69.53271028%;
}
.svgmap-new svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.svgmap-new a:hover path {
  fill: #9b9b9b;
}
.svgmap-new #cisla_jednotek,
.svgmap-new #Page-1,
.svgmap-new #Shape,
.svgmap-new #Rectangle-path {
  pointer-events: none;
}
.newsletter .inp-fix {
  margin-bottom: 0.5em;
}
.newsletter h2 {
  margin: 0 0 3px;
  font-size: 16px;
}
@media (min-width: 760px) {
  .newsletter h2 {
    font-size: 18px;
  }
  .newsletter .col-h-l {
    width: 38%;
  }
  .newsletter .col-h-r {
    position: relative;
    padding: 8px 125px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 58%;
    margin-bottom: 0 !important;
  }
  .newsletter .inp-fix {
    margin-bottom: 0;
  }
  .newsletter .btn {
    position: absolute;
    right: 0;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    top: 8px;
  }
  .newsletter p.reset {
    max-width: 500px;
    padding-right: 130px;
    position: relative;
    margin: 0 auto;
  }
  .newsletter p.reset .btn {
    top: 0;
  }
}
#breadcrumb {
  text-align: center;
  margin: 25px 0 10px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 11px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#breadcrumb a {
  color: #9b9b9b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}
#breadcrumb .out {
  position: relative;
  left: 0;
  padding-right: 10px;
  font-size: 8px;
}
#breadcrumb .out:before {
  position: absolute;
  right: 2px;
  content: "l";
  font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: none;
  bottom: 0;
}
@media (min-width: 760px) {
  #breadcrumb {
    font-size: 12px;
  }
  #breadcrumb .out {
    padding-right: 12px;
    font-size: 11px;
    bottom: -2px;
  }
}
.registration-wysiwyg {
  background: #9b9b9b;
  padding: 20px;
  color: #fff;
}
.registration-wysiwyg h2 {
  color: #fff;
  margin-top: 0;
  font-weight: normal;
}
.registration-wysiwyg li:before {
  background: #fff;
}
.registration-wysiwyg .btn {
  white-space: nowrap;
  background: #af9469;
  color: #fff;
  padding: 0 15px;
}
.registration-wysiwyg .btn span {
  font-size: 12px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.registration-wysiwyg .btn span:hover {
  color: #333;
}
.registration-wysiwyg .btn:hover {
  background: #f6f6f6;
}
.registration-wysiwyg .l,
.registration-wysiwyg .r {
  float: none;
}
.registration-wysiwyg ol {
  counter-reset: item;
  margin-left: 0;
}
.registration-wysiwyg ol li {
  display: block;
  margin-bottom: 10px;
}
.registration-wysiwyg ol li:before {
  content: counter(item) "";
  font-size: 20px;
  counter-increment: item;
  background: #fff;
  border-radius: 100%;
  font-weight: bold;
  height: 28px;
  width: 28px;
  margin: -4px 10px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 28px;
  color: #9b9b9b;
}
@media (min-width: 760px) {
  .registration-wysiwyg .l {
    float: left;
  }
  .registration-wysiwyg .r {
    float: right;
  }
  .registration-wysiwyg ol li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 800px) {
  .registration-wysiwyg {
    float: right;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .registration-wysiwyg h2 {
    font-size: 19px;
  }
  .registration-wysiwyg ol li {
    display: block;
    margin: 0 0 10px;
  }
}
#registrationForm h2:first-child {
  margin-top: 0;
}
#registrationForm .row-inputs input {
  margin-left: 20px;
}
#registrationForm #mobil_pre {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#registrationForm .mobil {
  width: 61%;
  display: inline-block;
  vertical-align: top;
}
#registrationForm .day {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}
#registrationForm .month {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
#registrationForm .year {
  width: 29%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 800px) {
  #registrationForm {
    padding-right: 300px;
    margin-right: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #registrationForm.onlyform {
    padding-right: 0;
    margin-right: 0;
    width: auto;
  }
}
#registrationForm .message {
  margin-top: 0;
}
@media (min-width: 600px) {
  .wayToUs h3 {
    font-size: 21px;
  }
}
#registration-list {
  padding: 20px;
}
.vip-cta {
  background: #f6f6f6;
  padding: 15px;
  margin: 0 -10px 1.3em;
}
.vip-cta h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1em;
}
.vip-cta p {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .vip-cta {
    padding: 25px;
  }
  .vip-cta h2 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .vip-cta {
    margin: 0 -140px 1.3em;
    padding: 25px 140px;
  }
}
#main-menu > ul > li a.root .inner .tag {
  display: inline-block;
  margin: -3px 0 0 5px;
  padding: 1px 6px;
  background: #ff0089;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 759px) {
  #menu-wrap {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    background: #000;
    text-align: left;
  }
  .enVersion #menu-wrap {
    position: fixed;
  }
  .ruVersion #menu-wrap {
    position: fixed;
  }
  #menu-wrap #menu-crop {
    overflow: hidden;
  }
  #menu-wrap.opened,
  #menu-wrap:target {
    left: 0;
  }
  #menu-wrap h2 a,
  .close-btn,
  #nav-skip .ca-ext,
  #nav-skip .ca-ext:focus,
  #nav-skip .ca-ext:active {
    position: absolute;
    z-index: 3;
    top: 2px;
    right: 0;
    margin: 0;
    padding: 40px 0 0 40px;
    background: transparent;
    width: 0;
    height: 0;
    overflow: hidden;
    text-decoration: none;
  }
  #nav-skip .ca-ext:before,
  #nav-skip .ca-ext:after {
    position: absolute;
    top: 50%;
    text-decoration: none;
    display: block;
    content: "";
  }
  #menu-wrap h2 a {
    right: 0;
  }
  #menu-wrap h2 a:before,
  .close-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #af9469;
    font: 28px/40px Arial, sans-serif;
    content: "×";
  }
  #menu-wrap h2 a:after,
  .close-btn:after {
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #f6f6f6 transparent transparent;
    content: "";
  }
  #nav-skip .ca-ext-menu:before {
    content: "p";
    font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
    left: 13px;
    margin: -14px 0 0;
    font-size: 18px;
  }
  #nav-skip .ca-ext-menu:after {
    left: 0;
    margin: -8px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent rgba(28,25,25,.7);
  }
  .js .close-btn {
    display: none !important;
  }
  .no-js #menu-wrap h2 {
    display: none;
  }
  .menu-opened #nav-skip .ca-ext-menu,
  .menu-opened #nav-skip .ca-ext-list {
    z-index: 0;
  }
  #menu-wrap h2 {
    margin: 0;
    height: 0;
  }
  #menu-wrap .ca-box {
    padding: 20px 0 0;
    border-bottom: 10px solid #000;
  }
  #menu-wrap #main-menu {
    padding: 0 10px;
    background: #000;
  }
  #menu-wrap #top-menu {
    padding: 0 10px;
    background: #000;
  }
  #menu-wrap li {
    border-top: 1px solid #4a4a4a;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
  }
  #menu-wrap #top-menu li {
    border-top: 1px solid #4a4a4a;
  }
  #menu-wrap #top-menu .collapsable-slide {
    display: none;
  }
  #menu-wrap li:first-child {
    border-top-width: 0;
  }
  #menu-wrap li a {
    display: block;
    line-height: 1.8;
    padding: 0.5em 0;
    text-decoration: none;
    color: #fff;
  }
  #menu-wrap li .count {
    display: inline-block;
    padding: 0 3px;
    margin: 2px 0 0.66em;
    border-radius: 2px;
    background: #ff0000;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
  }
  #menu-wrap .submenu {
    padding: 0 0 0 10px;
    display: none;
  }
  #menu-wrap li.has-submenu.opened .submenu {
    display: block;
  }
  #menu-wrap .submenu li {
    border: 0;
    font-size: 75%;
  }
  #menu-wrap .submenu li a {
    color: #cef1f3;
    line-height: 2;
  }
  #menu-wrap li a:active {
    background: #af9469;
    margin: 0 -10px;
    padding: 0.5em 10px;
  }
  #menu-wrap .submenu li.active a {
    color: #fff;
    font-style: italic;
  }
  #menu-wrap .submenu li.colors-li {
    line-height: 2;
  }
  #menu-wrap .submenu .colors {
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
  }
  #menu-wrap .submenu .colors a {
    position: relative;
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    margin: 6px 6px 0 0;
  }
  #menu-wrap .submenu .colors a.active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #000;
    content: "";
  }
  #menu-wrap .submenu .colors a.dark.active:after {
    background: #fff;
  }
  #nav-skip .ca-ext,
  #nav-skip .ca-ext:focus,
  #nav-skip .ca-ext:active {
    right: auto;
    left: 0;
    position: absolute;
  }
  #main-menu .icon {
    font-size: 16px;
    margin-right: 5px;
  }
}
@media (min-width: 760px) {
  #main-menu {
    overflow: hidden;
    position: absolute;
    overflow: visible !important;
    top: 127px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    padding: 0 5px;
  }
  #main-menu > ul,
  #main-menu > .grid {
    width: 101%;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  #main-menu > ul > li,
  #main-menu > .grid > li,
  #main-menu > ul > .grid-item,
  #main-menu > .grid > .grid-item {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  #main-menu > ul > li,
  #main-menu > .grid > .grid-item {
    box-sizing: border-box;
  }
  #main-menu > ul {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  #main-menu > .grid {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  #main-menu > ul > li {
    width: 12.37623762%;
  }
  #main-menu > ul {
    max-width: 1240px;
    width: 102%;
    margin: 0 -1%;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-left: none;
    border-top: none;
    position: relative;
    text-align: left;
  }
  #main-menu > ul > li {
    position: static;
    text-align: center;
  }
  #main-menu > ul > li:hover > a.root {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #main-menu > ul > li a.root {
    height: 60px;
    line-height: 60px;
    display: block;
    color: #000;
    padding: 0 5px;
  }
  #main-menu > ul > li a.root .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
  }
  #main-menu > ul > li a.root .inner span {
    display: block;
    text-transform: none;
    font-weight: normal;
  }
  #main-menu > ul > li .triangle-down {
    width: 50%;
    height: 0;
    padding-left: 50%;
    padding-top: 12%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 4;
  }
  #main-menu > ul > li .triangle-down:after {
    border-style: solid;
    border-width: 24px 100px 0 100px;
    border-color: #e8e7e6 transparent transparent transparent;
    content: "";
    display: block;
    height: 0;
    margin-left: -100px;
    margin-top: -24px;
    width: 0;
  }
  #main-menu > ul > li.e-shop {
    width: auto;
  }
  #main-menu > ul > li.e-shop a.root {
    padding: 0 15px;
  }
  #main-menu .icon {
    font-size: 25px;
    margin: -6px 5px 0 0;
    vertical-align: middle;
  }
  #main-menu li.active a.root {
    background: #e8e7e6;
    position: relative;
    z-index: 5;
  }
  #main-menu .submenu {
    position: absolute;
    left: -5000px;
    top: -5000px;
    background: #000;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  #main-menu .submenu .col-h-l {
    padding-top: 48px;
  }
  #main-menu .submenu .col-h-r {
    text-align: right;
  }
  #main-menu .submenu .col-h-l ul li,
  #main-menu .submenu > li {
    width: 242px;
    letter-spacing: normal;
    border-bottom: 1px solid #282828;
    padding: 0 0 0 83px;
    margin: 0 0 0 30px;
  }
  #main-menu .submenu .col-h-l ul li a,
  #main-menu .submenu > li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    display: inline-block;
    padding: 9px 0;
    color: #fff;
    text-decoration: none;
  }
  #main-menu .submenu .col-h-l ul li a:hover,
  #main-menu .submenu > li a:hover {
    color: #666;
  }
  #main-menu .submenu li.active a {
    font-weight: bold;
    color: #666 !important;
    font-style: italic;
  }
  #main-menu .submenu.submenu-wide {
    text-align: left;
    padding: 48px 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px solid transparent;
    -moz-column-rule: 1px solid transparent;
    column-rule: 1px solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  #main-menu .submenu.submenu-wide li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
    /* spec, IE 11 */
    page-break-inside: avoid;
    /* FF */
  }
  .ie8 #main-menu .submenu.submenu-wide,
  .ie9 #main-menu .submenu.submenu-wide {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .ie8 #main-menu .submenu.submenu-wide li,
  .ie9 #main-menu .submenu.submenu-wide li {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
    margin-left: -1px;
    border-left: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ie8 #main-menu .submenu.submenu-wide:after,
  .ie9 #main-menu .submenu.submenu-wide:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #main-menu .submenu.submenu-wide > li {
    padding: 0 0 0 30px;
  }
  #main-menu .submenu.submenu-wide li a {
    line-height: 1.2em;
  }
  #main-menu .second-submenu p {
    margin: 0;
  }
  #main-menu .second-submenu .submenu-box li {
    display: block;
    width: 242px;
  }
  #main-menu .second-submenu .submenu-box li a {
    display: inline-block;
    font-size: 13px;
    text-transform: none;
    line-height: 1.5em;
  }
  #menu-wrap .ca-control,
  #menu-wrap .close-btn {
    display: none;
  }
  .no-js #main-menu > ul > li:hover > .submenu,
  .js #main-menu > ul > li.jsHover > .submenu,
  #main-menu > ul > li.touchHover > .submenu {
    left: 0;
    margin-left: 0;
    top: 60px;
  }
  #top-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    background: #000;
    width: 100%;
    text-align: right;
    height: 30px;
  }
  #top-menu .in {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  #top-menu .home {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
  }
  #top-menu .home a:before {
    content: "q";
    font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 20px;
  }
  #top-menu li {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 22px;
  }
  #top-menu li:hover {
    background: #343434;
  }
  #top-menu li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  #top-menu .home {
    padding: 0;
  }
  #top-menu .home:hover {
    background: none;
  }
  #top-menu .home a {
    height: 0;
  }
  #top-menu .home a:hover {
    color: #666;
  }
  #top-menu .collapsable-slide.opened {
    background: #343434;
  }
  #top-menu .collapsable-slide a .ca-ico {
    position: relative;
  }
  #top-menu .collapsable-slide a .ca-ico:before {
    content: "k";
    position: absolute;
    top: -7px;
    right: -10px;
    font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 6px;
  }
  #top-menu .collapsable-slide a .ca-ico:before {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  #top-menu .collapsable-slide a .ca-ico.rotate:hover:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #top-menu .slide-control {
    display: block;
    margin: 0;
    font-weight: 500;
  }
  #top-menu .slide-box {
    background: #343434;
    margin: 0 -20px;
  }
  #top-menu .slide-box li {
    display: block;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  #top-menu .slide-box li a:hover {
    color: #af9469;
  }
}
@media (min-width: 760px) and (min-width: 960px) {
  #main-menu .submenu.submenu-wide {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px solid transparent;
    -moz-column-rule: 1px solid transparent;
    column-rule: 1px solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
    padding: 48px 0;
  }
  #main-menu .submenu.submenu-wide li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
    /* spec, IE 11 */
    page-break-inside: avoid;
    /* FF */
  }
  .ie8 #main-menu .submenu.submenu-wide,
  .ie9 #main-menu .submenu.submenu-wide {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .ie8 #main-menu .submenu.submenu-wide li,
  .ie9 #main-menu .submenu.submenu-wide li {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
    margin-left: -1px;
    border-left: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ie8 #main-menu .submenu.submenu-wide:after,
  .ie9 #main-menu .submenu.submenu-wide:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #main-menu .submenu.submenu-wide > li {
    padding: 0 0 0 83px;
  }
}
@media (min-width: 760px) and (min-width: 960px) {
  #main-menu ul {
    margin: 0 auto;
    width: 100%;
  }
}
.triangle-down {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
}
@keyframes animationFrames {
  0% {
    top: 0px;
    transform: scaleY(1);
  }
  100% {
    top: 60px;
    transform: scaleY(1);
  }
}
@-moz-keyframes animationFrames {
  0% {
    top: 0px;
    -moz-transform: scaleY(1);
  }
  100% {
    top: 60px;
    -moz-transform: scaleY(1);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    top: 0px;
    -webkit-transform: scaleY(1);
  }
  100% {
    top: 60px;
    -webkit-transform: scaleY(1);
  }
}
@-o-keyframes animationFrames {
  0% {
    top: 0px;
    -o-transform: scaleY(1);
  }
  100% {
    top: 60px;
    -o-transform: scaleY(1);
  }
}
@-ms-keyframes animationFrames {
  0% {
    top: 0px;
    -ms-transform: scaleY(1);
  }
  100% {
    top: 60px;
    -ms-transform: scaleY(1);
  }
}
/* SHOPS & BRANDS */
#shops-brands-box {
  max-width: 960px;
  padding-top: 2em;
}
@media (min-width: 760px) {
  #shops-brands-box {
    padding-top: 0;
  }
}
#shops-brands {
  position: relative;
}
#shops-brands .ca-control {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 50%;
  border-bottom: 2px solid #333;
  font-size: 100%;
  line-height: 2.5;
  text-align: center;
}
#shops-brands .ca-control a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
#shops-brands .opened .ca-control a {
  border-bottom-color: #333;
  color: #333;
}
#shops-brands #brand-list .ca-control {
  left: 50%;
}
#shops-brands #sort {
  padding-bottom: 2em;
  padding-top: 1em;
}
#shops-brands #sort .sort-category-select select {
  text-transform: uppercase;
}
#shops-brands #sort .sort-category {
  display: none;
}
@media (min-width: 760px) {
  #shops-brands #sort {
    padding-top: 2em;
  }
  #shops-brands #sort .sort-category-select {
    display: none;
  }
  #shops-brands #sort .sort-category {
    display: block;
    text-align: center;
  }
  #shops-brands #sort .sort-category ul {
    width: 100%;
    display: table;
  }
  #shops-brands #sort .sort-category .first a {
    margin-left: 0;
  }
  #shops-brands #sort .sort-category li {
    display: table-cell;
  }
  #shops-brands #sort .sort-category li .active {
    background: #000;
    color: #fff;
  }
  #shops-brands #sort .sort-category li a {
    letter-spacing: normal;
    padding: 0 10px;
    margin-left: 10px;
    display: block;
    background: #fff;
    height: 45px;
    font-size: 12px;
    border: 1px solid #9b9b9b;
    line-height: 47px;
    text-transform: uppercase;
    color: #9b9b9b;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  #shops-brands #sort .sort-category li a:hover {
    background: #000;
    color: #fff;
  }
}
@media (min-width: 960px) {
  #shops-brands #sort .sort-category li a {
    font-size: 15px;
  }
}
.shop-list {
  margin: 0 0 3em;
  overflow: hidden;
}
.shop-list > ul,
.shop-list > .grid {
  width: 101%;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.shop-list > ul > li,
.shop-list > .grid > li,
.shop-list > ul > .grid-item,
.shop-list > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.shop-list > ul > li,
.shop-list > .grid > .grid-item {
  box-sizing: border-box;
}
.shop-list > ul {
  margin: 0 -1% 0 0;
  text-align: left;
}
.shop-list > .grid {
  margin: 0 -1% 0 0;
  text-align: left;
}
.shop-list > ul > li {
  width: 49.5049505%;
}
.shop-list ul {
  width: auto;
  margin: 0;
  display: inline;
}
.shop-list a.spc {
  display: block;
  padding: 15px 10px;
  margin: 0 5px 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  background: #fff;
}
@media (min-width: 760px) {
  .shop-list a.spc {
    position: relative;
  }
  .shop-list a.spc:before {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    z-index: 4;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    width: 0%;
    transition: all 0.3s ease;
  }
  .shop-list a.spc:hover:before {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
}
.shop-list .title {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  color: inherit;
}
.shop-list .title .img {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  margin: 0 auto 0.5em;
}
.shop-list .title .name {
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
  display: block;
}
@media (min-width: 600px) {
  .shop-list > ul > li {
    width: 33.00330033%;
  }
}
@media (min-width: 760px) {
  .shop-list > ul > li {
    width: 24.75247525%;
  }
}
@media (min-width: 800px) {
  .shop-list > ul > li {
    width: 19.8019802%;
  }
}
@media (min-width: 960px) {
  .shop-list > ul > li {
    width: 16.50165017%;
  }
}
.alphabet {
  margin: 1em auto 1em;
  text-align: center;
}
.alphabet li {
  display: inline-block;
  width: 2em;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 760px) {
  .alphabet li {
    font-size: 17px;
  }
}
.alphabet a {
  display: block;
  line-height: 2.5;
  text-decoration: none;
}
#brand-list .letter {
  padding: 10px;
}
#brand-list .letter:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (min-width: 600px) {
  #brand-list .letter {
    padding: 20px 30px;
  }
}
#brand-list table {
  display: table;
  margin-bottom: 0;
}
#brand-list table a {
  color: #cb0314;
}
#brand-list table a:hover {
  color: #666;
}
#brand-list table td {
  border-color: #998d8d;
}
#brand-list table th {
  font-weight: bold;
}
@media (min-width: 600px) {
  #brand-list table th {
    font-size: 17px;
  }
}
#brand-list table.col-h-r thead {
  display: none;
}
#brand-list table.col-h-r {
  border-top: 1px solid #998d8d;
}
@media (min-width: 480px) {
  #brand-list table.col-h-r thead {
    display: table-header-group;
  }
  #brand-list table.col-h-r {
    border-top: none;
  }
}
#brand-list h2 {
  margin-top: 0;
}
@media (max-width: 759px) {
  /* HEADER ICONS - show/hide */
  .csstransitions .menu-opened #nav-skip .ca-ext-menu,
  .csstransitions .list-opened #nav-skip .ca-ext-menu {
    left: -40px;
  }
  .csstransitions .menu-opened #nav-skip .ca-ext-list,
  .csstransitions .list-opened #nav-skip .ca-ext-list {
    right: -40px;
    padding: 0 !important;
  }
  .csstransitions #nav-skip .ca-ext-menu {
    -webkit-transition: left 400ms 500ms ease-in-out;
    -moz-transition: left 400ms 500ms ease-in-out;
    -o-transition: left 400ms 500ms ease-in-out;
    transition: left 400ms 500ms ease-in-out;
  }
  .csstransitions #nav-skip .ca-ext-list {
    -webkit-transition: right 400ms 500ms ease-in-out;
    -moz-transition: right 400ms 500ms ease-in-out;
    -o-transition: right 400ms 500ms ease-in-out;
    transition: right 400ms 500ms ease-in-out;
  }
  /* LAYOUT & HEADER transform/transition definition */
  .csstransforms3d.csstransitions #layout {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -ms-transition: -ms-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* MENU & SHOPPING LIST DEFINITION */
  .csstransforms3d.csstransitions #menu-wrap,
  .csstransforms3d.csstransitions #shopping-list {
    left: 0;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -ms-transition: -ms-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions #shopping-list {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .csstransforms3d.csstransitions #menu-wrap .ca-box,
  .csstransforms3d.csstransitions #shopping-list .ca-box {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 400ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 400ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 400ms ease;
    transition: opacity 300ms 100ms ease, transform 400ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions #shopping-list .ca-box {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  }
  /* MAIN MENU OPENED */
  .csstransforms3d.csstransitions .menu-opened #layout {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .csstransforms3d.csstransitions .list-opened #layout {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .csstransforms3d.csstransitions #menu-wrap.opened,
  .csstransforms3d.csstransitions #shopping-list.opened {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .csstransforms3d.csstransitions #shopping-list.opened {
    left: auto;
    right: 0;
  }
  .csstransforms3d.csstransitions #menu-wrap.opened .ca-box,
  .csstransforms3d.csstransitions #shopping-list.opened .ca-box {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#search-box {
  position: fixed;
  right: 10px;
  top: 4px;
  z-index: 4;
}
.sb-search {
  position: relative;
  width: 0%;
  min-width: 35px;
  height: 35px;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search h2 {
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
.sb-search h2 span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sb-search h2 a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
@media (min-width: 760px) {
  .sb-search {
    min-width: 60px;
    height: 60px;
  }
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 35px;
  margin: 0;
  z-index: 10;
  padding: 5px 40px 5px 5px;
  font-family: inherit;
  font-size: 14px;
  color: #2c3e50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 760px) {
  .sb-search-input {
    bottom: 0;
    margin: 0;
    height: 41px;
    padding: 0 65px 0 20px;
    font-size: 14px;
    opacity: 1;
    background: none;
    border: 1px solid #d8d8d8;
  }
}
.sb-icon-search,
.sb-search-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 760px) {
  .sb-icon-search,
  .sb-search-submit {
    line-height: 41px;
    width: 41px;
    height: 41px;
  }
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #000;
  background: none;
  z-index: 90;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 760px) {
  .sb-icon-search {
    font-size: 24px;
  }
}
.sb-icon-search:before {
  content: "🔍";
  font-family: SSSymboliconsBlock, "Helvetica Neue", Arial, Helvetica, sans-serif;
  top: 3px;
  position: relative;
}
/* Opened from @w760 */
@media (min-width: 760px) {
  #search-box {
    top: 61px;
    left: 170px;
    right: 400px;
    position: absolute;
  }
  .deVersion #search-box {
    right: 410px;
  }
  .sb-search {
    width: 100%;
    box-shadow: none;
  }
  .sb-search-input,
  .sb-search:hover .sb-search-input {
    opacity: 1;
  }
  .sb-icon-search,
  .sb-search .sb-icon-search {
    z-index: 11;
    background: none;
    color: #000;
  }
  .sb-search-submit,
  .sb-search .sb-search-submit {
    z-index: 90;
  }
  .ca-control {
    display: none;
  }
  .ca-box {
    top: 10px;
    left: 300px;
    right: 65px;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    overflow: visible !important;
  }
  .ca-box-in {
    padding: 0;
    background: transparent;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .ca-box-in .btn {
    top: 1px;
    right: 1px;
    padding: 38px 0 0 38px;
  }
  .ca-box-in .btn:hover,
  .ca-box-in .btn:focus,
  .ca-box-in .btn:active {
    color: #fff;
  }
  .ca-box-in .btn:before {
    right: 0;
    line-height: 38px;
  }
  .ie8  .inp-text {
    line-height: 38px;
  }
}
@media (min-width: 960px) {
  .deVersion #search-box {
    right: 470px;
  }
}
@media (min-width: 1240px) {
  #search-box {
    left: 50%;
    right: 50%;
    margin: 0 -150px 0 -380px;
  }
  .deVersion #search-box {
    right: 50%;
    margin-right: -130px;
  }
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 265px;
  box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.8);
}
.sb-search.sb-search-open h2 a,
.no-js .sb-search h2 a {
  display: none;
}
@media (min-width: 760px) {
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 330px;
    box-shadow: none;
  }
}
.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search-input,
.sb-search:hover .sb-search-input {
  opacity: 1;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #333;
  color: #fff;
  z-index: 11;
}
@media (min-width: 760px) {
  .sb-search.sb-search-open .sb-icon-search,
  .no-js .sb-search .sb-icon-search {
    background: none;
    color: #000;
  }
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#product-detail .inBox {
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 760px) {
  #product-detail .inBox {
    max-width: 960px;
    padding: 0;
  }
}
#product-detail .sale {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: #af9469;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 760px) {
  #product-detail .sale {
    font-size: 30px;
    margin-top: 15px;
  }
}
#product-detail h1 {
  margin-bottom: 0.2em;
}
#product-detail #annot {
  color: #000;
  margin-bottom: 0;
}
#product-detail .price {
  margin: 0.3em;
  font-size: 20px;
  color: #000;
  line-height: 1em;
}
#product-detail .price .col-h-l {
  float: left;
}
#product-detail .price .col-h-r {
  float: right;
}
@media (min-width: 760px) {
  #product-detail .price {
    font-size: 25px;
    width: 50%;
    margin: 30px auto 20px;
  }
}
@media (min-width: 960px) {
  #product-detail .price {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
#product-detail .btn {
  border: 2px solid #af9469;
  color: #af9469;
  font-size: 15px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#product-detail .btn:hover,
#product-detail .btn:focus,
#product-detail .btn:active {
  background: #af9469;
  color: #fff;
}
#product-detail .find-in-freeport {
  width: 220px;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#wrapper {
  margin: 1em auto;
  max-width: 50%;
}
#wrapper li {
  text-align: center;
}
@media (min-width: 960px) {
  #wrapper {
    max-width: 480px;
  }
}
#product-img {
  position: relative;
}
.product-head {
  position: relative;
}
#image-small li {
  margin: 0 1px 10px;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media (min-width: 480px) {
  #image-small li {
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
  }
}
@media (min-width: 760px) {
  #image-small {
    width: 120px;
    position: absolute;
    top: -5px;
    left: 10px;
  }
  #image-small li {
    margin: 0 0 10px;
    display: block;
  }
  #image-small li.thumb a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 760px) {
  #image-small.logo {
    top: 80px;
    left: 30px;
  }
}
@media (min-width: 1160px) {
  #image-small.logo {
    top: -26px;
    left: -140px;
  }
}
#image-pager {
  line-height: 1;
}
#image-pager a {
  position: absolute;
  top: 20%;
  left: 0;
  color: #999999;
  width: 50px;
  height: 50px;
  margin: 0;
  z-index: 20;
  text-decoration: none;
}
#image-pager a span {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
#image-pager a:before {
  position: absolute;
  left: 0;
  top: 0;
  margin: -1px 0 0 -1px;
  width: 30px;
  height: 24px;
  content: "\f430";
  font-family: genericons-regular, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 50px;
}
#image-pager a:hover {
  color: #000;
}
#image-pager a.next {
  left: auto;
  right: 0;
  margin: 0;
}
#image-pager a.next:before {
  content: "\f429";
  margin-left: 2px;
}
@media (min-width: 760px) {
  #image-pager a {
    background: #fff;
    margin: -25px 0 0 130px;
    top: 50%;
  }
  #image-pager a.next {
    margin: -25px 130px 0 0;
  }
}
@media (min-width: 1160px) {
  #image-pager a {
    margin: -25px 0 0 -70px;
  }
  #image-pager a.next {
    margin: -25px -70px 0 0;
  }
}
#full-bnr #image-pager a {
  top: auto;
  bottom: -19px;
}
@media (min-width: 760px) {
  #full-bnr #image-pager a {
    top: 50%;
    bottom: auto;
    margin: -25px 0 0 20px;
  }
  #full-bnr #image-pager a.next {
    margin: -25px 20px 0 0;
  }
}
@media (min-width: 1160px) {
  #full-bnr #image-pager a {
    margin: -25px 0 0 -70px;
  }
  #full-bnr #image-pager a.next {
    margin: -25px -70px 0 0;
  }
}
.product-list-detail li a.spc {
  border: none;
}
#sort .sort-brand,
#sort .sort-category-select {
  padding: 0 10px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sort .sort-price {
  letter-spacing: -0.34em;
  padding: 0 5px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sort .sort-price .first {
  padding: 0 10px 0 5px;
}
#sort .sort-price li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sort .sort-price li a {
  letter-spacing: normal;
  display: block;
  background: #fff;
  height: 45px;
  font-size: 13px;
  border: 1px solid #d8d8d8;
  line-height: 50px;
  text-transform: uppercase;
  color: #9b9b9b;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#sort .sort-price li a:hover,
#sort .sort-price li a.active {
  background: #000;
  color: #fff;
}
#sort select.inp-text {
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
}
@media (min-width: 600px) {
  #sort:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #sort .sort-brand,
  #sort .sort-category-select {
    float: left;
    width: 24.0033%;
    padding: 5px 5px 5px 0;
    max-width: 250px;
  }
  #sort .sort-price {
    float: right;
    width: 50.0066%;
    padding: 0;
    max-width: 395px;
  }
}
@media (min-width: 960px) {
  #sort {
    padding-top: 20px;
  }
  #sort .sort-price li a {
    font-size: 15px;
  }
}
.product-list {
  overflow: hidden;
  padding: 10px;
  margin: 0 -5px 1em;
}
.product-list > ul,
.product-list > .grid {
  width: 101%;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.product-list > ul > li,
.product-list > .grid > li,
.product-list > ul > .grid-item,
.product-list > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.product-list > ul > li,
.product-list > .grid > .grid-item {
  box-sizing: border-box;
}
.product-list > ul {
  margin: 0 -1% 0 0;
  text-align: left;
}
.product-list > .grid {
  margin: 0 -1% 0 0;
  text-align: left;
}
.product-list > ul > li {
  width: 49.5049505%;
}
.product-list select.inp-text {
  height: 45px;
}
.product-list ul {
  padding: 0;
  text-align: left;
  margin-top: -10px;
}
.product-list li {
  position: relative;
  margin: 0;
}
.product-list a.spc {
  display: block;
  margin: 0 -2px -1px;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 0;
}
@media (min-width: 760px) {
  .product-list a.spc:before {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    z-index: 4;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    width: 0%;
    transition: all 0.3s ease;
  }
  .product-list a.spc:hover:before {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
}
.product-list .title {
  position: relative;
  z-index: 2;
  margin: 0 0 5px;
}
@media (min-width: 480px) {
  .product-list .title {
    margin: 5px;
    max-height: 170px;
  }
}
.product-list .title .img {
  display: block;
  text-align: center;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  font-size: 12px;
}
.product-list .title .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-list .logo {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: 0 auto 0.3em;
  line-height: 65px;
  text-align: center;
}
.product-list .price {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.product-list .price del {
  padding-right: 20px;
}
.product-list .sale {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 1.5em;
  overflow: hidden;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.product-list .remove {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: block;
  width: 30px;
  margin: 0 0 0 34px;
  font: 150%/30px Arial, sans-serif;
  text-decoration: none;
  text-align: center;
}
.product-list .topaction .bg {
  height: 0;
  width: 100%;
  padding: 100% 0 0;
  position: relative;
  background: #e9e9e9;
  color: #000;
  overflow: hidden;
}
.product-list .topaction .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 37px 5px 0;
  max-height: 93px;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
.product-list .topaction .title {
  margin: 0;
  line-height: 1.1em;
  max-height: 2.2em;
  overflow: hidden;
  left: 5px;
  right: 5px;
  bottom: 93px;
  position: absolute;
  font-size: 17px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.product-list .topaction .date {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  text-align: center;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.product-list .topaction .desc {
  font-size: 12px;
  line-height: 1.3em;
  max-height: 5.2em;
  overflow: hidden;
  margin-bottom: 5px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.product-list .topaction .discount {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #af9468;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media (min-width: 600px) {
  .product-list > ul > li {
    width: 33.00330033%;
  }
  .product-list.crop-list ul {
    margin-bottom: -340px;
  }
}
@media (min-width: 760px) {
  .product-list > ul > li {
    width: 24.75247525%;
  }
  .product-list.crop-list ul {
    margin-bottom: 0;
  }
  .product-list .logo {
    width: 100px;
    height: 100px;
    line-height: 96px;
  }
  .product-list li {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .product-list {
    padding-top: 20px;
  }
  .product-list > ul > li {
    width: 19.8019802%;
  }
  .product-list.crop-list ul {
    margin-bottom: -340px;
  }
  .product-list.product-list-only-4 {
    margin-left: auto;
    padding-top: 50px;
    margin-right: auto;
    max-width: 996px;
    margin-bottom: 50px;
  }
  .product-list.product-list-only-4 > ul > li {
    width: 24.75247525%;
  }
  .product-list .topaction .bg {
    height: 0;
    width: 100%;
    padding: 100% 0 0;
    position: relative;
    background: #e9e9e9;
    color: #000;
    overflow: hidden;
  }
  .product-list .topaction .title {
    font-size: 19px;
  }
  .product-list .topaction.spc {
    padding: 10px;
  }
  .product-list .topaction .discount {
    font-size: 32px;
    line-height: 40px;
  }
  .product-list .topaction .desc {
    margin-bottom: 1.3em;
  }
}
@media (min-width: 1160px) {
  .product-list.less6 ul {
    text-align: center;
  }
  .product-list.top-action li {
    width: 16.50165017%;
  }
  .product-list .topaction .discount {
    font-size: 34px;
  }
}
.snippet-pager .more {
  border: 2px solid #af9469;
  color: #af9469;
  font-size: 15px;
}
.snippet-pager .more:hover {
  background: #af9469;
  color: #fff;
}
@media (min-width: 960px) {
  .snippet-pager .center {
    margin-bottom: 70px;
  }
}
@media screen {
  /*odsazení základ - mobil*/
  /* odsazení desktop */
  /* odsazení desktop */
  #pd-box-overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    padding: 0;
    overflow: hidden;
  }
  #pd-box-window {
    z-index: 102;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 400px;
  }
  #pd-box-window.nlBox {
    top: auto !important;
    bottom: 0;
    position: fixed;
    box-shadow: 0 0 6px rgba(4, 4, 4, 0.49);
  }
  #pd-box-window.loading #pd-content {
    background: #fff url('/img/bg/ajax-64.gif') 50% 50% no-repeat;
  }
  #pd-box-image {
    display: block;
    margin: 10px;
    overflow: hidden;
    text-align: center;
  }
  #pd-box-title {
    margin: 10px 50px 5px;
  }
  #pd-box-desc {
    margin: 10px 10px;
  }
  #pd-box-pager {
    margin: 10px 0;
    padding: 0 40px;
    position: relative;
  }
  #pd-box-pager span {
    display: inline-block;
  }
  #pd-box-pager .prev {
    position: absolute;
    left: 10px;
    top: 0;
  }
  #pd-box-pager .next {
    position: absolute;
    right: 10px;
    top: 0;
  }
  a#pd-box-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    z-index: 100;
    overflow: hidden;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 40px 40px 0 0;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a#pd-box-close span {
    display: none;
  }
  a#pd-box-close:hover {
    color: #fff;
    background: #af9469;
  }
  a#pd-box-close:before {
    content: 'x';
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 14px;
  }
  #pd-box-HideSelect {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    margin: 0;
  }
  #pd-content {
    position: relative;
    background: #fff;
    padding: 1px;
    min-height: 150px;
  }
  #pd-content #product-img .small-img {
    margin-left: -5px;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-image {
    margin: 18px;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-title {
    margin: 18px 58px 5px;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-desc {
    margin: 18px 18px;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-pager {
    padding: 0 100px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-pager .prev {
    left: 18px;
  }
}
@media screen and (min-width: 600px) {
  #pd-box-pager .next {
    right: 18px;
  }
}
@media screen and (min-width: 600px) {
  #pd-content {
    min-height: 285px;
  }
}
@media screen and (min-width: 600px) {
  #pd-content #product-img .small-img li {
    margin: 5px 0 0 5px;
    width: 90px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1 !important;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.news-crossroad li {
  padding: 10px 10px 10px 90px;
  border: 1px #bfbfbf solid;
  border-radius: 1px;
  margin: 0 0 10px;
}
.news-crossroad li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (min-width: 600px) {
  .news-crossroad li {
    padding: 20px 20px 20px 240px;
    margin: 0 0 20px;
  }
}
.news-crossroad .title {
  margin-top: 0;
  text-transform: none;
  line-height: 1.4em;
}
.news-crossroad .title a {
  text-decoration: none;
}
.news-crossroad .img {
  float: left;
  margin: 5px 0 0 -80px;
  width: 70px;
  text-align: center;
}
@media (min-width: 600px) {
  .news-crossroad .img {
    margin-left: -220px;
    width: 200px;
  }
}
.news-crossroad .desc {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .news-crossroad .desc {
    margin: 0 0 1.3em 0;
  }
}
.news-crossroad .date {
  display: block;
}
.news-crossroad .price {
  margin: 0;
  font-size: 17px;
}
.news-crossroad .price .unit {
  font-size: 9px;
  top: -5px;
  position: relative;
}
.news-crossroad .sale {
  color: #d81655;
  font-weight: bold;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.news-crossroad .more {
  margin-bottom: 10px;
}
.shop-annot {
  font-size: 15px;
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}
@media (min-width: 760px) {
  .shop-annot {
    font-size: 18px;
  }
}
#shop-detail:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#shop-detail #content,
#shop-detail .wysiwyg {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#shop-detail .height-expand.initialized.collapsed .height-expand-inner {
  max-height: 18.8em;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  #shop-detail .height-expand.initialized.collapsed .height-expand-inner {
    max-height: 19.1em;
  }
}
#shop-detail .height-expand.initialized.collapsed .expand-height-control .collapse {
  display: none;
}
#shop-detail .height-expand.initialized.expanded .expand-height-control .expand {
  display: none;
}
#shop-detail .col-h-r {
  padding-top: 15px;
}
#shop-detail .col-h-r table {
  border-bottom: 1px solid #e3e3e3;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 600px) {
  #shop-detail h2 {
    font-size: 18px;
  }
  #shop-detail #content h2,
  #shop-detail .wysiwyg h2 {
    font-size: 16px;
    color: #000;
  }
}
@media (min-width: 760px) {
  #shop-detail {
    padding-bottom: 50px;
  }
  #shop-detail .col-h-r {
    padding-top: 0;
  }
  #shop-detail .col-h-l,
  #shop-detail .col-h-r {
    width: 47%;
  }
}
@media (min-width: 960px) {
  #shop-detail .product-list {
    overflow: hidden;
  }
  #shop-detail .product-list > ul,
  #shop-detail .product-list > .grid {
    width: 101%;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  #shop-detail .product-list > ul > li,
  #shop-detail .product-list > .grid > li,
  #shop-detail .product-list > ul > .grid-item,
  #shop-detail .product-list > .grid > .grid-item {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  #shop-detail .product-list > ul > li,
  #shop-detail .product-list > .grid > .grid-item {
    box-sizing: border-box;
  }
  #shop-detail .product-list > ul {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  #shop-detail .product-list > .grid {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  #shop-detail .product-list > ul > li {
    width: 24.75247525%;
  }
}
.logo-list {
  text-align: center;
}
.logo-list span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 0 4px 0;
  padding: 13px;
}
@media (min-width: 760px) {
  .logo-list {
    margin-bottom: 120px;
    padding-top: 60px;
  }
  .logo-list.right-logo-list {
    padding-top: 0;
  }
  .logo-list span {
    width: 140px;
    height: 140px;
    line-height: 139px;
  }
}
@media (min-width: 960px) {
  .logo-list span {
    padding: 23px;
  }
}
.team-crossroad {
  letter-spacing: -0.34em;
  text-align: left;
  margin-bottom: 2em;
}
.team-crossroad li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.team-crossroad .spc {
  position: relative;
  letter-spacing: normal;
  margin: 10px;
}
.team-crossroad .spc:before {
  display: block;
  margin: 0 auto;
  height: 210px;
  width: 100%;
  content: "";
}
.team-crossroad .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
.team-crossroad .img img {
  max-width: none;
}
.team-crossroad .name {
  display: inline-block;
  padding-top: 0.5em;
}
@media (min-width: 480px) {
  .team-crossroad li {
    width: 33.333%;
  }
}
@media (min-width: 600px) {
  .team-crossroad li {
    width: 25%;
  }
}
@media (min-width: 960px) {
  .team-crossroad li {
    width: 20%;
  }
}
.brochure {
  padding-bottom: 30px;
}
.brochure .change-language {
  padding-bottom: 20px;
}
.brochure .brochure-wrapper {
  position: relative;
  padding-bottom: 70.66666667%;
  height: 0;
}
.brochure .brochure-wrapper .issuuembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 760px) {
  .brochure .inp-text {
    width: 25%;
  }
}
@media (min-width: 960px) {
  .brochure {
    padding-bottom: 50px;
  }
}
#newsletter-over {
  z-index: 5;
  position: fixed;
  background: #f6f6f6;
  bottom: 0;
  left: 10px;
  right: 10px;
  border: 8px solid #5e5e5e;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
#newsletter-over .spc {
  padding: 10px;
}
#newsletter-over h2 {
  margin-top: 0;
  padding: 0 30px;
}
#newsletter-over form {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#newsletter-over form p {
  position: relative;
}
#newsletter-over form .inp-fix {
  margin: 1em 0;
}
#newsletter-over form .btn {
  padding: 0 15px;
}
#newsletter-over form .btn span {
  white-space: nowrap;
}
#newsletter-over .nwl-close {
  display: block;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #6c6161;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #6c6161;
  font-size: 20px;
  font-weight: 300;
}
#newsletter-over .nwl-close:hover {
  color: #000;
}
@media (min-width: 480px) {
  #newsletter-over form p {
    padding-right: 162px;
  }
  #newsletter-over form p .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
  }
}
@media (min-width: 600px) {
  #newsletter-over {
    background: url("../img/bg/pattern.png");
    max-width: 590px;
    margin: 0 0 0 -295px;
    left: 50%;
    right: auto;
  }
  #newsletter-over .spc {
    padding: 40px 32px;
    background: url("../img/illust/newsletter-box.png") no-repeat left bottom;
  }
  #newsletter-over h2 {
    padding: 0;
  }
  #newsletter-over form {
    margin-bottom: 0;
  }
  #newsletter-over .nwl-head {
    padding-left: 138px;
    text-align: left;
  }
  #newsletter-over .nwl-close {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 40px;
    top: 10px;
    right: 10px;
  }
}
.about-page {
  color: #333;
}
.about-page .annot {
  max-width: 660px;
}
@media (min-width: 760px) {
  .about-page .annot {
    font-size: 18px;
    margin: 2em auto 3em;
  }
}
.about-page .more {
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.about-page .main-img {
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
}
.about-page .main-img img {
  width: 100%;
}
@media (min-width: 760px) {
  .about-page .main-img {
    margin-bottom: 3em;
  }
}
.about-page .main-img .note {
  background: #f5f5f5;
  text-align: left;
  padding: 10px;
}
.about-page .main-img .note h2,
.about-page .main-img .note .text {
  font-family: "museo_sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.about-page .main-img .note h2 {
  margin-top: 0;
}
@media (min-width: 600px) {
  .about-page .main-img {
    position: relative;
  }
  .about-page .main-img .note {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 60px;
    right: 20px;
    bottom: 0;
    padding: 0;
    background: none;
    max-width: 260px;
  }
  .about-page .main-img .note h2 {
    margin-bottom: 3px;
  }
}
@media (min-width: 760px) {
  .about-page .main-img .note {
    left: 90px;
  }
  .about-page .main-img .note .text {
    font-size: 19px;
  }
  .about-page .main-img .note h2 {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .about-page .main-img .note {
    left: 143px;
  }
  .about-page .main-img .note .text {
    font-size: 24px;
    line-height: 1.3em;
  }
  .about-page .main-img .note h2 {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .about-page .main-img .note {
    left: 50%;
    margin-left: -460px;
  }
  .about-page .main-img .note .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1400px) {
  .about-page .main-img .note {
    top: 60px;
  }
}
.about-page a.main-img:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.about-page a.main-img:hover:before {
  opacity: 1;
}
.about-page .content-inpage {
  padding: 0 10px;
}
@media (min-width: 760px) {
  .about-page .content-inpage {
    padding: 0 20px;
  }
}
.about-page .more {
  font-size: 135.7%;
  position: relative;
  text-decoration: underline;
  color: #af9469;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-page .more:after {
  content: '\f429';
  font: normal normal 25px/25px genericons-regular, "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -11px;
  height: 25px;
  overflow: hidden;
}
.about-page .main-img:hover .more,
.about-page .more:hover {
  color: #666;
}
.general-page {
  color: #333;
  text-align: left;
  max-width: 1240px;
  margin: 0 auto;
}
.general-page .content-inpage {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}
.general-page .article-page h1,
.general-page .article-page #breadcrumb {
  text-align: left;
  margin-left: 0;
}
.general-page h1 {
  text-align: center;
}
.general-page h2,
.general-page h3 {
  font-weight: 500;
}
.general-page h3 {
  font-size: 15px;
}
.general-page a {
  color: #af9469;
}
.general-page a:hover {
  color: #666;
}
.general-page .annot {
  padding: 0 10px;
}
@media (min-width: 760px) {
  .general-page .annot {
    margin: 2em auto 3em;
  }
}
@media (min-width: 760px) {
  .general-page p {
    font-size: 15px;
    margin: 0 auto 3em;
  }
}
@media (min-width: 760px) {
  .general-page ol,
  .general-page ul {
    font-size: 15px;
  }
}
.general-page .btn:hover {
  color: #fff;
}
.general-page .main-img {
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
}
.general-page .main-img img {
  width: 100%;
}
@media (min-width: 760px) {
  .general-page .main-img {
    margin-bottom: 2em;
  }
}
.general-page .main-img .note {
  background: #f5f5f5;
  text-align: left;
  padding: 10px;
}
.general-page .main-img .note h2 {
  margin-top: 0;
}
@media (min-width: 600px) {
  .general-page .main-img {
    position: relative;
  }
  .general-page .main-img .note {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 60px;
    right: 20px;
    bottom: 0;
    padding: 0;
    background: none;
    max-width: 260px;
  }
  .general-page .main-img .note h2 {
    margin-bottom: 3px;
  }
}
@media (min-width: 760px) {
  .general-page .main-img .note {
    left: 90px;
  }
  .general-page .main-img .note .text {
    font-size: 19px;
  }
  .general-page .main-img .note h2 {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .general-page .main-img .note {
    left: 143px;
  }
  .general-page .main-img .note .text {
    font-size: 24px;
    line-height: 1.3em;
  }
  .general-page .main-img .note h2 {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .general-page .main-img .note {
    left: 50%;
    margin-left: -460px;
  }
  .general-page .main-img .note .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1400px) {
  .general-page .main-img .note {
    top: 60px;
  }
}
@media (min-width: 760px) {
  .general-page .content-inpage h1:first-child {
    margin-top: 20px;
  }
  .general-page .article-img {
    width: 40%;
  }
  .general-page .article-page {
    width: 57%;
  }
}
@media (min-width: 960px) {
  .general-page {
    margin-bottom: 125px;
  }
  .general-page p {
    margin-bottom: 50px;
  }
  .general-page h2 {
    font-size: 26px;
  }
  .general-page h3 {
    font-size: 18px;
  }
}
/************************************************************************************
   MAIN
*************************************************************************************/
.row {
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row [class^="col"],
.row [class*=" col"] {
  display: inline;
  float: left;
  left: 100%;
  position: relative;
  padding: 0;
}
/************************************************************************************
   HALF, THIRD, QUARTER
*************************************************************************************/
.col-h-1 {
  margin: 0 0 0 -100%;
}
.col-h-2 {
  margin: 0 0 0 -48.5%;
}
.col-t-1 {
  margin: 0 0 0 -100%;
}
.col-t-2 {
  margin: 0 0 0 -65.666%;
}
.col-t-3 {
  margin: 0 0 0 -31.333%;
}
.col-q-1 {
  margin: 0 0 0 -100%;
}
.col-q-2 {
  margin: 0 0 0 -74.25%;
}
.col-q-3 {
  margin: 0 0 0 -48.5%;
}
.col-q-4 {
  margin: 0 0 0 -22.75%;
}
.col-f-1 {
  margin: 0 0 0 -100%;
}
.col-f-2 {
  margin: 0 0 0 -79.4%;
}
.col-f-3 {
  margin: 0 0 0 -58.8%;
}
.col-f-4 {
  margin: 0 0 0 -38.2%;
}
.col-f-5 {
  margin: 0 0 0 -17.6%;
}
.grid-h {
  width: 48.5%;
}
.grid-q {
  width: 22.75%;
}
.grid-3q {
  width: 74.25%;
}
.grid-t {
  width: 31.333%;
}
.grid-2t {
  width: 65.666%;
}
.grid-f {
  width: 17.6%;
}
.rs-row {
  text-align: left;
}
.rs-row .img {
  display: none;
}
@media (min-width: 600px) {
  .rs-row .img {
    display: block;
    margin-bottom: 0;
    padding-top: 2em;
  }
  .rs-row .img img {
    max-width: 200px;
  }
  .rs-row .content {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rs-row .col-h-2 .img {
    text-align: right;
  }
}
@media (min-width: 760px) {
  .rs-row {
    max-width: 960px;
    margin: 0 auto;
  }
  .rs-row .img {
    padding-left: 0;
  }
  .rs-row .img img {
    max-width: 100%;
  }
  .rs-row .content {
    padding: 6em 20px 2em;
  }
}
@media (min-width: 1240px) {
  .rs-row.spc .img {
    width: 576px;
    margin-left: -117px;
  }
}
@media (max-width: 599px) {
  .rs-row .grid-h {
    width: auto;
  }
  .rs-row .col-h-1,
  .rs-row .col-h-2 {
    margin: 0;
    display: block;
    float: none;
    left: auto;
    padding: 0 10px;
  }
}
.photo-colage {
  overflow: hidden;
  margin: 0 0 1.3em 0;
}
@media (min-width: 760px) {
  .photo-colage {
    margin-bottom: 2em;
  }
}
.photo-colage ul {
  letter-spacing: -1px;
  font-size: 0;
  margin: -2px 0 0 -2px;
}
.photo-colage li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 13px;
  margin: 2px 0 0 2px;
}
.photo-colage li a {
  display: block;
  position: relative;
}
.photo-colage li a:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.photo-colage li a:hover:before {
  opacity: 1;
}
.photo-colage li.item1 {
  width: 43.79375%;
}
.photo-colage li.item2 {
  width: 32.4625%;
}
.photo-colage li.item3 {
  width: 21.33541667%;
}
.photo-colage li.item4 {
  width: 53.2875%;
}
.photo-colage li.item5 {
  width: 44.50833333%;
}
@media (min-width: 480px) {
  .photo-colage li.item1 {
    width: 44.240625%;
  }
  .photo-colage li.item2 {
    width: 32.79375%;
  }
  .photo-colage li.item3 {
    width: 21.553125%;
  }
  .photo-colage li.item4 {
    width: 53.83125%;
  }
  .photo-colage li.item5 {
    width: 44.9625%;
  }
}
@media (min-width: 1000px) {
  .photo-colage li.item1 {
    width: 429px;
  }
  .photo-colage li.item2 {
    width: 318px;
  }
  .photo-colage li.item3 {
    width: 209px;
  }
  .photo-colage li.item4 {
    width: 522px;
  }
  .photo-colage li.item5 {
    width: 436px;
  }
}
.pages-crossroad-ico {
  margin: 0 10px 1.3em;
}
.pages-crossroad-ico .title {
  margin: 0 0 5px;
  font-size: 15px;
}
.pages-crossroad-ico li {
  margin: 10px 0 0;
}
.pages-crossroad-ico li .spc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 65px;
  position: relative;
  border: 1px solid #e5e5e5;
  display: block;
  text-decoration: none;
  color: #333;
  min-height: 63px;
}
.pages-crossroad-ico li .spc:before {
  position: absolute;
  font: normal 18px/40px SSSymboliconsBlock, "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #af9469;
  color: #fff;
  top: 10px;
  left: 10px;
}
.pages-crossroad-ico li.item1 .spc:before {
  content: "\2709";
}
.pages-crossroad-ico li.item2 .spc:before {
  content: "\1F381";
}
.pages-crossroad-ico li.item3 .spc:before {
  content: "\1F4BC";
}
.pages-crossroad-ico li.item4 .spc:before {
  content: "\1F3AF";
}
.pages-crossroad-ico li.item5 .spc:before {
  content: "\2607";
}
.pages-crossroad-ico li.item6 .spc:before {
  content: "\1F465";
}
.pages-crossroad-ico li.item7 .spc:before {
  content: "\1F4D6";
}
.pages-crossroad-ico li.item8 .spc:before {
  content: "\1F4D6";
}
.pages-crossroad-ico .spc:hover {
  background: #e8e8e8;
  border-color: #c4c4c4;
}
.pages-crossroad-ico .spc:hover:before {
  background: #666;
}
.pages-crossroad-ico .name {
  display: block;
}
.pages-crossroad-ico .desc {
  margin: 0;
}
@media (min-width: 480px) {
  .pages-crossroad-ico li .spc {
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    padding: 15px 15px 15px 145px;
    min-height: 108px;
  }
  .pages-crossroad-ico li .spc:before {
    font: normal 33px/70px SSSymboliconsBlock, "Helvetica Neue", Arial, Helvetica, sans-serif;
    width: 70px;
    height: 70px;
    top: 17px;
    left: 32px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .pages-crossroad-ico li.item4 .spc:before {
    content: "\1F3AF";
    font-size: 39px;
    padding: 5px 0 0 5px;
  }
  .pages-crossroad-ico li.item5 .spc:before {
    content: "\2607";
    font-size: 36px;
    padding: 3px 0 0 3px;
  }
  .pages-crossroad-ico li.item6 .spc:before {
    content: "\1F465";
    font-size: 31px;
  }
}
@media (min-width: 760px) {
  .pages-crossroad-ico {
    margin-bottom: 3em;
    overflow: hidden;
  }
  .pages-crossroad-ico > ul,
  .pages-crossroad-ico > .grid {
    width: 101%;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .pages-crossroad-ico > ul > li,
  .pages-crossroad-ico > .grid > li,
  .pages-crossroad-ico > ul > .grid-item,
  .pages-crossroad-ico > .grid > .grid-item {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pages-crossroad-ico > ul > li,
  .pages-crossroad-ico > .grid > .grid-item {
    box-sizing: border-box;
  }
  .pages-crossroad-ico > ul {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  .pages-crossroad-ico > .grid {
    margin: 0 -1% 0 0;
    text-align: left;
  }
  .pages-crossroad-ico > ul > li {
    width: 49.5049505%;
  }
  .pages-crossroad-ico li {
    margin: 20px 0 0;
  }
  .pages-crossroad-ico li a {
    margin: 0 10px;
  }
}
@media (min-width: 960px) {
  .pages-crossroad-ico {
    margin: 0 -10px 3em;
  }
}
.lang-page {
  color: #333;
}
.lang-page .main-img {
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
  margin-bottom: 0;
}
.lang-page .main-img img {
  width: 100%;
}
.lang-page .main-img.with-round {
  overflow: hidden;
}
.lang-page .main-img.with-round .step1 {
  display: none;
}
.lang-page .main-img.with-round#sec-about img {
  display: none;
}
.lang-page .main-img.with-round .about {
  border: 2px solid #000000;
  padding: 20px;
  text-align: center;
  margin: 10px;
}
@media (min-width: 760px) {
  .lang-page .main-img.with-round .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 232, 232, 0.3);
  }
  .lang-page .main-img.with-round .step1 {
    display: block;
  }
  .lang-page .main-img.with-round .round-text {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    left: 50%;
    width: 190px;
    height: 190px;
    line-height: 170px;
    background: #000;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: #fff;
    border-radius: 100%;
    margin: -95px 0 0 -95px;
  }
  .lang-page .main-img.with-round .round-text:hover {
    background: #333;
  }
  .lang-page .main-img.with-round .round-text:before {
    content: "";
    background: url("/img/ico/en-ard.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -14px;
  }
  .lang-page .main-img.with-round .inner {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
  }
  .lang-page .main-img.with-round .step {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .lang-page .main-img.with-round .about {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 620px;
    height: 190px;
    top: 50%;
    margin: -95px 0 0 -310px;
    left: 50%;
    line-height: 110px;
    padding: 40px;
    color: #333;
  }
  .lang-page .main-img.with-round .about .inner {
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
  }
  .lang-page .main-img.with-round#sec-about img {
    display: block;
  }
}
.lang-page .main-img .note {
  background: #f5f5f5;
  text-align: left;
  padding: 10px;
}
.lang-page .main-img .note h2 {
  margin-top: 0;
}
@media (min-width: 600px) {
  .lang-page .main-img {
    position: relative;
  }
  .lang-page .main-img .note {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 60px;
    right: 20px;
    bottom: 0;
    padding: 0;
    background: none;
    max-width: 350px;
  }
  .lang-page .main-img .note h2 {
    margin-bottom: 3px;
  }
}
@media (min-width: 760px) {
  .lang-page .main-img .note {
    left: 90px;
  }
  .lang-page .main-img .note .text {
    font-size: 19px;
  }
  .lang-page .main-img .note h2 {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .lang-page .main-img .note {
    left: 143px;
  }
  .lang-page .main-img .note .text {
    font-size: 24px;
    line-height: 1.3em;
  }
  .lang-page .main-img .note h2 {
    font-size: 24px;
  }
  .ruVersion .lang-page .main-img .note .text {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .lang-page .main-img .note {
    left: 50%;
    margin-left: -460px;
  }
  .lang-page .main-img .note .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1400px) {
  .lang-page .main-img .note {
    top: 60px;
  }
}
.lang-page #sec-services {
  padding-top: 1px;
}
.lang-page .content-narrow {
  padding: 0 10px;
  max-width: 660px;
  margin: 2em auto;
}
@media (min-width: 760px) {
  .lang-page .content-narrow {
    padding: 0 20px;
    margin: 5em auto;
  }
}
.lang-page .more {
  position: relative;
  text-decoration: underline;
  color: #af9469;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.lang-page .more:after {
  content: '\f429';
  font: normal normal 25px/25px genericons-regular, "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -11px;
  height: 25px;
  overflow: hidden;
}
.lang-page .main-img:hover .more,
.lang-page .more:hover {
  color: #666;
}
.lang-page .brands {
  margin: 2em auto;
  max-width: 800px;
  padding-top: 1px;
}
.lang-page .brands h2 {
  text-align: center;
  margin-bottom: 1em;
}
.lang-page .brands > ul {
  text-align: center;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  /* zabrání zalomení sloupce uvnitř li */
  margin-bottom: 1em;
}
.lang-page .brands > ul > li {
  margin-bottom: 30px;
}
.lang-page .brands > ul li {
  -webkit-column-break-inside: avoid;
  /* spec + prefixes */
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  /* spec, IE 11 */
  page-break-inside: avoid;
  /* FF */
}
.ie8 .lang-page .brands > ul,
.ie9 .lang-page .brands > ul {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.ie8 .lang-page .brands > ul li,
.ie9 .lang-page .brands > ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 .lang-page .brands > ul:after,
.ie9 .lang-page .brands > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.lang-page .brands > ul .title {
  margin: 0 0 3px;
  font-size: 24px;
  color: #e90374;
  font-weight: bold;
}
@media (min-width: 760px) {
  .lang-page .brands {
    margin: 5em auto;
  }
  .lang-page .brands > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.lang-page .map iframe,
.lang-page .map object,
.lang-page .map embed {
  max-height: 300px;
}
@media (min-width: 1240px) {
  .lang-page .map iframe,
  .lang-page .map object,
  .lang-page .map embed {
    max-height: 100%;
  }
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 2px;
  border: 1px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.action-list {
  /* Elements */
}
.action-list__title {
  color: #c60086;
}
.action-list__title.action-list__title {
  font-weight: bold;
}
.action-list__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.action-list__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.action-list__item:before {
  display: none;
}
.action-list__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100% - 4 * 15px);
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-bottom-color: #c60086;
  text-decoration: none;
}
.action-list__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  opacity: 0;
  content: "";
  transition: opacity 300ms ease;
}
.action-list__link:hover:before,
.action-list__link:focus:before {
  opacity: 1;
}
.action-list__heading {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  line-height: 95px;
}
.action-list__heading img {
  font-size: 100%;
  line-height: 1;
}
.action-list__heading--two-imgs {
  line-height: 1;
  height: auto;
}
.action-list__desc {
  flex: 1;
  color: #333;
}
.action-list__desc.action-list__desc {
  margin: 0;
}
@media (min-width: 760px) {
  .action-list__item {
    width: 50%;
  }
  .action-list__link {
    margin: 15px;
  }
}
.jobs-list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}
.jobs-list > ul,
.jobs-list > .grid {
  width: 101%;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.jobs-list > ul > li,
.jobs-list > .grid > li,
.jobs-list > ul > .grid-item,
.jobs-list > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.jobs-list > ul > li,
.jobs-list > .grid > .grid-item {
  box-sizing: border-box;
}
.jobs-list > ul > li,
.jobs-list > .grid > .grid-item {
  padding-left: 5px;
  padding-right: 5px;
}
.jobs-list > ul {
  margin: 0 -1% 0 0;
  text-align: left;
}
.jobs-list > .grid {
  margin: 0 -1% 0 0;
  text-align: left;
}
.jobs-list > ul > li {
  width: 49.5049505%;
}
.jobs-list ul {
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jobs-list li {
  margin-top: 10px;
}
.jobs-list .spc {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 30px;
}
.jobs-list .title {
  font-size: 12px;
  margin: 0;
  text-transform: none;
  line-height: 1.3;
  height: 6.5em;
  font-weight: normal;
  overflow: hidden;
}
.jobs-list .title a {
  color: #000;
}
.jobs-list .title a:hover,
.jobs-list .title a:focus,
.jobs-list .title a:active {
  color: #af9469;
}
.jobs-list .shop-logo {
  margin: 0 auto 40px;
  width: 70px;
}
.jobs-list .img {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.jobs-list img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.jobs-list .shop-name {
  font-size: 12px;
  line-height: 1.3;
  height: 3.9em;
  margin-bottom: 4px;
  overflow: hidden;
}
.jobs-list .shop-name a {
  color: #999;
}
.jobs-list .shop-name a:hover,
.jobs-list .shop-name a:focus,
.jobs-list .shop-name a:active {
  color: #af9469;
}
.jobs-list .date {
  height: 1.3em;
  line-height: 1.3;
  color: #999;
  font-size: 12px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .jobs-list > ul > li {
    width: 33.00330033%;
  }
}
@media (min-width: 760px) {
  .jobs-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .jobs-list > ul > li,
  .jobs-list > .grid > .grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .jobs-list ul {
    margin-top: -15px;
  }
  .jobs-list li {
    margin-top: 15px;
  }
  .jobs-list .title {
    font-size: 18px;
  }
  .jobs-list .shop-name {
    font-size: 14px;
    height: 2.6em;
  }
  .jobs-list .date {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .jobs-list > ul > li {
    width: 24.75247525%;
  }
}
@media (min-width: 1240px) {
  .jobs-list .title {
    font-size: 20px;
    height: 5.2em;
  }
}
.popup-info {
  z-index: 5;
  position: fixed;
  background: #f6f6f6;
  top: 40%;
  left: 10px;
  right: 10px;
  border: 8px solid #5e5e5e;
}
.popup-info__spc {
  padding: 10px;
}
.popup-info__heading {
  margin-top: 0;
  padding: 0 30px;
}
.popup-info__close {
  display: block;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #6c6161;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #6c6161;
  font-size: 20px;
  font-weight: 300;
}
.popup-info__close:hover {
  color: #000;
}
@media (min-width: 600px) {
  .popup-info {
    max-width: 590px;
    margin: 0 0 0 -295px;
    left: 50%;
    right: auto;
  }
  .popup-info__spc {
    padding: 40px;
  }
  .popup-info__close {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 40px;
    top: 10px;
    right: 10px;
  }
}
.arr-bottom {
  position: relative;
  padding-right: 20px;
}
.arr-bottom:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "m";
  font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.arr-top {
  position: relative;
  padding-right: 20px;
}
.arr-top:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "o";
  font-family: freeport, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.js-collapsable .js-ca-box {
  display: none;
}
.js-collapsable .js-ca-text-less {
  display: none;
}
.js-collapsable.opened .js-ca-text-more {
  display: none;
}
.js-collapsable.opened .js-ca-text-less {
  display: inline;
}
.js-collapsable.opened .js-ca-box {
  display: block;
}

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