@import 'https://fonts.googleapis.com/css?family=Oswald:400,700,300';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300';
@import 'https://fonts.googleapis.com/css?family=Lato';
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: -80%;
  bottom: 0;
  width: 80%;
  z-index: 2;
  background: #e6e6e6;
  -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: 80%;
  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: -80%;
  bottom: 0;
  width: 80%;
  z-index: 2;
  background: #e6e6e6;
  -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:480px), only screen and (min-width:481px) 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: 80%;
    left: -80%;
    -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: #e6e6e6;
}
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: #e6e6e6;
  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 {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  overflow: visible;
  display: block;
}
.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;
}
.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;
}
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
@media only screen and (max-width: 480px) {
  .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: 481px) 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: 480px) {
  .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: 481px) 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: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  content: '';
  display: block;
  position: absolute;
}
.arrow:after {
  width: 8px;
  height: 8px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -5px;
  top: -5px;
  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: #000000;
  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: 14px;
}
.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: 14px;
}
.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: 14px;
}
.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: 14px;
}
.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: #f29f78;
}
.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: 14px !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: 14px !important;
}
.arrow-fill-left {
  border-left: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-left.arrow-inner {
  margin-left: 14px !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: 14px !important;
  margin-left: 0 !important;
}
body {
  font-family: Roboto Condensed;
}
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: 0;
  padding-bottom: 0;
}
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: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
h2,
.h2 {
  font-size: 167%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
h3,
.h3 {
  font-size: 127%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
h4,
.h4 {
  font-size: 110%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
h5,
.h5 {
  font-size: 105%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
h6,
.h6 {
  font-size: 95%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
p,
.p {
  font-size: 100%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
}
.negative {
  color: #e6e6e6;
  background: #000000;
}
.super {
  font-size: 400%;
}
.big {
  font-size: 250%;
}
.small {
  font-size: 80%;
}
.xsmall {
  font-size: 70%;
}
a {
  color: #4d4d4d;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}
a:visited {
  color: #4d4d4d;
}
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.6rem;
}
@media only screen and (max-width:480px) {
  .line--spacing {
    margin: 0 0.3rem;
  }
}
.unit {
  float: left;
  padding: 0 0.6rem;
}
@media only screen and (max-width:480px) {
  .unit {
    padding: 0 0.3rem;
  }
}
.unit > .line {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media only screen and (max-width:480px) {
  .unit > .line {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.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: 480px) {
  .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: 481px) 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.6rem 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.media__img {
  float: left;
  margin: 0.6rem;
  position: relative;
}
.media__img--rev {
  float: right;
  margin: 6px;
}
.media__img img,
.media__img--rev img {
  display: block;
  margin: 0.3rem;
  z-index: 1;
}
.media__caption {
  padding: 3px 0.3rem;
  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.6rem;
  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.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
}
.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;
}
.box__hd--img-fit,
.box__bd--img-fit {
  padding: 0;
}
.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: 480px) {
  .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: 481px) 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 #d1d1d1;
  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: #88cdfb;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #e6e6e6;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #d1d1d1;
  outline: 1px auto #88cdfb;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #f29f78;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #dbdbdb;
  color: #1a1a1a !important;
  border-color: #d1d1d1;
}
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background: #dbdbdb;
  color: #1a1a1a !important;
  border-color: #d1d1d1;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #f6d813;
  border: 1px solid #ed7e4a;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #f29f78;
}
select {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}
legend {
  color: #000000;
  border-bottom: 1px solid #404040;
}
select,
input,
button,
textarea {
  font-family: Roboto Condensed;
}
.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;
}
.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--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:480px) {
  .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: 14px;
  height: 14px;
  margin-top: -7px;
}
.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: 14px;
  height: 14px;
  margin-top: -7px;
}
.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: 14px;
  height: 14px;
  margin-top: -7px;
}
.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;
}
.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;
}
.flipcard {
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -ms-perspective: 600;
  -o-perspective: 600;
  perspective: 600px;
  position: relative;
  overflow: visible;
}
.flipcard:after {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  display: block;
}
.flipcard__inner {
  border: 3px solid #F00;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.flipcard__inner:after {
  content: "";
  display: block;
  padding-bottom: 120%;
  padding-left: 100%;
}
.flipcard__inner.hover,
.flipcard__inner.find {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipcard__inner--square:after {
  padding-bottom: 100%;
}
.flipcard__side {
  border: 2px solid #00F;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.flipcard__side:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.flipcard__side.flipcard__side--back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #F00;
  padding-bottom: 100%;
}
.flipcard__side .box__inner,
.flipcard__side fieldset {
  position: inherit;
}
.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 #d1d1d1, 0px 0px 2px #dedede;
  background: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #1a1a1a;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 4px #4d4d4d, 0px 0px 2px #595959;
  border: 1px solid #4d4d4d;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #d1d1d1;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #595959;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 8px #d1d1d1, 0px 0px 2px #dedede;
  background: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #1a1a1a;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 4px #4d4d4d, 0px 0px 2px #595959;
  border: 1px solid #4d4d4d;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #d1d1d1;
  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: #404040;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #d1d1d1, 0px 0px 2px #dedede;
}
input[type=range]::-ms-fill-upper {
  background: #4d4d4d;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #d1d1d1, 0px 0px 2px #dedede;
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 4px #4d4d4d, 0px 0px 2px #595959;
  border: 1px solid #4d4d4d;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #d1d1d1;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #4d4d4d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #595959;
}
.loading {
  width: 100px;
  height: 100px;
  background-color: #f5d789;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 20px;
}
.list-loading {
  width: 100px;
  height: 100px;
  background-color: #f5d789;
  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: #fcf4ca;
  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;
  }
}
body {
  background: #ffffff;
  color: #000000;
  font-size: 105%;
}
@media only screen and (max-width:480px) {
  body {
    font-size: 90%;
  }
}
.container--dona-title {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.font-base {
  font-variant: normal;
}
.mc_inline_error {
  color: #F00 !important;
}
p {
  line-height: inherit;
}
a:hover {
  color: #000000 !important;
}
.font2 {
  font-family: Oswald;
}
.negative {
  color: #FFF;
}
.alert {
  color: #F00;
}
.bold,
b,
strong {
  font-weight: 600;
}
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}
em {
  font-weight: 200;
}
select {
  padding: 0 30px 0 10px !important;
  -webkit-padding-end: 30px !important;
  -webkit-padding-start: 10px !important;
}
.small {
  font-size: 90% !important;
}
.blue_link {
  color: #88cdfb;
}
.match {
  color: #F2D226;
}
#mce-responses .response {
  margin-top: 20px;
  font-weight: bold;
}
.error {
  color: #F1576A;
}
.header {
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.btn-menu {
  cursor: pointer;
}
.btn-menu > div {
  background: #f8d300;
}
.btn-menu.active > div {
  background: #f8d300;
}
.footer {
  margin-top: 1.5em;
  background-color: #000000;
  color: #e6e6e6;
}
@media only screen and (max-width:480px) {
  .footer h3 {
    font-size: 100%;
    margin-top: 1em;
  }
}
.menu {
  text-transform: none;
}
.menu .subnav {
  text-transform: uppercase;
}
.logo a {
  text-decoration: none;
}
@media only screen and (min-width:801px) {
  .layout,
  .wrapper {
    min-width: 800px;
  }
}
#default-menubar {
  background-color: rgba(0, 0, 0, 0.52);
}
.menubar-container {
  background-color: #FFF;
}
.default-menu {
  color: #FFF;
  opacity: 1;
}
#scroll-menu {
  background-color: #fff;
  box-shadow: 0px 0px 3px #333, 0px 0px 10px #666;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s ease-in-out;
}
#menu_mini > li > a,
#menu_minix > li > a {
  color: #000000 !important;
  font-weight: 500;
  text-shadow: 0 0 0;
}
.swiper-text {
  text-transform: capitalize !important;
}
.swiper-text h5 {
  background-color: rgba(255, 255, 255, 0.95);
}
.swiper-text h6 {
  background-color: #f8d300;
}
.top-title {
  text-transform: capitalize !important;
}
.top-title h5 {
  background-color: rgba(255, 255, 255, 0.95);
}
.top-title h6 {
  background-color: #f8e044;
  color: #000000;
}
a.btn.readmore {
  color: #FFF!important;
}
.two-line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width:801px) {
  .menu-container {
    background-color: transparent;
  }
  .menu li a {
    color: #000000 !important;
    font-weight: 500;
  }
  .menu li.active a {
    color: #000000;
  }
  .menu li:hover a {
    color: #000000;
  }
  .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: #000000;
  }
  .menu li.open ul li.active,
  .menu li:hover ul li.active {
    background-color: #fcf4ca;
  }
  .menu li.open ul li.active p,
  .menu li:hover ul li.active p {
    color: #000000;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .menu {
    background-color: #e6e6e6;
  }
  .menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .menu li a {
    color: #000000 !important;
  }
  .menu li a:hover {
    color: #404040 !important;
  }
  .menu li.active,
  .menu li:hover {
    background-color: #e6e6e6;
  }
  .menu li.active a,
  .menu li:hover a {
    color: #e6e6e6;
  }
  .menu li.open {
    color: #000000;
  }
  .menu li ul li {
    color: #000000;
  }
  .menu li ul li:hover {
    background: #e6e6e6;
  }
  .menu li.open ul,
  .menu li:hover ul {
    background: #fcf4ca;
    color: #000000 !important;
  }
  .submenu .arrow-small {
    display: none !important;
  }
}
.media--alt:nth-child(2n+0) {
  background: #dbdbdb;
}
.media--menu {
  border: none;
}
.media--menu:hover {
  background: #f8d300 !important;
  color: #404040;
}
.media--menu:hover .arrow:after {
  border-color: #e6e6e6;
}
.media--menu:hover .arrow-fill {
  border-left-color: #e6e6e6;
}
.media--menu.active {
  color: #000000;
}
.media--border {
  border-bottom: 3px solid #d1d1d1;
}
.media--border:last-child {
  border: none;
}
.media--border:first-child {
  border-bottom: 3px solid #d1d1d1;
}
/*************************************************************************************************************************/
.box__hd {
  color: #000000;
}
.box__hd--round {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.box__hd--label1 {
  background: #f29f78;
  border: none;
}
.box__hd--label2 {
  background: #f8d300;
  border: none;
}
.box__hd--label3 {
  background: #f5d789;
  border: none;
}
.box__bd--gray {
  background-color: #e0e0e0;
}
.box__ft {
  background: #dbdbdb;
}
.box__ft--round {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.box--round {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.box--black {
  background: #000000;
  color: #e6e6e6;
}
.box--black div {
  color: #e6e6e6;
}
.box__hd--none {
  border-color: transparent;
  background: none;
}
.box__bd--none {
  border: none;
  background: none;
}
.box__bd--dicono {
  background-color: rgba(255, 255, 255, 0.3);
}
/*************************************************************************************************************************/
.arrow-fill--black-left {
  border-right-color: #000000;
}
/*************************************************************************************************************************/
.accordion__label {
  background: #fae875;
  color: #000000;
  font-size: 127%;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto Condensed;
  line-height: inherit;
  font-weight: 800 !important;
  font-weight: 600;
}
.accordion__label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
  background: #fae875;
  color: #ffffff;
}
.accordion__label:hover > div,
.accordion [type=radio]:checked ~ label > div,
.accordion [type=checkbox]:checked ~ label > div {
  border-color: #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:after {
  display: none;
}
.accordion [type=radio]:checked ~ .accordion__content,
.accordion [type=checkbox]:checked ~ .accordion__content {
  padding: 1em;
}
/*************************************************************************************************************************/
.form input,
.form select,
.form textarea {
  border: 1px solid #d1d1d1;
  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: #88cdfb;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #e6e6e6;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin dotted #d1d1d1;
  outline: 1px auto #88cdfb;
}
.form input[type="file"]:focus:invalid:focus,
.form input[type="radio"]:focus:invalid:focus,
.form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #f29f78;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  background: #dbdbdb;
  color: #1a1a1a !important;
  border-color: #d1d1d1;
}
.form input[readonly]:focus,
.form select[readonly]:focus,
.form textarea[readonly]:focus {
  background: #dbdbdb;
  color: #1a1a1a !important;
  border-color: #d1d1d1;
}
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #f6d813;
  border: 1px solid #ed7e4a;
}
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #f29f78;
}
.form select {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}
.form legend {
  color: #000000;
  border-bottom: 1px solid #404040;
}
.form select,
.form input,
.form button,
.form textarea {
  font-family: Roboto Condensed;
}
.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.form--contacts {
  max-width: 750px;
  margin: 0px auto;
}
.form.form--contacts input,
.form.form--contacts textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.form.form--contacts textarea {
  border: 1px solid #dbdbdb;
}
.form.form--contacts input {
  border-bottom: 1px solid #dbdbdb;
  box-shadow: none;
}
.mce_inline_error {
  color: #f6d813;
}
.btn {
  color: #e6e6e6;
  border: 1px solid #404040;
  border: none;
  background-color: #4d4d4d;
  text-decoration: none;
  border-radius: 4px;
}
.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: #e6e6e6;
  color: #000000;
}
.btn-success,
.btn-error,
.btn-warning,
.btn-secondary {
  color: #000000;
  border-radius: 8px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
}
.btn-success {
  background: #f8e044;
}
.btn-error {
  background: #f6d813;
}
.btn-warning {
  background: #f2c75a;
}
.btn-secondary {
  background: #b3e080;
  color: #FFF;
}
.btn-subscribe {
  background: #88cdfb;
  font-weight: bold !important;
  color: #000000 !important;
}
.button-xsmall {
  font-size: 75%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 130%;
}
.button-xlarge {
  font-size: 145%;
}
.button-circle {
  border-radius: 30px;
}
a.btn:hover,
a.btn:active,
a.btn:visited {
  color: #FFF !important;
  font-weight: bold !important;
}
a.btn-success:hover,
a.btn-success:active,
a.btn:visited {
  color: #000000 !important;
}
a.btn:link {
  font-weight: bold !important;
}
/*************************************************************************************************************************/
.switch__input + div {
  background: #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition-duration: .3s;
  transition-property: padding,width;
}
.switch__input:checked + div {
  background: #f8d300;
}
.switch__input + div:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #c4c4c4;
}
/*************************************************************************************************************************/
.page--colors {
  text-shadow: 1px 1px #ffffff;
  font-size: 50%;
}
.color-1 {
  background-color: #fcf4ca;
}
.color-2 {
  background-color: #f29f78;
}
.color-3 {
  background-color: #f8d300;
}
.color-4 {
  background-color: #f5d789;
}
.color-5 {
  background-color: #f8e044;
}
.darken10 {
  background-color: #000000;
}
.darken20 {
  background-color: #000000;
}
.darken30 {
  background-color: #000000;
}
.darken-10 {
  background-color: #1a1a1a;
}
.darken-20 {
  background-color: #404040;
}
.darken-30 {
  background-color: #4d4d4d;
}
.lighten10 {
  background-color: #f5f5f5;
}
.lighten20 {
  background-color: #fafafa;
}
.lighten30 {
  background-color: #ffffff;
}
.lighten-10 {
  background-color: #e0e0e0;
}
.lighten-20 {
  background-color: #dbdbdb;
}
.lighten-30 {
  background-color: #d1d1d1;
}
/*************************************************************************************************************************/
.arrow:after {
  border-color: #000000;
  background: transparent;
}
.arrow.arrow-small:after {
  border-color: rgba(0, 0, 0, 0.4);
  background: #ffffff;
}
.arrow-fill {
  border-color: #f29f78;
}
.arrow-r:after {
  background-image: url("/assets/img/general/arrow-r.jpg");
  background-size: cover;
  width: 35px;
  height: 20px;
  display: block;
  content: '';
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -10px;
}
.arrow-l:after {
  background-image: url("/assets/img/general/arrow-l.jpg");
  background-size: cover;
  width: 35px;
  height: 20px;
  display: block;
  content: '';
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -10px;
}
/*************************************************************************************************************************/
.readmore {
  text-decoration: none !important;
}
@media only screen and (max-width:480px) {
  .more-it,
  .more-en {
    padding-top: 10px;
    margin-top: -10px;
  }
}
.c0 {
  color: #000000;
}
.bg0 {
  background-color: #000000;
}
.bg0-l {
  background-color: #1a1a1a;
}
.bg0-d {
  background-color: #000000;
}
.c1 {
  color: #fcf4ca;
}
.bg1 {
  background-color: #fcf4ca;
}
.bg1-l {
  background-color: #fffefa;
}
.bg1-d {
  background-color: #f9e99a;
}
.c2 {
  color: #f29f78;
}
.bg2 {
  background-color: #f29f78;
}
.bg2-l {
  background-color: #f6c0a7;
}
.bg2-d {
  background-color: #ed7e4a;
}
.c3 {
  color: #f8d300;
}
.bg3 {
  background-color: #f8d300;
}
.bg3-l {
  background-color: #ffe02c;
}
.bg3-d {
  background-color: #c5a800;
}
.c4 {
  color: #f5d789;
}
.bg4 {
  background-color: #f5d789;
}
.bg4-l {
  background-color: #f9e7b8;
}
.bg4-d {
  background-color: #f2c75a;
}
.c5 {
  color: #f8e044;
}
.c5-d {
  color: #f6d813;
}
.bg5 {
  background-color: #f8e044;
}
.bg5-l {
  background-color: #fae875;
}
.bg5-d {
  background-color: #f6d813;
}
.c6 {
  color: #b3e080;
}
.bg6 {
  background-color: #b3e080;
}
.bg6-l {
  background-color: #cceaa9;
}
.bg6-d {
  background-color: #9bd657;
}
.c7 {
  color: #bae2fd;
}
.bg7 {
  background-color: #bae2fd;
}
.bg7-l {
  background-color: #ebf7fe;
}
.bg7-d {
  background-color: #88cdfb;
}
.c8 {
  color: #ffffff;
}
.bg8 {
  background-color: #e6e6e6;
}
.bg8-l {
  background-color: #f2f2f2;
}
.bg8-d {
  background-color: #cccccc;
}
.lighten {
  background-color: #e6e6e6;
}
.lighten10 {
  background-color: #f5f5f5;
}
.lighten20 {
  background-color: #fafafa;
}
.lighten30 {
  background-color: #ffffff;
}
.lighten40 {
  background-color: #ffffff;
}
.darken {
  background-color: #000000;
}
.darken10 {
  background-color: #1a1a1a;
}
.darken20 {
  background-color: #404040;
}
.darken30 {
  background-color: #4d4d4d;
}
.darken40 {
  background-color: #666666;
}
.bgc1 {
  background-color: #f8d300;
}
.bgc8 {
  background-color: #f2c75a;
}
.bgc7 {
  background-color: #bae2fd;
}
.bgc2 {
  background-color: #b3e080;
}
.bgc4 {
  background-color: #f29f78;
}
.bgc5 {
  background-color: #f8e044;
}
.box-shadow-1 {
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.65);
}
.box-shadow-2 {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
}
.text-shadow-1 {
  text-shadow: 1px 0 7px rgba(0, 0, 0, 0.3), -1px 0 7px rgba(0, 0, 0, 0.3), 0 1px 7px rgba(0, 0, 0, 0.3), 0 -1px 7px rgba(0, 0, 0, 0.3), 1px 1px 7px rgba(0, 0, 0, 0.3), -1px -1px 7px rgba(0, 0, 0, 0.3), 1px -1px 7px rgba(0, 0, 0, 0.3), -1px 1px 7px rgba(0, 0, 0, 0.3);
}
.modal__overlay {
  background: #000000;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.modal__box {
  background: #FFF;
  -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: #FFF;
}
.modal__footer {
  background-color: #FFF;
}
.modal__close {
  background: #c5a800;
  border-color: #c5a800;
}
.modal__close:after,
.modal__close:before {
  background: #FFF;
}
.tab {
  text-decoration: none !important;
}
.tab.select {
  background-color: #cccccc;
}
.sfondo {
  background-image: url('/assets/img/sfondo.jpg');
  background-size: cover;
  background-position: center top;
}
#cookiewarning {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10000001;
  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%;
}
#cookiewarning input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  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;
  color: #e6e6e6;
  border: 1px solid #404040;
  border: none;
  background-color: #4d4d4d;
  text-decoration: none;
  border-radius: 4px;
  color: #000000;
  border-radius: 8px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
  background: #f2c75a;
  border-radius: 30px;
}
.full_msg {
  position: fixed;
  z-index: 10000;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  min-height: 480px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width:480px) {
  .full_msg {
    margin-top: 70px;
  }
}
.full_msg > div {
  display: table-cell;
  vertical-align: middle;
}
.doc-text img {
  margin: 10px 10px 10px 0px;
}
td {
  padding: 0.3em;
  font-size: 100%;
  font-weight: 300;
  font-style: normal;
}
/*progetto*/
.inCorso {
  color: #ff443a!important;
}
/*nuovi colori*/
.btn-dona-top {
  color: #000000 !important;
  background-color: #f8cf00;
}
.btn-dona-top-l {
  color: #000000 !important;
  background-color: #f8cf00;
}
.btn-dona-top-d {
  color: #000000 !important;
  background-color: #f8cf00;
}
.page--dona-ora .btn-dona-top,
.page--donate-now .btn-dona-top,
.page--faire-un-don .btn-dona-top,
.page--checkout .btn-dona-top,
.page--dona-ora .btn-warning,
.page--donate-now .btn-warning,
.page--faire-un-don .btn-warning,
.page--checkout .btn-warning,
.page--dona-ora .btn,
.page--donate-now .btn,
.page--faire-un-don .btn,
.page--checkout .btn {
  color: #000000 !important;
  background-color: #f8cf00 !important;
}
.page--dona-ora a.btn:active,
.page--donate-now a.btn:active,
.page--faire-un-don a.btn:active,
.page--checkout a.btn:active,
.page--dona-ora a.btn:visited,
.page--donate-now a.btn:visited,
.page--faire-un-don a.btn:visited,
.page--checkout a.btn:visited {
  color: #000000 !important;
}
.page--dona-ora .btn-warning:hover,
.page--donate-now .btn-warning:hover,
.page--faire-un-don .btn-warning:hover,
.page--checkout .btn-warning:hover,
.page--dona-ora a.btn-dona:hover,
.page--donate-now a.btn-dona:hover,
.page--faire-un-don a.btn-dona:hover,
.page--checkout a.btn-dona:hover,
.page--dona-ora a.btn:hover,
.page--donate-now a.btn:hover,
.page--faire-un-don a.btn:hover,
.page--checkout a.btn:hover {
  color: #ffffff!important;
}
.page--dona-ora .c5,
.page--donate-now .c5,
.page--faire-un-don .c5,
.page--checkout .c5 {
  color: #000000 !important;
}
.page--dona-ora .toggle input:checked + label,
.page--donate-now .toggle input:checked + label,
.page--faire-un-don .toggle input:checked + label,
.page--checkout .toggle input:checked + label {
  color: #000000 !important;
  background-color: #f8cf00;
}
.page--dona-ora .toggle:hover input:checked + label,
.page--donate-now .toggle:hover input:checked + label,
.page--faire-un-don .toggle:hover input:checked + label,
.page--checkout .toggle:hover input:checked + label {
  color: #ffffff!important;
}
.page--dona-ora h2,
.page--donate-now h2,
.page--faire-un-don h2,
.page--checkout h2 {
  line-height: 42px;
}
.btn-dona,
.inprimopiano {
  color: #000000 !important;
  background-color: #f8cf00 !important;
  font-weight: bold;
}
a.inprimopiano:active,
a.inprimopiano:visited {
  color: #000000 !important;
  font-weight: bold;
  background-color: #f8cf00;
}
a.btn-dona:active,
a.btn-dona:visited {
  color: #000000 !important;
  font-weight: bold;
}
a.btn-dona:hover {
  color: #ffffff!important;
}
a.inprimopiano:hover {
  color: #ffffff!important;
}
.text-lowercase {
  text-transform: lowercase;
}
li._1 {
  background-image: url('../../assets/img/1-2021.png');
}
li._2 {
  background-image: url('../../assets/img/2-2021.png');
}
li._3 {
  background-image: url('../../assets/img/3-2021.png');
}
body {
  height: 100%;
}
.wrapper {
  height: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width:801px) {
  .layout,
  .wrapper,
  .header {
    min-width: 1024px;
  }
}
.header {
  width: 100%;
  position: absolute;
  z-index: 10;
  overflow: visible;
}
@media only screen and (min-width:801px) {
  .header {
    height: 140px;
    min-width: 800px;
  }
}
@media only screen and (min-width:801px) {
  #slide-home .swiper-wrapper {
    margin-top: -100px;
  }
}
@media only screen and (min-width:1280px) {
  #slide-home .swiper-wrapper {
    margin-top: -130px;
  }
}
@media only screen and (min-width:1800px) {
  #slide-home .swiper-wrapper {
    margin-top: -160px;
  }
}
.header-container {
  position: relative;
}
.container--dona-title {
  position: absolute;
}
@media only screen and (min-width:801px) {
  .container--dona {
    margin-top: 30px;
  }
}
.container--wrap-left {
  max-width: 640px;
  float: right;
}
.container--wrap-right {
  max-width: 640px;
  float: left;
}
.container--wrap-800 {
  max-width: 800px;
}
@media only screen and (min-width:481px) and (max-width:800px) {
  .page--home .btn-dona-top,
  .page--dona-ora .btn-dona-top {
    display: none !important;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .page.page--chi-siamo {
    margin-top: 155px;
  }
}
.top-natale {
  height: 50vh;
  background-position: center center;
  background-size: cover;
}
.top-banner {
  padding-bottom: 40%;
  min-height: 450px;
  background-position: center center;
  background-size: cover;
}
.container--meno {
  margin-top: -120px !important;
}
@media only screen and (min-width:801px), only screen and (min-width:481px) and (max-width:800px) {
  .primo-piano {
    height: 70px!important;
    margin-bottom: 30px!important;
  }
}
.unit--square {
  position: relative;
  padding-bottom: 33%;
}
.unit--square .palla {
  position: absolute;
  bottom: 5%;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 5%;
  border-radius: 50%;
}
@media only screen and (min-width:481px) and (max-width:800px) {
  .unit--square {
    padding-bottom: 50%;
  }
  .unit--square:nth-child(3) {
    margin-left: 24%;
  }
}
@media only screen and (max-width:480px) {
  .unit--square {
    padding-bottom: 100%;
  }
}
.unit--square .info {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.unit--square .step {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 650%;
}
.biglietto {
  padding: 30px;
}
.biglietto img {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.65);
}
.country {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 120px;
  overflow: hidden;
}
.country .country_b {
  float: right;
  top: 0;
  max-width: 60px;
}
.country .country_b img {
  width: 100%;
}
.img_p {
  width: 80%;
}
@media only screen and (min-width:801px) {
  .slim {
    position: fixed !important;
    top: 0px;
    height: 95px;
    z-index: 1000000;
    min-width: 1024px;
  }
  .slim .social,
  .slim .form-search-top {
    display: none;
  }
  .slim .logo {
    height: 90px;
    overflow: hidden;
  }
  .slim.opacity0 {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .slim.opacity100 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media only screen and (min-width:801px) {
  .sub-menu.fix-menu {
    position: fixed;
    top: 80px;
    z-index: 100;
  }
}
.sub-menu a {
  text-decoration: none;
}
@media only screen and (min-width:801px) {
  .sub-menu a.selected {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
div.slogan {
  margin: 18px 10px;
  padding: 0 10px;
  float: left;
}
div.slogan h3 {
  font-weight: bold;
  font-style: italic;
}
#mini_left_c {
  float: right;
  margin-top: 10px;
  overflow: hidden;
  width: 40%;
}
.social--header {
  position: absolute;
  right: 20px;
  top: -20px;
}
.social--header a {
  padding: 0 4px;
}
div.footer .social {
  float: left;
  margin: 0 0;
}
.btn-dona-top {
  position: absolute;
  top: 40px;
  right: 20px;
}
@media only screen and (min-width:481px) and (max-width:800px) {
  .btn-dona-top {
    top: 70px;
  }
}
.swiper-text,
.top-title {
  position: absolute;
  bottom: 60%;
  right: 0;
  width: auto;
  height: auto;
}
.swiper-text h5,
.top-title h5 {
  font-size: 240%;
}
.swiper-text h6,
.top-title h6 {
  font-size: 150%;
}
.swiper-text .btn,
.top-title .btn {
  margin-top: 100px;
  margin-left: 10px;
}
.form .icon-search {
  top: -15px;
  right: -5px;
}
.form-search-top {
  height: 50px;
  position: absolute;
  top: 90px;
  right: 20px;
  margin-left: -90px;
  width: 180px;
}
.form-search-top input {
  width: 180px !important;
  border: none;
  border: none !important;
  border-radius: none !important;
}
.form-search-top input:focus {
  background: #f5f5f5;
}
.form-search-footer {
  height: 50px;
  max-width: 320px;
}
.form-search-footer .icon-search {
  top: -10px;
  right: 10px;
}
input[type=text] {
  margin-right: 30px;
}
.logo {
  width: 20%;
}
.logo > h1 {
  padding: 0 0.3rem;
  text-align: center;
  letter-spacing: 2px;
}
.container {
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
}
.container--wrap {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 0.6rem;
}
.container--wrap-800 {
  max-width: 800px;
  margin: 0px auto;
}
.page {
  margin: 0px auto;
  /* padding-bottom:50px; */
  margin-top: 140px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .page {
    margin-top: 120px;
  }
}
.d_bottom {
  display: none;
}
.open-right .menu {
  top: 0px;
  left: 21%;
}
.container--o-visible {
  overflow: visible;
}
.footer {
  width: 100%;
  height: auto;
  min-height: 500px;
  z-index: 1;
  overflow: hidden;
  bottom: 0px;
}
.footer.footer--home {
  bottom: 0px;
}
.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;
}
.menu > li > a {
  height: 40px;
  line-height: 40px;
  padding: 0 0px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .header .container--wrap {
    height: 100%;
    line-height: 40px;
  }
  .logo {
    position: absolute;
  }
  div.slogan {
    margin: 46px 6px;
    padding: 0;
  }
  div.slogan h3 {
    font-weight: bold;
  }
  #scroll-menu.visible {
    visibility: hidden;
  }
  #default-menubar {
    min-height: 100px;
  }
  .page {
    padding-top: 0px;
  }
  .container--wrap {
    max-width: 100%;
  }
  .btn-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 34px;
    height: 50px;
    z-index: 2500;
  }
  .btn-menu > div {
    display: block;
    height: 3px;
    margin: 4px;
  }
  .menu {
    position: fixed;
    z-index: 5;
    padding: 0;
    bottom: 0px;
    display: block;
    width: 80%;
    top: 0px;
    padding-top: 10px;
    left: 102%;
    padding-bottom: 100px;
    overflow: scroll;
    opacity: 1;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .menu.open {
    left: 20%;
    opacity: 1;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .menu > li {
    display: block;
    padding: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 40px;
    overflow: hidden;
  }
  .menu > li a {
    padding: 0px 20px;
    min-width: 80px;
  }
  .menu > li.open {
    max-height: 1200px;
  }
  .menu > li ul {
    overflow: hidden;
    margin: 0;
  }
  .menu > li ul li {
    padding: 0px 20px;
    height: auto;
  }
  .menu > li .arrow-small {
    display: none;
  }
  .lang a {
    display: inline-block;
  }
  .menu_center {
    visibility: hidden;
  }
  .donaora {
    display: none;
  }
  .d_bottom {
    display: block;
  }
  .d_bottom .donaora {
    width: 100%;
    display: block;
  }
  .donaora a.btn {
    width: 100%;
  }
  .slogan {
    visibility: hidden;
  }
  #menu_minix {
    visibility: hidden;
  }
  div.swiper_text {
    position: absolute;
    top: 30%;
    right: 5%;
  }
  div.swiper_text h2 {
    margin-bottom: 10px;
    font-size: 80%;
  }
  div.swiper_text a {
    font-size: 80%;
  }
  div.swiper_text .btn {
    margin-top: 20px;
    margin-left: 10px;
  }
}
@media only screen and (min-width:801px) {
  .header {
    position: absolute;
  }
  .header .container--wrap {
    max-width: 1280px;
    margin: 0px auto;
  }
  .logo {
    float: left;
    margin-top: 0px;
    white-space: nowrap;
    margin-right: 35px;
  }
  .menu-container {
    margin-top: 44px;
    padding: 0;
    overflow: visible;
    display: block;
    width: 620px;
  }
  .menu-container ul {
    padding: 0;
    overflow: visible;
    display: table;
    font-size: 95%;
    width: 620px;
  }
  .menu-container li {
    display: table-cell;
    height: 35px;
    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 ul {
    display: none;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 38px;
    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;
    padding: 1px;
    height: auto;
    text-align: left;
  }
  .menu-container li ul li .media__img {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  .menu-container li ul li .media__img img {
    margin: 10px;
  }
  .menu-container li ul li .media__body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 10px;
    height: 30px;
  }
  .menu-container li:hover ul,
  .menu-container li.open ul {
    display: block;
    overflow: visible;
    max-height: 1200px;
    height: auto;
  }
  .menu-container li:first-child ul {
    right: initial;
    left: 0;
    margin-left: 0;
  }
  .menu-container li:last-child ul {
    left: initial;
    right: 15px;
    margin-left: 0;
  }
  .lang a {
    padding: 5px 10px !important;
    height: 14px !important;
    display: inline-block;
    line-height: 5px !important;
  }
  .lang a:last-child {
    border-left: 1px solid #000000;
  }
  .donaora {
    width: 250px;
    float: left;
  }
  .donaora a.btn {
    width: 100%;
  }
}
.accordion [type=checkbox] ~ label > div {
  right: 12px;
  top: 50%;
}
.unit--h100 {
  height: auto;
}
.box__inner--200 {
  height: 200px;
  background-color: #F00;
}
.w200 {
  width: 200px;
}
.w400 {
  width: 500px;
}
.box--center {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:480px) {
  .list--product {
    text-align: center;
  }
}
.mw500 {
  max-width: 500px;
}
.f_loghi {
  height: 65px;
  margin-left: 10px;
}
input[type="submit"] {
  min-width: 300px;
  max-width: 300px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
  max-width: 320px;
}
.footer h4 {
  margin: 0;
  padding: 0;
}
.w320 {
  max-width: 400px;
  margin: 0px auto;
  padding: 0px 20px;
  overflow: hidden;
  font-size: 100% !important;
}
.unit--h40 {
  height: 40px;
  display: block;
}
.unit--h80 {
  height: 80px;
  display: block;
}
.unit--h160 {
  height: 160px;
  display: block;
}
.unit--full-column {
  border: 1px solid #F00 !important;
  width: 100%;
  position: relative;
  z-index: 1000000;
}
.m-top-15 {
  margin-top: 15;
}
.m-bott--15 {
  margin-top: 15;
}
.m-top-30 {
  margin-top: 15;
}
.m-bott--30 {
  margin-top: 15;
}
@media only screen and (min-width:801px) {
  .m-top-100 {
    margin-top: -100px;
    height: 100px;
    z-index: 2000;
  }
}
.half-right {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width:480px) {
  .half-right {
    display: none;
  }
}
@media only screen and (min-width:481px) and (max-width:800px), only screen and (min-width:801px) {
  .half-right img {
    display: none;
  }
}
.half-left {
  position: absolute;
  left: 0%;
  right: 50%;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width:480px) {
  .half-left {
    display: none;
  }
}
@media only screen and (min-width:481px) and (max-width:800px), only screen and (min-width:801px) {
  .half-left img {
    display: none;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-block {
  width: 100%;
  display: block;
}
#modal__frame {
  margin-top: 30px;
}
.modal__box {
  width: 90%;
  height: 90%;
}
@media only screen and (max-width:480px) {
  .modal__box {
    width: 100%;
    height: 100%;
  }
}
.modal__header,
.modal__footer {
  height: 50px;
}
.modal__content {
  top: 50px;
  bottom: 50px;
}
.modal__close {
  top: 15px;
  right: 5px;
}
.modal__close.per {
  width: 40px;
  height: 40px;
}
.box .box__hd--img-fit,
.box .box__bd--img-fit {
  padding: 0;
}
.box--header-info .box__hd {
  padding: 10px;
}
.box--img .box__bd {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tb {
  display: table;
}
.tb.tb--full {
  width: 100%;
}
.tb > .tc {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.column__item {
  padding: 0;
}
.max-320 {
  max-width: 320px !important;
}
.a-t-r {
  margin-right: 20px;
}
.unit--dona-top {
  background-image: url('/assets/img/dona-ora-2021.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 80vh;
}
@media only screen and (max-width:480px) {
  .unit--dona-top {
    background-position: top left;
  }
}
.block100-100 {
  width: 100px;
  height: 100px;
}
.block-30 {
  margin-bottom: -30px;
}
.tb {
  display: table;
}
.tr {
  display: table-row;
}
.tc {
  display: table-cell;
}
.column__item {
  padding: 4px;
}
#map {
  width: 100%;
  height: 550px;
  margin-top: 0px;
}
#map_search {
  margin: 5px;
  overflow: hidden;
  display: inline;
}
.leaflet-control-search .search-input {
  width: 95%!important;
  max-width: 95%!important;
  height: 25px!important;
  margin: 0 0 0 10px !important;
}
.leaflet-control-search .search-tooltip {
  margin-left: 10px!important;
  position: relative!important;
  background-color: rgba(254, 237, 156, 0.25) !important;
}
.leaflet-control-search .search-tip {
  position: relative!important;
}
.boxdona {
  background-color: #f8d300;
}
.boxdona .box__hd {
  border: 1px solid #0F0;
}
figure {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:480px) {
  .sub-menu a {
    text-align: center;
    white-space: nowrap;
  }
}
.video-container--swiper {
  bottom: -40px;
  right: 20px;
  width: 320px;
  height: 240px;
  z-index: 3000;
}
.personalizza {
  position: absolute;
  bottom: 80px;
  width: 170px;
  right: -30px;
}
@media only screen and (max-width:480px) {
  .personalizza {
    bottom: 70px;
    width: 130px;
    right: -30px;
  }
}
.menu--big-links {
  line-height: 1 !important;
}
.form--grid input[type='text'],
.form--grid input[type='email'] {
  width: 100% !important;
  max-width: none;
  min-width: none !important;
}
.info-top {
  z-index: 3;
  margin-top: -60px;
}
.info-top span {
  background-color: #ffffff;
}
@media only screen and (max-width:480px) {
  .info-top {
    margin-top: 0px;
  }
}
.box-dona {
  margin-top: 350px;
  margin-bottom: 70px;
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .box-dona {
    margin-top: 100px;
  }
}
.box-dona input {
  border: 1px solid #000000;
}
.box-dona .toggle {
  margin: 10px auto !important;
  max-width: 320px;
}
@media only screen and (max-width:480px) {
  .box-dona .toggle {
    margin: 10px auto !important;
  }
}
.dona-block {
  position: relative;
}
.dona-block .input-dona {
  padding-left: 50px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  margin-top: 0px !important;
  height: 40px;
}
.dona-block:before {
  content: '€';
  position: absolute;
  width: 40px;
  height: 38px;
  left: 1px;
  top: 1px;
  display: block;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 40px;
  background: #DDD;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
.dona-block:after {
  content: 'EUR';
  position: absolute;
  width: 30px;
  height: 40px;
  right: 30px;
  top: 0px;
  display: block;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 40px;
}
.hover .dona-block {
  visibility: hidden !important;
}
.toggle {
  border: 1px solid #000000;
  border-radius: 4px;
  height: 40px;
  position: relative;
  display: block;
  padding: 0 !important;
  /* 2 items
	 */
  /* 3 items
	 */
  /* 4 items
	 */
  /* 5 items
	 */
  /* 6 items
	 */
}
.toggle::after {
  clear: both;
  content: '';
  display: table;
}
.toggle a {
  display: block;
  transition: all 0.2s ease-out;
  border-radius: 4px;
  background-color: #f8e044;
}
.toggle label,
.toggle > span {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.toggle input:focus ~ span a,
.toggle input:focus + label {
  outline-width: 2px;
  outline-style: solid;
}
.toggle input:checked + label {
  color: #000000 !important;
}
.toggle input {
  position: absolute;
  left: 0;
  opacity: 0;
}
.toggle input + label {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  padding: 0 size(8);
  margin: 0;
  text-align: center;
}
.toggle a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
}
.toggle label:nth-child(2):nth-last-child(4),
.toggle label:nth-child(2):nth-last-child(4) ~ label,
.toggle label:nth-child(2):nth-last-child(4) ~ a {
  width: 50%;
}
.toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
  left: 50%;
}
.toggle label:nth-child(2):nth-last-child(6),
.toggle label:nth-child(2):nth-last-child(6) ~ label,
.toggle label:nth-child(2):nth-last-child(6) ~ a {
  width: 33.33%;
}
.toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
  left: 33.33%;
}
.toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
  left: 66.66%;
}
.toggle label:nth-child(2):nth-last-child(8),
.toggle label:nth-child(2):nth-last-child(8) ~ label,
.toggle label:nth-child(2):nth-last-child(8) ~ a {
  width: 25%;
}
.toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
  left: 25%;
}
.toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
  left: 50%;
}
.toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
  left: 75%;
}
.toggle label:nth-child(2):nth-last-child(10),
.toggle label:nth-child(2):nth-last-child(10) ~ label,
.toggle label:nth-child(2):nth-last-child(10) ~ a {
  width: 20%;
}
.toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
  left: 20%;
}
.toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
  left: 40%;
}
.toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
  left: 60%;
}
.toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
  left: 80%;
}
.toggle label:nth-child(2):nth-last-child(12),
.toggle label:nth-child(2):nth-last-child(12) ~ label,
.toggle label:nth-child(2):nth-last-child(12) ~ a {
  width: 16.6%;
}
.toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
  left: 16.6%;
}
.toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
  left: 33.2%;
}
.toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
  left: 49.8%;
}
.toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
  left: 66.4%;
}
.toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
  left: 83%;
}
select {
  width: 100%;
  height: 40px;
}
.max300 {
  max-width: 300px;
}
.max500 {
  max-width: 500px;
}
.form-search-top input {
  width: 180px !important;
  min-width: auto;
}
.column__item {
  margin: 0 !important;
}
ul._1_2_3 {
  margin-left: 5px 5px;
  list-style: none;
  display: inline-flex;
}
ul._1_2_3 li {
  padding: .3em 0 1em 40px;
  background-repeat: no-repeat;
  background-size: contain;
  /*opacity: 0.8;*/
  display: inline;
  width: 33%;
  border-radius: 30px;
  height: 200px;
  margin: 5px 5px;
}
div.info {
  vertical-align: middle;
  padding: 5px 5px;
  margin-left: 15%;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 800px) {
  ul._1_2_3 {
    display: grid;
  }
  ul._1_2_3 li {
    width: auto;
    height: 200px;
  }
}
@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;
}
.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";
}
/* -- end iconmoon -- */
/* icons css */
span.icon {
  display: block;
}
.icon {
  font-size: 1.5em;
  color: #404040;
  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: #e6e6e6 !important;
  background: transparent !important;
}
.icon-block {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin: 20px auto;
}
.icon-block {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin: 20px auto;
  padding: 0;
}
.icon-block.icon-color.icon-google-plus {
  background-color: #D9514F;
  color: #FFF;
}
.icon-block.icon-color.icon-facebook {
  background-color: #435697;
  color: #FFF;
}
.icon-block.icon-color.icon-twitter {
  background-color: #3FCDFE;
  color: #FFF;
}
.icon-block.icon-color.icon-youtube3 {
  background-color: #3FCDFE;
  color: #FFF;
}
.icon-block.icon-color:hover {
  color: #FFF !important;
}
.icon-round {
  border-radius: 9px;
}
.icon-circle {
  border-radius: 50%;
}
.icon-xs {
  width: 30px;
  height: 30px;
  font-size: 1em;
  line-height: 30px;
}
.icon-s {
  width: 38px;
  height: 38px;
  font-size: 1.5em;
  line-height: 38px;
}
.icon-m {
  width: 45px;
  height: 45px;
  font-size: 1.9em;
  line-height: 45px;
}
.icon-l {
  width: 60px;
  height: 60px;
  font-size: 2.6em;
  line-height: 60px;
}
.icon-xl {
  width: 110px;
  height: 110px;
  font-size: 5em;
  line-height: 110px;
}
.icon-hover:hover {
  background-color: #000000;
  color: #FFF;
  cursor: pointer;
}
a.icon {
  text-decoration: none !important;
  color: #404040;
}
.icon-header {
  color: #000000;
}
.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: auto  100%;
}
.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: #f8dd44!important;
}
.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: #FFF;
}
.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;
}
.grid-ms {
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.grid-ms li {
  display: block;
  float: left;
  padding: 7px;
  width: 24%;
  opacity: 0;
}
.grid-ms li.shown,
.no-js .grid-ms li,
.no-cssanimations .grid-ms li {
  opacity: 1;
}
.grid-ms li a,
.grid-ms li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
/* Effect 1: opacity */
.grid-ms.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
.grid-ms.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
.grid-ms.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 4: fall perspective */
.grid-ms.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid-ms.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-ms.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid-ms.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-ms.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid-ms.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-ms.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid-ms.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 8:  */
.grid-ms.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid-ms.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .grid-ms li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .grid-ms li {
    width: 100%;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url('/assets/img/map_images/layers.png');
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url('/assets/img/map_images/layers-2x.png');
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
/* 
 * Leaflet Control Search v2.7.0 - 2016-09-13 
 * 
 * Copyright 2016 Stefano Cudini 
 * stefano.cudini@gmail.com 
 * http://labs.easyblog.it/ 
 * 
 * Licensed under the MIT license. 
 * 
 * Demo: 
 * http://labs.easyblog.it/maps/leaflet-search/ 
 * 
 * Source: 
 * git@github.com:stefanocudini/leaflet-search.git 
 * 
 */
.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  margin-left: 10px;
  margin-top: 10px;
}
.leaflet-control-search.search-exp {
  /*expanded*/
  box-shadow: 0 1px 7px #999;
  background: #fff;
}
.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 18px;
  padding: 0 18px 0 2px;
  margin: 3px 0 3px 3px;
}
.leaflet-control-search.search-load .search-input {
  background: url('/assets/img/map_images/loader.gif') no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}
