@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.layout {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 4, 0.9);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 4, 0.9);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 4, 0.9);
  -webkit-transition: right 0.3s ease,left 0.3s ease;
  -moz-transition: right 0.3s ease,left 0.3s ease;
  -o-transition: right 0.3s ease,left 0.3s ease;
  transition: right 0.3s ease,left 0.3s ease;
  min-height: 100%;
  height: auto;
  z-index: 2;
}
.side {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: transparent;
}
.side__left {
  position: absolute;
  top: 0;
  left: -70%;
  bottom: 0;
  width: 70%;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
.open-left {
  overflow: hidden;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.open-left .body {
  overflow: hidden;
}
.open-left .layout {
  left: 70%;
  overflow: hidden;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.open-left .side__left {
  left: 0px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.side__right {
  position: absolute;
  top: 0;
  right: -70%;
  bottom: 0;
  width: 70%;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width:520px), only screen and (min-width:521px) and (max-width:800px) {
  .open-right {
    overflow: hidden;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .open-right .body {
    overflow: hidden;
  }
  .open-right .layout {
    right: 70%;
    left: -70%;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .open-right .side__right {
    right: 0px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
}
.open-top {
  top: 80px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-outside {
  height: 80px;
  width: 100%;
  position: absolute;
  top: -80px;
  background: #ffffff;
}
body.open-bottom {
  bottom: 90%;
  position: absolute;
  padding-bottom: 90%;
}
.open-bottom .layout {
  padding-bottom: 90%;
}
.open-bottom .footer {
  bottom: 0px;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
  margin-top: 0px;
}
.open-bottom .footer .footer-outside {
  top: 0;
  display: block;
  bottom: 0;
}
.footer-outside {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: -2000px;
  background: #ffffff;
  display: block;
}
.open-left .side,
.open-right .side {
  overflow: hidden;
}
.footer--side {
  bottom: 0px;
  top: 100%;
  margin-top: -40px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/* fonts */
body {
  font: 14px/1.44 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
textarea:focus,
input:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  border: none;
}
fieldset {
  border: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.front {
  z-index: 10000000;
}
.c-float {
  *zoom: 1;
}
.c-float:before,
.c-float:after {
  content: "";
  display: table;
}
.c-float:after {
  clear: both;
}
.centro {
  width: 1px;
  height: 1px;
  overflow: visible;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.centro:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: #FFF;
}
.centro:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: #FFF;
}
.centro-fix {
  position: fixed;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  overflow: visible;
  display: block;
  z-index: 10;
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}
.centro-fix:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: #FFF;
}
.centro-fix:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: #FFF;
}
.centro60 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.fullframe {
  border: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  overflow: scroll;
}
.scale {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.centro.scale1 {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.j-text {
  text-align: justify;
}
.bold {
  font-weight: 800 !important;
}
.left-text {
  text-align: left;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.smallcaps {
  font-variant: small-caps;
}
.italic {
  font-style: italic;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.i-block {
  display: inline-block !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.un {
  text-decoration: underline !important;
}
.fixed {
  position: fixed;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.fit.fit--mask {
  z-index: 1000;
}
.full-fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.body--disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg {
  max-width: 100%;
}
.pad-t-10 {
  padding-top: 10px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-40 {
  padding-top: 40px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-t-60 {
  padding-top: 60px;
}
.pad-t-70 {
  padding-top: 70px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-40 {
  padding-bottom: 40px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-b-60 {
  padding-bottom: 60px;
}
.pad-b-70 {
  padding-bottom: 70px;
}
.pad-v-10 {
  padding: 10px 0;
}
.pad-v-20 {
  padding: 20px 0;
}
.pad-v-40 {
  padding: 40px 0;
}
.pad-v-50 {
  padding: 50px 0;
}
.pad-v-60 {
  padding: 60px 0;
}
.pad-v-70 {
  padding: 70px 0;
}
.pad-h-10 {
  padding: 0 10px;
}
.pad-h-20 {
  padding: 0 20px;
}
.pad-h-40 {
  padding: 0 40px;
}
.pad-h-50 {
  padding: 0 50px;
}
.pad-h-60 {
  padding: 0 60px;
}
.pad-h-70 {
  padding: 0 70px;
}
.pointer {
  cursor: pointer;
}
.screen {
  display: block;
  z-index: 2;
  position: absolute;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screen--phone {
  width: 326px;
  height: 576px;
  margin-left: -163px;
  margin-top: -288px;
}
.screen--phone-l {
  height: 326px;
  width: 576px;
  margin-left: -288px;
  margin-top: -163px;
}
.screen--phone-p {
  height: 576px;
  width: 326px;
  margin-left: -163px;
  margin-top: -288px;
}
.screen--tablet-p {
  width: 768px;
  height: 1024px;
  margin-left: -384px;
  margin-top: -512px;
}
.screen--tablet-l {
  height: 768px;
  width: 1024px;
  margin-top: -384px;
  margin-left: -512px;
}
.screen--desktop-l {
  width: 1920px;
  height: 1200px;
  margin-left: -960px;
  margin-top: -600px;
}
.case {
  position: absolute;
  display: block;
  z-index: 1;
  background-color: #313638;
  -webkit-box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case .btn-case {
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
}
.case .btn-case:after {
  position: absolute;
  display: block;
  content: '';
  border: 2px solid #313638;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.case .btn-camera {
  position: absolute;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.case .micro {
  display: none;
}
.case--desktop-l {
  width: 2020px;
  height: 1300px;
  border: 2px solid #000;
  margin-left: -1010px;
  margin-top: -650px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.case--desktop-l .btn-case,
.case--desktop-l .btn-camera,
.case--desktop-l .micro {
  display: none;
}
.case--phone {
  border: 2px solid #000;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.case--phone .btn-case {
  width: 46px;
  height: 46px;
}
.case--phone .btn-case:after {
  width: 20px;
  height: 20px;
}
.case--phone .btn-camera {
  width: 16px;
  height: 16px;
}
.case--phone .micro {
  display: block;
  position: absolute;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.case--phone-p {
  width: 356px;
  height: 738px;
  margin-left: -178px;
  margin-top: -369px;
}
.case--phone-p .btn-case {
  bottom: 16px;
  left: 50%;
  margin-left: -23px;
}
.case--phone-p .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.case--phone-p .btn-camera {
  top: 20px;
  left: 50%;
  margin-left: -8px;
}
.case--phone-p .micro {
  width: 72px;
  height: 12px;
  top: 46px;
  left: 50%;
  margin-left: -36px;
}
.case--phone-l {
  height: 356px;
  width: 738px;
  margin-top: -178px;
  margin-left: -369px;
}
.case--phone-l .btn-case {
  left: 16px;
  top: 50%;
  margin-top: -23px;
}
.case--phone-l .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.case--phone-l .btn-camera {
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.case--phone-l .micro {
  height: 72px;
  width: 12px;
  right: 46px;
  top: 50%;
  margin-top: -36px;
}
.case--tablet {
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.case--tablet .btn-case {
  width: 66px;
  height: 66px;
}
.case--tablet .btn-case:after {
  width: 24px;
  height: 24px;
}
.case--tablet .btn-camera {
  width: 24px;
  height: 24px;
}
.case--tablet-p {
  width: 932px;
  height: 1260px;
  margin-left: -466px;
  margin-top: -630px;
}
.case--tablet-p .btn-case {
  bottom: 24px;
  left: 50%;
  margin-left: -33px;
}
.case--tablet-p .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.case--tablet-p .btn-camera {
  top: 40px;
  left: 50%;
  margin-left: -12px;
}
.case--tablet-l {
  height: 932px;
  width: 1260px;
  margin-left: -630px;
  margin-top: -466px;
}
.case--tablet-l .btn-case {
  left: 24px;
  top: 50%;
  margin-top: -33px;
}
.case--tablet-l .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.case--tablet-l .btn-camera {
  right: 40px;
  top: 50%;
  margin-top: -12px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mv5 {
  margin: 5px 0;
}
.mv10 {
  margin: 10px 0;
}
.mv15 {
  margin: 15px 0;
}
.mv20 {
  margin: 20px 0;
}
.mv25 {
  margin: 25px 0;
}
.mv30 {
  margin: 30px 0;
}
.mh5 {
  margin: 0 5px;
}
.mh10 {
  margin: 0 10px;
}
.mh15 {
  margin: 0 15px;
}
.mh20 {
  margin: 0 20px;
}
.mh25 {
  margin: 0 25px;
}
.mh30 {
  margin: 0 30px;
}
.mt-xs {
  margin-top: 5px;
}
.mr-xs {
  margin-right: 5px;
}
.mb-xs {
  margin-bottom: 5px;
}
.ml-xs {
  margin-left: 5px;
}
.mt-s {
  margin-top: 10px;
}
.mr-s {
  margin-right: 10px;
}
.mb-s {
  margin-bottom: 10px;
}
.ml-s {
  margin-left: 10px;
}
.mt-m {
  margin-top: 15px;
}
.mr-m {
  margin-right: 15px;
}
.mb-m {
  margin-bottom: 15px;
}
.ml-m {
  margin-left: 15px;
}
.mt-l {
  margin-top: 20px;
}
.mr-l {
  margin-right: 20px;
}
.mb-l {
  margin-bottom: 20px;
}
.ml-l {
  margin-left: 20px;
}
.mt-xl {
  margin-top: 25px;
}
.mr-xl {
  margin-right: 25px;
}
.mb-xl {
  margin-bottom: 25px;
}
.ml-xl {
  margin-left: 25px;
}
.mt-xxl {
  margin-top: 30px;
}
.mr-xxl {
  margin-right: 30px;
}
.mb-xxl {
  margin-bottom: 30px;
}
.ml-xxl {
  margin-left: 30px;
}
.pt-xs {
  padding-top: 5px;
}
.pr-xs {
  padding-right: 5px;
}
.pb-xs {
  padding-bottom: 5px;
}
.pl-xs {
  padding-left: 5px;
}
.pt-s {
  padding-top: 10px;
}
.pr-s {
  padding-right: 10px;
}
.pb-s {
  padding-bottom: 10px;
}
.pl-s {
  padding-left: 10px;
}
.pt-m {
  padding-top: 15px;
}
.pr-m {
  padding-right: 15px;
}
.pb-m {
  padding-bottom: 15px;
}
.pl-m {
  padding-left: 15px;
}
.pt-l {
  padding-top: 20px;
}
.pr-l {
  padding-right: 20px;
}
.pb-l {
  padding-bottom: 20px;
}
.pl-l {
  padding-left: 20px;
}
.pt-xl {
  padding-top: 25px;
}
.pr-xl {
  padding-right: 25px;
}
.pb-xl {
  padding-bottom: 25px;
}
.pl-xl {
  padding-left: 25px;
}
.pt-xxl {
  padding-top: 30px;
}
.pr-xxl {
  padding-right: 30px;
}
.pb-xxl {
  padding-bottom: 30px;
}
.pl-xxl {
  padding-left: 30px;
}
.mv-xs {
  margin: 5px 0;
}
.mv-s {
  margin: 10px 0;
}
.mv-m {
  margin: 15px 0;
}
.mv-l {
  margin: 20px 0;
}
.mv-xl {
  margin: 25px 0;
}
.mv-xxl {
  margin: 30px 0;
}
.mh-xs {
  margin: 0 5px;
}
.mh-s {
  margin: 0 10px;
}
.mh-m {
  margin: 0 15px;
}
.mh-l {
  margin: 0 20px;
}
.mh-xl {
  margin: 0 25px;
}
.mh-xxl {
  margin: 0 30px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-h-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-v-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-rev {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.j-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.j-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.j-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.j-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.j-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.a-i-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.a-i-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.a-i-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.a-i-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.a-i-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.a-c-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.a-c-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.a-c-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.a-c-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.a-c-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.a-c-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.flex-1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex-5 {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex-6 {
  -webkit-flex: 6;
  -moz-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.order-4 {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.order-5 {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
}
.order-6 {
  -webkit-order: 6;
  -moz-order: 6;
  -ms-order: 6;
  order: 6;
}
.grow-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.grow-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.grow-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.grow-4 {
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4;
}
.grow-5 {
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5;
}
.grow-6 {
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-grow: 6;
  flex-grow: 6;
}
.shrink-1 {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.shrink-2 {
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
}
.shrink-3 {
  -webkit-flex-shrink: 3;
  -moz-flex-shrink: 3;
  -ms-flex-shrink: 3;
  flex-shrink: 3;
}
.shrink-4 {
  -webkit-flex-shrink: 4;
  -moz-flex-shrink: 4;
  -ms-flex-shrink: 4;
  flex-shrink: 4;
}
.shrink-5 {
  -webkit-flex-shrink: 5;
  -moz-flex-shrink: 5;
  -ms-flex-shrink: 5;
  flex-shrink: 5;
}
.shrink-6 {
  -webkit-flex-shrink: 6;
  -moz-flex-shrink: 6;
  -ms-flex-shrink: 6;
  flex-shrink: 6;
}
.a-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.a-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.a-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.a-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.a-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.a-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
.flex-full {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
@media only screen and (max-width: 520px) {
  .s-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .s-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .s-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .s-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .s-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .s-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .s-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .s-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .s-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .s-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .s-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .s-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  .m-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .m-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .m-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .m-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .m-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .m-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .m-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .m-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .m-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .m-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .m-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .m-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 801px) {
  .l-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .l-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .l-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .l-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .l-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .l-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .l-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .l-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .l-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .l-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .l-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .xl-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .xl-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .xl-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .xl-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .xl-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .xl-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .xl-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .xl-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .xl-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .xl-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .xl-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .xxl-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .xxl-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .xxl-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .xxl-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .xxl-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .xxl-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .xxl-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .xxl-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .xxl-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .xxl-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .xxl-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 520px) {
  .s-show {
    display: block !important;
  }
  table.s-show {
    display: table;
  }
  tr.s-show {
    display: table-row !important;
  }
  th.s-show,
  td.s-show {
    display: table-cell !important;
  }
  .s-show-inline {
    display: inline !important;
  }
  .s-show-i-block {
    display: inline-block !important;
  }
  .s-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  .m-show {
    display: block !important;
  }
  table.m-show {
    display: table;
  }
  tr.m-show {
    display: table-row !important;
  }
  th.m-show,
  td.m-show {
    display: table-cell !important;
  }
  .m-show-inline {
    display: inline !important;
  }
  .m-show-i-block {
    display: inline-block !important;
  }
  .m-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .l-show {
    display: block !important;
  }
  table.l-show {
    display: table;
  }
  tr.l-show {
    display: table-row !important;
  }
  th.l-show,
  td.l-show {
    display: table-cell !important;
  }
  .l-show-inline {
    display: inline !important;
  }
  .l-show-i-block {
    display: inline-block !important;
  }
  .l-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-show {
    display: block !important;
  }
  table.xl-show {
    display: table;
  }
  tr.xl-show {
    display: table-row !important;
  }
  th.xl-show,
  td.xl-show {
    display: table-cell !important;
  }
  .xl-show-inline {
    display: inline !important;
  }
  .xl-show-i-block {
    display: inline-block !important;
  }
  .xl-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-show {
    display: block !important;
  }
  table.xxl-show {
    display: table;
  }
  tr.xxl-show {
    display: table-row !important;
  }
  th.xxl-show,
  td.xxl-show {
    display: table-cell !important;
  }
  .xxl-show-inline {
    display: inline !important;
  }
  .xxl-show-i-block {
    display: inline-block !important;
  }
  .xxl-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 520px) {
  .s-ct {
    text-align: center;
  }
  .s-rt {
    text-align: right;
  }
  .s-jt {
    text-align: justify;
  }
  .s-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  .m-ct {
    text-align: center;
  }
  .m-rt {
    text-align: right;
  }
  .m-jt {
    text-align: justify;
  }
  .m-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 801px) {
  .l-ct {
    text-align: center;
  }
  .l-rt {
    text-align: right;
  }
  .l-jt {
    text-align: justify;
  }
  .l-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-ct {
    text-align: center;
  }
  .xl-rt {
    text-align: right;
  }
  .xl-jt {
    text-align: justify;
  }
  .xl-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-ct {
    text-align: center;
  }
  .xxl-rt {
    text-align: right;
  }
  .xxl-jt {
    text-align: justify;
  }
  .xxl-lt {
    text-align: left;
  }
}
.arrow {
  width: 0px;
  height: 0px;
  overflow: visible;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.arrow:before {
  width: 15px;
  height: 15px;
  left: -7.5px;
  top: -7.5px;
  content: '';
  display: block;
  position: absolute;
}
.arrow:after {
  width: 13px;
  height: 13px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -8px;
  top: -8px;
  margin-top: -1px;
  margin-left: -1px;
  border: 2px solid #000;
}
.arrow-small {
  width: 0px;
  height: 0px;
  overflow: visible;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.arrow-small:before {
  width: 8px;
  height: 8px;
  left: -4px;
  top: -4px;
  content: '';
  display: block;
  position: absolute;
}
.arrow-small:after {
  width: 7px;
  height: 7px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -4px;
  top: -4px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #000;
}
:after {
  border-color: #333333;
  background: transparent;
}
.arrow-small:after {
  border-color: rgba(0, 0, 0, 0.4);
  background: #ffffff;
}
.arrow-right:after {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-right.arrow-inner {
  margin-right: 15px;
}
.arrow-right.arrow-inner:after {
  border-left-width: 0;
  border-bottom-width: 0;
}
.arrow-top:after {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-top.arrow-inner {
  margin-top: 15px;
}
.arrow-top.arrow-inner:after {
  border-right-width: 0;
  border-bottom-width: 0;
}
.arrow-left:after {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-left.arrow-inner {
  margin-left: 15px;
}
.arrow-left.arrow-inner:after {
  border-right-width: 0;
  border-top-width: 0;
}
.arrow-bottom:after {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-bottom.arrow-inner {
  margin-bottom: 15px;
}
.arrow-bottom.arrow-inner:after {
  border-left-width: 0;
  border-top-width: 0;
}
.transparent:after {
  background: transparent !important;
}
.a-t-c {
  left: 50%;
  top: 0;
}
.a-t-l {
  left: 0%;
  top: 0;
  margin-left: 35px;
}
.a-t-l.arrow-fill {
  margin-left: 17.5px;
}
.a-t-r {
  right: 0%;
  top: 0;
  margin-right: 35px;
}
.a-t-r.arrow-fill {
  margin-right: 17.5px;
}
.a-r-c {
  right: 0;
  top: 50%;
}
.a-r-t {
  right: 0%;
  top: 0%;
  margin-top: 35px;
}
.a-r-t.arrow-fill {
  margin-top: 17.5px;
}
.a-r-b {
  right: 0%;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-r-b.arrow-fill {
  margin-bottom: 17.5px;
}
.a-b-c {
  left: 50%;
  bottom: 0px;
}
.a-b-l {
  left: 0%;
  bottom: 0;
  margin-left: 35px;
}
.a-b-l.arrow-fill {
  margin-left: 17.5px;
}
.a-b-r {
  right: 0%;
  bottom: 0;
  margin-right: 35px;
}
.a-b-r.arrow-fill {
  margin-right: 17.5px;
}
.a-l-c {
  left: 0;
  top: 50%;
}
.a-l-t {
  left: 0;
  top: 0%;
  margin-top: 35px;
}
.a-l-t.arrow-fill {
  margin-top: 17.5px;
}
.a-l-b {
  left: 0;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-l-b.arrow-fill {
  margin-bottom: 17.5px;
}
.arrow-fill {
  position: absolute;
  border: 15px solid #000;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  width: 0;
  height: 0;
  line-height: 0;
  border-color: #fbe317;
}
.arrow-fill-small {
  position: absolute;
  border: 8px solid #000;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  width: 0;
  height: 0;
  line-height: 0;
}
.arrow-fill-top {
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-top.arrow-inner {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.arrow-fill-bottom {
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-bottom.arrow-inner {
  margin-bottom: 15px !important;
}
.arrow-fill-left {
  border-left: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-left.arrow-inner {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
.arrow-fill-right {
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-right.arrow-inner {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
body {
  font-family: Lato;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-top: 3px;
  padding-bottom: 3px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6,
table p,
table ul,
table ol,
table dl,
ul h1,
ul h2,
ul h3,
ul h4,
ul h5,
ul h6,
ul p,
ul ul,
ul ol,
ul dl,
ol h1,
ol h2,
ol h3,
ol h4,
ol h5,
ol h6,
ol p,
ol ul,
ol ol,
ol dl {
  padding: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 196%;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
h2,
.h2 {
  font-size: 137%;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  line-height: 35px;
}
h3,
.h3 {
  font-size: 127%;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
h4,
.h4 {
  font-size: 125%;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
h5,
.h5 {
  font-size: 108%;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
h6,
.h6 {
  font-size: 105%;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
p,
.p {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  line-height: inherit;
}
.negative {
  color: #ffffff;
  background: #333333;
}
.super {
  font-size: 350%;
}
.big {
  font-size: 270%;
}
.small {
  font-size: 80%;
}
.xsmall {
  font-size: 70%;
}
a {
  color: #e1c221;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #2099fe;
  text-decoration: underline;
  font-weight: normal;
}
a:visited {
  color: #e1c221;
}
img {
  display: inline-block;
}
.img-round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-circle {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.img-fluid {
  width: 100%;
}
.line,
.unit--last {
  overflow: hidden;
}
.line--o-visible {
  overflow: visible;
}
.line--spacing {
  margin: 0 0.4rem;
}
@media only screen and (max-width:520px) {
  .line--spacing {
    margin: 0 0.13333333rem;
  }
}
.unit {
  float: left;
  padding: 0 0.4rem;
}
@media only screen and (max-width:520px) {
  .unit {
    padding: 0 0.13333333rem;
  }
}
.unit > .line {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
@media only screen and (max-width:520px) {
  .unit > .line {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
}
.unit > .line--s {
  margin-left: 0;
  margin-right: 0;
}
.unit > img {
  display: block;
}
.unit--top-space {
  padding-top: 10px;
}
.unit--v-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
.unit--rev {
  float: right;
}
.unit--last {
  float: none;
  width: auto;
}
.unit--fit {
  padding: 0;
}
.g1of1 {
  width: 100%;
}
.g1of2 {
  width: 50%;
}
.g1of3 {
  width: 33.33333%;
}
.g2of3 {
  width: 66.66666%;
}
.g1of4 {
  width: 25%;
}
.g3of4 {
  width: 75%;
}
.g1of5 {
  width: 20%;
}
.g2of5 {
  width: 40%;
}
.g3of5 {
  width: 60%;
}
.g4of5 {
  width: 80%;
}
@media only screen and (max-width: 520px) {
  .s-g1of1 {
    width: 100%;
  }
  .s-g1of2 {
    width: 50%;
  }
  .s-g1of3 {
    width: 33.33333%;
  }
  .s-g2of3 {
    width: 66.66666%;
  }
  .s-g1of4 {
    width: 25%;
  }
  .s-g3of4 {
    width: 75%;
  }
  .s-g1of5 {
    width: 20%;
  }
  .s-g2of5 {
    width: 40%;
  }
  .s-g3of5 {
    width: 60%;
  }
  .s-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  .m-g1of1 {
    width: 100%;
  }
  .m-g1of2 {
    width: 50%;
  }
  .m-g1of3 {
    width: 33.33333%;
  }
  .m-g2of3 {
    width: 66.66666%;
  }
  .m-g1of4 {
    width: 25%;
  }
  .m-g3of4 {
    width: 75%;
  }
  .m-g1of5 {
    width: 20%;
  }
  .m-g2of5 {
    width: 40%;
  }
  .m-g3of5 {
    width: 60%;
  }
  .m-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 801px) {
  .l-g1of1 {
    width: 100%;
  }
  .l-g1of2 {
    width: 50%;
  }
  .l-g1of3 {
    width: 33.33333%;
  }
  .l-g2of3 {
    width: 66.66666%;
  }
  .l-g1of4 {
    width: 25%;
  }
  .l-g3of4 {
    width: 75%;
  }
  .l-g1of5 {
    width: 20%;
  }
  .l-g2of5 {
    width: 40%;
  }
  .l-g3of5 {
    width: 60%;
  }
  .l-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-g1of1 {
    width: 100%;
  }
  .xl-g1of2 {
    width: 50%;
  }
  .xl-g1of3 {
    width: 33.33333%;
  }
  .xl-g2of3 {
    width: 66.66666%;
  }
  .xl-g1of4 {
    width: 25%;
  }
  .xl-g3of4 {
    width: 75%;
  }
  .xl-g1of5 {
    width: 20%;
  }
  .xl-g2of5 {
    width: 40%;
  }
  .xl-g3of5 {
    width: 60%;
  }
  .xl-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-g1of1 {
    width: 100%;
  }
  .xxl-g1of2 {
    width: 50%;
  }
  .xxl-g1of3 {
    width: 33.33333%;
  }
  .xxl-g2of3 {
    width: 66.66666%;
  }
  .xxl-g1of4 {
    width: 25%;
  }
  .xxl-g3of4 {
    width: 75%;
  }
  .xxl-g1of5 {
    width: 20%;
  }
  .xxl-g2of5 {
    width: 40%;
  }
  .xxl-g3of5 {
    width: 60%;
  }
  .xxl-g4of5 {
    width: 80%;
  }
}
.img-box.img-box--fit {
  width: 100%;
  height: 100%;
  position: absolute;
}
.img-box.img-box--sq {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.img-box .img-box__header {
  position: absolute;
  top: 0;
}
.img-box .img-box__footer {
  bottom: 0;
  position: absolute;
}
.img-box .img-box__inner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.img-box .img-box__inner .img-box__wrap {
  height: 100%;
  width: 100%;
  padding: 20px 0.3rem;
}
.img-box .img-box__inner img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.img-box .img-box__inner img.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-box .img-box__inner img.bcenter {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.media {
  padding: 0.4rem 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.media__img {
  float: left;
  margin: 0.4rem;
  position: relative;
}
.media__img--rev {
  float: right;
  margin: 6px;
}
.media__img img,
.media__img--rev img {
  display: block;
  margin: 0.2rem;
  z-index: 1;
}
.media__caption {
  padding: 3px 0.2rem;
  margin: 0;
}
.media__body {
  overflow: hidden;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
.media__link {
  position: absolute;
  text-decoration: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.media__link.active {
  z-index: 0;
  cursor: pointer;
}
.media__body--ellipsis > * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.media--menu {
  position: relative;
}
.media--menu .media__body {
  position: relative;
}
.media--thumbs {
  position: relative;
  padding: 0.4rem;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media--thumbs .media__img {
  float: none;
  margin: 0;
  padding: 0;
}
.media--thumbs .media__img img {
  margin: 0;
  width: 100%;
}
.media--thumbs .media__body.media__body--over {
  position: absolute;
  top: 70%;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
}
.media--table {
  width: 100%;
  display: table;
}
.media--table .media__img,
.media--table .media__body {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.media__body--ellipsis h4 {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.box .box__inner {
  position: relative;
}
.box .box__hd,
.box .box__bd,
.box .box__ft {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
  padding: 10px;
}
.box .box__bd--fit {
  padding: 0;
}
.box.box--bubble {
  overflow: visible;
  position: relative;
  margin: 30px;
}
.accordion [type=radio],
.accordion [type=checkbox] {
  display: none;
}
.accordion__label {
  display: block;
  cursor: pointer;
}
.accordion__content {
  overflow: hidden;
}
.accordion--vertical > div {
  overflow: hidden;
  margin: 0 0 1px;
}
.accordion--vertical > div label {
  padding: 10px;
  position: relative;
}
.accordion--vertical .accordion__content {
  height: 0px;
  max-height: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accordion--vertical [type=radio]:checked ~ label ~ .accordion__content,
.accordion--vertical [type=checkbox]:checked ~ label ~ .accordion__content {
  max-height: 10000px;
  overflow: hidden;
  position: relative;
  min-height: 50px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.column {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1;
}
.column1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.column2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.column3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.column4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.column5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.column__item {
  /*display:inline-block;*/
  padding: 1.5em;
  margin: 0 0 1.5em;
  width: 100%;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
@media only screen and (max-width: 520px) {
  .s-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .s-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .s-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .s-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .s-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  .m-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .m-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .m-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .m-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .m-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 801px) {
  .l-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .l-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .l-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .l-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .l-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .xl-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .xl-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .xl-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .xl-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .xxl-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .xxl-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .xxl-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .xxl-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
.form {
  font-size: 100%;
  padding: 5px;
}
.form fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.form legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.form button,
.form input,
.form select,
.form textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.form button,
.form input {
  line-height: normal;
}
.form button,
.form input[type="button"],
.form input[type="reset"],
.form input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.form button[disabled],
.form input[disabled] {
  cursor: default;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.form input[type="search"] {
  -webkit-appearance: textfield;
}
.form input[type="search"]::-webkit-search-cancel-button,
.form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form button::-moz-focus-inner,
.form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form textarea {
  overflow: auto;
  vertical-align: top;
}
.form input,
.form select,
.form textarea {
  margin-bottom: 0.4em;
  padding: 0.5em 0.6em;
  font-size: 1em;
  min-width: 280px;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  display: inline !important;
  width: 13px !important;
  min-width: auto;
}
.form .checkbox,
.form .radio {
  margin: 0.5em;
  display: block;
}
.form select[multiple] {
  height: auto;
}
.form label {
  margin: 0.5em 0 0.2em;
}
.form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  font-size: 125%;
}
.form input.input-round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: 0.5em 1.05em;
}
.form .form__group input {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  top: -1px;
}
.form .form__group input:focus {
  z-index: 2;
}
.form .form__group input:first-child {
  top: 1px;
}
.form .form__group input:last-child {
  top: -2px;
}
.form .form__group button {
  margin: 1em 0;
}
.form .form__message {
  display: block;
  font-size: 80%;
}
.form .form__message--inline {
  display: inline-block;
  padding-left: .5em;
  vertical-align: middle;
}
input,
select,
textarea {
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 12px #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #fbe317;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #ebebeb;
  outline: 1px auto #fbe317;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e1c221;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #e1c221;
  border: 1px solid #e1c221;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e1c221;
}
select {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
legend {
  color: #1a1a1a;
  border-bottom: 1px solid #666666;
}
select,
input,
button,
textarea {
  font-family: Lato;
}
.form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form__group input:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.form__group input:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form__message {
  color: #F00;
}
input:required:invalid,
input:focus:invalid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right top;
  background-repeat: no-repeat;
}
input:required:valid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.form--block input,
.form--block select,
.form--block label,
.form--block textarea {
  display: block;
  margin: 0.25em 0;
  width: 100%;
}
.form--inline input,
.form--inline select,
.form--inline textarea {
  display: inline-block;
}
.form--aligned input,
.form--aligned textarea,
.form--aligned select,
.form--aligned .form__line {
  margin-bottom: 0.5em;
}
.form--aligned input label,
.form--aligned textarea label,
.form--aligned select label,
.form--aligned .form__line label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin: 0 16px 0 0;
}
.form--aligned .form__message {
  margin: 0 0 0 200px;
}
.form--aligned .form__controls {
  margin: 1em 0 1em 196px;
}
.form--aligned .form__controls .form__message {
  margin: 0 0 0 4px;
}
.form--grid .unit {
  padding: 0 0.3rem !important;
}
.form--grid .unit input,
.form--grid .unit textarea,
.form--grid .unit select {
  width: 100%;
}
.form--grid .unit input[type="radio"],
.form--grid .unit input[type="checkbox"] {
  display: inline;
}
.form--compressed .form__line {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
.form--compressed .form__line label {
  position: absolute;
  top: 0px;
  margin: 0;
  left: 0.5em;
}
.form--compressed .form__line input,
.form--compressed .form__line textarea,
.form--compressed .form__line select {
  max-width: 290px;
  padding-top: 27px !important;
}
.form--compressed .form__line input {
  height: 45px;
}
.form--compressed .form__line input.input-round + label {
  padding-left: 10px;
}
.form--compressed .form__controls {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
@media only screen and (max-width:520px) {
  .form__line {
    width: 100%;
    margin: 0 auto;
  }
  .form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .form input,
  .form textarea,
  .form label {
    margin: 0 auto 0.3em auto;
    display: block;
    width: 100%;
  }
  .form__group input,
  .form__group label {
    margin-bottom: 0 !important;
  }
  .form--aligned .form__line label {
    margin: 0 auto 0.3em auto;
    text-align: left;
    display: block;
    width: 100%;
  }
  .form--aligned .form__controls {
    margin: 1.5em 0 0 0;
  }
  .form__message {
    display: block;
    padding: 0.2em 0 0.8em;
    margin: 0 auto 0.3em auto !important;
    width: 100%;
  }
  a.btn,
  .btn {
    width: 100% !important;
  }
}
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  padding: 0.5em 1.5em 0.5em 1.5em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: box-shadow 0.1s linear;
  -moz-transition: box-shadow 0.1s linear;
  -o-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  border: none;
}
.btn-hover,
.btn:hover,
.btn:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn-active,
.btn:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.btn[disabled],
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-hidden {
  display: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-icon {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.piu {
  background: transparent;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.piu:before,
.piu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.piu:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.meno {
  background: transparent;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.meno:before,
.meno:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.per {
  background: transparent;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.per:before,
.per:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.per:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.per:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.per--circle,
.piu--circle,
.meno--circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #000;
}
.per--circle:before,
.piu--circle:before,
.meno--circle:before,
.per--circle:after,
.piu--circle:after,
.meno--circle:after {
  height: 2px;
  width: 70%;
  margin-left: 15%;
  margin-top: -1px;
}
.piu--border,
.meno--border,
.per--border {
  border: 2px solid #000;
}
.piu--border:before,
.meno--border:before,
.per--border:before,
.piu--border:after,
.meno--border:after,
.per--border:after {
  height: 2px;
  width: 80%;
  margin-left: 10%;
  margin-top: -1px;
}
.square400 {
  width: 400px;
  height: 400px;
  display: block;
}
.square360 {
  width: 360px;
  height: 360px;
  display: block;
}
.square320 {
  width: 320px;
  height: 320px;
  display: block;
}
.square280 {
  width: 280px;
  height: 280px;
  display: block;
}
.square240 {
  width: 240px;
  height: 240px;
  display: block;
}
.square200 {
  width: 200px;
  height: 200px;
  display: block;
}
.square160 {
  width: 160px;
  height: 160px;
  display: block;
}
.square120 {
  width: 120px;
  height: 120px;
  display: block;
}
.square80 {
  width: 80px;
  height: 80px;
  display: block;
}
.square40 {
  width: 40px;
  height: 40px;
  display: block;
}
.switch {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  width: 100%;
  font-size: 100%;
}
.switch__label {
  box-sizing: initial;
  width: 100%;
  display: block;
}
.switch__input:not(:checked),
.switch__input:checked {
  position: absolute;
  opacity: 0;
  box-sizing: initial;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.switch__input + div {
  width: 1.8em;
  height: 1em;
  border-radius: 1000px;
  float: right;
  box-sizing: initial;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.switch__input:checked + div {
  padding-left: .8em;
  width: 1em;
  background: #f5f5f5;
}
.switch__input + div:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  margin: -1px;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ebebeb;
}
.modal .modal__overlay {
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.modal .modal__overlay.transparent {
  background-color: transparent;
}
.modal .modal__box {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: visible;
  -webkit-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -moz-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -o-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal__box.modal__box--from-right {
  left: 150%;
}
.modal .modal__box.modal__box--from-left {
  left: -50%;
}
.modal .modal__box.modal__box--from-top {
  top: -50%;
}
.modal .modal__box.modal__box--from-bottom {
  top: 150%;
}
.modal .modal__box .modal__header {
  position: absolute;
  top: 0px;
  width: 100%;
}
.modal .modal__box .modal__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.modal .modal__box .modal__content {
  position: absolute;
  overflow: scroll;
  width: 100%;
}
.card {
  overflow: hidden;
  position: relative;
}
.card > div {
  height: 0px;
}
.card.card--1 {
  width: 100%;
}
.card.card--2 {
  width: 200%;
}
.card.card--3 {
  width: 300%;
}
.card.card--4 {
  width: 400%;
}
.card.active--1 {
  left: 0%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--1 .card__1 {
  height: auto;
}
.card.active--2 {
  left: -100%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--2 .card__2 {
  height: auto;
}
.card.active--3 {
  left: -200%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--3 .card__3 {
  height: auto;
}
.card.active--4 {
  left: -300%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--4 .card__4 {
  height: auto;
}
.gbk {
  border: 1px solid #000 !important;
}
.gr {
  border: 1px solid #F00 !important;
}
.gg {
  border: 1px solid #0F0 !important;
}
.gb {
  border: 1px solid #00F !important;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 11px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
  background: #808080;
  border-radius: 3px;
  border: 1px solid #4d4d4d;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #8c8c8c;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
  background: #808080;
  border-radius: 3px;
  border: 1px solid #4d4d4d;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 22px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #737373;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
}
input[type=range]::-ms-fill-upper {
  background: #808080;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #808080;
}
input[type=range]:focus::-ms-fill-upper {
  background: #8c8c8c;
}
.loading {
  width: 100px;
  height: 100px;
  background-color: #fbe317;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 20px;
}
.list-loading {
  width: 100px;
  height: 100px;
  background-color: #fbe317;
  margin: 5px auto;
  border-radius: 20px;
  position: relative;
}
#floatingBarsG {
  position: absolute;
  width: 62px;
  height: 77px;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -40px;
  z-index: 10000;
}
.blockG {
  position: absolute;
  background-color: #333333;
  width: 10px;
  height: 24px;
  -moz-border-radius: 8px 8px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 8px 8px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 8px 8px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 8px 8px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 8px 8px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#rotateG_01 {
  left: 0;
  top: 28px;
  -moz-animation-delay: 0.39s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.39s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.39s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.39s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.39s;
  transform: rotate(-90deg);
}
#rotateG_02 {
  left: 8px;
  top: 10px;
  -moz-animation-delay: 0.52s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.52s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.52s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.52s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.52s;
  transform: rotate(-45deg);
}
#rotateG_03 {
  left: 26px;
  top: 3px;
  -moz-animation-delay: 0.65s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.65s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.65s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.65s;
  -o-transform: rotate(0deg);
  animation-delay: 0.65s;
  transform: rotate(0deg);
}
#rotateG_04 {
  right: 8px;
  top: 10px;
  -moz-animation-delay: 0.78s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.78s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.78s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.78s;
  -o-transform: rotate(45deg);
  animation-delay: 0.78s;
  transform: rotate(45deg);
}
#rotateG_05 {
  right: 0;
  top: 28px;
  -moz-animation-delay: 0.9099999999999999s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 0.9099999999999999s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 0.9099999999999999s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 0.9099999999999999s;
  -o-transform: rotate(90deg);
  animation-delay: 0.9099999999999999s;
  transform: rotate(90deg);
}
#rotateG_06 {
  right: 8px;
  bottom: 7px;
  -moz-animation-delay: 1.04s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.04s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.04s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.04s;
  -o-transform: rotate(135deg);
  animation-delay: 1.04s;
  transform: rotate(135deg);
}
#rotateG_07 {
  bottom: 0;
  left: 26px;
  -moz-animation-delay: 1.1700000000000002s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.1700000000000002s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.1700000000000002s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.1700000000000002s;
  -o-transform: rotate(180deg);
  animation-delay: 1.1700000000000002s;
  transform: rotate(180deg);
}
#rotateG_08 {
  left: 8px;
  bottom: 7px;
  -moz-animation-delay: 1.3s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.3s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.3s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.3s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.3s;
  transform: rotate(-135deg);
}
@-moz-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
/*@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/assets/fonts/BebasNeue-webfont.eot');
    src: url('/assets/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/assets/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/assets/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
  background: #ffffff;
  color: #000000;
  font-size: 100%;
}
@media only screen and (max-width:520px) {
  body {
    font-size: 85%;
  }
}
.font2 {
  font-family: Lato;
}
.header {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (min-width:801px) {
  .opacity70 {
    background: transparent;
  }
}
.header .container--wrap {
  background-color: transparent;
}
.header .container--wrap a {
  color: #333333;
  text-decoration: none;
}
.logo {
  white-space: nowrap;
  height: 40px;
}
.logo > h1 {
  padding: 0 0.3rem;
  line-height: 40px;
  font-size: 40px;
  color: #ffffff !important;
}
.btn-menu {
  background: #ffffff;
}
.btn-menu > div {
  background: #333333;
}
footer {
  background: #000000;
  color: #ffffff;
}
@media only screen and (min-width:801px) {
  .r-flex {
    display: flex;
  }
}
@media only screen and (min-width:801px) {
  .menu {
    background-color: #ffffff;
  }
  .menu li a {
    color: #333333;
  }
  .menu li.active {
    background-color: #fafafa;
  }
  .menu li.active a {
    color: #333333;
  }
  .menu li:hover {
    background-color: #ebebeb;
  }
  .menu li:hover a {
    color: #333333;
  }
  .menu li.open ul,
  .menu li:hover ul {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #333333;
  }
  .menu li.open ul li.active,
  .menu li:hover ul li.active {
    background-color: #fbe317;
  }
  .menu li.open ul li.active p,
  .menu li:hover ul li.active p {
    color: #ffffff !important;
  }
}
@media only screen and (max-width:520px), only screen and (min-width:521px) and (max-width:800px) {
  .menu li.active,
  .menu li:hover {
    background-color: #333333;
    color: #ffffff;
  }
  .menu li.active a,
  .menu li:hover a {
    color: #ffffff;
  }
  .menu li.open {
    color: #666666;
  }
  .menu li ul li {
    color: #000000;
  }
  .menu li.open ul,
  .menu li:hover ul {
    background: #f5f5f5;
  }
}
.media {
  border-top: 1px outset #fafafa;
  background: #ffffff;
}
.media--alt:nth-child(2n+0) {
  background: #f5f5f5;
}
.media--menu {
  border: none;
}
.media--menu:hover {
  background: #e1c221 !important;
  color: #ffffff;
}
.media--menu:hover .arrow:after {
  border-color: #ffffff;
}
.media--menu:hover .arrow-fill {
  border-left-color: #ffffff;
}
.media--menu.active {
  color: #333333;
}
.media--border {
  border-bottom: 3px solid #ebebeb;
}
.media--border:last-child {
  border: none;
}
.media--border:first-child {
  border-bottom: 3px solid #ebebeb;
}
.media--thumbs {
  background: #fafafa;
  border: 1px #f5f5f5;
  margin-bottom: 5px;
}
.media--thumbs .media__body.media__body--over {
  background: #333333;
  color: #ffffff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.media--thumbs .media__body.media__body--over * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/*************************************************************************************************************************/
.box__inner {
  padding: 0.3rem;
}
.box img {
  display: block;
}
.box__hd {
  color: #ffffff;
  padding: 0px !important;
}
.box__bd {
  background: #ffffff;
  color: #333333;
}
/*************************************************************************************************************************/
/*************************************************************************************************************************/
.accordion__label {
  background: #e1c221;
  color: #333333;
}
.accordion__label .piu:after,
.accordion__label .piu:before {
  background: #ffffff;
}
.accordion__label .arrow:after {
  border-color: #ffffff;
}
.accordion__label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
  background: #fbe317;
  color: #ffffff;
}
.accordion__label:hover > div,
.accordion [type=radio]:checked ~ label > div,
.accordion [type=checkbox]:checked ~ label > div {
  border-color: #ffffff !important;
}
.accordion__label:hover .piu:after,
.accordion [type=radio]:checked ~ label .piu:after,
.accordion [type=checkbox]:checked ~ label .piu:after,
.accordion__label:hover .piu:before,
.accordion [type=radio]:checked ~ label .piu:before,
.accordion [type=checkbox]:checked ~ label .piu:before {
  background: #ffffff;
}
.accordion [type=radio]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion [type=checkbox]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion__content {
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
.accordion [type=radio]:checked ~ .accordion__content,
.accordion [type=checkbox]:checked ~ .accordion__content {
  border: 1px solid #f5f5f5;
}
/*************************************************************************************************************************/
.form input,
.form select,
.form textarea {
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 12px #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #fbe317;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin dotted #ebebeb;
  outline: 1px auto #fbe317;
}
.form input[type="file"]:focus:invalid:focus,
.form input[type="radio"]:focus:invalid:focus,
.form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e1c221;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
.form input[readonly]:focus,
.form select[readonly]:focus,
.form textarea[readonly]:focus {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #e1c221;
  border: 1px solid #e1c221;
}
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #e1c221;
}
.form select {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.form legend {
  color: #1a1a1a;
  border-bottom: 1px solid #666666;
}
.form select,
.form input,
.form button,
.form textarea {
  font-family: Lato;
}
.form .form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form .form__group input:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.form .form__group input:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form .form__message {
  color: #F00;
}
.form input:required:invalid,
.form input:focus:invalid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.form input:required:valid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
/*************************************************************************************************************************/
.btn {
  color: #ffffff;
  border: 1px solid #666666;
  border: none;
  background-color: #808080;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600 !important;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected,
a.btn-disabled:hover,
a.btn-disabled:focus,
a.btn-disabled:active,
a.btn-active,
a.btn:active {
  background-color: #e1c221;
  color: #333333;
}
.btn-success,
.btn-error,
.btn-warning,
.btn-secondary {
  color: black;
  border-radius: 8px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
}
.btn-facebook {
  color: #ffffff !important;
  background: #31457c;
}
.btn-success {
  background: #fbe317;
}
.btn-error {
  background: #2099fe;
}
.btn-warning {
  background: #e1c221;
}
.btn-secondary {
  background: #e1c221;
}
.button-xsmall {
  font-size: 75%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 130%;
}
.button-xlarge {
  font-size: 145%;
}
/*************************************************************************************************************************/
.arrow:after {
  border-color: #333333;
  background: transparent;
}
.arrow.arrow-small:after {
  border-color: rgba(0, 0, 0, 0.4);
  background: #ffffff;
}
.arrow-fill {
  border-color: #fbe317;
}
/*************************************************************************************************************************/
.piu,
.meno,
.per {
  border-color: #fbe317;
}
.piu:after,
.meno:after,
.per:after,
.piu:before,
.meno:before,
.per:before {
  background: #fbe317;
}
/*************************************************************************************************************************/
.switch__input + div {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition-duration: .3s;
  transition-property: padding,width;
}
.switch__input:checked + div {
  background: #fbe317;
}
.switch__input + div:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ebebeb;
}
/*************************************************************************************************************************/
.img-border {
  border: 1px solid #e1c221;
}
/*************************************************************************************************************************/
.img-box__inner img {
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
}
.img-box--fit {
  border: 1px solid #F00;
}
.img-box--fit .img-box__inner {
  border: 1px solid #0F0;
  top: 100px;
  bottom: 100px;
  width: 100%;
  height: auto;
}
.img-box--fit .img-box__wrap {
  border: 1px solid #00F;
}
/*************************************************************************************************************************/
.modal__overlay {
  background: #333333;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.modal__box {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
}
.modal__header {
  background-color: #ffffff;
  border-bottom: 1px solid #fbe317;
}
.modal__footer {
  background-color: #ffffff;
}
.modal__close {
  background: #ffffff;
  border-color: #ffffff;
}
.modal__close:after,
.modal__close:before {
  background: #fbe317;
}
.top-bar {
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.5);
}
.bottom-bar {
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.5);
}
.title {
  background: #ebebeb;
  color: #333333;
}
.color-1 {
  background-color: #333333;
}
.color-2 {
  background-color: #e1c221;
}
.color-3 {
  background-color: #2099fe;
}
.color-4 {
  background-color: #fbe317;
}
.color-5 {
  background-color: #ffffff;
}
.darken10 {
  background-color: #1a1a1a;
}
.darken20 {
  background-color: #000000;
}
.darken30 {
  background-color: #000000;
}
.darken-10 {
  background-color: #4d4d4d;
}
.darken-20 {
  background-color: #666666;
}
.darken-30 {
  background-color: #808080;
}
.lighten10 {
  background-color: #ffffff;
}
.lighten20 {
  background-color: #ffffff;
}
.lighten30 {
  background-color: #ffffff;
}
.lighten-10 {
  background-color: #fafafa;
}
.lighten-20 {
  background-color: #f5f5f5;
}
.lighten-30 {
  background-color: #ebebeb;
}
.footer .arrow-fill {
  border-color: #FFF;
}
.c2 {
  color: #e1c221;
}
.c3 {
  color: #2099fe;
}
.c4 {
  color: #fbe317;
}
.lighten {
  color: #ffffff;
}
.bg2 {
  background: #e1c221;
}
.bg3 {
  background: #2099fe;
}
.bg4 {
  background: #fbe317;
}
.message {
  color: #2099fe;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 7px 15px rgba(0, 0, 0, 0);
  }
}
.btn-round {
  animation: shadow-pulse 1.5s infinite;
}
.big {
  line-height: 45px;
}
.header {
  width: 100%;
  height: 30px;
  position: fixed;
  z-index: 1000;
  overflow: visible;
}
.header-container {
  position: relative;
}
.logo {
  white-space: nowrap;
  height: 60px;
}
.logo > h1 {
  padding: 0 0.3rem;
  line-height: 60px;
  font-size: 40px;
}
.container {
  width: 100%;
  display: block;
  padding: 0.4rem;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width:520px) {
  .container {
    padding: 0 0.13333333rem;
  }
}
.container--wrap {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
}
.container--o-visible {
  overflow: visible;
}
.page {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  flex: 1;
}
@media only screen and (min-width:801px) {
  .page {
    min-width: 1024px;
  }
}
.page--notfound {
  margin-top: 60px !important;
}
.title {
  padding-top: 0;
  padding-bottom: 0;
}
.main {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}
.left__col {
  float: left;
  width: 250px;
}
.right__col {
  float: right;
  width: 300px;
}
.left__col--large {
  width: 350px;
}
.menu a {
  display: block;
  text-decoration: none;
  min-width: 60px;
}
.menu > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
}
@media only screen and (min-width:801px) {
  .menu > li > a.nav-lang {
    padding: 0 5px;
    min-width: auto !important;
  }
}
.menu > li > a.active {
  background: #e1c221;
  color: #ffffff;
}
@media only screen and (max-width:520px) {
  .logo {
    text-align: center;
  }
}
@media only screen and (min-width:521px) and (max-width:800px) {
  .container--wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width:520px), only screen and (min-width:521px) and (max-width:800px) {
  .main,
  .left__col,
  .right__col {
    width: 100%;
  }
  .container--wrap {
    max-width: 100%;
  }
  .menu-container {
    background-color: #F00;
  }
  .btn-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 30px;
    z-index: 6;
  }
  .btn-menu > div {
    display: block;
    height: 3px;
    margin: 5px;
  }
  .menu {
    position: fixed;
    z-index: 5;
    padding: 0;
    bottom: 0px;
    display: block;
    width: 70%;
    top: 0px;
    left: 106%;
    padding-bottom: 100px;
    overflow: scroll;
  }
  .menu.open {
    left: 30%;
    visibility: visible;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .menu > li {
    display: block;
    padding: 0px;
    max-height: 40px;
    overflow: hidden;
  }
  .menu > li a {
    padding: 0px 20px;
  }
  .menu > li.open {
    max-height: 1200px;
  }
  .menu > li ul {
    overflow: hidden;
    margin: 0;
  }
  .menu > li ul li {
    padding: 0px;
    height: auto;
  }
}
@media only screen and (min-width:801px) {
  .header .container--wrap {
    max-width: 1000px;
    margin: 0px auto;
    height: 40px;
  }
  .logo {
    white-space: nowrap;
  }
  .menu-container {
    overflow: visible;
    display: block;
  }
  .menu-container ul {
    padding: 0;
    overflow: visible;
    display: table;
  }
  .menu-container li {
    display: table-cell;
    height: 30px;
    overflow: visible;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-container li .arrow-top {
    left: 50%;
    top: 0;
  }
  .menu-container li ul {
    display: none;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 30px;
    height: 0px;
  }
  .menu-container li ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    height: auto;
    text-align: left;
  }
  .menu-container li ul li .media__img {
    margin: 0;
  }
  .menu-container li ul li .media__body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 10px;
    height: 50px;
  }
  .menu-container li:last-child .arrow-top {
    right: 0%;
    top: 0;
    margin-right: 35px;
    left: auto;
  }
  .menu-container li:last-child .arrow-top.arrow-fill {
    margin-right: 17.5px;
  }
  .menu-container li:last-child ul {
    left: initial;
    right: 0;
    margin-left: 0;
  }
  .menu-container li:hover ul,
  .menu-container li.open ul {
    display: block;
    overflow: visible;
    max-height: 1200px;
    height: auto;
  }
}
.accordion [type=checkbox] ~ label > div {
  right: 12px;
  top: 50%;
}
.unit--h80 {
  height: 80px;
}
.unit--h30 {
  height: 47px;
}
.box__inner--200 {
  height: 200px;
  background-color: #F00;
}
.box__tool {
  top: 50%;
  margin-top: -15px;
  right: 10px;
  z-index: 10;
}
.absolute.icon-s {
  margin-top: -9px;
  margin-right: 9px;
}
.viewport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.viewport .close {
  right: 20px;
  top: 20px;
  z-index: 2001;
  border-color: #333333;
}
.viewport .close:after,
.viewport .close:before {
  background-color: #333333;
}
.centro {
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.bottom-bar {
  position: absolute;
  bottom: 0;
}
.bottom-bar input {
  width: 110px !important;
}
#device span {
  display: inline-block;
}
.arrow-box {
  margin: 30px auto;
  position: relative;
  width: 150px;
  min-height: 150px;
}
.modal__box {
  width: 90%;
  height: 90%;
}
@media only screen and (max-width:520px) {
  .modal__box {
    width: 100%;
    height: 100%;
  }
}
.modal__header,
.modal__footer {
  height: 50px;
  display: none;
}
.modal__content {
  top: 50px;
  bottom: 50px;
}
.modal__close {
  top: 20px;
  right: 5px;
}
.tb {
  display: table;
}
.tb.tb--full {
  width: 100%;
}
.tb > .tc {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.square6 {
  width: 100%;
  height: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ebebeb;
}
.centro {
  border: 1px solid #0F0;
}
section {
  min-height: 300px;
}
.full-h {
  height: 100vh;
  background: #ffffff;
  position: relative;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer a {
  padding: 5px;
  color: #ffffff !important;
  text-decoration: none;
}
.container--footer {
  height: 200px;
  padding-top: 30px;
}
#cookiewarning {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.85);
}
#cookiewarning .text_c {
  max-width: 1280px;
  text-align: center;
  margin: 0px auto;
  padding: 20px;
  width: auto;
  color: black;
  font-size: 90%;
}
.menu .icon-block {
  margin: 0;
}
.img-menu {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  pointer-events: none;
  margin-bottom: 8px;
}
input {
  min-width: 300px;
}
.container--small {
  width: 450px;
}
@media only screen and (max-width:520px) {
  .container--small {
    width: 100%;
  }
}
.circle-m {
  background: #808080;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
}
.active .circle-m {
  background: #333333;
  font-weight: bold;
}
.page {
  margin-top: 0;
  margin-bottom: 0;
}
.page--login {
  margin-top: 100px;
}
.trends {
  height: 50vh;
  background-image: url("/assets/img/MP-W2324-web-sx.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
@media only screen and (min-width:801px) {
  .trends {
    background-size: contain,contain;
    background-image: url("/assets/img/MP-W2324-web-sx.png"), url("/assets/img/MP-W2324-web-dx.png");
    background-position: left bottom, right bottom;
    min-height: 530px;
  }
}
@media only screen and (max-width:520px) {
  .trends {
    background-size: cover;
  }
}
.home {
  height: 50vh;
  background-image: url("/assets/img/main-2021.png");
  filter: hue-rotate(90deg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}
@media only screen and (min-width:521px) and (max-width:800px), only screen and (min-width:801px) {
  .home {
    background-size: contain;
  }
}
@media only screen and (min-width:521px) and (max-width:800px) {
  .home {
    height: 60vh;
  }
}
.logo--nero {
  position: absolute;
  color: #000000;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/img/logo-nero.png");
  background-size: contain;
  width: 350px;
  height: 170px;
  border: 10px solid transparent;
  background-repeat: no-repeat;
  padding-top: 110px;
  font-size: 22px;
}
@media only screen and (max-width:520px) {
  .logo--nero {
    transform: translate(-50%, -50%) scale(0.7, 0.7);
  }
}
.logo--bianco {
  background-image: url("/assets/img/logo-bianco.png");
  background-size: contain;
  width: 320px;
  height: 115px;
  background-repeat: no-repeat;
  padding-top: 110px;
  font-size: 22px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width:520px) {
  .logo--bianco {
    transform: scale(0.6, 0.6);
  }
}
.darken {
  background-color: #000000;
  color: #ffffff;
}
.btn-home {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.super.c2 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width:520px), only screen and (min-width:521px) and (max-width:800px) {
  .super.c2 {
    display: none;
  }
}
.btn-round {
  border-radius: 24px;
}
.s-max {
  max-width: 250px;
}
.logo-small {
  transform: scale(0.7);
}
.max400 {
  max-width: 400px;
}
.mtop {
  margin-top: -40px;
}
.op60 {
  background: rgba(255, 255, 255, 0.253);
}
.img-sponsor {
  margin: 10px 20px;
}
@media only screen and (max-width:520px) {
  .img-sponsor {
    max-width: 100px;
  }
}
.timer {
  font-size: 20px;
  bottom: -30px;
  z-index: 3;
  position: absolute;
  padding: 0 20px;
  color: #e1c221;
  left: 50%;
  transform: translateX(-50%);
}
.timer span {
  font-size: 12px;
  color: #ffffff;
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/fonts/icomoon.eot?n6i4j');
  src: url('/assets/fonts/icomoon.eot?#iefixn6i4j') format('embedded-opentype'), url('/assets/fonts/icomoon.woff?n6i4j') format('woff'), url('/assets/fonts/icomoon.ttf?n6i4j') format('truetype'), url('/assets/fonts/icomoon.svg?n6i4j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.icon-search:before {
  content: "\f002";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-industry:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-organization:before {
  content: "\f037";
}
.icon-person:before {
  content: "\f018";
}
.icon-home:before {
  content: "\e901";
}
.icon-office:before {
  content: "\e903";
}
.icon-map:before {
  content: "\e94b";
}
.icon-aid-kit:before {
  content: "\e998";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-flickr:before {
  content: "\eaa3";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-pig:before {
  content: "\e902";
}
.icon-coins:before {
  content: "\e904";
}
.icon-injection:before {
  content: "\e905";
}
.icon-medicine:before {
  content: "\e905";
}
.icon-healing:before {
  content: "\e906";
}
.icon-youtube3:before {
  content: "\ea99";
}
.icon-dropbox:before {
  content: "\eaaf";
}
.icon-tumblr:before {
  content: "\eabb";
}
.icon-paypal3:before {
  content: "\ead8";
}
/* -- end iconmoon -- */
/* icons css */
span.icon {
  display: block;
}
.icon {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.icon-name {
  font-size: 0.6em;
  margin: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
.icon-negative {
  color: #FFF !important;
}
.icon-active {
  color: #e1c221 !important;
}
.icon-block {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin: 2px auto;
  padding: 0;
}
.icon-block.icon-negative {
  background: inherit !important;
}
.icon-block.icon-active {
  background: transparent !important;
}
.icon-round {
  border-radius: 9px;
}
.icon-circle {
  border-radius: 50%;
  background: #333333;
  color: #ffffff;
}
.icon-s {
  width: 18px;
  height: 18px;
  font-size: 1.2em;
  line-height: 18px;
}
.icon-m {
  width: 45px;
  height: 45px;
  font-size: 1.7em;
  line-height: 45px;
}
.icon-l {
  width: 80px;
  height: 80px;
  font-size: 3em;
  line-height: 80px;
}
.icon-hover:hover {
  background-color: transparent;
  color: #e1c221;
  cursor: pointer;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides--square {
  padding-bottom: 100%;
}
.rslides--full {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.rslides--full li {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.rslides--full li div {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rslides--full li div img {
  position: absolute;
  top: -100%;
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 2px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.swiper-full .arrow-left {
  background: url(/assets/img/general/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 100;
}
.swiper-full .arrow-right {
  background: url(/assets/img/general/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 100;
}
.swiper-full .swiper-container {
  height: 100%;
  width: 100%;
}
.swiper-full .swiper-slide {
  position: relative;
}
.swiper-full .swiper-slide img {
  width: 100%;
}
.swiper-full .content-slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper-full .content-slide {
  font-size: 150%;
  color: #FFF;
  background: #333333;
}
.swiper-full .content-slide img {
  position: absolute;
  bottom: 100%;
}
.swiper-full .content-slide .info {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.swiper-full .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.swiper-full .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 2000;
}
.swiper-full .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-full .swiper-active-switch {
  background: #fff;
}
.swiper-lazy {
  z-index: 0;
}
.swiper-lazy .swiper-container {
  width: 100%;
  height: 90vh;
}
.swiper-lazy .swiper-slide {
  background-size: cover ! important;
  background-repeat: no-repeat ! important;
  background-position: center !important;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/assets/img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/img/photoswipe/default-skin.png);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/assets/img/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
