@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic';
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: #ffffff;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
.open-left {
  overflow: hidden;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.open-left .body {
  overflow: hidden;
}
.open-left .layout {
  left: 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: #ffffff;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width: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: #ffffff;
}
body.open-bottom {
  bottom: 90%;
  position: absolute;
  padding-bottom: 90%;
}
.open-bottom .layout {
  padding-bottom: 90%;
}
.open-bottom .footer {
  bottom: 0px;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
  margin-top: 0px;
}
.open-bottom .footer .footer-outside {
  top: 0;
  display: block;
  bottom: 0;
}
.footer-outside {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: -2000px;
  background: #ffffff;
  display: block;
}
.open-left .side,
.open-right .side {
  overflow: hidden;
}
.footer--side {
  bottom: 0px;
  top: 100%;
  margin-top: -40px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/* fonts */
body {
  font: 14px/1.44 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
textarea:focus,
input:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  border: none;
}
fieldset {
  border: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.front {
  z-index: 10000000;
}
.c-float {
  *zoom: 1;
}
.c-float:before,
.c-float:after {
  content: "";
  display: table;
}
.c-float:after {
  clear: both;
}
.centro {
  width: 1px;
  height: 1px;
  overflow: visible;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.centro:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: #FFF;
}
.centro:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: #FFF;
}
.centro-fix {
  position: fixed;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  overflow: visible;
  display: block;
  z-index: 10;
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}
.centro-fix:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: #FFF;
}
.centro-fix:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: #FFF;
}
.centro60 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.fullframe {
  border: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  overflow: scroll;
}
.scale {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.centro.scale1 {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.j-text {
  text-align: justify;
}
.bold {
  font-weight: 800 !important;
}
.left-text {
  text-align: left;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.smallcaps {
  font-variant: small-caps;
}
.italic {
  font-style: italic;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.i-block {
  display: inline-block !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.un {
  text-decoration: underline !important;
}
.fixed {
  position: fixed;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.fit.fit--mask {
  z-index: 1000;
}
.full-fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.body--disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg {
  max-width: 100%;
}
.pad-t-10 {
  padding-top: 10px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-40 {
  padding-top: 40px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-t-60 {
  padding-top: 60px;
}
.pad-t-70 {
  padding-top: 70px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-40 {
  padding-bottom: 40px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-b-60 {
  padding-bottom: 60px;
}
.pad-b-70 {
  padding-bottom: 70px;
}
.pad-v-10 {
  padding: 10px 0;
}
.pad-v-20 {
  padding: 20px 0;
}
.pad-v-40 {
  padding: 40px 0;
}
.pad-v-50 {
  padding: 50px 0;
}
.pad-v-60 {
  padding: 60px 0;
}
.pad-v-70 {
  padding: 70px 0;
}
.pad-h-10 {
  padding: 0 10px;
}
.pad-h-20 {
  padding: 0 20px;
}
.pad-h-40 {
  padding: 0 40px;
}
.pad-h-50 {
  padding: 0 50px;
}
.pad-h-60 {
  padding: 0 60px;
}
.pad-h-70 {
  padding: 0 70px;
}
.pointer {
  cursor: pointer;
}
.screen {
  display: block;
  z-index: 2;
  position: absolute;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screen--phone {
  width: 326px;
  height: 576px;
  margin-left: -163px;
  margin-top: -288px;
}
.screen--phone-l {
  height: 326px;
  width: 576px;
  margin-left: -288px;
  margin-top: -163px;
}
.screen--phone-p {
  height: 576px;
  width: 326px;
  margin-left: -163px;
  margin-top: -288px;
}
.screen--tablet-p {
  width: 768px;
  height: 1024px;
  margin-left: -384px;
  margin-top: -512px;
}
.screen--tablet-l {
  height: 768px;
  width: 1024px;
  margin-top: -384px;
  margin-left: -512px;
}
.screen--desktop-l {
  width: 1920px;
  height: 1200px;
  margin-left: -960px;
  margin-top: -600px;
}
.case {
  position: absolute;
  display: block;
  z-index: 1;
  background-color: #313638;
  -webkit-box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 40px -2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case .btn-case {
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
}
.case .btn-case:after {
  position: absolute;
  display: block;
  content: '';
  border: 2px solid #313638;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.case .btn-camera {
  position: absolute;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.case .micro {
  display: none;
}
.case--desktop-l {
  width: 2020px;
  height: 1300px;
  border: 2px solid #000;
  margin-left: -1010px;
  margin-top: -650px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.case--desktop-l .btn-case,
.case--desktop-l .btn-camera,
.case--desktop-l .micro {
  display: none;
}
.case--phone {
  border: 2px solid #000;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.case--phone .btn-case {
  width: 46px;
  height: 46px;
}
.case--phone .btn-case:after {
  width: 20px;
  height: 20px;
}
.case--phone .btn-camera {
  width: 16px;
  height: 16px;
}
.case--phone .micro {
  display: block;
  position: absolute;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.case--phone-p {
  width: 356px;
  height: 738px;
  margin-left: -178px;
  margin-top: -369px;
}
.case--phone-p .btn-case {
  bottom: 16px;
  left: 50%;
  margin-left: -23px;
}
.case--phone-p .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.case--phone-p .btn-camera {
  top: 20px;
  left: 50%;
  margin-left: -8px;
}
.case--phone-p .micro {
  width: 72px;
  height: 12px;
  top: 46px;
  left: 50%;
  margin-left: -36px;
}
.case--phone-l {
  height: 356px;
  width: 738px;
  margin-top: -178px;
  margin-left: -369px;
}
.case--phone-l .btn-case {
  left: 16px;
  top: 50%;
  margin-top: -23px;
}
.case--phone-l .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.case--phone-l .btn-camera {
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.case--phone-l .micro {
  height: 72px;
  width: 12px;
  right: 46px;
  top: 50%;
  margin-top: -36px;
}
.case--tablet {
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.case--tablet .btn-case {
  width: 66px;
  height: 66px;
}
.case--tablet .btn-case:after {
  width: 24px;
  height: 24px;
}
.case--tablet .btn-camera {
  width: 24px;
  height: 24px;
}
.case--tablet-p {
  width: 932px;
  height: 1260px;
  margin-left: -466px;
  margin-top: -630px;
}
.case--tablet-p .btn-case {
  bottom: 24px;
  left: 50%;
  margin-left: -33px;
}
.case--tablet-p .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.case--tablet-p .btn-camera {
  top: 40px;
  left: 50%;
  margin-left: -12px;
}
.case--tablet-l {
  height: 932px;
  width: 1260px;
  margin-left: -630px;
  margin-top: -466px;
}
.case--tablet-l .btn-case {
  left: 24px;
  top: 50%;
  margin-top: -33px;
}
.case--tablet-l .btn-case:after {
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.case--tablet-l .btn-camera {
  right: 40px;
  top: 50%;
  margin-top: -12px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mv5 {
  margin: 5px 0;
}
.mv10 {
  margin: 10px 0;
}
.mv15 {
  margin: 15px 0;
}
.mv20 {
  margin: 20px 0;
}
.mv25 {
  margin: 25px 0;
}
.mv30 {
  margin: 30px 0;
}
.mh5 {
  margin: 0 5px;
}
.mh10 {
  margin: 0 10px;
}
.mh15 {
  margin: 0 15px;
}
.mh20 {
  margin: 0 20px;
}
.mh25 {
  margin: 0 25px;
}
.mh30 {
  margin: 0 30px;
}
.mt-xs {
  margin-top: 5px;
}
.mr-xs {
  margin-right: 5px;
}
.mb-xs {
  margin-bottom: 5px;
}
.ml-xs {
  margin-left: 5px;
}
.mt-s {
  margin-top: 10px;
}
.mr-s {
  margin-right: 10px;
}
.mb-s {
  margin-bottom: 10px;
}
.ml-s {
  margin-left: 10px;
}
.mt-m {
  margin-top: 15px;
}
.mr-m {
  margin-right: 15px;
}
.mb-m {
  margin-bottom: 15px;
}
.ml-m {
  margin-left: 15px;
}
.mt-l {
  margin-top: 20px;
}
.mr-l {
  margin-right: 20px;
}
.mb-l {
  margin-bottom: 20px;
}
.ml-l {
  margin-left: 20px;
}
.mt-xl {
  margin-top: 25px;
}
.mr-xl {
  margin-right: 25px;
}
.mb-xl {
  margin-bottom: 25px;
}
.ml-xl {
  margin-left: 25px;
}
.mt-xxl {
  margin-top: 30px;
}
.mr-xxl {
  margin-right: 30px;
}
.mb-xxl {
  margin-bottom: 30px;
}
.ml-xxl {
  margin-left: 30px;
}
.pt-xs {
  padding-top: 5px;
}
.pr-xs {
  padding-right: 5px;
}
.pb-xs {
  padding-bottom: 5px;
}
.pl-xs {
  padding-left: 5px;
}
.pt-s {
  padding-top: 10px;
}
.pr-s {
  padding-right: 10px;
}
.pb-s {
  padding-bottom: 10px;
}
.pl-s {
  padding-left: 10px;
}
.pt-m {
  padding-top: 15px;
}
.pr-m {
  padding-right: 15px;
}
.pb-m {
  padding-bottom: 15px;
}
.pl-m {
  padding-left: 15px;
}
.pt-l {
  padding-top: 20px;
}
.pr-l {
  padding-right: 20px;
}
.pb-l {
  padding-bottom: 20px;
}
.pl-l {
  padding-left: 20px;
}
.pt-xl {
  padding-top: 25px;
}
.pr-xl {
  padding-right: 25px;
}
.pb-xl {
  padding-bottom: 25px;
}
.pl-xl {
  padding-left: 25px;
}
.pt-xxl {
  padding-top: 30px;
}
.pr-xxl {
  padding-right: 30px;
}
.pb-xxl {
  padding-bottom: 30px;
}
.pl-xxl {
  padding-left: 30px;
}
.mv-xs {
  margin: 5px 0;
}
.mv-s {
  margin: 10px 0;
}
.mv-m {
  margin: 15px 0;
}
.mv-l {
  margin: 20px 0;
}
.mv-xl {
  margin: 25px 0;
}
.mv-xxl {
  margin: 30px 0;
}
.mh-xs {
  margin: 0 5px;
}
.mh-s {
  margin: 0 10px;
}
.mh-m {
  margin: 0 15px;
}
.mh-l {
  margin: 0 20px;
}
.mh-xl {
  margin: 0 25px;
}
.mh-xxl {
  margin: 0 30px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-h-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-v-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-rev {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.j-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.j-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.j-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.j-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.j-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.a-i-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.a-i-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.a-i-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.a-i-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.a-i-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.a-c-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.a-c-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.a-c-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.a-c-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.a-c-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.a-c-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.flex-1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex-5 {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex-6 {
  -webkit-flex: 6;
  -moz-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.order-4 {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.order-5 {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
}
.order-6 {
  -webkit-order: 6;
  -moz-order: 6;
  -ms-order: 6;
  order: 6;
}
.grow-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.grow-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.grow-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.grow-4 {
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4;
}
.grow-5 {
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5;
}
.grow-6 {
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-grow: 6;
  flex-grow: 6;
}
.shrink-1 {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.shrink-2 {
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
}
.shrink-3 {
  -webkit-flex-shrink: 3;
  -moz-flex-shrink: 3;
  -ms-flex-shrink: 3;
  flex-shrink: 3;
}
.shrink-4 {
  -webkit-flex-shrink: 4;
  -moz-flex-shrink: 4;
  -ms-flex-shrink: 4;
  flex-shrink: 4;
}
.shrink-5 {
  -webkit-flex-shrink: 5;
  -moz-flex-shrink: 5;
  -ms-flex-shrink: 5;
  flex-shrink: 5;
}
.shrink-6 {
  -webkit-flex-shrink: 6;
  -moz-flex-shrink: 6;
  -ms-flex-shrink: 6;
  flex-shrink: 6;
}
.a-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.a-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.a-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.a-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.a-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.a-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
.flex-full {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
@media only screen and (max-width: 480px) {
  .s-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .s-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .s-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .s-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .s-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .s-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .s-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .s-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .s-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .s-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .s-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .s-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  .m-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .m-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .m-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .m-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .m-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .m-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .m-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .m-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .m-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .m-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .m-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .m-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 801px) {
  .l-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .l-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .l-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .l-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .l-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .l-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .l-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .l-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .l-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .l-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .l-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .xl-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .xl-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .xl-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .xl-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .xl-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .xl-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .xl-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .xl-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .xl-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .xl-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .xl-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-flex-1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .xxl-flex-2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .xxl-flex-3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .xxl-flex-4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .xxl-flex-5 {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .xxl-flex-6 {
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
  .xxl-order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .xxl-order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .xxl-order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .xxl-order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
  .xxl-order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    order: 5;
  }
  .xxl-order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 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: 15px;
  height: 15px;
  left: -7.5px;
  top: -7.5px;
  content: '';
  display: block;
  position: absolute;
}
.arrow:after {
  width: 13px;
  height: 13px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -8px;
  top: -8px;
  margin-top: -1px;
  margin-left: -1px;
  border: 2px solid #000;
}
.arrow-small {
  width: 0px;
  height: 0px;
  overflow: visible;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.arrow-small:before {
  width: 8px;
  height: 8px;
  left: -4px;
  top: -4px;
  content: '';
  display: block;
  position: absolute;
}
.arrow-small:after {
  width: 7px;
  height: 7px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -4px;
  top: -4px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #000;
}
:after {
  border-color: #333333;
  background: transparent;
}
.arrow-small:after {
  border-color: rgba(0, 0, 0, 0.4);
  background: #ffffff;
}
.arrow-right:after {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-right.arrow-inner {
  margin-right: 15px;
}
.arrow-right.arrow-inner:after {
  border-left-width: 0;
  border-bottom-width: 0;
}
.arrow-top:after {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-top.arrow-inner {
  margin-top: 15px;
}
.arrow-top.arrow-inner:after {
  border-right-width: 0;
  border-bottom-width: 0;
}
.arrow-left:after {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-left.arrow-inner {
  margin-left: 15px;
}
.arrow-left.arrow-inner:after {
  border-right-width: 0;
  border-top-width: 0;
}
.arrow-bottom:after {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-bottom.arrow-inner {
  margin-bottom: 15px;
}
.arrow-bottom.arrow-inner:after {
  border-left-width: 0;
  border-top-width: 0;
}
.transparent:after {
  background: transparent !important;
}
.a-t-c {
  left: 50%;
  top: 0;
}
.a-t-l {
  left: 0%;
  top: 0;
  margin-left: 35px;
}
.a-t-l.arrow-fill {
  margin-left: 17.5px;
}
.a-t-r {
  right: 0%;
  top: 0;
  margin-right: 35px;
}
.a-t-r.arrow-fill {
  margin-right: 17.5px;
}
.a-r-c {
  right: 0;
  top: 50%;
}
.a-r-t {
  right: 0%;
  top: 0%;
  margin-top: 35px;
}
.a-r-t.arrow-fill {
  margin-top: 17.5px;
}
.a-r-b {
  right: 0%;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-r-b.arrow-fill {
  margin-bottom: 17.5px;
}
.a-b-c {
  left: 50%;
  bottom: 0px;
}
.a-b-l {
  left: 0%;
  bottom: 0;
  margin-left: 35px;
}
.a-b-l.arrow-fill {
  margin-left: 17.5px;
}
.a-b-r {
  right: 0%;
  bottom: 0;
  margin-right: 35px;
}
.a-b-r.arrow-fill {
  margin-right: 17.5px;
}
.a-l-c {
  left: 0;
  top: 50%;
}
.a-l-t {
  left: 0;
  top: 0%;
  margin-top: 35px;
}
.a-l-t.arrow-fill {
  margin-top: 17.5px;
}
.a-l-b {
  left: 0;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-l-b.arrow-fill {
  margin-bottom: 17.5px;
}
.arrow-fill {
  position: absolute;
  border: 15px solid #000;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  width: 0;
  height: 0;
  line-height: 0;
  border-color: #c22700;
}
.arrow-fill-small {
  position: absolute;
  border: 8px solid #000;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  width: 0;
  height: 0;
  line-height: 0;
}
.arrow-fill-top {
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-top.arrow-inner {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.arrow-fill-bottom {
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-bottom.arrow-inner {
  margin-bottom: 15px !important;
}
.arrow-fill-left {
  border-left: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-left.arrow-inner {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
.arrow-fill-right {
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-right.arrow-inner {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
body {
  font-family: Open Sans Condensed, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-top: 3px;
  padding-bottom: 3px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6,
table p,
table ul,
table ol,
table dl,
ul h1,
ul h2,
ul h3,
ul h4,
ul h5,
ul h6,
ul p,
ul ul,
ul ol,
ul dl,
ol h1,
ol h2,
ol h3,
ol h4,
ol h5,
ol h6,
ol p,
ol ul,
ol ol,
ol dl {
  padding: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 196%;
  font-weight: 600;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
h2,
.h2 {
  font-size: 187%;
  font-weight: 600;
  font-style: normal;
  font-family: Oswald, sans-serif;
  line-height: inherit;
}
h3,
.h3 {
  font-size: 127%;
  font-weight: 300;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
h4,
.h4 {
  font-size: 125%;
  font-weight: 300;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
h5,
.h5 {
  font-size: 108%;
  font-weight: 300;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
h6,
.h6 {
  font-size: 105%;
  font-weight: 300;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
p,
.p {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: Open Sans Condensed, sans-serif;
  line-height: inherit;
}
.negative {
  color: #ffffff;
  background: #333333;
}
.super {
  font-size: 500%;
}
.big {
  font-size: 300%;
}
.small {
  font-size: 80%;
}
.xsmall {
  font-size: 70%;
}
a {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #72a1a7;
  text-decoration: underline;
  font-weight: normal;
}
a:visited {
  color: #000000;
}
img {
  display: inline-block;
}
.img-round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-circle {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.img-fluid {
  width: 100%;
}
.line,
.unit--last {
  overflow: hidden;
}
.line--o-visible {
  overflow: visible;
}
.line--spacing {
  margin: 0 0.4rem;
}
@media only screen and (max-width:480px) {
  .line--spacing {
    margin: 0 0.13333333rem;
  }
}
.unit {
  float: left;
  padding: 0 0.4rem;
}
@media only screen and (max-width:480px) {
  .unit {
    padding: 0 0.13333333rem;
  }
}
.unit > .line {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
@media only screen and (max-width:480px) {
  .unit > .line {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
}
.unit > .line--s {
  margin-left: 0;
  margin-right: 0;
}
.unit > img {
  display: block;
}
.unit--top-space {
  padding-top: 10px;
}
.unit--v-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
.unit--rev {
  float: right;
}
.unit--last {
  float: none;
  width: auto;
}
.unit--fit {
  padding: 0;
}
.g1of1 {
  width: 100%;
}
.g1of2 {
  width: 50%;
}
.g1of3 {
  width: 33.33333%;
}
.g2of3 {
  width: 66.66666%;
}
.g1of4 {
  width: 25%;
}
.g3of4 {
  width: 75%;
}
.g1of5 {
  width: 20%;
}
.g2of5 {
  width: 40%;
}
.g3of5 {
  width: 60%;
}
.g4of5 {
  width: 80%;
}
@media only screen and (max-width: 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.4rem 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.media__img {
  float: left;
  margin: 0.4rem;
  position: relative;
}
.media__img--rev {
  float: right;
  margin: 6px;
}
.media__img img,
.media__img--rev img {
  display: block;
  margin: 0.2rem;
  z-index: 1;
}
.media__caption {
  padding: 3px 0.2rem;
  margin: 0;
}
.media__body {
  overflow: hidden;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
.media__link {
  position: absolute;
  text-decoration: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.media__link.active {
  z-index: 0;
  cursor: pointer;
}
.media__body--ellipsis > * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.media--menu {
  position: relative;
}
.media--menu .media__body {
  position: relative;
}
.media--thumbs {
  position: relative;
  padding: 0.4rem;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media--thumbs .media__img {
  float: none;
  margin: 0;
  padding: 0;
}
.media--thumbs .media__img img {
  margin: 0;
  width: 100%;
}
.media--thumbs .media__body.media__body--over {
  position: absolute;
  top: 70%;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
}
.media--table {
  width: 100%;
  display: table;
}
.media--table .media__img,
.media--table .media__body {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.media__body--ellipsis h4 {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.box .box__inner {
  position: relative;
}
.box .box__hd,
.box .box__bd,
.box .box__ft {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
  padding: 10px;
}
.box .box__bd--fit {
  padding: 0;
}
.box.box--bubble {
  overflow: visible;
  position: relative;
  margin: 30px;
}
.accordion [type=radio],
.accordion [type=checkbox] {
  display: none;
}
.accordion__label {
  display: block;
  cursor: pointer;
}
.accordion__content {
  overflow: hidden;
}
.accordion--vertical > div {
  overflow: hidden;
  margin: 0 0 1px;
}
.accordion--vertical > div label {
  padding: 10px;
  position: relative;
}
.accordion--vertical .accordion__content {
  height: 0px;
  max-height: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accordion--vertical [type=radio]:checked ~ label ~ .accordion__content,
.accordion--vertical [type=checkbox]:checked ~ label ~ .accordion__content {
  max-height: 10000px;
  overflow: hidden;
  position: relative;
  min-height: 50px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.column {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1;
}
.column1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.column2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.column3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.column4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.column5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.column__item {
  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 #ebebeb;
  box-shadow: inset 0 1px 12px #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #c22700;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #ebebeb;
  outline: 1px auto #c22700;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #3ab64a;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #3ab64a;
  border: 1px solid #3ab64a;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #3ab64a;
}
select {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
legend {
  color: #1a1a1a;
  border-bottom: 1px solid #666666;
}
select,
input,
button,
textarea {
  font-family: Open Sans Condensed, sans-serif;
}
.form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form__group input:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.form__group input:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form__message {
  color: #F00;
}
input:required:invalid,
input:focus:invalid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right top;
  background-repeat: no-repeat;
}
input:required:valid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.form--block input,
.form--block select,
.form--block label,
.form--block textarea {
  display: block;
  margin: 0.25em 0;
  width: 100%;
}
.form--inline input,
.form--inline select,
.form--inline textarea {
  display: inline-block;
}
.form--aligned input,
.form--aligned textarea,
.form--aligned select,
.form--aligned .form__line {
  margin-bottom: 0.5em;
}
.form--aligned input label,
.form--aligned textarea label,
.form--aligned select label,
.form--aligned .form__line label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin: 0 16px 0 0;
}
.form--aligned .form__message {
  margin: 0 0 0 200px;
}
.form--aligned .form__controls {
  margin: 1em 0 1em 196px;
}
.form--aligned .form__controls .form__message {
  margin: 0 0 0 4px;
}
.form--grid .unit {
  padding: 0 0.3rem !important;
}
.form--grid .unit input,
.form--grid .unit textarea,
.form--grid .unit select {
  width: 100%;
}
.form--grid .unit input[type="radio"],
.form--grid .unit input[type="checkbox"] {
  display: inline;
}
.form--compressed .form__line {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
.form--compressed .form__line label {
  position: absolute;
  top: 0px;
  margin: 0;
  left: 0.5em;
}
.form--compressed .form__line input,
.form--compressed .form__line textarea,
.form--compressed .form__line select {
  max-width: 290px;
  padding-top: 27px !important;
}
.form--compressed .form__line input {
  height: 45px;
}
.form--compressed .form__line input.input-round + label {
  padding-left: 10px;
}
.form--compressed .form__controls {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
@media only screen and (max-width: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: 24px;
  height: 24px;
  margin-top: -12px;
}
.piu:before,
.piu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.piu:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.meno {
  background: transparent;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.meno:before,
.meno:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.per {
  background: transparent;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.per:before,
.per:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.per:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.per:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.per--circle,
.piu--circle,
.meno--circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #000;
}
.per--circle:before,
.piu--circle:before,
.meno--circle:before,
.per--circle:after,
.piu--circle:after,
.meno--circle:after {
  height: 2px;
  width: 70%;
  margin-left: 15%;
  margin-top: -1px;
}
.piu--border,
.meno--border,
.per--border {
  border: 2px solid #000;
}
.piu--border:before,
.meno--border:before,
.per--border:before,
.piu--border:after,
.meno--border:after,
.per--border:after {
  height: 2px;
  width: 80%;
  margin-left: 10%;
  margin-top: -1px;
}
.square400 {
  width: 400px;
  height: 400px;
  display: block;
}
.square360 {
  width: 360px;
  height: 360px;
  display: block;
}
.square320 {
  width: 320px;
  height: 320px;
  display: block;
}
.square280 {
  width: 280px;
  height: 280px;
  display: block;
}
.square240 {
  width: 240px;
  height: 240px;
  display: block;
}
.square200 {
  width: 200px;
  height: 200px;
  display: block;
}
.square160 {
  width: 160px;
  height: 160px;
  display: block;
}
.square120 {
  width: 120px;
  height: 120px;
  display: block;
}
.square80 {
  width: 80px;
  height: 80px;
  display: block;
}
.square40 {
  width: 40px;
  height: 40px;
  display: block;
}
.switch {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  width: 100%;
  font-size: 100%;
}
.switch__label {
  box-sizing: initial;
  width: 100%;
  display: block;
}
.switch__input:not(:checked),
.switch__input:checked {
  position: absolute;
  opacity: 0;
  box-sizing: initial;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.switch__input + div {
  width: 1.8em;
  height: 1em;
  border-radius: 1000px;
  float: right;
  box-sizing: initial;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.switch__input:checked + div {
  padding-left: .8em;
  width: 1em;
  background: #f5f5f5;
}
.switch__input + div:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  margin: -1px;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ebebeb;
}
.modal .modal__overlay {
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.modal .modal__overlay.transparent {
  background-color: transparent;
}
.modal .modal__box {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: visible;
  -webkit-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -moz-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -o-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal__box.modal__box--from-right {
  left: 150%;
}
.modal .modal__box.modal__box--from-left {
  left: -50%;
}
.modal .modal__box.modal__box--from-top {
  top: -50%;
}
.modal .modal__box.modal__box--from-bottom {
  top: 150%;
}
.modal .modal__box .modal__header {
  position: absolute;
  top: 0px;
  width: 100%;
}
.modal .modal__box .modal__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.modal .modal__box .modal__content {
  position: absolute;
  overflow: scroll;
  width: 100%;
}
.card {
  overflow: hidden;
  position: relative;
}
.card > div {
  height: 0px;
}
.card.card--1 {
  width: 100%;
}
.card.card--2 {
  width: 200%;
}
.card.card--3 {
  width: 300%;
}
.card.card--4 {
  width: 400%;
}
.card.active--1 {
  left: 0%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--1 .card__1 {
  height: auto;
}
.card.active--2 {
  left: -100%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--2 .card__2 {
  height: auto;
}
.card.active--3 {
  left: -200%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--3 .card__3 {
  height: auto;
}
.card.active--4 {
  left: -300%;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.card.active--4 .card__4 {
  height: auto;
}
.gbk {
  border: 1px solid #000 !important;
}
.gr {
  border: 1px solid #F00 !important;
}
.gg {
  border: 1px solid #0F0 !important;
}
.gb {
  border: 1px solid #00F !important;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 11px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
  background: #808080;
  border-radius: 3px;
  border: 1px solid #4d4d4d;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #8c8c8c;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
  background: #808080;
  border-radius: 3px;
  border: 1px solid #4d4d4d;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 22px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #737373;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
}
input[type=range]::-ms-fill-upper {
  background: #808080;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #ebebeb, 0px 0px 2px #f7f7f7;
}
input[type=range]::-ms-thumb {
  box-shadow: 2px 2px 4px #808080, 0px 0px 2px #8c8c8c;
  border: 1px solid #808080;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #808080;
}
input[type=range]:focus::-ms-fill-upper {
  background: #8c8c8c;
}
.loading {
  width: 100px;
  height: 100px;
  background-color: #c22700;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 20px;
}
.list-loading {
  width: 100px;
  height: 100px;
  background-color: #c22700;
  margin: 5px auto;
  border-radius: 20px;
  position: relative;
}
#floatingBarsG {
  position: absolute;
  width: 62px;
  height: 77px;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -40px;
  z-index: 10000;
}
.blockG {
  position: absolute;
  background-color: #333333;
  width: 10px;
  height: 24px;
  -moz-border-radius: 8px 8px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 8px 8px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 8px 8px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 8px 8px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 8px 8px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#rotateG_01 {
  left: 0;
  top: 28px;
  -moz-animation-delay: 0.39s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.39s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.39s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.39s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.39s;
  transform: rotate(-90deg);
}
#rotateG_02 {
  left: 8px;
  top: 10px;
  -moz-animation-delay: 0.52s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.52s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.52s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.52s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.52s;
  transform: rotate(-45deg);
}
#rotateG_03 {
  left: 26px;
  top: 3px;
  -moz-animation-delay: 0.65s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.65s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.65s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.65s;
  -o-transform: rotate(0deg);
  animation-delay: 0.65s;
  transform: rotate(0deg);
}
#rotateG_04 {
  right: 8px;
  top: 10px;
  -moz-animation-delay: 0.78s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.78s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.78s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.78s;
  -o-transform: rotate(45deg);
  animation-delay: 0.78s;
  transform: rotate(45deg);
}
#rotateG_05 {
  right: 0;
  top: 28px;
  -moz-animation-delay: 0.9099999999999999s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 0.9099999999999999s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 0.9099999999999999s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 0.9099999999999999s;
  -o-transform: rotate(90deg);
  animation-delay: 0.9099999999999999s;
  transform: rotate(90deg);
}
#rotateG_06 {
  right: 8px;
  bottom: 7px;
  -moz-animation-delay: 1.04s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.04s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.04s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.04s;
  -o-transform: rotate(135deg);
  animation-delay: 1.04s;
  transform: rotate(135deg);
}
#rotateG_07 {
  bottom: 0;
  left: 26px;
  -moz-animation-delay: 1.1700000000000002s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.1700000000000002s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.1700000000000002s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.1700000000000002s;
  -o-transform: rotate(180deg);
  animation-delay: 1.1700000000000002s;
  transform: rotate(180deg);
}
#rotateG_08 {
  left: 8px;
  bottom: 7px;
  -moz-animation-delay: 1.3s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.3s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.3s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.3s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.3s;
  transform: rotate(-135deg);
}
@-moz-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes fadeG {
  0% {
    background-color: #636163;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
body {
  background: #ffffff;
  color: #000000;
  font-size: 110%;
}
.font2 {
  font-family: Oswald, sans-serif;
}
.header {
  background-color: #ffffff;
  color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.9);
}
.header.header--home.slim {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.9);
}
.header .container--wrap {
  background-color: transparent;
}
.header .container--wrap a {
  color: #333333;
  text-decoration: none;
}
.logo {
  white-space: nowrap;
  height: 40px;
}
.logo > h1 {
  padding: 0 0.3rem;
  line-height: 40px;
  font-size: 40px;
  color: #ffffff !important;
}
.btn-menu > div {
  background: #ffffff;
}
.home-box {
  background: rgba(170, 117, 117, 0.2);
  padding: 40px;
  color: #ffffff;
}
footer {
  background: #ebebeb;
}
@media only screen and (min-width:801px) {
  .menu {
    background-color: transparent;
  }
  .menu li a {
    color: #ffffff;
  }
  .menu li.active {
    background-color: #fafafa;
  }
  .menu li.active a {
    color: #333333;
  }
  .menu li:hover {
    background-color: #ebebeb;
  }
  .menu li:hover a {
    color: #333333;
  }
  .menu li.open ul,
  .menu li:hover ul {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #333333;
  }
  .menu li.open ul li.active,
  .menu li:hover ul li.active {
    background-color: #c22700;
  }
  .menu li.open ul li.active p,
  .menu li:hover ul li.active p {
    color: #ffffff !important;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .menu {
    background-color: #fafafa;
  }
  .menu li a {
    color: #333333 !important;
  }
  .menu li.active,
  .menu li:hover {
    background-color: #333333;
    color: #ffffff;
  }
  .menu li.active a,
  .menu li:hover a {
    color: #ffffff !important;
  }
  .menu li.open ul,
  .menu li:hover ul {
    background: #f5f5f5;
    color: #333333 !important;
  }
}
.media {
  border-top: 1px outset #fafafa;
  background: #ffffff;
}
.media--alt:nth-child(2n+0) {
  background: #f5f5f5;
}
.media--menu {
  border: none;
}
.media--menu:hover {
  background: #3ab64a !important;
  color: #ffffff;
}
.media--menu:hover .arrow:after {
  border-color: #ffffff;
}
.media--menu:hover .arrow-fill {
  border-left-color: #ffffff;
}
.media--menu.active {
  color: #333333;
}
.media--border {
  border-bottom: 3px solid #ebebeb;
}
.media--border:last-child {
  border: none;
}
.media--border:first-child {
  border-bottom: 3px solid #ebebeb;
}
.media--thumbs {
  background: #fafafa;
  border: 1px #f5f5f5;
  margin-bottom: 5px;
}
.media--thumbs .media__body.media__body--over {
  background: #333333;
  color: #ffffff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.media--thumbs .media__body.media__body--over * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/*************************************************************************************************************************/
.box__hd {
  color: #ffffff;
  background: #808080;
}
.box__hd--round {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.box__hd--label1 {
  background: #3ab64a;
  border: none;
}
.box__hd--label2 {
  background: #72a1a7;
  border: none;
}
.box__hd--label3 {
  background: #c22700;
  border: none;
}
.box__bd {
  border: 1px solid #f5f5f5;
}
.box__bd--gray {
  background-color: #fafafa;
}
.box__ft {
  background: #f5f5f5;
}
.box__ft--round {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.box--round {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.box--black {
  background: #333333;
  color: #ffffff;
}
.box--black div {
  color: #ffffff;
}
.box__hd--none {
  border-color: transparent;
  background: none;
}
.box__bd--none {
  border: none;
  background: none;
}
/*************************************************************************************************************************/
/*************************************************************************************************************************/
.accordion__label {
  background: #3ab64a;
  color: #333333;
}
.accordion__label .piu:after,
.accordion__label .piu:before {
  background: #ffffff;
}
.accordion__label .arrow:after {
  border-color: #ffffff;
}
.accordion__label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
  background: #c22700;
  color: #ffffff;
}
.accordion__label:hover > div,
.accordion [type=radio]:checked ~ label > div,
.accordion [type=checkbox]:checked ~ label > div {
  border-color: #ffffff !important;
}
.accordion__label:hover .piu:after,
.accordion [type=radio]:checked ~ label .piu:after,
.accordion [type=checkbox]:checked ~ label .piu:after,
.accordion__label:hover .piu:before,
.accordion [type=radio]:checked ~ label .piu:before,
.accordion [type=checkbox]:checked ~ label .piu:before {
  background: #ffffff;
}
.accordion [type=radio]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion [type=checkbox]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion__content {
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
.accordion [type=radio]:checked ~ .accordion__content,
.accordion [type=checkbox]:checked ~ .accordion__content {
  border: 1px solid #f5f5f5;
}
/*************************************************************************************************************************/
.form input,
.form select,
.form textarea {
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 12px #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #c22700;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin dotted #ebebeb;
  outline: 1px auto #c22700;
}
.form input[type="file"]:focus:invalid:focus,
.form input[type="radio"]:focus:invalid:focus,
.form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #3ab64a;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
.form input[readonly]:focus,
.form select[readonly]:focus,
.form textarea[readonly]:focus {
  background: #f5f5f5;
  color: #4d4d4d !important;
  border-color: #ebebeb;
}
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #3ab64a;
  border: 1px solid #3ab64a;
}
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #3ab64a;
}
.form select {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.form legend {
  color: #1a1a1a;
  border-bottom: 1px solid #666666;
}
.form select,
.form input,
.form button,
.form textarea {
  font-family: Open Sans Condensed, sans-serif;
}
.form .form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form .form__group input:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.form .form__group input:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form .form__message {
  color: #F00;
}
.form input:required:invalid,
.form input:focus:invalid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.form input:required:valid {
  background-image: url('http://oocss.local/img/validator.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
/*************************************************************************************************************************/
.btn {
  color: #ffffff;
  border: 1px solid #666666;
  border: none;
  background-color: #808080;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600 !important;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected,
a.btn-disabled:hover,
a.btn-disabled:focus,
a.btn-disabled:active,
a.btn-active,
a.btn:active {
  background-color: #3ab64a;
  color: #f5f5f5;
}
.btn-success,
.btn-error,
.btn-warning,
.btn-secondary {
  color: white;
  border-radius: 8px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
}
.btn-facebook {
  color: #ffffff !important;
  background: #31457c;
}
.btn-success {
  background: #c22700;
}
.btn-error {
  background: #72a1a7;
}
.btn-warning {
  background: #3ab64a;
}
.btn-secondary {
  background: #3ab64a;
}
.button-xsmall {
  font-size: 75%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 130%;
}
.button-xlarge {
  font-size: 145%;
}
/*************************************************************************************************************************/
.arrow:after {
  border-color: #333333;
  background: transparent;
}
.arrow.arrow-small:after {
  border-color: rgba(0, 0, 0, 0.4);
  background: #ffffff;
}
.arrow-fill {
  border-color: #c22700;
}
/*************************************************************************************************************************/
.piu,
.meno,
.per {
  border-color: #c22700;
}
.piu:after,
.meno:after,
.per:after,
.piu:before,
.meno:before,
.per:before {
  background: #c22700;
}
/*************************************************************************************************************************/
.switch__input + div {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition-duration: .3s;
  transition-property: padding,width;
}
.switch__input:checked + div {
  background: #c22700;
}
.switch__input + div:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ebebeb;
}
/*************************************************************************************************************************/
.img-border {
  border: 1px solid #3ab64a;
}
/*************************************************************************************************************************/
.img-box__inner img {
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
}
.img-box--fit {
  border: 1px solid #F00;
}
.img-box--fit .img-box__inner {
  border: 1px solid #0F0;
  top: 100px;
  bottom: 100px;
  width: 100%;
  height: auto;
}
.img-box--fit .img-box__wrap {
  border: 1px solid #00F;
}
/*************************************************************************************************************************/
.modal__overlay {
  background: #333333;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.modal__box {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
}
.modal__header {
  background-color: #ffffff;
  border-bottom: 1px solid #c22700;
}
.modal__footer {
  background-color: #ffffff;
}
.modal__close {
  background: #ffffff;
  border-color: #ffffff;
}
.modal__close:after,
.modal__close:before {
  background: #c22700;
}
.top-bar {
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.5);
}
.bottom-bar {
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.5);
}
.title {
  background: #ebebeb;
  color: #333333;
}
.bg0 {
  background-color: #000000;
}
.bg1 {
  background-color: #333333;
}
.bg2 {
  background-color: #3ab64a;
}
.bg3 {
  background-color: #72a1a7;
}
.bg4 {
  background-color: #c22700;
}
.bg5 {
  background-color: #ffffff;
}
.c0 {
  color: #000000;
}
.c1 {
  color: #333333;
}
.c2 {
  color: #3ab64a;
}
.c3 {
  color: #72a1a7;
}
.c4 {
  color: #c22700;
}
.c5 {
  color: #ffffff;
}
.darken10 {
  background-color: #1a1a1a;
}
.darken20 {
  background-color: #000000;
}
.darken30 {
  background-color: #000000;
}
.darken-10 {
  background-color: #4d4d4d;
}
.darken-20 {
  background-color: #666666;
}
.darken-30 {
  background-color: #808080;
}
.lighten10 {
  background-color: #ffffff;
}
.lighten20 {
  background-color: #ffffff;
}
.lighten30 {
  background-color: #ffffff;
}
.lighten-10 {
  background-color: #fafafa;
}
.lighten-20 {
  background-color: #f5f5f5;
}
.lighten-30 {
  background-color: #ebebeb;
}
.footer .arrow-fill {
  border-color: #FFF;
}
.message {
  color: #72a1a7;
}
.shadow-2 {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.border {
  border: 1px solid #ebebeb;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  overflow: visible;
}
.header-container {
  position: relative;
}
.logo {
  white-space: nowrap;
  height: 60px;
}
.logo > h1 {
  padding: 0 0.3rem;
  line-height: 60px;
  font-size: 40px;
}
.logo img {
  height: 40px;
  margin-top: 10px;
}
.title-logo {
  padding: 4px 15px;
}
.title-logo span {
  text-indent: -2000px;
  display: inline-block;
}
.container {
  width: 100%;
  display: block;
  padding: 0.4rem;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width:480px) {
  .container {
    padding: 0 0.13333333rem;
  }
}
.container--wrap {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
}
.container--o-visible {
  overflow: visible;
}
.page {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
  margin-top: 80px;
  margin-bottom: 80px;
  flex: 1;
}
.page--full {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
}
.title {
  padding-top: 0;
  padding-bottom: 0;
}
.main {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}
.menu a {
  display: block;
  text-decoration: none;
  min-width: 60px;
}
.menu > li > a {
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
}
@media only screen and (max-width:480px) {
  .logo {
    text-align: center;
  }
}
@media only screen and (min-width:481px) and (max-width:800px) {
  .container--wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width:480px), only screen and (min-width:481px) and (max-width:800px) {
  .container--wrap {
    max-width: 100%;
  }
  .menu-container {
    background-color: #F00;
  }
  .btn-menu {
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
    width: 35px;
    height: 30px;
    z-index: 6;
  }
  .btn-menu > div {
    display: block;
    height: 3px;
    margin: 5px;
  }
  .btn-menu > div:nth-child(1) {
    width: 70%;
  }
  .btn-menu > div:nth-child(2) {
    width: 60%;
  }
  .btn-menu > div:nth-child(3) {
    width: 40%;
  }
  .menu {
    position: fixed;
    z-index: 5;
    padding: 0;
    bottom: 0px;
    display: block;
    width: 100%;
    top: 60px;
    padding-top: 40px;
    left: 106%;
    padding-bottom: 100px;
    overflow: scroll;
    margin: 0 !important;
    -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: 0%;
    visibility: visible;
  }
  .menu > li {
    display: block;
    padding: 0px;
    max-height: 50px;
    overflow: hidden;
  }
  .menu > li a {
    padding: 0px 10px;
    min-width: 35px;
    width: 100%;
    text-align: left;
  }
  .menu > li.open {
    max-height: 1200px;
    display: block;
    overflow: hidden;
  }
  .menu > li ul {
    overflow: hidden;
    margin: 0;
  }
  .menu > li ul li {
    padding: 0px 10px;
    height: auto;
  }
  .menu .arrow-small {
    display: none;
  }
}
@media only screen and (min-width:801px) {
  .header .container--wrap {
    max-width: 1280px;
    margin: 0px auto;
    height: 40px;
  }
  .logo {
    white-space: nowrap;
  }
  .menu-container {
    padding: 0;
    overflow: visible;
    display: block;
  }
  .menu-container ul {
    padding: 0;
    overflow: visible;
    display: table;
  }
  .menu-container li {
    display: table-cell;
    height: 55px;
    overflow: visible;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-container li .arrow-top {
    left: 50%;
    top: 0;
  }
  .menu-container li ul {
    display: none;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 60px;
    height: 0px;
  }
  .menu-container li ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    height: auto;
    text-align: left;
  }
  .menu-container li ul li .media__img {
    margin: 0;
  }
  .menu-container li ul li .media__body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 10px;
    height: 50px;
  }
  .menu-container li:last-child .arrow-top {
    right: 0%;
    top: 0;
    margin-right: 35px;
    left: auto;
  }
  .menu-container li:last-child .arrow-top.arrow-fill {
    margin-right: 17.5px;
  }
  .menu-container li:last-child ul {
    left: initial;
    right: 0;
    margin-left: 0;
  }
  .menu-container li:hover ul,
  .menu-container li.open ul {
    display: block;
    overflow: visible;
    max-height: 1200px;
    height: auto;
  }
}
.accordion [type=checkbox] ~ label > div {
  right: 12px;
  top: 50%;
}
.box__tool {
  top: 50%;
  margin-top: -15px;
  right: 10px;
  z-index: 10;
}
.absolute.icon-s {
  margin-top: -10px;
  margin-right: 10px;
}
.viewport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.viewport .close {
  right: 20px;
  top: 20px;
  z-index: 2001;
  border-color: #333333;
}
.viewport .close:after,
.viewport .close:before {
  background-color: #333333;
}
.centro {
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.bottom-bar {
  position: absolute;
  bottom: 0;
}
.bottom-bar input {
  width: 110px !important;
}
#device span {
  display: inline-block;
}
.arrow-box {
  margin: 30px auto;
  position: relative;
  width: 150px;
  min-height: 150px;
}
.modal__box {
  width: 90%;
  height: 90%;
}
@media only screen and (max-width:480px) {
  .modal__box {
    width: 100%;
    height: 100%;
  }
}
.modal__header,
.modal__footer {
  height: 50px;
}
.modal__content {
  top: 50px;
  bottom: 50px;
}
.modal__close {
  top: 20px;
  right: 5px;
}
.tb {
  display: table;
}
.tb.tb--full {
  width: 100%;
}
.tb > .tc {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.square6 {
  width: 100%;
  height: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ebebeb;
}
.centro {
  border: 1px solid #0F0;
}
section {
  min-height: 300px;
}
section:nth-child(2n+3) {
  background: #f5f5f5;
}
.full-h {
  height: 100vh;
  background: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer a {
  padding: 5px;
}
.container--footer {
  height: 200px;
  padding-top: 30px;
}
#cookiewarning {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.85);
}
#cookiewarning .text_c {
  max-width: 1280px;
  text-align: center;
  margin: 0px auto;
  padding: 20px;
  width: auto;
  color: black;
  font-size: 90%;
}
.menu .icon-block {
  margin: 0;
}
.img-menu {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  pointer-events: none;
  margin-bottom: 8px;
}
input {
  min-width: 300px;
}
.container--small {
  width: 450px;
}
@media only screen and (max-width:480px) {
  .container--small {
    width: 100%;
  }
}
.circle-m {
  background: #808080;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
}
.active .circle-m {
  background: #333333;
  font-weight: bold;
}
.unit--h40 {
  height: 40px;
}
.container--carousel {
  position: relative;
  z-index: 2;
}
.container--carousel .prev-shadow {
  position: absolute;
  width: 350px;
  top: 0%;
  left: -20px;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
}
.container--carousel .next-shadow {
  position: absolute;
  width: 350px;
  top: 0%;
  right: -20px;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
}
.container--carousel button {
  margin-top: -25px;
  border: none;
  background-color: transparent;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.container--carousel button.carousel-prev {
  left: 30px;
  top: 50%;
}
.container--carousel button.carousel-prev:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  margin-left: 12px;
  border-top: 3px solid #333333;
  border-left: 3px solid #333333;
}
.container--carousel button.carousel-next {
  right: 30px;
  top: 50%;
}
.container--carousel button.carousel-next:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.carousel {
  margin: 0 -12px;
  position: relative;
}
.carousel .item {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.carousel .item--square {
  padding-bottom: 100%;
}
.carousel .item--center {
  padding-bottom: 100%;
  text-align: center;
}
.carousel .item--center img {
  height: 100%;
  width: auto;
}
.carousel .box {
  position: absolute;
  left: 5px;
  right: 5px;
}
.carousel img {
  width: 100%;
  position: relative;
}
.carousel a {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 4;
}
@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";
}
.icon-youtube3:before {
  content: "\ea99";
}
.icon-dropbox:before {
  content: "\eaaf";
}
.icon-tumblr:before {
  content: "\eabb";
}
.icon-paypal3:before {
  content: "\ead8";
}
/* -- end iconmoon -- */
/* icons css */
span.icon {
  display: block;
}
.icon {
  font-size: 1.5em;
  color: #555;
  text-align: center;
  overflow: hidden;
}
.icon-name {
  font-size: 0.6em;
  margin: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
.icon-negative {
  color: #FFF !important;
}
.icon-active {
  color: #3ab64a !important;
}
.icon-block {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin: 2px auto;
  padding: 0;
}
.icon-block.icon-negative {
  background: inherit !important;
}
.icon-block.icon-active {
  background: transparent !important;
}
.icon-round {
  border-radius: 9px;
}
.icon-circle {
  border-radius: 50%;
}
.icon-s {
  width: 20px;
  height: 20px;
  font-size: 1.2em;
  line-height: 20px;
}
.icon-m {
  width: 45px;
  height: 45px;
  font-size: 1.7em;
  line-height: 45px;
}
.icon-l {
  width: 80px;
  height: 80px;
  font-size: 3em;
  line-height: 80px;
}
.icon-hover:hover {
  background-color: transparent;
  color: #3ab64a;
  cursor: pointer;
}
/*# sourceMappingURL=/dist/app.css.map */