.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 22px;
  margin: 3px 0;
  background: url('/assets/img/map_images/search-icon.png') no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.leaflet-control-search .search-cancel span {
  display: none;
  /* comment for cancel button imageless */
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: bold;
}
.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}
.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  background: url('/assets/img/map_images/search-icon.png') no-repeat 2px 2px #fff;
  border-radius: 4px;
}
.leaflet-control-search .search-button:hover {
  background: url('/assets/img/map_images/search-icon.png') no-repeat 2px -22px #fafafa;
}
.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 122px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: black;
  background: #eee;
  border-radius: .25em;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center;
}
.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
  background-color: #fff;
}
.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: bold;
  border-radius: .25em;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(0, 0, 0, 0.5);
}
.marker-cluster-small div {
  background-color: rgba(240, 194, 12, 0.9);
}
.marker-cluster-medium {
  background-color: rgba(0, 0, 0, 0.5);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.9);
}
.marker-cluster-large {
  background-color: rgba(0, 0, 0, 0.5);
}
.marker-cluster-large div {
  background-color: rgba(240, 194, 12, 0.9);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
/*! 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: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  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;
}
#map {
  width: 100%;
  height: 550px;
  margin-top: 60px;
}
#map_search {
  position: absolute;
  z-index: 100000;
  width: 40%;
  left: 50%;
  height: 30px;
  margin-left: -20%;
  overflow: visible;
}
@media only screen and (max-width:480px) {
  #map_search {
    width: 90%;
    margin-left: -45%;
  }
}
.leaflet-control-search {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.leaflet-control-search .search-input {
  border-radius: 3px;
  padding: 4px !important;
  height: 40px !important;
}
.leaflet-control-search .search-button {
  position: absolute;
  right: -10px;
  top: 0;
  display: none !important;
}
.leaflet-control-search .search-tooltip {
  margin-left: 10px!important;
  position: relative!important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 95%;
}
.leaflet-control-search .search-tip {
  position: relative!important;
  border-radius: none;
  width: 100%;
}
.leaflet-control-search .search-cancel {
  margin: 10px 0 !important;
}
