@font-face {
  font-family: 'light';
  src: url('../fonts/opensans/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'lighti';
  src: url('../fonts/opensans/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'regular';
  src: url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'regulari';
  src: url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'semibold';
  src: url('../fonts/opensans/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'semiboldi';
  src: url('../fonts/opensans/OpenSans-SemiboldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'bold';
  src: url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'boldi';
  src: url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'extrabold';
  src: url('../fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'extraboldi';
  src: url('../fonts/opensans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}
.font-regular {
  font-family: regular, Arial, Helvetica, sans-serif;
}
.font-regulari {
  font-family: regulari, Arial, Helvetica, sans-serif;
}
.font-light {
  font-family: light, Arial, Helvetica, sans-serif;
}
.font-lighti {
  font-family: lighti, Arial, Helvetica, sans-serif;
}
.font-semibold {
  font-family: semibold, Arial, Helvetica, sans-serif;
}
.font-semiboldi {
  font-family: semiboldi, Arial, Helvetica, sans-serif;
}
.font-bold {
  font-family: bold, Arial, Helvetica, sans-serif;
}
.font-boldi {
  font-family: boldi, Arial, Helvetica, sans-serif;
}
.font-extrabold {
  font-family: extrabold, Arial, Helvetica, sans-serif;
}
.font-extraboldi {
  font-family: extraboldi, Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'bold';
  src: url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
}
.font-bold,
.button,
.anchor.fill,
.anchor.outline {
  font-family: 'bold';
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
}
html,
body,
input,
textarea,
select {
  font-size: 15px;
  font-family: 'regular', Arial, Helvetica, sans-serif;
}
strong {
  font-family: 'regular', Arial, Helvetica, sans-serif;
}
.font-tiny,
small {
  font-size: 13px;
}
.font12 {
  font-size: 1em;
}
.font-normal {
  font-style: normal;
}
button,
.button,
.anchor {
  font-family: 'semibold', 'regular', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  font-family: "semibold", Arial, Helvetica, sans-serif, 'regular', Arial, Helvetica, sans-serif;
}
h1 {
  margin-bottom: 25px;
}
h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 15px;
}
h4,
h5,
h6,
legend {
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 1.25em;
}
h2,
.h2 {
  font-size: 26px;
  line-height: 1.15384615em;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 1.13636364em;
}
h4,
.h4,
legend {
  font-size: 18px;
  line-height: 1.11111111em;
}
h5,
.h5 {
  font-size: 16px;
  line-height: inherit;
}
h6,
.h6 {
  font-size: 13px;
  line-height: inherit;
}
h7,
.h7 {
  font-size: 15px;
  line-height: inherit;
}
.vw-h1e {
  font-size: 12vw;
}
.vw-h1e.lhtoo {
  line-height: 13.2vw;
}
.vw-h1 {
  font-size: 6vw;
}
.vw-h1.lhtoo {
  line-height: 6.6vw;
}
.vw-h2 {
  font-size: 5.8vw;
}
.vw-h2.lhtoo {
  line-height: 6.38vw;
}
.vw-h3 {
  font-size: 5.5vw;
}
.vw-h3.lhtoo {
  line-height: 6.05vw;
}
.vw-h4 {
  font-size: 5vw;
}
.vw-h4.lhtoo {
  line-height: 5.5vw;
}
.vw-h5 {
  font-size: 4.7vw;
}
.vw-h5.lhtoo {
  line-height: 5.17vw;
}
.vw-h6 {
  font-size: 4.5vw;
}
.vw-h6.lhtoo {
  line-height: 4.95vw;
}
.vw-h7 {
  font-size: 4vw;
}
.vw-h7.lhtoo {
  line-height: 4.4vw;
}
.vw-h8 {
  font-size: 3.8vw;
}
.vw-h8.lhtoo {
  line-height: 4.18vw;
}
.vw-h9 {
  font-size: 3.6vw;
}
.vw-h9.lhtoo {
  line-height: 3.96vw;
}
.vw-h10 {
  font-size: 3.4vw;
}
.vw-h10.lhtoo {
  line-height: 3.74vw;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h1.hstyle,
h2.hstyle,
h3.hstyle,
h4.hstyle,
h5.hstyle,
h6.hstyle,
legend.hstyle,
.h1.hstyle,
.h2.hstyle,
.h3.hstyle,
.h4.hstyle,
.h5.hstyle,
.h6.hstyle {
  position: relative;
}
h1.hstyle:after,
h2.hstyle:after,
h3.hstyle:after,
h4.hstyle:after,
h5.hstyle:after,
h6.hstyle:after,
legend.hstyle:after,
.h1.hstyle:after,
.h2.hstyle:after,
.h3.hstyle:after,
.h4.hstyle:after,
.h5.hstyle:after,
.h6.hstyle:after {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid rgba(42, 43, 44, 0.02);
  border-top: 1px solid rgba(42, 43, 44, 0.15);
  height: 1px;
  width: 100%;
  display: block;
}
.lead.h1 {
  font-size: 4rem;
}
.lead.h2 {
  font-size: 3.5rem;
}
.lead.h3 {
  font-size: 3rem;
}
.lead.h4 {
  font-size: 2.5rem;
}
.lead.h5 {
  font-size: 1.5rem;
}
.lead.h6 {
  font-size: 1.2rem;
}
.lead.h7 {
  font-size: 15px;
}
.lineheight {
  line-height: 100%;
}
p {
  margin-bottom: 3px;
}
.list-none,
.list-nostyle,
.list-icon {
  list-style: none;
}
.list,
.list-icon,
.list-nostyle {
  margin-top: 0;
  padding-left: 0;
}
.list {
  list-style-position: inside;
}
.list-inline > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-anchor > a:not(:last-child) {
  margin-right: 5px;
}
.list-icon i.fa {
  min-width: 20px;
}
.list-styled li a,
.list-styled li.styled {
  padding: 5px 10px;
}
.list-styled li,
.list-styled li a {
  display: block;
}
.list-inside {
  list-style-position: inside;
}
.list-lower-alpha {
  list-style-type: lower-alpha;
}
.list-style-light li,
.list-lower-alpha li {
  color: rgba(42, 43, 44, 0.5);
}
.list-style-light li > span,
.list-lower-alpha li > span {
  color: #2a2b2c;
}
dl {
  margin-top: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
}
dl.horizontal-dl {
  display: table;
  width: 100%;
}
dl.horizontal-dl dt {
  max-width: 30%;
  min-width: 30%;
  clear: both;
}
dl.horizontal-dl dt {
  float: left;
}
dl.horizontal-dl dd {
  margin-left: 30%;
  padding-left: 10px;
}
blockquote {
  border-left: 5px solid;
  margin: 0;
  padding: 1em 2em;
}
blockquote:not(.blockquote-right) footer:before {
  content: "-";
}
blockquote.blockquote-right {
  text-align: right;
}
blockquote.blockquote-right footer:after {
  content: "-";
}
code,
kbd,
pre {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
code,
kbd {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 1px;
  display: inline-block;
}
pre {
  border: 1px solid;
  padding: 2px 3px;
  white-space: pre-line;
}
a,
.anchor {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
a.underline,
.anchor.underline {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.underline:not(.anchor) {
  text-decoration: underline;
}
label {
  display: block;
}
.mode.readable p {
  margin-bottom: 2vh;
}
abbr.noline {
  text-decoration: none;
}
.sec-title {
  padding: 10vh 0 5vh;
}
.sec-title-nopad .sec-title {
  padding-top: 0;
  padding-bottom: 0;
}
html {
  height: 100%;
  zoom: 1;
}
body {
  height: 100%;
  line-height: 1.8em;
  position: relative;
  overflow-x: hidden;
}
.content {
  min-height: 100vh;
}
* {
  outline: medium none;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contenteditable {
  white-space: pre;
  padding: 1vw;
}
.contenteditable,
.contenteditable code {
  background-color: #fdf5f6;
}
.contenteditable code {
  width: inherit;
  display: block;
}
img {
  border: 0;
}
img:not(.auto) {
  width: 100%;
  vertical-align: bottom;
}
.wbreakall {
  word-break: break-all;
}
.brand {
  margin-bottom: 0;
  max-width: 100px;
}
.footer {
  width: 100%;
  min-height: 35px;
}
a,
a span {
  cursor: pointer;
}
.label,
.badge,
.anchor,
.anchor {
  display: inline-block;
  padding: 2px 3px;
  text-decoration: none;
}
.anchor.filloverlay {
  position: relative;
}
.anchor.filloverlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor.filloverlay:hover {
  color: #fff !important;
}
.anchor.filloverlay:hover:after {
  top: 0;
}
.label,
.badge {
  line-height: 100%;
}
.badge {
  padding: 5px;
  min-width: 20px;
  text-align: center;
}
.counter-list {
  counter-reset: counter-item;
}
.counter-list .counter-item {
  counter-increment: counter-item;
}
.counter-list .counter-item:before {
  content: counter(counter-item, numeric);
  display: inline-block;
}
.counter-list .counter-text {
  display: inline-block;
}
.colorinherit,
.colorinherit label,
.colorinherit h1,
.colorinherit h2,
.colorinherit h3,
.colorinherit h4,
.colorinherit h5,
.colorinherit h6,
.colorinherit h6,
.colorinherit .h1,
.colorinherit .h2,
.colorinherit .h3,
.colorinherit .h4,
.colorinherit .h5,
.colorinherit .h6,
.colorinherit .h7 {
  color: inherit !important;
}
.txtspacexs {
  letter-spacing: 0.2vw;
}
.txtspacexsm {
  letter-spacing: 0.4vw;
}
.txtspacesm {
  letter-spacing: 0.6vw;
}
.txtspacesmd {
  letter-spacing: 0.8vw;
}
.txtspacemd {
  letter-spacing: 1vw;
}
.txtspacelg {
  letter-spacing: 1.2vw;
}
.img-load-gif {
  background: url("../images/base/loading.gif") no-repeat center center;
}
.imgloaded ~ .img-load-gif {
  display: none;
  background: none;
}
.imgloader:not(.on) {
  display: none;
}
.transition {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.transition.all {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.transition.s-5 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.transition.s1 {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.transition.s1-5 {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.transition.s2 {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
.transition.s2-5 {
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
.transition.s3 {
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -ms-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.transition.linear {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.transition.ease {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.transition.ease-in {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.transition.ease-out {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.transition.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.transition.delay-5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.transition.delay1 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.transition.delay1-5 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.transition.delay2 {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.transition.delay2-5 {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.transition.delay3 {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.desktop {
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 1400px) {
  .desktop {
    padding-left: 50px;
    padding-right: 50px;
    width: 1300px;
  }
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex > .flex-item,
.flex > div,
.flex > span,
.flex > li {
  min-width: 1%;
}
.flex > .flex-item[class*="flex-item-"],
.flex > div[class*="flex-item-"],
.flex > span[class*="flex-item-"],
.flex > li[class*="flex-item-"] {
  -webkit-flex-basis: 1 1 auto;
  flex-basis: 1 1 auto;
}
.flex.justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.wrap {
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex.grow > .flex-item,
.flex.grow > div,
.flex.grow > span,
.flex.grow > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex:not(.ypad-off) > .flex-item,
.flex:not(.ypad-off) > div,
.flex:not(.ypad-off) > span,
.flex:not(.ypad-off) > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.flex:not(.ypad-off).pad- > .flex-item,
.flex:not(.ypad-off).pad- > div,
.flex:not(.ypad-off).pad- > span,
.flex:not(.ypad-off).pad- > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.flex:not(.xpad-off) > .flex-item,
.flex:not(.xpad-off) > div,
.flex:not(.xpad-off) > span,
.flex:not(.xpad-off) > li {
  padding-left: 10px;
  padding-right: 10px;
}
.flex:not(.xpad-off).pad- > .flex-item,
.flex:not(.xpad-off).pad- > div,
.flex:not(.xpad-off).pad- > span,
.flex:not(.xpad-off).pad- > li {
  padding-left: 5px;
  padding-right: 5px;
}
.flex.pad-off > .flex-item,
.flex.flex-nopad > .flex-item,
.flex.pad-off > div,
.flex.flex-nopad > div,
.flex.pad-off > span,
.flex.flex-nopad > span,
.flex.pad-off > li,
.flex.flex-nopad > li {
  padding: 0px;
}
.flex .align-self-center {
  align-self: center;
}
.flex .align-self-stretch {
  align-self: stretch;
}
.flex[class*="align-items-center"] {
  -webkit-align-items: center;
  align-items: center;
}
.flex[class*="align-items-top"] {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex[class*="align-items-end"] {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex[class*="align-items-stretch"] {
  align-items: stretch;
}
.flex[class*="row-reverse"] {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-container,
.flex:not(.xpad-off) > .flex-item > .flex,
.flex:not(.pad-off) > .flex-item > .flex,
.flex:not(.xpad-off) > div > .flex,
.flex:not(.pad-off) > div > .flex,
.flex:not(.xpad-off) > span > .flex,
.flex:not(.pad-off) > span > .flex,
.flex:not(.xpad-off) > li > .flex,
.flex:not(.pad-off) > li > .flex {
  margin-left: -10px;
  margin-right: -10px;
}
.xpospull {
  left: -10px;
  right: -10px;
}
.flex .flex-item-5,
.flex .flex-5 {
  width: 5%;
}
.flex .flex-item-10,
.flex .flex-10 {
  width: 10%;
}
.flex .flex-item-15,
.flex .flex-15 {
  width: 15%;
}
.flex .flex-item-20,
.flex .flex-20 {
  width: 20%;
}
.flex .flex-item-25,
.flex .flex-25 {
  width: 25%;
}
.flex .flex-item-30,
.flex .flex-30 {
  width: 30%;
}
.flex .flex-item-35,
.flex .flex-35 {
  width: 35%;
}
.flex .flex-item-33,
.flex .flex-33 {
  width: 33%;
}
.flex .flex-item-40,
.flex .flex-40 {
  width: 40%;
}
.flex .flex-item-45,
.flex .flex-45 {
  width: 45%;
}
.flex .flex-item-50,
.flex .flex-50 {
  width: 50%;
}
.flex .flex-item-55,
.flex .flex-55 {
  width: 55%;
}
.flex .flex-item-60,
.flex .flex-60 {
  width: 60%;
}
.flex .flex-item-65,
.flex .flex-65 {
  width: 65%;
}
.flex .flex-item-70,
.flex .flex-70 {
  width: 70%;
}
.flex .flex-item-75,
.flex .flex-75 {
  width: 75%;
}
.flex .flex-item-80,
.flex .flex-80 {
  width: 80%;
}
.flex .flex-item-90,
.flex .flex-90 {
  width: 90%;
}
.flex .flex-item-95,
.flex .flex-95 {
  width: 95%;
}
.flex .flex-item-100,
.flex .flex-100 {
  width: 100%;
}
@media (max-width: 1170px) and (min-width: 1170px) {
  .flex .lg-5 {
    width: 5%;
  }
  .flex .lg-10 {
    width: 10%;
  }
  .flex .lg-15 {
    width: 15%;
  }
  .flex .lg-20 {
    width: 20%;
  }
  .flex .lg-25 {
    width: 25%;
  }
  .flex .lg-30 {
    width: 30%;
  }
  .flex .lg-33 {
    width: 33%;
  }
  .flex .lg-40 {
    width: 40%;
  }
  .flex .lg-45 {
    width: 45%;
  }
  .flex .lg-50 {
    width: 50%;
  }
  .flex .lg-55 {
    width: 55%;
  }
  .flex .lg-60 {
    width: 60%;
  }
  .flex .lg-70 {
    width: 70%;
  }
  .flex .lg-75 {
    width: 75%;
  }
  .flex .lg-80 {
    width: 80%;
  }
  .flex .lg-90 {
    width: 90%;
  }
  .flex .lg-95 {
    width: 95%;
  }
  .flex .lg-100 {
    width: 100%;
  }
}
@media (max-width: 1169px) {
  .flex .md-5 {
    width: 5%;
  }
  .flex .md-10 {
    width: 10%;
  }
  .flex .md-15 {
    width: 15%;
  }
  .flex .md-20 {
    width: 20%;
  }
  .flex .md-25 {
    width: 25%;
  }
  .flex .md-30 {
    width: 30%;
  }
  .flex .md-33 {
    width: 33%;
  }
  .flex .md-40 {
    width: 40%;
  }
  .flex .md-45 {
    width: 45%;
  }
  .flex .md-50 {
    width: 50%;
  }
  .flex .md-55 {
    width: 55%;
  }
  .flex .md-60 {
    width: 60%;
  }
  .flex .md-70 {
    width: 70%;
  }
  .flex .md-75 {
    width: 75%;
  }
  .flex .md-80 {
    width: 80%;
  }
  .flex .md-90 {
    width: 90%;
  }
  .flex .md-95 {
    width: 95%;
  }
  .flex .md-100 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .flex .smd-5 {
    width: 5%;
  }
  .flex .smd-10 {
    width: 10%;
  }
  .flex .smd-15 {
    width: 15%;
  }
  .flex .smd-20 {
    width: 20%;
  }
  .flex .smd-25 {
    width: 25%;
  }
  .flex .smd-30 {
    width: 30%;
  }
  .flex .smd-33 {
    width: 33%;
  }
  .flex .smd-40 {
    width: 40%;
  }
  .flex .smd-45 {
    width: 45%;
  }
  .flex .smd-50 {
    width: 50%;
  }
  .flex .smd-55 {
    width: 55%;
  }
  .flex .smd-60 {
    width: 60%;
  }
  .flex .smd-70 {
    width: 70%;
  }
  .flex .smd-75 {
    width: 75%;
  }
  .flex .smd-80 {
    width: 80%;
  }
  .flex .smd-90 {
    width: 90%;
  }
  .flex .smd-95 {
    width: 95%;
  }
  .flex .smd-100 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .flex .sm-5 {
    width: 5%;
  }
  .flex .sm-10 {
    width: 10%;
  }
  .flex .sm-15 {
    width: 15%;
  }
  .flex .sm-20 {
    width: 20%;
  }
  .flex .sm-25 {
    width: 25%;
  }
  .flex .sm-30 {
    width: 30%;
  }
  .flex .sm-33 {
    width: 33%;
  }
  .flex .sm-40 {
    width: 40%;
  }
  .flex .sm-45 {
    width: 45%;
  }
  .flex .sm-50 {
    width: 50%;
  }
  .flex .sm-55 {
    width: 55%;
  }
  .flex .sm-60 {
    width: 60%;
  }
  .flex .sm-70 {
    width: 70%;
  }
  .flex .sm-75 {
    width: 75%;
  }
  .flex .sm-80 {
    width: 80%;
  }
  .flex .sm-90 {
    width: 90%;
  }
  .flex .sm-95 {
    width: 95%;
  }
  .flex .sm-100 {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .flex .xsm-5 {
    width: 5%;
  }
  .flex .xsm-10 {
    width: 10%;
  }
  .flex .xsm-15 {
    width: 15%;
  }
  .flex .xsm-20 {
    width: 20%;
  }
  .flex .xsm-25 {
    width: 25%;
  }
  .flex .xsm-30 {
    width: 30%;
  }
  .flex .xsm-33 {
    width: 33%;
  }
  .flex .xsm-40 {
    width: 40%;
  }
  .flex .xsm-45 {
    width: 45%;
  }
  .flex .xsm-50 {
    width: 50%;
  }
  .flex .xsm-55 {
    width: 55%;
  }
  .flex .xsm-60 {
    width: 60%;
  }
  .flex .xsm-70 {
    width: 70%;
  }
  .flex .xsm-75 {
    width: 75%;
  }
  .flex .xsm-80 {
    width: 80%;
  }
  .flex .xsm-90 {
    width: 90%;
  }
  .flex .xsm-95 {
    width: 95%;
  }
  .flex .xsm-100 {
    width: 100%;
  }
}
@media (max-width: 609px) {
  .flex .xs-5 {
    width: 5%;
  }
  .flex .xs-10 {
    width: 10%;
  }
  .flex .xs-15 {
    width: 15%;
  }
  .flex .xs-20 {
    width: 20%;
  }
  .flex .xs-25 {
    width: 25%;
  }
  .flex .xs-30 {
    width: 30%;
  }
  .flex .xs-33 {
    width: 33%;
  }
  .flex .xs-40 {
    width: 40%;
  }
  .flex .xs-45 {
    width: 45%;
  }
  .flex .xs-50 {
    width: 50%;
  }
  .flex .xs-55 {
    width: 55%;
  }
  .flex .xs-60 {
    width: 60%;
  }
  .flex .xs-70 {
    width: 70%;
  }
  .flex .xs-75 {
    width: 75%;
  }
  .flex .xs-80 {
    width: 80%;
  }
  .flex .xs-90 {
    width: 90%;
  }
  .flex .xs-95 {
    width: 95%;
  }
  .flex .xs-100 {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .flex .lx-5 {
    width: 5%;
  }
  .flex .lx-10 {
    width: 10%;
  }
  .flex .lx-15 {
    width: 15%;
  }
  .flex .lx-20 {
    width: 20%;
  }
  .flex .lx-25 {
    width: 25%;
  }
  .flex .lx-30 {
    width: 30%;
  }
  .flex .lx-33 {
    width: 33%;
  }
  .flex .lx-40 {
    width: 40%;
  }
  .flex .lx-45 {
    width: 45%;
  }
  .flex .lx-50 {
    width: 50%;
  }
  .flex .lx-55 {
    width: 55%;
  }
  .flex .lx-60 {
    width: 60%;
  }
  .flex .lx-70 {
    width: 70%;
  }
  .flex .lx-75 {
    width: 75%;
  }
  .flex .lx-80 {
    width: 80%;
  }
  .flex .lx-90 {
    width: 90%;
  }
  .flex .lx-95 {
    width: 95%;
  }
  .flex .lx-100 {
    width: 100%;
  }
}
@media (min-width: 399px) {
  .flex .min-lg-5 {
    width: 5%;
  }
  .flex .min-lg-10 {
    width: 10%;
  }
  .flex .min-lg-15 {
    width: 15%;
  }
  .flex .min-lg-20 {
    width: 20%;
  }
  .flex .min-lg-25 {
    width: 25%;
  }
  .flex .min-lg-30 {
    width: 30%;
  }
  .flex .min-lg-33 {
    width: 33%;
  }
  .flex .min-lg-40 {
    width: 40%;
  }
  .flex .min-lg-45 {
    width: 45%;
  }
  .flex .min-lg-50 {
    width: 50%;
  }
  .flex .min-lg-55 {
    width: 55%;
  }
  .flex .min-lg-60 {
    width: 60%;
  }
  .flex .min-lg-70 {
    width: 70%;
  }
  .flex .min-lg-75 {
    width: 75%;
  }
  .flex .min-lg-80 {
    width: 80%;
  }
  .flex .min-lg-90 {
    width: 90%;
  }
  .flex .min-lg-95 {
    width: 95%;
  }
  .flex .min-lg-100 {
    width: 100%;
  }
}
@media (min-width: 609px) {
  .flex .min-md-5 {
    width: 5%;
  }
  .flex .min-md-10 {
    width: 10%;
  }
  .flex .min-md-15 {
    width: 15%;
  }
  .flex .min-md-20 {
    width: 20%;
  }
  .flex .min-md-25 {
    width: 25%;
  }
  .flex .min-md-30 {
    width: 30%;
  }
  .flex .min-md-33 {
    width: 33%;
  }
  .flex .min-md-40 {
    width: 40%;
  }
  .flex .min-md-45 {
    width: 45%;
  }
  .flex .min-md-50 {
    width: 50%;
  }
  .flex .min-md-55 {
    width: 55%;
  }
  .flex .min-md-60 {
    width: 60%;
  }
  .flex .min-md-70 {
    width: 70%;
  }
  .flex .min-md-75 {
    width: 75%;
  }
  .flex .min-md-80 {
    width: 80%;
  }
  .flex .min-md-90 {
    width: 90%;
  }
  .flex .min-md-95 {
    width: 95%;
  }
  .flex .min-md-100 {
    width: 100%;
  }
}
@media (min-width: 799px) {
  .flex .min-smd-5 {
    width: 5%;
  }
  .flex .min-smd-10 {
    width: 10%;
  }
  .flex .min-smd-15 {
    width: 15%;
  }
  .flex .min-smd-20 {
    width: 20%;
  }
  .flex .min-smd-25 {
    width: 25%;
  }
  .flex .min-smd-30 {
    width: 30%;
  }
  .flex .min-smd-33 {
    width: 33%;
  }
  .flex .min-smd-40 {
    width: 40%;
  }
  .flex .min-smd-45 {
    width: 45%;
  }
  .flex .min-smd-50 {
    width: 50%;
  }
  .flex .min-smd-55 {
    width: 55%;
  }
  .flex .min-smd-60 {
    width: 60%;
  }
  .flex .min-smd-70 {
    width: 70%;
  }
  .flex .min-smd-75 {
    width: 75%;
  }
  .flex .min-smd-80 {
    width: 80%;
  }
  .flex .min-smd-90 {
    width: 90%;
  }
  .flex .min-smd-95 {
    width: 95%;
  }
  .flex .min-smd-100 {
    width: 100%;
  }
}
@media (min-width: 899px) {
  .flex .min-sm-5 {
    width: 5%;
  }
  .flex .min-sm-10 {
    width: 10%;
  }
  .flex .min-sm-15 {
    width: 15%;
  }
  .flex .min-sm-20 {
    width: 20%;
  }
  .flex .min-sm-25 {
    width: 25%;
  }
  .flex .min-sm-30 {
    width: 30%;
  }
  .flex .min-sm-33 {
    width: 33%;
  }
  .flex .min-sm-40 {
    width: 40%;
  }
  .flex .min-sm-45 {
    width: 45%;
  }
  .flex .min-sm-50 {
    width: 50%;
  }
  .flex .min-sm-55 {
    width: 55%;
  }
  .flex .min-sm-60 {
    width: 60%;
  }
  .flex .min-sm-70 {
    width: 70%;
  }
  .flex .min-sm-75 {
    width: 75%;
  }
  .flex .min-sm-80 {
    width: 80%;
  }
  .flex .min-sm-90 {
    width: 90%;
  }
  .flex .min-sm-95 {
    width: 95%;
  }
  .flex .min-sm-100 {
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .flex .min-xsm-5 {
    width: 5%;
  }
  .flex .min-xsm-10 {
    width: 10%;
  }
  .flex .min-xsm-15 {
    width: 15%;
  }
  .flex .min-xsm-20 {
    width: 20%;
  }
  .flex .min-xsm-25 {
    width: 25%;
  }
  .flex .min-xsm-30 {
    width: 30%;
  }
  .flex .min-xsm-33 {
    width: 33%;
  }
  .flex .min-xsm-40 {
    width: 40%;
  }
  .flex .min-xsm-45 {
    width: 45%;
  }
  .flex .min-xsm-50 {
    width: 50%;
  }
  .flex .min-xsm-55 {
    width: 55%;
  }
  .flex .min-xsm-60 {
    width: 60%;
  }
  .flex .min-xsm-70 {
    width: 70%;
  }
  .flex .min-xsm-75 {
    width: 75%;
  }
  .flex .min-xsm-80 {
    width: 80%;
  }
  .flex .min-xsm-90 {
    width: 90%;
  }
  .flex .min-xsm-95 {
    width: 95%;
  }
  .flex .min-xsm-100 {
    width: 100%;
  }
}
@media (min-width: 1169px) {
  .flex .min-xs-5 {
    width: 5%;
  }
  .flex .min-xs-10 {
    width: 10%;
  }
  .flex .min-xs-15 {
    width: 15%;
  }
  .flex .min-xs-20 {
    width: 20%;
  }
  .flex .min-xs-25 {
    width: 25%;
  }
  .flex .min-xs-30 {
    width: 30%;
  }
  .flex .min-xs-33 {
    width: 33%;
  }
  .flex .min-xs-40 {
    width: 40%;
  }
  .flex .min-xs-45 {
    width: 45%;
  }
  .flex .min-xs-50 {
    width: 50%;
  }
  .flex .min-xs-55 {
    width: 55%;
  }
  .flex .min-xs-60 {
    width: 60%;
  }
  .flex .min-xs-70 {
    width: 70%;
  }
  .flex .min-xs-75 {
    width: 75%;
  }
  .flex .min-xs-80 {
    width: 80%;
  }
  .flex .min-xs-90 {
    width: 90%;
  }
  .flex .min-xs-95 {
    width: 95%;
  }
  .flex .min-xs-100 {
    width: 100%;
  }
}
@media (min-width: 1170px) {
  .flex .min-lx-5 {
    width: 5%;
  }
  .flex .min-lx-10 {
    width: 10%;
  }
  .flex .min-lx-15 {
    width: 15%;
  }
  .flex .min-lx-20 {
    width: 20%;
  }
  .flex .min-lx-25 {
    width: 25%;
  }
  .flex .min-lx-30 {
    width: 30%;
  }
  .flex .min-lx-33 {
    width: 33%;
  }
  .flex .min-lx-40 {
    width: 40%;
  }
  .flex .min-lx-45 {
    width: 45%;
  }
  .flex .min-lx-50 {
    width: 50%;
  }
  .flex .min-lx-55 {
    width: 55%;
  }
  .flex .min-lx-60 {
    width: 60%;
  }
  .flex .min-lx-70 {
    width: 70%;
  }
  .flex .min-lx-75 {
    width: 75%;
  }
  .flex .min-lx-80 {
    width: 80%;
  }
  .flex .min-lx-90 {
    width: 90%;
  }
  .flex .min-lx-95 {
    width: 95%;
  }
  .flex .min-lx-100 {
    width: 100%;
  }
}
.flex.flex-avatar > .flex-item:first-child,
.flex.flex-avatar > div:first-child,
.flex.flex-avatar > span:first-child,
.flex.flex-avatar > li:first-child {
  width: 15%;
}
.flex.flex-avatar > .flex-item:nth-child(2),
.flex.flex-avatar > div:nth-child(2),
.flex.flex-avatar > span:nth-child(2),
.flex.flex-avatar > li:nth-child(2) {
  width: 70%;
}
.flex.flex-action > .flex-item:first-child,
.flex.flex-action > div:first-child,
.flex.flex-action > span:first-child,
.flex.flex-action > li:first-child {
  width: 75%;
}
.flex.flex-icon > .flex-item,
.flex.flex-icon > div,
.flex.flex-icon > span,
.flex.flex-icon > li {
  text-align: left;
}
.flex.flex-icon > .flex-item:first-child,
.flex.flex-icon > div:first-child,
.flex.flex-icon > span:first-child,
.flex.flex-icon > li:first-child {
  text-align: center;
  width: 30px;
  max-width: 30px;
}
.boxed,
.grid {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.row {
  margin-bottom: 5px;
}
.row-container {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row,
.row .grid12 {
  min-height: 5px;
}
.row:after,
.row .grid12:after,
.row:before,
.row .grid12:before {
  content: "";
  display: table;
}
.row:after,
.row .grid12:after {
  clear: both;
}
ul.row,
ol.row {
  list-style: none;
}
.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12,
.grid1-lg,
.grid2-lg,
.grid3-lg,
.grid4-lg,
.grid5-lg,
.grid6-lg,
.grid7-lg,
.grid8-lg,
.grid9-lg,
.grid10-lg,
.grid11-lg,
.grid12-lg,
.grid1-md,
.grid2-md,
.grid3-md,
.grid4-md,
.grid5-md,
.grid6-md,
.grid7-md,
.grid8-md,
.grid9-md,
.grid10-md,
.grid11-md,
.grid12-md,
.grid1-smd,
.grid2-smd,
.grid3-smd,
.grid4-smd,
.grid5-smd,
.grid6-smd,
.grid7-smd,
.grid8-smd,
.grid9-smd,
.grid10-smd,
.grid11-smd,
.grid12-smd,
.grid1-sm,
.grid2-sm,
.grid3-sm,
.grid4-sm,
.grid5-sm,
.grid6-sm,
.grid7-sm,
.grid8-sm,
.grid9-sm,
.grid10-sm,
.grid11-sm,
.grid12-sm,
.grid1-xsm,
.grid2-xsm,
.grid3-xsm,
.grid4-xsm,
.grid5-xsm,
.grid6-xsm,
.grid7-xsm,
.grid8-xsm,
.grid9-xsm,
.grid10-xsm,
.grid11-xsm,
.grid12-xsm,
.grid1-xs,
.grid2-xs,
.grid3-xs,
.grid4-xs,
.grid5-xs,
.grid6-xs,
.grid7-xs,
.grid8-xs,
.grid9-xs,
.grid10-xs,
.grid11-xs,
.grid12-xs,
.grid1-lx,
.grid2-lx,
.grid3-lx,
.grid4-lx,
.grid5-lx,
.grid6-lx,
.grid7-lx,
.grid8-lx,
.grid9-lx,
.grid10-lx,
.grid11-lx,
.grid12-lx {
  min-height: 1px;
  float: left !important;
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
.row.row-nopad > [class^='grid'] {
  padding: 0;
}
.row.row-as-table {
  display: table;
}
.row.row-as-table > .row-item {
  display: table-cell;
  vertical-align: middle;
}
.visible-lx,
.visible-xs,
.visible-xsm,
.visible-sm,
.visible-smd,
.visible-md,
.visible-lg,
.visible.lx.visible.xs,
.visible.xsm,
.visible.sm,
.visible.smd,
.visible.md,
.visible.lg {
  display: none;
}
.hidden-lx.hidden-xs,
.hidden-xsm,
.hidden-sm,
.hidden-smd,
.hidden-md,
.hidden-lg,
.hidden.lx,
.hidden.xs,
.hidden.xsm,
.hidden.sm,
.hidden.smd,
.hidden.md,
.hidden.lg {
  display: block;
}
@media (max-width: 0px) {
  .visible-lx,
  .visible.lx {
    display: block !important;
  }
  .hidden-lx,
  .hidden.lx {
    display: none !important;
  }
  .push1-lx {
    left: 8.333333333333334% !important;
  }
  .pull1-lx {
    right: 8.333333333333334% !important;
  }
  .push2-lx {
    left: 16.666666666666668% !important;
  }
  .pull2-lx {
    right: 16.666666666666668% !important;
  }
  .push3-lx {
    left: 25% !important;
  }
  .pull3-lx {
    right: 25% !important;
  }
  .push4-lx {
    left: 33.333333333333336% !important;
  }
  .pull4-lx {
    right: 33.333333333333336% !important;
  }
  .push5-lx {
    left: 41.66666666666667% !important;
  }
  .pull5-lx {
    right: 41.66666666666667% !important;
  }
  .push6-lx {
    left: 50% !important;
  }
  .pull6-lx {
    right: 50% !important;
  }
  .push7-lx {
    left: 58.333333333333336% !important;
  }
  .pull7-lx {
    right: 58.333333333333336% !important;
  }
  .push8-lx {
    left: 66.66666666666667% !important;
  }
  .pull8-lx {
    right: 66.66666666666667% !important;
  }
  .push9-lx {
    left: 75% !important;
  }
  .pull9-lx {
    right: 75% !important;
  }
  .push10-lx {
    left: 83.33333333333334% !important;
  }
  .pull10-lx {
    right: 83.33333333333334% !important;
  }
  .push11-lx {
    left: 91.66666666666667% !important;
  }
  .pull11-lx {
    right: 91.66666666666667% !important;
  }
  .push12-lx {
    left: 100% !important;
  }
  .pull12-lx {
    right: 100% !important;
  }
}
@media (min-width: 400px) and (max-width: 609px) {
  .visible-xs,
  .visible.xs {
    display: block !important;
  }
  .hidden-xs,
  .hidden.xs {
    display: none !important;
  }
  .push1-xs {
    left: 8.333333333333334% !important;
  }
  .pull1-xs {
    right: 8.333333333333334% !important;
  }
  .push2-xs {
    left: 16.666666666666668% !important;
  }
  .pull2-xs {
    right: 16.666666666666668% !important;
  }
  .push3-xs {
    left: 25% !important;
  }
  .pull3-xs {
    right: 25% !important;
  }
  .push4-xs {
    left: 33.333333333333336% !important;
  }
  .pull4-xs {
    right: 33.333333333333336% !important;
  }
  .push5-xs {
    left: 41.66666666666667% !important;
  }
  .pull5-xs {
    right: 41.66666666666667% !important;
  }
  .push6-xs {
    left: 50% !important;
  }
  .pull6-xs {
    right: 50% !important;
  }
  .push7-xs {
    left: 58.333333333333336% !important;
  }
  .pull7-xs {
    right: 58.333333333333336% !important;
  }
  .push8-xs {
    left: 66.66666666666667% !important;
  }
  .pull8-xs {
    right: 66.66666666666667% !important;
  }
  .push9-xs {
    left: 75% !important;
  }
  .pull9-xs {
    right: 75% !important;
  }
  .push10-xs {
    left: 83.33333333333334% !important;
  }
  .pull10-xs {
    right: 83.33333333333334% !important;
  }
  .push11-xs {
    left: 91.66666666666667% !important;
  }
  .pull11-xs {
    right: 91.66666666666667% !important;
  }
  .push12-xs {
    left: 100% !important;
  }
  .pull12-xs {
    right: 100% !important;
  }
}
@media (min-width: 610px) and (max-width: 799px) {
  .visible-xsm,
  .visible.xsm {
    display: block !important;
  }
  .hidden-xsm,
  .hidden.xsm {
    display: none !important;
  }
  .push1-xsm {
    left: 8.333333333333334% !important;
  }
  .pull1-xsm {
    right: 8.333333333333334% !important;
  }
  .push2-xsm {
    left: 16.666666666666668% !important;
  }
  .pull2-xsm {
    right: 16.666666666666668% !important;
  }
  .push3-xsm {
    left: 25% !important;
  }
  .pull3-xsm {
    right: 25% !important;
  }
  .push4-xsm {
    left: 33.333333333333336% !important;
  }
  .pull4-xsm {
    right: 33.333333333333336% !important;
  }
  .push5-xsm {
    left: 41.66666666666667% !important;
  }
  .pull5-xsm {
    right: 41.66666666666667% !important;
  }
  .push6-xsm {
    left: 50% !important;
  }
  .pull6-xsm {
    right: 50% !important;
  }
  .push7-xsm {
    left: 58.333333333333336% !important;
  }
  .pull7-xsm {
    right: 58.333333333333336% !important;
  }
  .push8-xsm {
    left: 66.66666666666667% !important;
  }
  .pull8-xsm {
    right: 66.66666666666667% !important;
  }
  .push9-xsm {
    left: 75% !important;
  }
  .pull9-xsm {
    right: 75% !important;
  }
  .push10-xsm {
    left: 83.33333333333334% !important;
  }
  .pull10-xsm {
    right: 83.33333333333334% !important;
  }
  .push11-xsm {
    left: 91.66666666666667% !important;
  }
  .pull11-xsm {
    right: 91.66666666666667% !important;
  }
  .push12-xsm {
    left: 100% !important;
  }
  .pull12-xsm {
    right: 100% !important;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .visible-sm,
  .visible.sm {
    display: block !important;
  }
  .hidden-sm,
  .hidden.sm {
    display: none !important;
  }
  .push1-sm {
    left: 8.333333333333334% !important;
  }
  .pull1-sm {
    right: 8.333333333333334% !important;
  }
  .push2-sm {
    left: 16.666666666666668% !important;
  }
  .pull2-sm {
    right: 16.666666666666668% !important;
  }
  .push3-sm {
    left: 25% !important;
  }
  .pull3-sm {
    right: 25% !important;
  }
  .push4-sm {
    left: 33.333333333333336% !important;
  }
  .pull4-sm {
    right: 33.333333333333336% !important;
  }
  .push5-sm {
    left: 41.66666666666667% !important;
  }
  .pull5-sm {
    right: 41.66666666666667% !important;
  }
  .push6-sm {
    left: 50% !important;
  }
  .pull6-sm {
    right: 50% !important;
  }
  .push7-sm {
    left: 58.333333333333336% !important;
  }
  .pull7-sm {
    right: 58.333333333333336% !important;
  }
  .push8-sm {
    left: 66.66666666666667% !important;
  }
  .pull8-sm {
    right: 66.66666666666667% !important;
  }
  .push9-sm {
    left: 75% !important;
  }
  .pull9-sm {
    right: 75% !important;
  }
  .push10-sm {
    left: 83.33333333333334% !important;
  }
  .pull10-sm {
    right: 83.33333333333334% !important;
  }
  .push11-sm {
    left: 91.66666666666667% !important;
  }
  .pull11-sm {
    right: 91.66666666666667% !important;
  }
  .push12-sm {
    left: 100% !important;
  }
  .pull12-sm {
    right: 100% !important;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .visible-smd,
  .visible.smd {
    display: block !important;
  }
  .hidden-smd,
  .hidden.smd {
    display: none !important;
  }
  .push1-smd {
    left: 8.333333333333334% !important;
  }
  .pull1-smd {
    right: 8.333333333333334% !important;
  }
  .push2-smd {
    left: 16.666666666666668% !important;
  }
  .pull2-smd {
    right: 16.666666666666668% !important;
  }
  .push3-smd {
    left: 25% !important;
  }
  .pull3-smd {
    right: 25% !important;
  }
  .push4-smd {
    left: 33.333333333333336% !important;
  }
  .pull4-smd {
    right: 33.333333333333336% !important;
  }
  .push5-smd {
    left: 41.66666666666667% !important;
  }
  .pull5-smd {
    right: 41.66666666666667% !important;
  }
  .push6-smd {
    left: 50% !important;
  }
  .pull6-smd {
    right: 50% !important;
  }
  .push7-smd {
    left: 58.333333333333336% !important;
  }
  .pull7-smd {
    right: 58.333333333333336% !important;
  }
  .push8-smd {
    left: 66.66666666666667% !important;
  }
  .pull8-smd {
    right: 66.66666666666667% !important;
  }
  .push9-smd {
    left: 75% !important;
  }
  .pull9-smd {
    right: 75% !important;
  }
  .push10-smd {
    left: 83.33333333333334% !important;
  }
  .pull10-smd {
    right: 83.33333333333334% !important;
  }
  .push11-smd {
    left: 91.66666666666667% !important;
  }
  .pull11-smd {
    right: 91.66666666666667% !important;
  }
  .push12-smd {
    left: 100% !important;
  }
  .pull12-smd {
    right: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .visible-md,
  .visible.md {
    display: block !important;
  }
  .hidden-md,
  .hidden.md {
    display: none !important;
  }
  .push1-md {
    left: 8.333333333333334% !important;
  }
  .pull1-md {
    right: 8.333333333333334% !important;
  }
  .push2-md {
    left: 16.666666666666668% !important;
  }
  .pull2-md {
    right: 16.666666666666668% !important;
  }
  .push3-md {
    left: 25% !important;
  }
  .pull3-md {
    right: 25% !important;
  }
  .push4-md {
    left: 33.333333333333336% !important;
  }
  .pull4-md {
    right: 33.333333333333336% !important;
  }
  .push5-md {
    left: 41.66666666666667% !important;
  }
  .pull5-md {
    right: 41.66666666666667% !important;
  }
  .push6-md {
    left: 50% !important;
  }
  .pull6-md {
    right: 50% !important;
  }
  .push7-md {
    left: 58.333333333333336% !important;
  }
  .pull7-md {
    right: 58.333333333333336% !important;
  }
  .push8-md {
    left: 66.66666666666667% !important;
  }
  .pull8-md {
    right: 66.66666666666667% !important;
  }
  .push9-md {
    left: 75% !important;
  }
  .pull9-md {
    right: 75% !important;
  }
  .push10-md {
    left: 83.33333333333334% !important;
  }
  .pull10-md {
    right: 83.33333333333334% !important;
  }
  .push11-md {
    left: 91.66666666666667% !important;
  }
  .pull11-md {
    right: 91.66666666666667% !important;
  }
  .push12-md {
    left: 100% !important;
  }
  .pull12-md {
    right: 100% !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg,
  .visible.lg {
    display: block !important;
  }
  .hidden-lg,
  .hidden.lg {
    display: none !important;
  }
  .push1-lg {
    left: 8.333333333333334% !important;
  }
  .pull1-lg {
    right: 8.333333333333334% !important;
  }
  .push2-lg {
    left: 16.666666666666668% !important;
  }
  .pull2-lg {
    right: 16.666666666666668% !important;
  }
  .push3-lg {
    left: 25% !important;
  }
  .pull3-lg {
    right: 25% !important;
  }
  .push4-lg {
    left: 33.333333333333336% !important;
  }
  .pull4-lg {
    right: 33.333333333333336% !important;
  }
  .push5-lg {
    left: 41.66666666666667% !important;
  }
  .pull5-lg {
    right: 41.66666666666667% !important;
  }
  .push6-lg {
    left: 50% !important;
  }
  .pull6-lg {
    right: 50% !important;
  }
  .push7-lg {
    left: 58.333333333333336% !important;
  }
  .pull7-lg {
    right: 58.333333333333336% !important;
  }
  .push8-lg {
    left: 66.66666666666667% !important;
  }
  .pull8-lg {
    right: 66.66666666666667% !important;
  }
  .push9-lg {
    left: 75% !important;
  }
  .pull9-lg {
    right: 75% !important;
  }
  .push10-lg {
    left: 83.33333333333334% !important;
  }
  .pull10-lg {
    right: 83.33333333333334% !important;
  }
  .push11-lg {
    left: 91.66666666666667% !important;
  }
  .pull11-lg {
    right: 91.66666666666667% !important;
  }
  .push12-lg {
    left: 100% !important;
  }
  .pull12-lg {
    right: 100% !important;
  }
}
@media (min-width: 0px) {
  .hidden-from-lx {
    display: none !important;
  }
}
@media (min-width: 400px) {
  .hidden-from-xs {
    display: none !important;
  }
}
@media (min-width: 610px) {
  .hidden-from-xsm {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .hidden-from-sm {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .hidden-from-smd {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-from-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-from-lg {
    display: none !important;
  }
}
@media (max-width: 0px) {
  .visible-from-lx {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .visible-from-xs {
    display: none !important;
  }
}
@media (max-width: 610px) {
  .visible-from-xsm {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .visible-from-sm {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .visible-from-smd {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .visible-from-md {
    display: none !important;
  }
}
@media (max-width: 1170px) {
  .visible-from-lg {
    display: none !important;
  }
}
/*// grid classes*/
@media (min-width: 0px) {
  .grid1-lx {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-lx {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-lx {
    width: 25% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-lx {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-lx {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-lx {
    width: 50% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-lx {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-lx {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-lx {
    width: 75% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-lx {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-lx {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-lx {
    width: 100% !important;
  }
  .row.row-as-table-lx {
    display: table;
  }
  .row.row-as-table-lx > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 400px) {
  .grid1-xs {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-xs {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-xs {
    width: 25% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-xs {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-xs {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-xs {
    width: 50% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-xs {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-xs {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-xs {
    width: 75% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-xs {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-xs {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-xs {
    width: 100% !important;
  }
  .row.row-as-table-xs {
    display: table;
  }
  .row.row-as-table-xs > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 610px) {
  .grid1-xsm {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-xsm {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-xsm {
    width: 25% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-xsm {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-xsm {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-xsm {
    width: 50% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-xsm {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-xsm {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-xsm {
    width: 75% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-xsm {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-xsm {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-xsm {
    width: 100% !important;
  }
  .row.row-as-table-xsm {
    display: table;
  }
  .row.row-as-table-xsm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 800px) {
  .grid1-sm {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-sm {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-sm {
    width: 25% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-sm {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-sm {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-sm {
    width: 50% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-sm {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-sm {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-sm {
    width: 75% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-sm {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-sm {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-sm {
    width: 100% !important;
  }
  .row.row-as-table-sm {
    display: table;
  }
  .row.row-as-table-sm > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 900px) {
  .grid1-smd {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-smd {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-smd {
    width: 25% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-smd {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-smd {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-smd {
    width: 50% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-smd {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-smd {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-smd {
    width: 75% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-smd {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-smd {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-smd {
    width: 100% !important;
  }
  .row.row-as-table-smd {
    display: table;
  }
  .row.row-as-table-smd > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .grid1-md {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-md {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-md {
    width: 25% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-md {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-md {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-md {
    width: 50% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-md {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-md {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-md {
    width: 75% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-md {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-md {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-md {
    width: 100% !important;
  }
  .row.row-as-table-md {
    display: table;
  }
  .row.row-as-table-md > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1170px) {
  .grid1-lg {
    width: 8.333333333333334% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid2-lg {
    width: 16.666666666666668% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid3-lg {
    width: 25% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid4-lg {
    width: 33.333333333333336% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid5-lg {
    width: 41.66666666666667% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid6-lg {
    width: 50% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid7-lg {
    width: 58.333333333333336% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid8-lg {
    width: 66.66666666666667% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid9-lg {
    width: 75% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid10-lg {
    width: 83.33333333333334% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid11-lg {
    width: 91.66666666666667% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
  .grid12-lg {
    width: 100% !important;
  }
  .row.row-as-table-lg {
    display: table;
  }
  .row.row-as-table-lg > [class^='grid'] {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1170px) {
  .boxed {
    width: 1170px !important;
  }
}
.row .grid12 {
  padding-left: 0;
  padding-right: 0;
}
.grid-table {
  display: table;
  width: 100%;
}
.grid-table .grid-cell {
  display: table-cell;
}
.grid-table .grid-cell.grid1-cell {
  width: 8.333333333333334% !important;
}
.grid-table .grid-cell.grid2-cell {
  width: 16.666666666666668% !important;
}
.grid-table .grid-cell.grid3-cell {
  width: 25% !important;
}
.grid-table .grid-cell.grid4-cell {
  width: 33.333333333333336% !important;
}
.grid-table .grid-cell.grid5-cell {
  width: 41.66666666666667% !important;
}
.grid-table .grid-cell.grid6-cell {
  width: 50% !important;
}
.grid-table .grid-cell.grid7-cell {
  width: 58.333333333333336% !important;
}
.grid-table .grid-cell.grid8-cell {
  width: 66.66666666666667% !important;
}
.grid-table .grid-cell.grid9-cell {
  width: 75% !important;
}
.grid-table .grid-cell.grid10-cell {
  width: 83.33333333333334% !important;
}
.grid-table .grid-cell.grid11-cell {
  width: 91.66666666666667% !important;
}
.grid-table .grid-cell.grid12-cell {
  width: 100% !important;
}
@media (min-width: 1px) {
  .row-disabled > [class^="grid"] {
    width: 100% !important;
    display: block;
  }
}
.fit {
  display: table;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.fit .top,
.fit .middle,
.fit .bottom {
  display: table-cell;
}
.fit > .top {
  vertical-align: top;
}
.fit > .middle {
  vertical-align: middle;
}
.fit > .bottom {
  vertical-align: bottom;
}
.iamsection > div {
  padding: 2vw 2vw;
}
.tiny {
  padding: 3px 5px;
}
.small {
  padding: 5px 8px;
}
.medium {
  padding: 9px 11px;
}
.large {
  padding: 12px 15px;
}
.form-control.small {
  padding: 8px;
}
.form-control.medium {
  padding: 11px;
}
.form-control.large {
  padding: 15px;
}
.file-control.small .file-input {
  padding: 8px;
}
.file-control.medium .file-input {
  padding: 11px;
}
.file-control.large .file-input {
  padding: 15px;
}
.button.small {
  padding: 8px;
}
.button.medium {
  padding: 11px;
}
.button.large {
  padding: 15px;
}
.slider.small {
  padding: 8px;
}
.slider.medium {
  padding: 11px;
}
.slider.large {
  padding: 15px;
}
.table.small td,
.table.small th {
  padding: 8px 5px;
}
.table.medium td,
.table.medium th {
  padding: 11px 7px;
}
.table.large td,
.table.large th {
  padding: 15px 9px;
}
.scrollup {
  display: block;
  position: fixed;
  right: 10px;
  bottom: -50px;
  padding: 10px 15px;
  z-index: 900;
  font-size: 2rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollup.now {
  bottom: 9px;
}
.background {
  background-color: transparent;
  background-origin: padding-box;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-fixed {
  background-attachment: fixed;
}
.bg-stretch {
  background-size: 100% 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-sizeauto {
  background-size: auto;
}
.transparent {
  background: transparent;
}
.no-bg {
  background: none;
}
img.autowidth {
  width: auto;
}
.themegrad,
.bg.site.grad {
  background: -webkit-linear-gradient(top, #da4b5b 0%, #626a6e 100%) no-repeat;
  background: -moz-linear-gradient(top, #da4b5b 0%, #626a6e 100%) no-repeat;
  background: -ms-linear-gradient(to bottom, #da4b5b 0%, #626a6e 100%) no-repeat;
  background: -o-linear-gradient(top, #da4b5b 0%, #626a6e 100%) no-repeat;
  background: linear-gradient(to bottom, #da4b5b 0%, #626a6e 100%) no-repeat;
}
.bg.grad-y {
  background: -webkit-linear-gradient(top, #626a6e 0%, #da4b5b 100%) no-repeat;
  background: -moz-linear-gradient(top, #626a6e 0%, #da4b5b 100%) no-repeat;
  background: -ms-linear-gradient(to bottom, #626a6e 0%, #da4b5b 100%) no-repeat;
  background: -o-linear-gradient(top, #626a6e 0%, #da4b5b 100%) no-repeat;
  background: linear-gradient(to bottom, #626a6e 0%, #da4b5b 100%) no-repeat;
}
.bg-grad-img-overlay-bt {
  background: -webkit-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: -moz-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: -ms-linear-gradient(to bottom, transparent 20%, #da4b5b 100%) no-repeat;
  background: -o-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: linear-gradient(to bottom, transparent 20%, #da4b5b 100%) no-repeat;
}
.bg-grad-img-overlay-tb {
  background: -webkit-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: -moz-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: -ms-linear-gradient(to bottom, transparent 20%, #da4b5b 100%) no-repeat;
  background: -o-linear-gradient(top, transparent 20%, #da4b5b 100%) no-repeat;
  background: linear-gradient(to bottom, transparent 20%, #da4b5b 100%) no-repeat;
}
.themegradgreen {
  background-image: -webkit-linear-gradient(180deg, #da4b5b, #0db969);
  background-image: -o-linear-gradient(180deg, #da4b5b, #0db969);
  background-image: -moz-linear-gradient(180deg, #da4b5b, #0db969);
  background-image: linear-gradient(180deg, #da4b5b, #0db969);
}
.bg.site.grad {
  background-color: #da4b5b;
  color: #fff;
}
.background-sticky {
  background-attachment: fixed;
}
.bg-center {
  background-position: center center;
}
.bg-cr {
  background-position: center right;
}
.bg-tl {
  background-position: top left;
}
.bg-tr {
  background-position: top right;
}
.bg-tc {
  background-position: top center;
}
.bg-br {
  background-position: bottom right;
}
.bg-bl {
  background-position: bottom left;
}
.bg-bc {
  background-position: bottom center;
}
.bg-center-top {
  background-position: center top;
}
.norepeat {
  background-repeat: no-repeat;
}
.background-repeat,
.repeat {
  background-position: left top;
  background-repeat: repeat;
}
.xrepeat {
  background-repeat: repeat-x;
}
.background-stripe1 {
  background-image: url("../images/base/cross-ptn-1.png");
}
.background-stripe2 {
  background-image: url("../images/base/cross-ptn-2.png");
}
.background-stripe3 {
  background-image: url("../images/base/cross-ptn-3.png");
}
.background-disabled {
  background-image: url("../images/base/cross-ptn-disabled.png");
}
.background-dashed-ptn {
  background-image: url("../images/base/bg-dashed.png");
}
.matte-pattern {
  background-image: url("../images/base/matte-pattern.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}
.bg-header-full {
  background-position-y: -100px;
}
.bg-my20x {
  margin-top: -20%;
  margin-bottom: -20%;
}
.bg-my40x {
  margin-top: -20%;
  margin-bottom: -20%;
}
.divider {
  border-bottom: 1px solid rgba(42, 43, 44, 0.1);
}
.divider:not(.nospace) {
  margin: 2% 0;
}
.divider.divider-dashed,
.divider.dashed {
  border-bottom-style: dashed;
}
.divider.divider-dotted,
.divider.dotted {
  border-bottom-style: dotted;
}
.divider.bb2 {
  border-bottom-width: 2px;
}
.divider.bb3 {
  border-bottom-width: 3px;
}
.divider.b4 {
  border-width: 1px;
}
.divider.b4.dashed {
  border-style: dashed;
}
.divider.b4.dotted {
  border-style: dotted;
}
.divider.white {
  border-bottom-color: #fff;
}
.bg-social,
.socials {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.bg-social.grayscale,
.socials.grayscale {
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -o-filter: grayscale(100);
}
.bg-social.grayscale:hover,
.socials.grayscale:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.bg-social .fb,
.socials .fb,
.bg-social .facebook,
.socials .facebook {
  background: #3b5998;
  color: #fff;
}
.bg-social .fb:hover,
.socials .fb:hover,
.bg-social .facebook:hover,
.socials .facebook:hover,
.bg-social .fb:focus,
.socials .fb:focus,
.bg-social .facebook:focus,
.socials .facebook:focus {
  background: #2d4373;
  color: #fff;
}
.bg-social .twitter,
.socials .twitter {
  background: #00aced;
  color: #fff;
}
.bg-social .twitter:hover,
.socials .twitter:hover,
.bg-social .twitter:focus,
.socials .twitter:focus {
  background: #0087ba;
  color: #fff;
}
.bg-social .g-plus,
.socials .g-plus,
.bg-social .google-plus,
.socials .google-plus {
  background: #dd4b39;
  color: #fff;
}
.bg-social .g-plus:hover,
.socials .g-plus:hover,
.bg-social .google-plus:hover,
.socials .google-plus:hover,
.bg-social .g-plus:focus,
.socials .g-plus:focus,
.bg-social .google-plus:focus,
.socials .google-plus:focus {
  background: #c23321;
  color: #fff;
}
.bg-social .youtube,
.socials .youtube {
  background: #bb0000;
  color: #fff;
}
.bg-social .youtube:hover,
.socials .youtube:hover,
.bg-social .youtube:focus,
.socials .youtube:focus {
  background: #880000;
  color: #fff;
}
.bg-social .linkedin,
.socials .linkedin {
  background: #007bb6;
  color: #fff;
}
.bg-social .linkedin:hover,
.socials .linkedin:hover,
.bg-social .linkedin:focus,
.socials .linkedin:focus {
  background: #005983;
  color: #fff;
}
.bg-social .instagram,
.socials .instagram {
  background: #517fa4;
  color: #fff;
}
.bg-social .instagram:hover,
.socials .instagram:hover,
.bg-social .instagram:focus,
.socials .instagram:focus {
  background: #406582;
  color: #fff;
}
.bg-social .pinterest,
.socials .pinterest {
  background: #cb2027;
  color: #fff;
}
.bg-social .pinterest:hover,
.socials .pinterest:hover,
.bg-social .pinterest:focus,
.socials .pinterest:focus {
  background: #9f191f;
  color: #fff;
}
.bg-social .vinegreen,
.socials .vinegreen {
  background: #00bf8f;
  color: #fff;
}
.bg-social .vinegreen:hover,
.socials .vinegreen:hover,
.bg-social .vinegreen:focus,
.socials .vinegreen:focus {
  background: #008c69;
  color: #fff;
}
.bg-social .snapchat,
.socials .snapchat {
  background: #fffc00;
  color: #fff;
}
.bg-social .snapchat:hover,
.socials .snapchat:hover,
.bg-social .snapchat:focus,
.socials .snapchat:focus {
  background: #ccca00;
  color: #fff;
}
.bg-social .quoraburgundy,
.socials .quoraburgundy {
  background: #a82400;
  color: #fff;
}
.bg-social .quoraburgundy:hover,
.socials .quoraburgundy:hover,
.bg-social .quoraburgundy:focus,
.socials .quoraburgundy:focus {
  background: #751900;
  color: #fff;
}
.bg-social .flickr,
.socials .flickr {
  background: #ff0084;
  color: #fff;
}
.bg-social .flickr:hover,
.socials .flickr:hover,
.bg-social .flickr:focus,
.socials .flickr:focus {
  background: #cc006a;
  color: #fff;
}
.bg-social .tumblr,
.socials .tumblr {
  background: #32506d;
  color: #fff;
}
.bg-social .tumblr:hover,
.socials .tumblr:hover,
.bg-social .tumblr:focus,
.socials .tumblr:focus {
  background: #22364a;
  color: #fff;
}
.bg-social .vkblue,
.socials .vkblue {
  background: #45668e;
  color: #fff;
}
.bg-social .vkblue:hover,
.socials .vkblue:hover,
.bg-social .vkblue:focus,
.socials .vkblue:focus {
  background: #344d6c;
  color: #fff;
}
.bg-social .vimeo,
.socials .vimeo {
  background: #aad450;
  color: #fff;
}
.bg-social .vimeo:hover,
.socials .vimeo:hover,
.bg-social .vimeo:focus,
.socials .vimeo:focus {
  background: #93c130;
  color: #fff;
}
.bg-social .foursquare,
.socials .foursquare {
  background: #0072b1;
  color: #fff;
}
.bg-social .foursquare:hover,
.socials .foursquare:hover,
.bg-social .foursquare:focus,
.socials .foursquare:focus {
  background: #00517e;
  color: #fff;
}
.bg-social .share,
.socials .share {
  background: #FC5D46;
  color: #fff;
}
.bg-social .share:hover,
.socials .share:hover,
.bg-social .share:focus,
.socials .share:focus {
  background: #fb3114;
  color: #fff;
}
.bg-social .whatsapp,
.socials .whatsapp {
  background: #40C02D;
  color: #fff;
}
.bg-social .whatsapp:hover,
.socials .whatsapp:hover,
.bg-social .whatsapp:focus,
.socials .whatsapp:focus {
  background: #329723;
  color: #fff;
}
.bg-social .fb.white,
.socials .fb.white,
.bg-social .facebook.white,
.socials .facebook.white {
  background: #fff;
  color: #3b5998;
}
.bg-social .fb.white:hover,
.socials .fb.white:hover,
.bg-social .facebook.white:hover,
.socials .facebook.white:hover,
.bg-social .fb.white:focus,
.socials .fb.white:focus,
.bg-social .facebook.white:focus,
.socials .facebook.white:focus {
  background: #2d4373;
  color: #fff;
}
.bg-social .twitter.white,
.socials .twitter.white {
  background: #fff;
  color: #00aced;
}
.bg-social .twitter.white:hover,
.socials .twitter.white:hover,
.bg-social .twitter.white:focus,
.socials .twitter.white:focus {
  background: #0087ba;
  color: #fff;
}
.bg-social .g-plus.white,
.socials .g-plus.white,
.bg-social .google-plus.white,
.socials .google-plus.white {
  background: #fff;
  color: #dd4b39;
}
.bg-social .g-plus.white:hover,
.socials .g-plus.white:hover,
.bg-social .google-plus.white:hover,
.socials .google-plus.white:hover,
.bg-social .g-plus.white:focus,
.socials .g-plus.white:focus,
.bg-social .google-plus.white:focus,
.socials .google-plus.white:focus {
  background: #c23321;
  color: #fff;
}
.bg-social .youtube.white,
.socials .youtube.white {
  background: #fff;
  color: #bb0000;
}
.bg-social .youtube.white:hover,
.socials .youtube.white:hover,
.bg-social .youtube.white:focus,
.socials .youtube.white:focus {
  background: #880000;
  color: #fff;
}
.bg-social .linkedin.white,
.socials .linkedin.white {
  background: #fff;
  color: #007bb6;
}
.bg-social .linkedin.white:hover,
.socials .linkedin.white:hover,
.bg-social .linkedin.white:focus,
.socials .linkedin.white:focus {
  background: #005983;
  color: #fff;
}
.bg-social .pinterest.white,
.socials .pinterest.white {
  background: #fff;
  color: #cb2027;
}
.bg-social .pinterest.white:hover,
.socials .pinterest.white:hover,
.bg-social .pinterest.white:focus,
.socials .pinterest.white:focus {
  background: #9f191f;
  color: #fff;
}
.animate-move-left,
.animate-move-right .animate-move-up,
.animate-move-down {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animate-move-left {
  margin-left: 50px;
}
.animate-move-right {
  margin-left: -50px;
}
.animate-move-down {
  margin-top: 50px;
}
.animate-move-up {
  margin-top: -50px;
}
.active .animate-move-left,
.active .animate-move-right .animate-move-up,
.active .animate-move-down {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.active .animate-move-up,
.active .animate-move-down {
  margin-top: 0;
}
.active .animate-move-left,
.active .animate-move-right {
  margin-left: 0;
}
.animate-height-start {
  height: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.animate-height-start.animate-height-end {
  height: 0;
}
.animate-fade-start {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.animate-fade-start.animate-fade-end {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.animate-shrink-start {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animate-shrink-start.animate-shrink-end {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.animate-fadeleft-start {
  left: 100%;
}
.animate-fadeleft-start.animate-fadeleft-end {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  left: 0;
}
.modal {
  overflow: hidden;
}
.modal .backdrop {
  z-index: 1;
}
.modal .modal-container {
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .modal-progress {
  min-height: 8px;
}
.modal .modal-header {
  overflow: hidden;
  max-height: 70px;
}
.modal .modal-body {
  overflow-y: auto;
  max-height: calc( 100vh - 70px);
  padding: 10px;
  z-index: 4;
  position: relative;
}
.modal .modal-container.modal-h-b .modal-header ~ .modal-body {
  max-height: calc( 100vh - 70px);
}
.modal .modal-container.modal-b-f .modal-body {
  max-height: calc( 100vh - 70px);
}
.modal .modal-container.modal-h-b-f .modal-body {
  max-height: calc( 100vh - 140px);
}
.modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.modal-header {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.modal-header .lead {
  margin: 0;
}
.modal-close {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.modal-close i:before {
  line-height: 50px;
}
.modaltoggler {
  position: absolute;
  left: -50px;
  top: 50%;
}
.modaltoggler > a {
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.modal-container {
  width: 100%;
  margin: 0 auto;
}
.modal-container.auto {
  width: auto;
}
.modal-container.basic {
  width: 60%;
}
.modal-container.mini {
  width: 35%;
}
.modal-container.small {
  width: 50%;
}
.modal-container.medium {
  width: 65%;
}
.modal-container.large {
  width: 85%;
}
.modal-container.full {
  width: 100%;
  margin: 0 auto;
}
.modal-container.position {
  position: absolute;
}
.modal-container.position.top {
  top: 0;
}
.modal-container.position.bottom {
  bottom: 0;
}
.modal-container.position.left {
  left: 0;
}
.modal-container.position.right {
  right: 0;
}
.modal-container.position.center,
.modal-container.position.image {
  top: 0;
  left: 0;
  right: 0;
}
.modal:not(.open) .modal-container {
  -webkit-box-shadow: 0 0 0 rgba(218, 75, 91, 0) !important;
  box-shadow: 0 0 0 rgba(218, 75, 91, 0) !important;
}
.modal .modal-container.top-animation {
  top: -100%;
}
.modal.open .modal-container.top-animation {
  top: 0%;
}
.modal .modal-container.left-animation {
  left: -100%;
}
.modal.open .modal-container.left-animation {
  left: 0%;
}
.modal .modal-container.right-animation {
  right: -100%;
}
.modal.open .modal-container.right-animation {
  right: 0%;
}
.modal .modal-container.bottom-animation {
  bottom: -100%;
}
.modal.open .modal-container.bottom-animation {
  bottom: 0%;
}
.modal.open {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.open.modaltoggler-on {
  right: -100%;
}
.open.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}
.open.modal .backdrop {
  display: block;
}
.modal-container.images {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.modal-container.images .modal-image {
  display: table;
}
.modal-container.images .modal-image .img {
  vertical-align: bottom;
}
.modal-container.images .modal-image {
  position: relative;
}
.modal-container.images .modal-image-wrapper {
  display: block;
  overflow: auto;
}
.modal-container.images .modal-body {
  width: 25%;
  float: right;
}
.modal-container.images .modal-body ~ .modal-image {
  margin-right: 25%;
  width: 75%;
}
@media (min-width: 1400px) {
  .modal-container.auto,
  .modal-container.modal,
  .modal-container.basic,
  .modal-container.mini {
    width: 500px;
  }
  .modal-container.small {
    width: 800px;
  }
  .modal-container.medium {
    width: 1000px;
  }
  .modal-container.large {
    width: 1200px;
  }
}
@media (max-width: 1024px) {
  .modal-container.auto,
  .modal-container.modal,
  .modal-container.basic,
  .modal-container.mini,
  .modal-container.small,
  .modal-container.medium,
  .modal-container.large {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .modal-container.auto,
  .modal-container.modal,
  .modal-container.basic,
  .modal-container.mini,
  .modal-container.small,
  .modal-container.medium,
  .modal-container.large {
    width: 99%;
  }
  .modal-container.position.left,
  .modal-container.position.right {
    left: 0;
    right: 0;
  }
  .modal-container.images .modal-body {
    width: 45%;
  }
  .modal-container.images .modal-body ~ .modal-image {
    margin-right: 45%;
    width: 55%;
  }
}
@media (max-width: 899px) {
  .modal-container.images .modal-body {
    display: none;
  }
  .modal-container.images .modal-body ~ .modal-image {
    margin-right: 0;
    width: 100%;
  }
}
.modal .modal-progress.animate {
  -webkit-animation: progressMoveLoaderA 1s linear infinite;
  -moz-animation: progressMoveLoaderA 1s linear infinite;
  -ms-animation: progressMoveLoaderA 1s linear infinite;
  -o-animation: progressMoveLoaderA 1s linear infinite;
  animation: progressMoveLoaderA 1s linear infinite;
}
@-webkit-keyframes progressMoveLoaderA {
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
}
@-moz-keyframes progressMoveLoaderA {
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
}
@keyframes progressMoveLoaderA {
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: 60px top;
  }
}
input,
textarea,
select,
button {
  padding: 0;
  margin: 0;
}
input,
textarea,
select {
  line-height: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
  min-height: 30px;
}
select option {
  margin: 3px;
  padding: 0 5px;
}
.form-label {
  margin-bottom: 10px;
}
.form-help-text {
  margin: 5px 0;
  font-size: 80%;
}
.form-control,
.file-input,
.select-input,
.button,
.form-label,
.anchor {
  line-height: 1.3em;
}
.form-control,
.file-input,
.select-input,
.button {
  padding: 5px 5px;
}
.form-control,
.file-input,
.select-input {
  width: 100%;
}
.file-control {
  position: relative;
  overflow: hidden;
}
.file-control input[type="file"].form-control {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  bottom: auto;
}
.file-control .file-input {
  display: block;
  z-index: 0;
  position: relative;
}
.file-control .file-browse-btn {
  display: block;
  line-height: inherit;
  min-height: 15px;
}
.file-control .file-browse-btn:before {
  content: attr(data-text);
  padding: 0px 5px;
  position: relative;
  right: 0px;
  display: block;
  float: right;
}
.selectbox {
  position: relative;
}
.selectbox > .form-control {
  margin: 0.5%;
  width: 99%;
  border: 0 none;
  z-index: 2;
  position: relative;
  padding: 0;
}
.selectbox > .form-control option {
  outline: none;
  border: 0 none;
  padding: 2px;
  margin: 0px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-appearance-adjust: none;
  -moz-appearance-adjust: none;
  -ms-appearance-adjust: none;
  appearance-adjust: none;
}
.selectbox .select-input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  z-index: 1;
}
.button {
  padding: 4px 3px;
  border: 1px solid;
  margin-bottom: 5px;
}
.button * {
  line-height: inherit;
}
.field-group {
  display: table;
}
.field-group > .field,
.field-group > .field-icon {
  display: table-cell;
}
.field-group > .field-icon {
  width: 1%;
}
.field-group .field-group-label {
  display: table;
  width: 100%;
}
.field-group input,
.field-group .button {
  margin-bottom: 0;
}
.control-set {
  margin-bottom: 15px;
}
.input-set {
  display: table;
  width: 100%;
}
.input-set > * {
  display: table-cell;
  vertical-align: middle;
}
.input-set > .icon {
  width: 1%;
}
.input-set button {
  border-width: 1px;
  border-style: solid;
}
.input-set input {
  margin-right: -1px;
}
.input-set button,
.input-set input {
  padding: 9px 8px;
  line-height: 100%;
}
.form-error {
  padding: 10px 0;
}
.sr-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: none;
}
.one-place-error {
  z-index: 1000 !important;
}
.form-control {
  border: 1px solid;
}
.form-control.uline {
  border-width: 0 0 1px 0;
}
.form-control.b2x {
  border-width: 2px;
}
.form-control.b3x {
  border-width: 3px;
}
.required {
  position: relative;
}
.required:before {
  content: "* ";
  color: #ee1d1d;
}
.mirror-input,
.mirror-input .mirror {
  position: relative;
}
.mirror-input .mirror {
  z-index: 2;
}
.mirror-input .mirror:not(hover),
.mirror-input .mirror:not(focus) {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mirror-input .mirror:hover,
.mirror-input .mirror:focus {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.mirror-input .real {
  z-index: 1;
}
.mirror-input .mirror:hover ~ .real,
.mirror-input .mirror:focus ~ .real {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
input:not(:checked) ~ .checkoff .on {
  display: none;
}
input:checked ~ .checkoff .off {
  display: none;
}
.radiobox,
.checkbox {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-right: 5px;
  overflow: hidden;
}
.radiobox,
.checkbox,
.radiobox label,
.checkbox label,
.radiobox [type=radio],
.checkbox [type=radio],
.radiobox [type=checkbox],
.checkbox [type=checkbox] {
  cursor: pointer;
}
.radiobox label,
.checkbox label {
  display: inline-block;
  position: relative;
}
.radiobox .form-control,
.checkbox .form-control,
.radiobox [type=radio],
.checkbox [type=radio],
.radiobox [type=checkbox],
.checkbox [type=checkbox] {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 2;
  width: 100%;
  display: inline-block;
  border: 0 none;
  margin: 0 !important;
}
.radiobox .radiobox-circle,
.checkbox .radiobox-circle,
.radiobox .checkbox-circle,
.checkbox .checkbox-circle,
.radiobox .radiobox-circle:after,
.checkbox .radiobox-circle:after,
.radiobox .checkbox-circle:after,
.checkbox .checkbox-circle:after,
.radiobox .radiobox-circle:before,
.checkbox .radiobox-circle:before,
.radiobox .checkbox-circle:before,
.checkbox .checkbox-circle:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radiobox .radiobox-square,
.checkbox .radiobox-square,
.radiobox .checkbox-square,
.checkbox .checkbox-square,
.radiobox .radiobox-square:after,
.checkbox .radiobox-square:after,
.radiobox .checkbox-square:after,
.checkbox .checkbox-square:after,
.radiobox .radiobox-square:before,
.checkbox .radiobox-square:before,
.radiobox .checkbox-square:before,
.checkbox .checkbox-square:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.radiobox .radiobox-circle,
.checkbox .radiobox-circle,
.radiobox .checkbox-circle,
.checkbox .checkbox-circle,
.radiobox .radiobox-square,
.checkbox .radiobox-square,
.radiobox .checkbox-square,
.checkbox .checkbox-square {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 0;
}
.radiobox .radiobox-circle:after,
.checkbox .radiobox-circle:after,
.radiobox .checkbox-circle:after,
.checkbox .checkbox-circle:after,
.radiobox .radiobox-square:after,
.checkbox .radiobox-square:after,
.radiobox .checkbox-square:after,
.checkbox .checkbox-square:after,
.radiobox .radiobox-circle:before,
.checkbox .radiobox-circle:before,
.radiobox .checkbox-circle:before,
.checkbox .checkbox-circle:before,
.radiobox .radiobox-square:before,
.checkbox .radiobox-square:before,
.radiobox .checkbox-square:before,
.checkbox .checkbox-square:before {
  content: "";
  position: absolute;
  top: 0;
}
.radiobox .radiobox-circle:before,
.checkbox .radiobox-circle:before,
.radiobox .checkbox-circle:before,
.checkbox .checkbox-circle:before,
.radiobox .radiobox-square:before,
.checkbox .radiobox-square:before,
.radiobox .checkbox-square:before,
.checkbox .checkbox-square:before {
  display: block;
}
.radiobox .radiobox-circle:after,
.checkbox .radiobox-circle:after,
.radiobox .checkbox-circle:after,
.checkbox .checkbox-circle:after,
.radiobox .radiobox-square:after,
.checkbox .radiobox-square:after,
.radiobox .checkbox-square:after,
.checkbox .checkbox-square:after {
  display: none;
}
.radiobox input:checked ~ .radiobox-circle:after,
.checkbox input:checked ~ .radiobox-circle:after,
.radiobox input:checked ~ .checkbox-circle:after,
.checkbox input:checked ~ .checkbox-circle:after,
.radiobox .radiobox-circle.active:after,
.checkbox .radiobox-circle.active:after,
.radiobox .checkbox-circle.active:after,
.checkbox .checkbox-circle.active:after {
  display: block;
}
.radiobox .radiobox-square:after,
.checkbox .radiobox-square:after,
.radiobox .checkbox-square:after,
.checkbox .checkbox-square:after {
  content: "\f122";
  line-height: 100%;
  font-family: "Ionicons";
  font-size: 80%;
  text-align: center;
}
.radiobox .radiobox-square:before,
.checkbox .radiobox-square:before,
.radiobox .checkbox-square:before,
.checkbox .checkbox-square:before,
.radiobox .radiobox-square:after,
.checkbox .radiobox-square:after,
.radiobox .checkbox-square:after,
.checkbox .checkbox-square:after {
  display: none;
}
.radiobox input:checked ~ .radiobox-square:after,
.checkbox input:checked ~ .radiobox-square:after,
.radiobox input:checked ~ .radiobox-square:before,
.checkbox input:checked ~ .radiobox-square:before,
.radiobox input:checked ~ .checkbox-square:after,
.checkbox input:checked ~ .checkbox-square:after,
.radiobox input:checked ~ .checkbox-square:before,
.checkbox input:checked ~ .checkbox-square:before,
.radiobox .radiobox-square.active:after,
.checkbox .radiobox-square.active:after,
.radiobox .radiobox-square.active:before,
.checkbox .radiobox-square.active:before,
.radiobox .checkbox-square.active:after,
.checkbox .checkbox-square.active:after,
.radiobox .checkbox-square.active:before,
.checkbox .checkbox-square.active:before {
  display: block;
}
.radiobox label {
  padding-left: 28px;
}
.radiobox .form-control,
.radiobox [type=radio],
.radiobox [type=checkbox] {
  height: 21px;
}
.radiobox .radiobox-circle,
.radiobox .checkbox-circle {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.radiobox .radiobox-circle:before,
.radiobox .checkbox-circle:before {
  width: 16px;
  height: 16px;
  margin: 2px;
}
.radiobox .radiobox-circle:after,
.radiobox .checkbox-circle:after {
  width: 8px;
  height: 8px;
  margin: 6px;
}
.checkbox label {
  padding-left: 28px;
}
.checkbox .form-control,
.checkbox [type=radio],
.checkbox [type=checkbox] {
  height: 21px;
}
.checkbox .radiobox-square,
.checkbox .checkbox-square {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.checkbox .radiobox-square:before,
.checkbox .checkbox-square:before {
  width: 18px;
  height: 18px;
  margin: 1px;
}
.checkbox .radiobox-square:after,
.checkbox .checkbox-square:after {
  width: 12px;
  height: 12px;
  margin: 4px;
}
.checkbox-a {
  min-width: 30px;
  min-height: 30px;
  position: relative;
}
.checkbox-a * {
  vertical-align: middle;
}
.checkbox-a,
.checkbox-a .checkbox-label,
.checkbox-a .checkbox-icon {
  display: inline-block;
}
.checkbox-a .checkbox-label {
  padding: 5px 15px;
}
.checkbox-a .checkbox-icon {
  padding: 5px;
}
.checkbox-a .checkbox-label {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.checkbox-a input {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  z-index: 2;
}
.checkbox-a input,
.checkbox-a .checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.checkbox-a input {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.checkbox-a input ~ .checkbox-icon {
  z-index: 2;
  border: 1px solid rgba(42, 43, 44, 0.5);
}
.checkbox-a input ~ .checkbox-icon,
.checkbox-a input:checked ~ .checkbox-icon .checkbox-icon-on {
  display: block;
}
.checkbox-a input:checked ~ .checkbox-icon {
  background-color: rgba(42, 43, 44, 0.5);
  color: #fff;
}
.checkbox-a .checkbox-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.checkbox-a .checkbox-icon,
.checkbox-a .checkbox-icon .checkbox-icon-on {
  text-align: center;
}
.checkbox-a .checkbox-icon .checkbox-icon-on {
  display: none;
  position: absolute;
  top: calc( 100% - 30px );
  left: 0;
  width: 100%;
}
.checkbox-a.small {
  min-width: 31px;
  min-height: 27px;
}
.checkbox-a.small .checkbox-label {
  padding: 4px 6px;
}
.checkbox-a.small .checkbox-icon {
  padding: 3px;
}
.checkbox-a.small .checkbox-label {
  margin-left: 29px;
}
.alertbox {
  margin-bottom: 5px;
  display: block;
  -webkit-box-shadow: 0 5px 10px rgba(42, 43, 44, 0.07);
  box-shadow: 0 5px 10px rgba(42, 43, 44, 0.07);
  border: 0 none;
}
.alertbox .alert-body {
  display: -webkit-flex;
  display: flex;
}
.alertbox .alert-body > div,
.alertbox .alert-body > span,
.alertbox .alert-body > li {
  min-width: 1%;
}
.alertbox .alert-body.wrap {
  flex-wrap: wrap;
  align-items: flex-start;
}
.alertbox .alert-body.grow > div,
.alertbox .alert-body.grow > span,
.alertbox .alert-body.grow > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.alertbox .alert-body > div,
.alertbox .alert-body > span,
.alertbox .alert-body > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.alertbox .alert-body {
  min-height: 50px;
  -webkit-align-items: center;
  align-items: center;
}
.alertbox .alert-icon {
  vertical-align: middle;
  position: relative;
  width: 25px;
  overflow: hidden;
  text-align: center;
}
.alertbox .alert-icon i.fa {
  padding: 10px 15px;
  font-size: 110%;
  line-height: 100%;
  position: relative;
  top: 50%;
  margin: 5px;
}
.alertbox > .alert-body > .alert-content {
  padding: 20px 50px 20px 10px;
}
.alertbox > .alert-body > .alert-content p {
  margin: 0;
}
.alertbox .alert-close {
  border: 0 none;
  display: block;
  padding: 2px;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  text-decoration: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alertbox .alert-close > i {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.alertbox .alert-close:hover > i {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.alertbox,
.alertbox * {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.alert-top-left,
.alert-top-right,
.alert-bottom-left,
.alert-bottom-right {
  z-index: 1005;
  position: relative;
  min-width: 150px;
  display: block;
}
.alert-top-right,
.alert-bottom-right {
  float: right;
  clear: right;
}
.notifications_ {
  position: relative;
  z-index: 1000;
}
.notifications_ .notifications-top-left,
.notifications_ .notifications-top-right,
.notifications_ .notifications-bottom-left,
.notifications_ .notifications-bottom-right {
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1%;
}
.notifications_ .notifications-top-left,
.notifications_ .notifications-top-right {
  top: 0;
}
.notifications_ .notifications-top-left {
  left: 0;
}
.notifications_ .notifications-top-right {
  right: 0;
}
.notifications_ .notifications-bottom-left,
.notifications_ .notifications-bottom-right {
  bottom: 0;
}
.notifications_ .notifications-bottom-left {
  left: 0;
}
.notifications_ .notifications-bottom-right {
  right: 0;
}
@keyframes app-progress {
  0% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 80%;
  }
  99.9% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}
@-webkit-keyframes app-progress {
  0% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 80%;
  }
  99.9% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}
@keyframes app-crossbg-progress {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 8px;
  }
}
@-webkit-keyframes app-crossbg-progress {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 8px;
  }
}
.app-progress,
.div-progress {
  width: 100%;
  overflow: hidden;
  top: -2px;
}
.app-progress:not(.anchor),
.div-progress:not(.anchor),
.app-progress:not(.fixed),
.div-progress:not(.fixed) {
  position: absolute;
}
.app-progress:not(.anchor),
.div-progress:not(.anchor) {
  right: 0;
}
.app-progress:not(.nozindex),
.div-progress:not(.nozindex) {
  z-index: 2000;
}
.app-progress.fixed,
.div-progress.fixed {
  position: fixed !important;
}
.app-progress,
.div-progress,
.app-progress .bar,
.div-progress .bar {
  left: 0;
  position: absolute;
}
.app-progress > .bar,
.div-progress > .bar {
  top: 0;
  width: 20%;
}
.app-progress > .bar:not(.h),
.div-progress > .bar:not(.h) {
  height: 2px;
}
.app-progress.crossbg-:before,
.div-progress.crossbg-:before,
.app-progress.crossbg--:before,
.div-progress.crossbg--:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  animation: app-crossbg-progress 0.1s linear infinite;
}
.app-progress.crossbg-:before,
.div-progress.crossbg-:before {
  background-image: url(../images/base/cross-ptn-1.png);
}
.app-progress.crossbg--:before,
.div-progress.crossbg--:before {
  background-image: url(../images/base/cross-ptn-2.png);
}
.app-progress.on,
.div-progress.on {
  min-height: 4px;
  top: 0;
}
.app-progress.on .bar,
.div-progress.on .bar {
  animation: app-progress 2s infinite;
}
.app-progress.default,
.div-progress.default {
  background-color: #da4b5b;
}
.app-progress.default > .bar,
.div-progress.default > .bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.progress-animate {
  min-height: 4px;
  top: 0;
}
.progress-animate .bar {
  animation: app-progress 2s infinite;
}
.imgloaded .crossbg-,
.imgloaded .crossbg--,
.imgloaded ~ .crossbg-,
.imgloaded ~ .crossbg-- {
  display: none;
}
.progress-off:not(.on).crossbg-:before,
.progress-off:not(.on).crossbg--:before {
  display: none;
}
.hinherit {
  height: inherit;
}
.hinitial {
  height: initial;
}
.mnvw {
  min-width: 100vw;
}
.mnvh {
  min-height: 100vh;
}
.mnvh2 {
  min-height: 2vh;
}
.mnvh15 {
  min-height: 15vh;
}
.mnvh20 {
  min-height: 20vh;
}
.mnvh25 {
  min-height: 25vh;
}
.mnvh30 {
  min-height: 30vh;
}
.mnvh35 {
  min-height: 35vh;
}
.mnvh40 {
  min-height: 40vh;
}
.mnvh50 {
  min-height: 50vh;
}
.mnvh75 {
  min-height: 75vh;
}
.mnvh80 {
  min-height: 80vh;
}
.mnvh90 {
  min-height: 90vh;
}
.mnvh60 {
  min-height: 60vh;
}
@media (min-height: 800px) {
  .mnvh {
    min-height: 800px;
  }
  .mnvh15 {
    min-height: 120px;
  }
  .mnvh20 {
    min-height: 160px;
  }
  .mnvh25 {
    min-height: 200px;
  }
  .mnvh30 {
    min-height: 240px;
  }
  .mnvh35 {
    min-height: 280px;
  }
  .mnvh40 {
    min-height: 320px;
  }
  .mnvh50 {
    min-height: 400px;
  }
  .mnvh75 {
    min-height: 600px;
  }
  .mnvh80 {
    min-height: 640px;
  }
  .mnvh90 {
    min-height: 720px;
  }
  .mnvh60 {
    min-height: 480px;
  }
}
.mxw {
  max-width: 100%;
}
.mxw50 {
  max-width: 50%;
}
.mxvh25 {
  max-height: 25vh;
}
.mxvh40 {
  max-height: 50vh;
}
.mxvh50 {
  max-height: 50vh;
}
.mxvh75 {
  max-height: 75vh;
}
.mxvh100 {
  max-height: 100vh;
}
.mxh {
  max-height: 100%;
}
.hauto {
  height: auto;
}
.wauto {
  width: auto;
}
.wauto.i {
  width: auto !important;
}
.h50 {
  height: 50%;
}
.h50.min {
  min-height: 50%;
}
.h75 {
  height: 75%;
}
.h75.min {
  min-height: 75%;
}
.h100 {
  height: 100%;
}
.h100.min {
  min-height: 100%;
}
.stretch,
.w,
.divider-line {
  width: 100%;
}
.stretch-h,
.h {
  height: 100%;
}
.stretch9,
.w9 {
  width: 90%;
}
.w5 {
  width: 50%;
}
.w2-5 {
  width: 25%;
}
.stretch-h9,
.h9 {
  height: 90%;
}
.vh {
  height: 100vh;
}
.vh.min {
  min-height: 100vh;
}
.vh75 {
  height: 75vh !important;
}
.vh75.min {
  min-height: 75vh;
}
.vh80 {
  height: 80vh !important;
}
.vh80.min {
  min-height: 80vh;
}
.vh90 {
  height: 90vh !important;
}
.vh90.min {
  min-height: 90vh;
}
.vh50 {
  height: 50vh !important;
}
.vh50.min {
  min-height: 50vh;
}
.hnone {
  height: 0;
}
.width1pct {
  width: 1%;
}
.width50px {
  width: 50px;
  max-width: 50px;
}
.width30px {
  width: 30px;
  max-width: 30px;
}
.responsive-image {
  width: 100%;
}
.left-100 {
  left: -100vw !important;
}
.right-100 {
  right: -100vw !important;
}
.top-100 {
  top: -100vw !important;
}
.bottom-100 {
  bottom: -100vw !important;
}
.square50vh {
  width: 50vh;
  height: 50vh;
}
.sxw25,
.sx25 {
  width: 25%;
}
.sxw50,
.sx50 {
  width: 50%;
}
.sxw75,
.sx75 {
  width: 75%;
}
.sxw100,
.sx100 {
  width: 100%;
}
.sxh25,
.sx25 {
  height: 25%;
}
.sxh50,
.sx50 {
  height: 50%;
}
.sxh75,
.sx75 {
  height: 75%;
}
.sxh100,
.sx100 {
  height: 100%;
}
.no-padding,
.nopad,
.nospace {
  padding: 0;
  margin: 0;
}
.nomargin {
  margin: 0;
}
.no-padding.i,
.nopad.i,
.nospace.i {
  padding: 0 !important;
  margin: 0 !important;
}
.nomargin.i {
  margin: 0 !important;
}
.opacity0 {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.opacity5 {
  -webkit-opacity: 0.05;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
}
.opacity10 {
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.opacity25 {
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.opacity50 {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opacity75 {
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.opacity80 {
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.opacity90 {
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.opacity100,
.backdrop.opacity100 {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(42, 43, 44, 0.5);
}
.text-shadow.spread30px {
  text-shadow: 0 1px 30px rgba(42, 43, 44, 0.5);
}
.shadow {
  -webkit-box-shadow: 0 1px 0px rgba(42, 43, 44, 0.05);
  box-shadow: 0 1px 0px rgba(42, 43, 44, 0.05);
}
.shadowinset {
  -webkit-box-shadow: inset 0 1px 0px rgba(42, 43, 44, 0.05);
  box-shadow: inset 0 1px 0px rgba(42, 43, 44, 0.05);
}
.small-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(42, 43, 44, 0.02);
  box-shadow: 0 1px 3px rgba(42, 43, 44, 0.02);
}
.mild-shadow {
  -webkit-box-shadow: 0 1px 10px rgba(42, 43, 44, 0.1);
  box-shadow: 0 1px 10px rgba(42, 43, 44, 0.1);
}
.low-shadow {
  -webkit-box-shadow: 0 1px 35px rgba(42, 43, 44, 0.4);
  box-shadow: 0 1px 35px rgba(42, 43, 44, 0.4);
}
.medium-shadow {
  -webkit-box-shadow: 0 1px 60px rgba(42, 43, 44, 0.6);
  box-shadow: 0 1px 60px rgba(42, 43, 44, 0.6);
}
.high-shadow {
  -webkit-box-shadow: 0 1px 80px rgba(42, 43, 44, 0.8);
  box-shadow: 0 1px 80px rgba(42, 43, 44, 0.8);
}
.full-shadow {
  -webkit-box-shadow: 0 1px 200px rgba(42, 43, 44, 0.99);
  box-shadow: 0 1px 200px rgba(42, 43, 44, 0.99);
}
.btn-double-shadow {
  -webkit-box-shadow: 0 10px 0px rgba(42, 43, 44, 0.05), 0 5px 0px rgba(42, 43, 44, 0.2);
  box-shadow: 0 10px 0px rgba(42, 43, 44, 0.05), 0 5px 0px rgba(42, 43, 44, 0.2);
}
.b1x {
  border: 1px solid;
}
.b2x {
  border: 2px solid;
}
.b3x {
  border: 3px solid;
}
.divider-line {
  margin: 10px 0;
  border-bottom: 1px solid #f9e4e6;
}
.divider-line.b1x {
  border-bottom: 1px solid;
}
.divider-line.b2x {
  border-bottom: 2px solid;
}
.divider-line.b3x {
  border-bottom: 3px solid;
}
.no-border,
.noborder {
  border: 0 none;
}
.border {
  border: 1px solid;
}
.border.default {
  border-color: #f9e4e6;
}
.border.b2x {
  border-width: 2px;
}
.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.radius1x {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.radius2x {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.radius4x {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.radius5x {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.radius25x {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.overflow-hidden,
.oh {
  overflow: hidden;
}
.hidden-oy {
  overflow-y: hidden;
}
.hidden-ox {
  overflow-x: hidden;
}
.overflow-y {
  overflow-y: auto;
}
.overflow-x {
  overflow-x: auto;
}
.text-italic {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify,
.justify,
.readee {
  text-align: justify;
}
.text-last-center {
  text-align-last: center;
}
.text-nowrap,
.nowrap {
  white-space: nowrap;
}
.text-ellipsis,
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.white-space-pre {
  white-space: pre;
}
.pre-wrap {
  white-space: pre-wrap;
}
.wrapnormal {
  white-space: normal;
}
.italic {
  font-style: italic;
}
.text-lowercase,
.lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.uppercase {
  text-transform: uppercase;
}
.text-capitalized,
.capitalized {
  text-transform: capitalize;
}
.text-hide {
  text-indent: -999999px;
}
.valign-top,
.valign-top li {
  vertical-align: top !important;
}
.valign-middle,
.middle,
.valign-middle li,
.middle li {
  vertical-align: middle !important;
}
.valign-bottom,
.end,
.valign-bottom li,
.end li {
  vertical-align: bottom !important;
}
.nofloat {
  float: none !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center,
.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.mright {
  margin-left: auto;
  margin-right: 0;
}
.readee {
  line-height: 2em !important;
}
.line-space1h,
.readee1h {
  line-height: 1.5em;
}
.line-space2,
.readee2 {
  line-height: 2em;
}
.line-space2h,
.readee2h {
  line-height: 2.5em;
}
.line-space3,
.readee3 {
  line-height: 3em;
}
.nolineheight,
.nolh {
  line-height: 0 !important;
}
.lh100 {
  line-height: 100%;
}
@media (max-width: 400px) {
  .left-xs {
    float: left;
  }
  .right-xs {
    float: right;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 610px) {
  .left-xsm {
    float: left;
  }
  .right-xsm {
    float: right;
  }
  .text-left-xsm {
    text-align: left;
  }
  .text-right-xsm {
    text-align: right;
  }
  .text-center-xsm {
    text-align: center;
  }
}
@media (min-width: 800px) {
  .left-sm {
    float: left;
  }
  .right-sm {
    float: right;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .left-smd {
    float: left;
  }
  .right-smd {
    float: right;
  }
  .text-left-smd {
    text-align: left;
  }
  .text-right-smd {
    text-align: right;
  }
  .text-center-smd {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .left-md {
    float: left;
  }
  .right-md {
    float: right;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1170px) {
  .left-lg {
    float: left;
  }
  .right-lg {
    float: right;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .xs-w50 {
    width: 50%;
  }
}
@media (min-width: 610px) {
  .xsm-w50 {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .sm-w50 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .smd-w50 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .md-w50 {
    width: 50%;
  }
}
@media (min-width: 1170px) {
  .lg-w50 {
    width: 50%;
  }
}
.empty:empty {
  display: none;
}
.nodisplay {
  display: none !important;
}
.novisible {
  visibility: visible;
}
.block {
  display: block;
}
.liketable {
  display: table;
}
.inheritdisplay {
  display: inherit;
}
.inline {
  display: inline;
}
.inlineblock {
  display: inline-block;
}
.relative {
  position: relative;
}
.abs {
  position: absolute;
}
.abs.topleft {
  left: 0;
  top: 0;
}
.abs.topright {
  right: 0;
  top: 0;
}
.abs.bottomleft {
  bottom: 0;
  left: 0;
}
.abs.bottomright {
  bottom: 0;
  right: 0;
}
.abs.topcenter {
  top: 0;
  right: 0;
  left: 0;
}
.abs.bottomcenter {
  bottom: 0;
  right: 0;
  left: 0;
}
.abs.trbl {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.fixed {
  position: fixed;
}
.zindexback {
  z-index: 5;
}
.zindexfront {
  z-index: 10;
}
@media (min-width: 0px) {
  .abs-lx {
    position: absolute;
  }
  .abs-lx.topleft {
    left: 0;
    top: 0;
  }
  .abs-lx.topright {
    right: 0;
    top: 0;
  }
  .abs-lx.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-lx.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-lx.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-lx.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-lx.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 400px) {
  .abs-xs {
    position: absolute;
  }
  .abs-xs.topleft {
    left: 0;
    top: 0;
  }
  .abs-xs.topright {
    right: 0;
    top: 0;
  }
  .abs-xs.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-xs.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-xs.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-xs.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-xs.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 610px) {
  .abs-xsm {
    position: absolute;
  }
  .abs-xsm.topleft {
    left: 0;
    top: 0;
  }
  .abs-xsm.topright {
    right: 0;
    top: 0;
  }
  .abs-xsm.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-xsm.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-xsm.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-xsm.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-xsm.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 800px) {
  .abs-sm {
    position: absolute;
  }
  .abs-sm.topleft {
    left: 0;
    top: 0;
  }
  .abs-sm.topright {
    right: 0;
    top: 0;
  }
  .abs-sm.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-sm.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-sm.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-sm.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-sm.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 900px) {
  .abs-smd {
    position: absolute;
  }
  .abs-smd.topleft {
    left: 0;
    top: 0;
  }
  .abs-smd.topright {
    right: 0;
    top: 0;
  }
  .abs-smd.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-smd.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-smd.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-smd.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-smd.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .abs-md {
    position: absolute;
  }
  .abs-md.topleft {
    left: 0;
    top: 0;
  }
  .abs-md.topright {
    right: 0;
    top: 0;
  }
  .abs-md.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-md.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-md.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-md.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-md.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1170px) {
  .abs-lg {
    position: absolute;
  }
  .abs-lg.topleft {
    left: 0;
    top: 0;
  }
  .abs-lg.topright {
    right: 0;
    top: 0;
  }
  .abs-lg.bottomleft {
    bottom: 0;
    left: 0;
  }
  .abs-lg.bottomright {
    bottom: 0;
    right: 0;
  }
  .abs-lg.topcenter {
    top: 0;
    right: 0;
    left: 0;
  }
  .abs-lg.bottomcenter {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .abs-lg.trbl {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
.pad0 {
  padding: 0px;
}
.padl0,
.padx0 {
  padding-left: 0px;
}
.padr0,
.padx0 {
  padding-right: 0px;
}
.padt0,
.pady0 {
  padding-top: 0px;
}
.padb0,
.pady0 {
  padding-bottom: 0px;
}
.pad0vw {
  padding: 0vw;
}
.pad0vh {
  padding: 0vh;
}
.padl0vw,
.padx0vw {
  padding-left: 0vw;
}
.padr0vw,
.padx0vw {
  padding-right: 0vw;
}
.padt0vh,
.pady0vh {
  padding-top: 0vh;
}
.padb0vh,
.pady0vh {
  padding-bottom: 0vh;
}
.pad0vw- {
  padding: 0vw;
}
.pad0vh- {
  padding: 0vh;
}
.padl0vw-,
.padx0vw- {
  padding-left: 0vw;
}
.padr0vw-,
.padx0vw- {
  padding-right: 0vw;
}
.padt0vh-,
.pady0vh- {
  padding-top: 0vh;
}
.padb0vh-,
.pady0vh- {
  padding-bottom: 0vh;
}
.pad1 {
  padding: 1px;
}
.padl1,
.padx1 {
  padding-left: 1px;
}
.padr1,
.padx1 {
  padding-right: 1px;
}
.padt1,
.pady1 {
  padding-top: 1px;
}
.padb1,
.pady1 {
  padding-bottom: 1px;
}
.pad1vw {
  padding: 1vw;
}
.pad1vh {
  padding: 1vh;
}
.padl1vw,
.padx1vw {
  padding-left: 1vw;
}
.padr1vw,
.padx1vw {
  padding-right: 1vw;
}
.padt1vh,
.pady1vh {
  padding-top: 1vh;
}
.padb1vh,
.pady1vh {
  padding-bottom: 1vh;
}
.pad1vw- {
  padding: 0.5vw;
}
.pad1vh- {
  padding: 0.5vh;
}
.padl1vw-,
.padx1vw- {
  padding-left: 0.5vw;
}
.padr1vw-,
.padx1vw- {
  padding-right: 0.5vw;
}
.padt1vh-,
.pady1vh- {
  padding-top: 0.5vh;
}
.padb1vh-,
.pady1vh- {
  padding-bottom: 0.5vh;
}
.pad2 {
  padding: 2px;
}
.padl2,
.padx2 {
  padding-left: 2px;
}
.padr2,
.padx2 {
  padding-right: 2px;
}
.padt2,
.pady2 {
  padding-top: 2px;
}
.padb2,
.pady2 {
  padding-bottom: 2px;
}
.pad2vw {
  padding: 2vw;
}
.pad2vh {
  padding: 2vh;
}
.padl2vw,
.padx2vw {
  padding-left: 2vw;
}
.padr2vw,
.padx2vw {
  padding-right: 2vw;
}
.padt2vh,
.pady2vh {
  padding-top: 2vh;
}
.padb2vh,
.pady2vh {
  padding-bottom: 2vh;
}
.pad2vw- {
  padding: 1vw;
}
.pad2vh- {
  padding: 1vh;
}
.padl2vw-,
.padx2vw- {
  padding-left: 1vw;
}
.padr2vw-,
.padx2vw- {
  padding-right: 1vw;
}
.padt2vh-,
.pady2vh- {
  padding-top: 1vh;
}
.padb2vh-,
.pady2vh- {
  padding-bottom: 1vh;
}
.pad3 {
  padding: 3px;
}
.padl3,
.padx3 {
  padding-left: 3px;
}
.padr3,
.padx3 {
  padding-right: 3px;
}
.padt3,
.pady3 {
  padding-top: 3px;
}
.padb3,
.pady3 {
  padding-bottom: 3px;
}
.pad3vw {
  padding: 3vw;
}
.pad3vh {
  padding: 3vh;
}
.padl3vw,
.padx3vw {
  padding-left: 3vw;
}
.padr3vw,
.padx3vw {
  padding-right: 3vw;
}
.padt3vh,
.pady3vh {
  padding-top: 3vh;
}
.padb3vh,
.pady3vh {
  padding-bottom: 3vh;
}
.pad3vw- {
  padding: 1.5vw;
}
.pad3vh- {
  padding: 1.5vh;
}
.padl3vw-,
.padx3vw- {
  padding-left: 1.5vw;
}
.padr3vw-,
.padx3vw- {
  padding-right: 1.5vw;
}
.padt3vh-,
.pady3vh- {
  padding-top: 1.5vh;
}
.padb3vh-,
.pady3vh- {
  padding-bottom: 1.5vh;
}
.pad4 {
  padding: 4px;
}
.padl4,
.padx4 {
  padding-left: 4px;
}
.padr4,
.padx4 {
  padding-right: 4px;
}
.padt4,
.pady4 {
  padding-top: 4px;
}
.padb4,
.pady4 {
  padding-bottom: 4px;
}
.pad4vw {
  padding: 4vw;
}
.pad4vh {
  padding: 4vh;
}
.padl4vw,
.padx4vw {
  padding-left: 4vw;
}
.padr4vw,
.padx4vw {
  padding-right: 4vw;
}
.padt4vh,
.pady4vh {
  padding-top: 4vh;
}
.padb4vh,
.pady4vh {
  padding-bottom: 4vh;
}
.pad4vw- {
  padding: 2vw;
}
.pad4vh- {
  padding: 2vh;
}
.padl4vw-,
.padx4vw- {
  padding-left: 2vw;
}
.padr4vw-,
.padx4vw- {
  padding-right: 2vw;
}
.padt4vh-,
.pady4vh- {
  padding-top: 2vh;
}
.padb4vh-,
.pady4vh- {
  padding-bottom: 2vh;
}
.pad5 {
  padding: 5px;
}
.padl5,
.padx5 {
  padding-left: 5px;
}
.padr5,
.padx5 {
  padding-right: 5px;
}
.padt5,
.pady5 {
  padding-top: 5px;
}
.padb5,
.pady5 {
  padding-bottom: 5px;
}
.pad5vw {
  padding: 5vw;
}
.pad5vh {
  padding: 5vh;
}
.padl5vw,
.padx5vw {
  padding-left: 5vw;
}
.padr5vw,
.padx5vw {
  padding-right: 5vw;
}
.padt5vh,
.pady5vh {
  padding-top: 5vh;
}
.padb5vh,
.pady5vh {
  padding-bottom: 5vh;
}
.pad5vw- {
  padding: 2.5vw;
}
.pad5vh- {
  padding: 2.5vh;
}
.padl5vw-,
.padx5vw- {
  padding-left: 2.5vw;
}
.padr5vw-,
.padx5vw- {
  padding-right: 2.5vw;
}
.padt5vh-,
.pady5vh- {
  padding-top: 2.5vh;
}
.padb5vh-,
.pady5vh- {
  padding-bottom: 2.5vh;
}
.pad6 {
  padding: 6px;
}
.padl6,
.padx6 {
  padding-left: 6px;
}
.padr6,
.padx6 {
  padding-right: 6px;
}
.padt6,
.pady6 {
  padding-top: 6px;
}
.padb6,
.pady6 {
  padding-bottom: 6px;
}
.pad6vw {
  padding: 6vw;
}
.pad6vh {
  padding: 6vh;
}
.padl6vw,
.padx6vw {
  padding-left: 6vw;
}
.padr6vw,
.padx6vw {
  padding-right: 6vw;
}
.padt6vh,
.pady6vh {
  padding-top: 6vh;
}
.padb6vh,
.pady6vh {
  padding-bottom: 6vh;
}
.pad6vw- {
  padding: 3vw;
}
.pad6vh- {
  padding: 3vh;
}
.padl6vw-,
.padx6vw- {
  padding-left: 3vw;
}
.padr6vw-,
.padx6vw- {
  padding-right: 3vw;
}
.padt6vh-,
.pady6vh- {
  padding-top: 3vh;
}
.padb6vh-,
.pady6vh- {
  padding-bottom: 3vh;
}
.pad10 {
  padding: 10px;
}
.padl10,
.padx10 {
  padding-left: 10px;
}
.padr10,
.padx10 {
  padding-right: 10px;
}
.padt10,
.pady10 {
  padding-top: 10px;
}
.padb10,
.pady10 {
  padding-bottom: 10px;
}
.pad10vw {
  padding: 10vw;
}
.pad10vh {
  padding: 10vh;
}
.padl10vw,
.padx10vw {
  padding-left: 10vw;
}
.padr10vw,
.padx10vw {
  padding-right: 10vw;
}
.padt10vh,
.pady10vh {
  padding-top: 10vh;
}
.padb10vh,
.pady10vh {
  padding-bottom: 10vh;
}
.pad10vw- {
  padding: 5vw;
}
.pad10vh- {
  padding: 5vh;
}
.padl10vw-,
.padx10vw- {
  padding-left: 5vw;
}
.padr10vw-,
.padx10vw- {
  padding-right: 5vw;
}
.padt10vh-,
.pady10vh- {
  padding-top: 5vh;
}
.padb10vh-,
.pady10vh- {
  padding-bottom: 5vh;
}
.pad20 {
  padding: 20px;
}
.padl20,
.padx20 {
  padding-left: 20px;
}
.padr20,
.padx20 {
  padding-right: 20px;
}
.padt20,
.pady20 {
  padding-top: 20px;
}
.padb20,
.pady20 {
  padding-bottom: 20px;
}
.pad20vw {
  padding: 20vw;
}
.pad20vh {
  padding: 20vh;
}
.padl20vw,
.padx20vw {
  padding-left: 20vw;
}
.padr20vw,
.padx20vw {
  padding-right: 20vw;
}
.padt20vh,
.pady20vh {
  padding-top: 20vh;
}
.padb20vh,
.pady20vh {
  padding-bottom: 20vh;
}
.pad20vw- {
  padding: 10vw;
}
.pad20vh- {
  padding: 10vh;
}
.padl20vw-,
.padx20vw- {
  padding-left: 10vw;
}
.padr20vw-,
.padx20vw- {
  padding-right: 10vw;
}
.padt20vh-,
.pady20vh- {
  padding-top: 10vh;
}
.padb20vh-,
.pady20vh- {
  padding-bottom: 10vh;
}
.pad30 {
  padding: 30px;
}
.padl30,
.padx30 {
  padding-left: 30px;
}
.padr30,
.padx30 {
  padding-right: 30px;
}
.padt30,
.pady30 {
  padding-top: 30px;
}
.padb30,
.pady30 {
  padding-bottom: 30px;
}
.pad30vw {
  padding: 30vw;
}
.pad30vh {
  padding: 30vh;
}
.padl30vw,
.padx30vw {
  padding-left: 30vw;
}
.padr30vw,
.padx30vw {
  padding-right: 30vw;
}
.padt30vh,
.pady30vh {
  padding-top: 30vh;
}
.padb30vh,
.pady30vh {
  padding-bottom: 30vh;
}
.pad30vw- {
  padding: 15vw;
}
.pad30vh- {
  padding: 15vh;
}
.padl30vw-,
.padx30vw- {
  padding-left: 15vw;
}
.padr30vw-,
.padx30vw- {
  padding-right: 15vw;
}
.padt30vh-,
.pady30vh- {
  padding-top: 15vh;
}
.padb30vh-,
.pady30vh- {
  padding-bottom: 15vh;
}
.pad35 {
  padding: 35px;
}
.padl35,
.padx35 {
  padding-left: 35px;
}
.padr35,
.padx35 {
  padding-right: 35px;
}
.padt35,
.pady35 {
  padding-top: 35px;
}
.padb35,
.pady35 {
  padding-bottom: 35px;
}
.pad35vw {
  padding: 35vw;
}
.pad35vh {
  padding: 35vh;
}
.padl35vw,
.padx35vw {
  padding-left: 35vw;
}
.padr35vw,
.padx35vw {
  padding-right: 35vw;
}
.padt35vh,
.pady35vh {
  padding-top: 35vh;
}
.padb35vh,
.pady35vh {
  padding-bottom: 35vh;
}
.pad35vw- {
  padding: 17.5vw;
}
.pad35vh- {
  padding: 17.5vh;
}
.padl35vw-,
.padx35vw- {
  padding-left: 17.5vw;
}
.padr35vw-,
.padx35vw- {
  padding-right: 17.5vw;
}
.padt35vh-,
.pady35vh- {
  padding-top: 17.5vh;
}
.padb35vh-,
.pady35vh- {
  padding-bottom: 17.5vh;
}
.pad40 {
  padding: 40px;
}
.padl40,
.padx40 {
  padding-left: 40px;
}
.padr40,
.padx40 {
  padding-right: 40px;
}
.padt40,
.pady40 {
  padding-top: 40px;
}
.padb40,
.pady40 {
  padding-bottom: 40px;
}
.pad40vw {
  padding: 40vw;
}
.pad40vh {
  padding: 40vh;
}
.padl40vw,
.padx40vw {
  padding-left: 40vw;
}
.padr40vw,
.padx40vw {
  padding-right: 40vw;
}
.padt40vh,
.pady40vh {
  padding-top: 40vh;
}
.padb40vh,
.pady40vh {
  padding-bottom: 40vh;
}
.pad40vw- {
  padding: 20vw;
}
.pad40vh- {
  padding: 20vh;
}
.padl40vw-,
.padx40vw- {
  padding-left: 20vw;
}
.padr40vw-,
.padx40vw- {
  padding-right: 20vw;
}
.padt40vh-,
.pady40vh- {
  padding-top: 20vh;
}
.padb40vh-,
.pady40vh- {
  padding-bottom: 20vh;
}
.pad50 {
  padding: 50px;
}
.padl50,
.padx50 {
  padding-left: 50px;
}
.padr50,
.padx50 {
  padding-right: 50px;
}
.padt50,
.pady50 {
  padding-top: 50px;
}
.padb50,
.pady50 {
  padding-bottom: 50px;
}
.pad50vw {
  padding: 50vw;
}
.pad50vh {
  padding: 50vh;
}
.padl50vw,
.padx50vw {
  padding-left: 50vw;
}
.padr50vw,
.padx50vw {
  padding-right: 50vw;
}
.padt50vh,
.pady50vh {
  padding-top: 50vh;
}
.padb50vh,
.pady50vh {
  padding-bottom: 50vh;
}
.pad50vw- {
  padding: 25vw;
}
.pad50vh- {
  padding: 25vh;
}
.padl50vw-,
.padx50vw- {
  padding-left: 25vw;
}
.padr50vw-,
.padx50vw- {
  padding-right: 25vw;
}
.padt50vh-,
.pady50vh- {
  padding-top: 25vh;
}
.padb50vh-,
.pady50vh- {
  padding-bottom: 25vh;
}
.pad60 {
  padding: 60px;
}
.padl60,
.padx60 {
  padding-left: 60px;
}
.padr60,
.padx60 {
  padding-right: 60px;
}
.padt60,
.pady60 {
  padding-top: 60px;
}
.padb60,
.pady60 {
  padding-bottom: 60px;
}
.pad60vw {
  padding: 60vw;
}
.pad60vh {
  padding: 60vh;
}
.padl60vw,
.padx60vw {
  padding-left: 60vw;
}
.padr60vw,
.padx60vw {
  padding-right: 60vw;
}
.padt60vh,
.pady60vh {
  padding-top: 60vh;
}
.padb60vh,
.pady60vh {
  padding-bottom: 60vh;
}
.pad60vw- {
  padding: 30vw;
}
.pad60vh- {
  padding: 30vh;
}
.padl60vw-,
.padx60vw- {
  padding-left: 30vw;
}
.padr60vw-,
.padx60vw- {
  padding-right: 30vw;
}
.padt60vh-,
.pady60vh- {
  padding-top: 30vh;
}
.padb60vh-,
.pady60vh- {
  padding-bottom: 30vh;
}
.pad100 {
  padding: 100px;
}
.padl100,
.padx100 {
  padding-left: 100px;
}
.padr100,
.padx100 {
  padding-right: 100px;
}
.padt100,
.pady100 {
  padding-top: 100px;
}
.padb100,
.pady100 {
  padding-bottom: 100px;
}
.pad100vw {
  padding: 100vw;
}
.pad100vh {
  padding: 100vh;
}
.padl100vw,
.padx100vw {
  padding-left: 100vw;
}
.padr100vw,
.padx100vw {
  padding-right: 100vw;
}
.padt100vh,
.pady100vh {
  padding-top: 100vh;
}
.padb100vh,
.pady100vh {
  padding-bottom: 100vh;
}
.pad100vw- {
  padding: 50vw;
}
.pad100vh- {
  padding: 50vh;
}
.padl100vw-,
.padx100vw- {
  padding-left: 50vw;
}
.padr100vw-,
.padx100vw- {
  padding-right: 50vw;
}
.padt100vh-,
.pady100vh- {
  padding-top: 50vh;
}
.padb100vh-,
.pady100vh- {
  padding-bottom: 50vh;
}
.marg0 {
  margin: 0px;
}
.margl0,
.margx0 {
  margin-left: 0px;
}
.margr0,
.margx0 {
  margin-right: 0px;
}
.margt0,
.margy0 {
  margin-top: 0px;
}
.margb0,
.margy0 {
  margin-bottom: 0px;
}
.marg0vw {
  margin: 0vw;
}
.marg0vh {
  margin: 0vh;
}
.margl0vw,
.margx0vw {
  margin-left: 0vw;
}
.margr0vw,
.margx0vw {
  margin-right: 0vw;
}
.margt0vh,
.margy0vh {
  margin-top: 0vh;
}
.margb0vh,
.margy0vh {
  margin-bottom: 0vh;
}
.marg1 {
  margin: 1px;
}
.margl1,
.margx1 {
  margin-left: 1px;
}
.margr1,
.margx1 {
  margin-right: 1px;
}
.margt1,
.margy1 {
  margin-top: 1px;
}
.margb1,
.margy1 {
  margin-bottom: 1px;
}
.marg1vw {
  margin: 1vw;
}
.marg1vh {
  margin: 1vh;
}
.margl1vw,
.margx1vw {
  margin-left: 1vw;
}
.margr1vw,
.margx1vw {
  margin-right: 1vw;
}
.margt1vh,
.margy1vh {
  margin-top: 1vh;
}
.margb1vh,
.margy1vh {
  margin-bottom: 1vh;
}
.marg2 {
  margin: 2px;
}
.margl2,
.margx2 {
  margin-left: 2px;
}
.margr2,
.margx2 {
  margin-right: 2px;
}
.margt2,
.margy2 {
  margin-top: 2px;
}
.margb2,
.margy2 {
  margin-bottom: 2px;
}
.marg2vw {
  margin: 2vw;
}
.marg2vh {
  margin: 2vh;
}
.margl2vw,
.margx2vw {
  margin-left: 2vw;
}
.margr2vw,
.margx2vw {
  margin-right: 2vw;
}
.margt2vh,
.margy2vh {
  margin-top: 2vh;
}
.margb2vh,
.margy2vh {
  margin-bottom: 2vh;
}
.marg3 {
  margin: 3px;
}
.margl3,
.margx3 {
  margin-left: 3px;
}
.margr3,
.margx3 {
  margin-right: 3px;
}
.margt3,
.margy3 {
  margin-top: 3px;
}
.margb3,
.margy3 {
  margin-bottom: 3px;
}
.marg3vw {
  margin: 3vw;
}
.marg3vh {
  margin: 3vh;
}
.margl3vw,
.margx3vw {
  margin-left: 3vw;
}
.margr3vw,
.margx3vw {
  margin-right: 3vw;
}
.margt3vh,
.margy3vh {
  margin-top: 3vh;
}
.margb3vh,
.margy3vh {
  margin-bottom: 3vh;
}
.marg4 {
  margin: 4px;
}
.margl4,
.margx4 {
  margin-left: 4px;
}
.margr4,
.margx4 {
  margin-right: 4px;
}
.margt4,
.margy4 {
  margin-top: 4px;
}
.margb4,
.margy4 {
  margin-bottom: 4px;
}
.marg4vw {
  margin: 4vw;
}
.marg4vh {
  margin: 4vh;
}
.margl4vw,
.margx4vw {
  margin-left: 4vw;
}
.margr4vw,
.margx4vw {
  margin-right: 4vw;
}
.margt4vh,
.margy4vh {
  margin-top: 4vh;
}
.margb4vh,
.margy4vh {
  margin-bottom: 4vh;
}
.marg5 {
  margin: 5px;
}
.margl5,
.margx5 {
  margin-left: 5px;
}
.margr5,
.margx5 {
  margin-right: 5px;
}
.margt5,
.margy5 {
  margin-top: 5px;
}
.margb5,
.margy5 {
  margin-bottom: 5px;
}
.marg5vw {
  margin: 5vw;
}
.marg5vh {
  margin: 5vh;
}
.margl5vw,
.margx5vw {
  margin-left: 5vw;
}
.margr5vw,
.margx5vw {
  margin-right: 5vw;
}
.margt5vh,
.margy5vh {
  margin-top: 5vh;
}
.margb5vh,
.margy5vh {
  margin-bottom: 5vh;
}
.marg6 {
  margin: 6px;
}
.margl6,
.margx6 {
  margin-left: 6px;
}
.margr6,
.margx6 {
  margin-right: 6px;
}
.margt6,
.margy6 {
  margin-top: 6px;
}
.margb6,
.margy6 {
  margin-bottom: 6px;
}
.marg6vw {
  margin: 6vw;
}
.marg6vh {
  margin: 6vh;
}
.margl6vw,
.margx6vw {
  margin-left: 6vw;
}
.margr6vw,
.margx6vw {
  margin-right: 6vw;
}
.margt6vh,
.margy6vh {
  margin-top: 6vh;
}
.margb6vh,
.margy6vh {
  margin-bottom: 6vh;
}
.marg10 {
  margin: 10px;
}
.margl10,
.margx10 {
  margin-left: 10px;
}
.margr10,
.margx10 {
  margin-right: 10px;
}
.margt10,
.margy10 {
  margin-top: 10px;
}
.margb10,
.margy10 {
  margin-bottom: 10px;
}
.marg10vw {
  margin: 10vw;
}
.marg10vh {
  margin: 10vh;
}
.margl10vw,
.margx10vw {
  margin-left: 10vw;
}
.margr10vw,
.margx10vw {
  margin-right: 10vw;
}
.margt10vh,
.margy10vh {
  margin-top: 10vh;
}
.margb10vh,
.margy10vh {
  margin-bottom: 10vh;
}
.marg20 {
  margin: 20px;
}
.margl20,
.margx20 {
  margin-left: 20px;
}
.margr20,
.margx20 {
  margin-right: 20px;
}
.margt20,
.margy20 {
  margin-top: 20px;
}
.margb20,
.margy20 {
  margin-bottom: 20px;
}
.marg20vw {
  margin: 20vw;
}
.marg20vh {
  margin: 20vh;
}
.margl20vw,
.margx20vw {
  margin-left: 20vw;
}
.margr20vw,
.margx20vw {
  margin-right: 20vw;
}
.margt20vh,
.margy20vh {
  margin-top: 20vh;
}
.margb20vh,
.margy20vh {
  margin-bottom: 20vh;
}
.marg30 {
  margin: 30px;
}
.margl30,
.margx30 {
  margin-left: 30px;
}
.margr30,
.margx30 {
  margin-right: 30px;
}
.margt30,
.margy30 {
  margin-top: 30px;
}
.margb30,
.margy30 {
  margin-bottom: 30px;
}
.marg30vw {
  margin: 30vw;
}
.marg30vh {
  margin: 30vh;
}
.margl30vw,
.margx30vw {
  margin-left: 30vw;
}
.margr30vw,
.margx30vw {
  margin-right: 30vw;
}
.margt30vh,
.margy30vh {
  margin-top: 30vh;
}
.margb30vh,
.margy30vh {
  margin-bottom: 30vh;
}
.marg35 {
  margin: 35px;
}
.margl35,
.margx35 {
  margin-left: 35px;
}
.margr35,
.margx35 {
  margin-right: 35px;
}
.margt35,
.margy35 {
  margin-top: 35px;
}
.margb35,
.margy35 {
  margin-bottom: 35px;
}
.marg35vw {
  margin: 35vw;
}
.marg35vh {
  margin: 35vh;
}
.margl35vw,
.margx35vw {
  margin-left: 35vw;
}
.margr35vw,
.margx35vw {
  margin-right: 35vw;
}
.margt35vh,
.margy35vh {
  margin-top: 35vh;
}
.margb35vh,
.margy35vh {
  margin-bottom: 35vh;
}
.marg40 {
  margin: 40px;
}
.margl40,
.margx40 {
  margin-left: 40px;
}
.margr40,
.margx40 {
  margin-right: 40px;
}
.margt40,
.margy40 {
  margin-top: 40px;
}
.margb40,
.margy40 {
  margin-bottom: 40px;
}
.marg40vw {
  margin: 40vw;
}
.marg40vh {
  margin: 40vh;
}
.margl40vw,
.margx40vw {
  margin-left: 40vw;
}
.margr40vw,
.margx40vw {
  margin-right: 40vw;
}
.margt40vh,
.margy40vh {
  margin-top: 40vh;
}
.margb40vh,
.margy40vh {
  margin-bottom: 40vh;
}
.marg50 {
  margin: 50px;
}
.margl50,
.margx50 {
  margin-left: 50px;
}
.margr50,
.margx50 {
  margin-right: 50px;
}
.margt50,
.margy50 {
  margin-top: 50px;
}
.margb50,
.margy50 {
  margin-bottom: 50px;
}
.marg50vw {
  margin: 50vw;
}
.marg50vh {
  margin: 50vh;
}
.margl50vw,
.margx50vw {
  margin-left: 50vw;
}
.margr50vw,
.margx50vw {
  margin-right: 50vw;
}
.margt50vh,
.margy50vh {
  margin-top: 50vh;
}
.margb50vh,
.margy50vh {
  margin-bottom: 50vh;
}
.marg60 {
  margin: 60px;
}
.margl60,
.margx60 {
  margin-left: 60px;
}
.margr60,
.margx60 {
  margin-right: 60px;
}
.margt60,
.margy60 {
  margin-top: 60px;
}
.margb60,
.margy60 {
  margin-bottom: 60px;
}
.marg60vw {
  margin: 60vw;
}
.marg60vh {
  margin: 60vh;
}
.margl60vw,
.margx60vw {
  margin-left: 60vw;
}
.margr60vw,
.margx60vw {
  margin-right: 60vw;
}
.margt60vh,
.margy60vh {
  margin-top: 60vh;
}
.margb60vh,
.margy60vh {
  margin-bottom: 60vh;
}
.marg100 {
  margin: 100px;
}
.margl100,
.margx100 {
  margin-left: 100px;
}
.margr100,
.margx100 {
  margin-right: 100px;
}
.margt100,
.margy100 {
  margin-top: 100px;
}
.margb100,
.margy100 {
  margin-bottom: 100px;
}
.marg100vw {
  margin: 100vw;
}
.marg100vh {
  margin: 100vh;
}
.margl100vw,
.margx100vw {
  margin-left: 100vw;
}
.margr100vw,
.margx100vw {
  margin-right: 100vw;
}
.margt100vh,
.margy100vh {
  margin-top: 100vh;
}
.margb100vh,
.margy100vh {
  margin-bottom: 100vh;
}
.squarels {
  width: 20px;
  height: 20px;
}
.squarels.lhtoo {
  line-height: 20px;
}
.squarelx {
  width: 25px;
  height: 25px;
}
.squarelx.lhtoo {
  line-height: 25px;
}
.squarexs {
  width: 30px;
  height: 30px;
}
.squarexs.lhtoo {
  line-height: 30px;
}
.squarexsm {
  width: 35px;
  height: 35px;
}
.squarexsm.lhtoo {
  line-height: 35px;
}
.squaresm {
  width: 40px;
  height: 40px;
}
.squaresm.lhtoo {
  line-height: 40px;
}
.squaresmd {
  width: 50px;
  height: 50px;
}
.squaresmd.lhtoo {
  line-height: 50px;
}
.squaremd {
  width: 60px;
  height: 60px;
}
.squaremd.lhtoo {
  line-height: 60px;
}
.squarelg {
  width: 70px;
  height: 70px;
}
.squarelg.lhtoo {
  line-height: 70px;
}
.squarexlg {
  width: 100px;
  height: 100px;
}
.squarexlg.lhtoo {
  line-height: 100px;
}
.squarexxlg {
  width: 200px;
  height: 200px;
}
.squarexxlg.lhtoo {
  line-height: 200px;
}
.padls {
  padding: 20px;
}
.padlx {
  padding: 25px;
}
.padxs {
  padding: 30px;
}
.padxsm {
  padding: 35px;
}
.padsm {
  padding: 40px;
}
.padsmd {
  padding: 50px;
}
.padmd {
  padding: 60px;
}
.padlg {
  padding: 70px;
}
.padxlg {
  padding: 100px;
}
.padxxlg {
  padding: 200px;
}
.oddeven:nth-child(odd) {
  background-color: #fefefe;
}
.oddeven:nth-child(even) {
  background-color: #fcfcfc;
}
.oddeven .oddeven:nth-child(odd) {
  background-color: #fcfcfc;
}
.oddeven .oddeven:nth-child(even) {
  background-color: #fefefe;
}
.substr {
  position: relative;
}
.substr:after {
  content: "...";
  display: inline-block;
}
.pipe:not(:last-child):after,
.pipe-list li:not(:last-child):after {
  content: " | ";
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.onhoverfade.self:not(:hover),
.onhoverfade:not(:hover) .self {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.onfade.self,
.onfade .self {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fade-on-active {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fade-on-active:not(.active) {
  display: none;
}
.fade-on-active.active {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.onhover-w .self {
  width: 0%;
}
.onhover-w:hover .self {
  width: 100%;
}
.onhoverw.self:not(:hover),
.onhoverw:not(:hover) .self {
  width: 0;
}
.onhoverh.self:not(:hover),
.onhoverh:not(:hover) .self {
  height: 0;
}
.onhover .bringdown {
  top: -100%;
}
.onhover:hover .bringdown,
.onhover .pulldown {
  top: 0%;
}
.onhover:hover .pulldown {
  top: 100%;
}
.watchitem .bottomleft.pulldown {
  bottom: -100%;
}
.watchitem.active .bottomleft.pulldown {
  bottom: 0;
}
input:not(:checked) .on {
  display: none;
}
input:checked .off {
  display: none;
}
.onoff:not(.active) .on {
  display: none;
}
.onoff.active .off {
  display: none;
}
.onoffhover .transition {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.onoffhover:hover .on {
  display: none;
}
.onoffhover:hover .transition {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.onoffhover:not(:hover) .off {
  display: none;
}
.onactivecolor.theme.active {
  color: #da4b5b;
}
.inline-pull {
  margin-left: -3px;
}
.onempty:empty {
  display: none;
}
.novalue:empty {
  display: inline-block;
  position: relative;
  min-height: 2px;
  min-width: 30px;
}
.novalue:empty:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: rgba(42, 43, 44, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.unselect-text,
.no-userselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-drag-none {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.short-border {
  border-top: 2px dashed;
  width: 20%;
  margin: 10px auto;
}
.control-collapse .control-collapse-link {
  display: block;
}
.control-collapse .control-collapse-link,
.control-collapse .control-collapse-item {
  padding: 10px;
}
.control-collapse .control-collapse-inner {
  height: 0;
  overflow: hidden;
}
.control-collapse .control-collapse-inner .control-collapse-item {
  top: -100%;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.control-collapse.bring-down .control-collapse-inner {
  height: auto;
}
.control-collapse.bring-down .control-collapse-inner .control-collapse-item {
  top: 0;
}
.control-collapse:nth-child(odd) {
  background-color: rgba(42, 43, 44, 0.001);
}
.bg-clip-text {
  background-clip: text;
  color: transparent;
}
.blend-normal {
  background-blend-mode: normal;
}
.mix-blend-normal {
  mix-blend-mode: normal;
}
.blend-multiply {
  background-blend-mode: multiply;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.blend-screen {
  background-blend-mode: screen;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.blend-overlay {
  background-blend-mode: overlay;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.blend-darken {
  background-blend-mode: darken;
}
.mix-blend-darken {
  mix-blend-mode: darken;
}
.blend-lighten {
  background-blend-mode: lighten;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.blend-color-dodge {
  background-blend-mode: color-dodge;
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.blend-color-burn {
  background-blend-mode: color-burn;
}
.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}
.blend-difference {
  background-blend-mode: difference;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.blend-exclusion {
  background-blend-mode: exclusion;
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}
.blend-hue {
  background-blend-mode: hue;
}
.mix-blend-hue {
  mix-blend-mode: hue;
}
.blend-saturation {
  background-blend-mode: saturation;
}
.mix-blend-saturation {
  mix-blend-mode: saturation;
}
.blend-color {
  background-blend-mode: color;
}
.mix-blend-color {
  mix-blend-mode: color;
}
.blend-luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}
.filter-grey {
  -webkit-filter: grayscale(100);
  -khtml-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -ms-filter: grayscale(100);
  filter: grayscale(100);
}
.lazyimg {
  background-image: url(../images/base/lazyimg.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.letterspace0 {
  letter-spacing: 0;
}
.text-indent-a {
  text-indent: 30px;
}
.map-container img {
  position: relative;
  z-index: 1;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@keyframes blink-bg {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  100% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes blink-bg {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  100% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes blink-bg-b {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes blink-bg-b {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.blink-bg-before:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  animation: blink-bg 2s linear infinite;
}
.blink-bg-before.-b:before {
  animation: blink-bg-b 2s linear infinite;
}
.blink-bg-before.theme:before {
  background-color: rgba(218, 75, 91, 0.9);
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.blink-bg-before.theme.-b:before {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/*!
Ionicons, v2.0.1
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons-rest.eot?v=2.0.1");
  src: url("../fonts/ionicons/ionicons-rest.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons-rest.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons/ionicons-rest.woff?v=2.0.1") format("woff"), url("../fonts/ionicons/ionicons-rest.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
.dropdown-menu {
  position: absolute;
  min-width: 200px;
  max-width: 90%;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  overflow: hidden;
  white-space: normal;
}
.dropdown-menu > .inner {
  height: 1px;
  overflow: hidden;
  position: relative;
  margin-top: -10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scaleY(90deg);
  -moz-transform: scaleY(90deg);
  -o-transform: scaleY(90deg);
  -ms-transform: scaleY(90deg);
  transform: scaleY(90deg);
}
.dropdown-menu > .inner > ul > li,
.dropdown-menu > .inner > ul > li > a {
  display: block;
}
.dropdown-menu > .inner > ul > li a {
  padding: 10px 10px;
  line-height: 1.8em;
}
.dropdown-right .dropdown-menu {
  right: 0;
}
.dropdown-open .dropdown-menu {
  overflow: visible;
}
.dropdown-open .dropdown-menu > .inner {
  -webkit-transform: scaleY(0deg);
  -moz-transform: scaleY(0deg);
  -o-transform: scaleY(0deg);
  -ms-transform: scaleY(0deg);
  transform: scaleY(0deg);
  height: auto;
  overflow: auto;
  margin-top: 0px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 3px 10px rgba(42, 43, 44, 0.1);
  box-shadow: 0 3px 10px rgba(42, 43, 44, 0.1);
}
.dropdown-menu > .inner {
  background-color: #fff;
}
.dropdown-menu > .inner,
.dropdown-menu > .inner a {
  color: #da4b5b;
}
.dropdown-menu > .inner ul > li > a {
  color: #da4b5b;
}
.dropdown-menu > .inner ul > li > a:hover {
  background-color: #fafafa;
  color: #de606e;
}
.dropdown-menu > .inner ul > li > a:active,
.dropdown-menu > .inner ul > li > a:focus {
  color: #fff;
  background-color: #626a6e;
}
.responsive-dropdown .toggler {
  display: none;
  padding: 10px 25px;
  color: #2a2b2c;
  background-color: transparent;
}
.responsive-dropdown .toggler:focus,
.responsive-dropdown .toggler:hover {
  background-color: #da4b5b;
  color: #fff;
}
@media (max-width: 0px) {
  .responsive-dropdown-lx > li {
    padding: 12px 0;
  }
  .responsive-dropdown-lx .toggler {
    display: block;
  }
  .responsive-dropdown-lx .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-lx .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-lx:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-lx:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-lx.rd-open .dropdown-option,
  .responsive-dropdown-lx .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-lx.rd-open .dropdown-option > .inner,
  .responsive-dropdown-lx .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 400px) {
  .responsive-dropdown-xs > li {
    padding: 12px 0;
  }
  .responsive-dropdown-xs .toggler {
    display: block;
  }
  .responsive-dropdown-xs .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-xs .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-xs:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-xs:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-xs.rd-open .dropdown-option,
  .responsive-dropdown-xs .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-xs.rd-open .dropdown-option > .inner,
  .responsive-dropdown-xs .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 610px) {
  .responsive-dropdown-xsm > li {
    padding: 12px 0;
  }
  .responsive-dropdown-xsm .toggler {
    display: block;
  }
  .responsive-dropdown-xsm .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-xsm .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-xsm:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-xsm:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-xsm.rd-open .dropdown-option,
  .responsive-dropdown-xsm .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-xsm.rd-open .dropdown-option > .inner,
  .responsive-dropdown-xsm .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 800px) {
  .responsive-dropdown-sm > li {
    padding: 12px 0;
  }
  .responsive-dropdown-sm .toggler {
    display: block;
  }
  .responsive-dropdown-sm .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-sm .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-sm:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-sm:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-sm.rd-open .dropdown-option,
  .responsive-dropdown-sm .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-sm.rd-open .dropdown-option > .inner,
  .responsive-dropdown-sm .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 900px) {
  .responsive-dropdown-smd > li {
    padding: 12px 0;
  }
  .responsive-dropdown-smd .toggler {
    display: block;
  }
  .responsive-dropdown-smd .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-smd .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-smd:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-smd:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-smd.rd-open .dropdown-option,
  .responsive-dropdown-smd .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-smd.rd-open .dropdown-option > .inner,
  .responsive-dropdown-smd .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .responsive-dropdown-md > li {
    padding: 12px 0;
  }
  .responsive-dropdown-md .toggler {
    display: block;
  }
  .responsive-dropdown-md .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-md .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-md:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-md:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-md.rd-open .dropdown-option,
  .responsive-dropdown-md .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-md.rd-open .dropdown-option > .inner,
  .responsive-dropdown-md .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
@media (max-width: 1170px) {
  .responsive-dropdown-lg > li {
    padding: 12px 0;
  }
  .responsive-dropdown-lg .toggler {
    display: block;
  }
  .responsive-dropdown-lg .toggler ~ .dropdown-option ul li,
  .responsive-dropdown-lg .toggler ~ .dropdown-option div ul li {
    display: block !important;
  }
  .responsive-dropdown-lg:not(.rd-open) .toggler ~ .dropdown-option {
    height: 0;
    overflow: hidden;
  }
  .responsive-dropdown-lg:not(.rd-open) .toggler ~ .dropdown-option > .inner {
    top: -100%;
    position: relative;
  }
  .responsive-dropdown-lg.rd-open .dropdown-option,
  .responsive-dropdown-lg .toggler:focus ~ .dropdown-option {
    height: 100%;
  }
  .responsive-dropdown-lg.rd-open .dropdown-option > .inner,
  .responsive-dropdown-lg .toggler:focus ~ .dropdown-option > .inner {
    top: 0;
  }
}
.carousel3d > .inner {
  overflow: hidden;
}
.carousel3d > .inner.pushtop,
.carousel3d > .inner .pushtop {
  margin-top: -30px;
}
.carousel3d > .inner .itemlist {
  list-style: none;
  width: 100%;
  clear: both;
  overflow: hidden;
  overflow-x: auto;
  display: block;
  position: relative;
  white-space: nowrap;
}
.carousel3d > .inner .itemlist:not(.nopush) {
  bottom: -30px;
}
.carousel3d > .inner .itemlist > .item {
  position: relative;
  white-space: normal;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}
.carousel3d > .inner .itemlist > .item:not(.grid) {
  width: calc(75% - 0px);
}
.carousel3d > .inner .itemlist > .item .shadow {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-box-shadow: 0 0 10px rgba(42, 43, 44, 0.1);
  box-shadow: 0 0 10px rgba(42, 43, 44, 0.1);
}
.carousel3d > .inner .itemlist > .item .hoverborder {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.carousel3d > .inner .itemlist > .item.active .hoverborder {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.carousel3d > .inner .itemlist > .item.active .shadow {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-box-shadow: 50px 0 50px rgba(218, 75, 91, 0.7);
  box-shadow: 50px 0 50px rgba(218, 75, 91, 0.7);
}
.carousel3d.full > .inner .itemlist > .item {
  width: 100%;
}
.carousel3d-content .bgs-item {
  height: 0;
  overflow: hidden;
}
.carousel3d-content .bgs-item .item-inner {
  position: relative;
  top: 0;
}
.carousel3d-content .bgs-item.active {
  height: inherit;
  overflow: visible;
}
.carousel3d-content .bgs-item.active .item-inner {
  top: 0;
}
@media (max-width: 1024px) {
  .pull-left-carousel-btn {
    left: -3vw !important;
  }
  .pull-right-carousel-btn {
    right: -3vw !important;
  }
}
@media (max-width: 800px) {
  .pull-left-carousel-btn {
    left: -5vw !important;
  }
  .pull-right-carousel-btn {
    right: -5vw !important;
  }
}
@media (min-width: 400px) {
  .grid3 > .inner .itemlist > .item {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .grid3 > .inner .itemlist > .item {
    width: 49.5%;
  }
}
@media (min-width: 1024px) {
  .grid3 > .inner .itemlist > .item {
    width: 33%;
  }
}
.yslide {
  overflow: hidden;
}
.yslide:not(.yslidev) {
  height: 0;
}
.yslide > .inner {
  position: relative;
  top: -100%;
  margin-top: -100%;
}
.active .yslide,
.yslide.active,
.leaf2 .yslide:first-child,
.leaf2 .yslide:first-child ~ .yslide,
.show .yslide,
.yslide.show {
  height: 100%;
}
.active .yslide > .inner,
.yslide.active > .inner,
.leaf2 .yslide:first-child > .inner,
.leaf2 .yslide:first-child ~ .yslide > .inner,
.show .yslide > .inner,
.yslide.show > .inner {
  margin-top: 0;
  top: 0;
}
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #2a2b2c;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #f2f2f2;
  line-height: 1.3em;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: inherit;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: inherit;
  padding-bottom: 10px !important;
  display: inline-block !important;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.lb-data .lb-close:hover {
  cursor: pointer;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.onhover .bg-zoom-out {
  margin: -5%;
}
.onhover:hover .bg-zoom-out,
.onhover:focus .bg-zoom-out {
  margin: 0%;
}
.onhover .bg-zoom-in {
  margin: 0%;
}
.onhover:hover .bg-zoom-in,
.onhover:focus .bg-zoom-in {
  margin: -5%;
}
.onhover.self:not(:hover),
.onhover:not(:hover) .self {
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.onhover .flipy {
  -webkit-transform: skewY(90deg);
  -moz-transform: skewY(90deg);
  -o-transform: skewY(90deg);
  -ms-transform: skewY(90deg);
  transform: skewY(90deg);
}
.onhover .flipx {
  -webkit-transform: skewX(90deg);
  -moz-transform: skewX(90deg);
  -o-transform: skewX(90deg);
  -ms-transform: skewX(90deg);
  transform: skewX(90deg);
}
.onhover .scale {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.onhover:hover .flipy,
.onhover:focus .flipy {
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
}
.onhover:hover .flipx,
.onhover:focus .flipx {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
.onhover:hover .scale,
.onhover:focus .scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover-link {
  overflow: hidden;
}
.hover-link .hover-anchor ~ .hover-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.hover-link .hover-anchor:hover ~ .hover-content {
  top: 0%;
}
.anchor.hoverfill,
.anchor.hoverfill.custom {
  position: relative;
}
.anchor.hoverfill:after,
.anchor.hoverfill.custom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor.hoverfill:hover,
.anchor.hoverfill.custom:hover,
.anchor.hoverfill:focus,
.anchor.hoverfill.custom:focus {
  color: #fff !important;
}
.anchor.hoverfill:hover:after,
.anchor.hoverfill.custom:hover:after,
.anchor.hoverfill:focus:after,
.anchor.hoverfill.custom:focus:after {
  top: 0;
}
.anchor.hoverfill.theme:hover,
.anchor.hoverfill.custom.theme:hover,
.anchor.hoverfill.theme:focus,
.anchor.hoverfill.custom.theme:focus {
  color: #fff !important;
}
.anchor.hoverfill.theme:after,
.anchor.hoverfill.custom.theme:after {
  background-color: #da4b5b;
}
.anchor.hoverfill.theme.fill:after,
.anchor.hoverfill.custom.theme.fill:after {
  background-color: #9e212f;
}
.anchor.hoverfill.white:hover,
.anchor.hoverfill.custom.white:hover,
.anchor.hoverfill.white:focus,
.anchor.hoverfill.custom.white:focus {
  color: #2a2b2c !important;
}
.anchor.hoverfill.white:after,
.anchor.hoverfill.custom.white:after {
  background-color: #fff;
}
.anchor.hoverfill.white.fill:after,
.anchor.hoverfill.custom.white.fill:after {
  background-color: #cccccc;
}
.bshadow5x-white {
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}
.bshadow5x-theme {
  -webkit-box-shadow: 0 0 0 5px #da4b5b;
  box-shadow: 0 0 0 5px #da4b5b;
}
.bshadow5x-alt {
  -webkit-box-shadow: 0 0 0 5px #626a6e;
  box-shadow: 0 0 0 5px #626a6e;
}
.bshadow5x-white.inset {
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
}
.bshadow5x-theme.inset {
  -webkit-box-shadow: inset 0 0 0 5px #da4b5b;
  box-shadow: inset 0 0 0 5px #da4b5b;
}
.bshadow5x-alt.inset {
  -webkit-box-shadow: inset 0 0 0 5px #626a6e;
  box-shadow: inset 0 0 0 5px #626a6e;
}
.-before {
  position: relative;
  overflow: hidden;
}
.-before:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.-before.-top:before {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.-before.-top:hover:before,
.-before.-top.active:before {
  top: 0;
}
.-before.-bottom:before {
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.-before.-bottom:hover:before,
.-before.-bottom.active:before {
  bottom: 0;
}
.-before.-left:before {
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.-before.-left:hover:before,
.-before.-left.active:before {
  left: 0;
}
.-before.-right:before {
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.-before.-right:hover:before,
.-before.-right.active:before {
  right: 0;
}
.-before.theme:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.-before.alt:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.-before.white:before {
  background-color: rgba(218, 75, 91, 0.1);
}
.-before.white-black:before {
  background-color: rgba(42, 43, 44, 0.1);
}
.-before.black:before {
  background-color: rgba(242, 242, 242, 0.1);
}
.-before.black-alt:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.-before.one:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.-before.two:before {
  background-color: rgba(242, 242, 242, 0.1);
}
.-before.three:before {
  background-color: rgba(242, 242, 242, 0.1);
}
@keyframes rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-animate.active,
.active .rotate-animate,
.rotate-animate.run {
  animation: rotate-animate 30s linear infinite;
}
.square25 {
  width: 25vh;
  height: 25vh;
}
.square50 {
  width: 50vh;
  height: 50vh;
}
.square75 {
  width: 75vh;
  height: 75vh;
}
.square100 {
  width: 100vh;
  height: 100vh;
}
.origin-top-right {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.bg-rotate-top-right-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bg-rotate-top-right-45 .background {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  width: 100%;
  height: 100%;
}
@media (max-height: 300px) {
  .mnpx300 {
    min-height: 300px;
  }
}
@media (max-height: 400px) {
  .mnpx400 {
    min-height: 400px;
  }
}
@media (max-height: 500px) {
  .mnpx500 {
    min-height: 500px;
  }
}
.header-relative,
.header-main .navbarmain > .inner .navlist > li.main-menu:not(.submenu-lg),
.header-main > .inner.topbar {
  position: relative;
}
.header-main {
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(42, 43, 44, 0.1);
  box-shadow: 0 2px 5px rgba(42, 43, 44, 0.1);
}
.header-main .brand {
  max-width: 100%;
  font-size: 1rem;
}
.header-main .brand .logo .logo-img {
  max-width: 75px;
}
.header-main .brand .logo .logo-img {
  width: calc(100% - 75px);
}
.header-main .toggle-menu {
  max-width: 60px;
  width: 60px;
  height: 60px;
  background-color: #da4b5b;
  color: #fff;
}
.header-main .toggle-menu:hover,
.header-main .toggle-menu:focus,
.header-main .toggle-menu.clicked {
  background-color: #2a2b2c;
}
.header-main .navbarmain > .inner .navlist {
  list-style: none;
}
.header-main .navbarmain > .inner .navlist a {
  font-family: 'semibold';
}
.header-main .navbarmain > .inner .navlist > li a:not(.custom) {
  display: block;
}
.header-main .navbarmain > .inner .navlist > li.main-menu a:before {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -10px;
  height: 2px;
  width: 0;
  display: block;
}
.header-main.show .navbarmain .navlist > li.active a,
.header-main.show .navbarmain .navlist > li.active a:hover,
.header-main.show .navbarmain .navlist > li.active a:focus {
  background-color: #fff;
  color: #da4b5b;
}
.header-main .navbarmain ~ .backdrop {
  width: 0px;
  z-index: 1;
  background-color: rgba(42, 43, 44, 0.1);
  position: fixed;
}
.header-main > .inner.topbar {
  background-color: #fefefe;
  overflow: hidden;
  top: 0;
}
.header-main.enable-bg .inner.topbar {
  height: 0;
  top: -100%;
}
@media (min-width: 1024px) {
  .header-main .brand-txt-h {
    font-size: 1.2rem;
  }
  .header-main .toggle-menu {
    display: none;
  }
  .header-main .navbarmain {
    width: 100%;
    display: table;
    margin-right: 0;
    margin-left: auto;
  }
  .header-main .navbarmain > .inner {
    z-index: 2;
  }
  .header-main .navbarmain .navlist {
    display: table;
  }
  .header-main .navbarmain .navlist > li {
    display: table-cell;
    min-width: 1%;
  }
  .header-main .navbarmain .navlist > li a:not(.custom) {
    text-align: center;
    background-color: transparent;
    color: rgba(42, 43, 44, 0.75);
    padding: 5px 10px;
  }
  .header-main .navbarmain .navlist > li a:not(.custom):hover,
  .header-main .navbarmain .navlist > li a:not(.custom):focus {
    color: #da4b5b;
  }
  .header-main .navbarmain .navlist li.main-menu.active > a,
  .header-main .navbarmain .navlist li.main-menu.active > a:hover,
  .header-main .navbarmain .navlist li.main-menu.active > a:focus {
    background-color: transparent;
    color: #da4b5b;
  }
  .header-main .navbarmain .navlist li.main-menu.active > a:before {
    width: 40%;
    background-color: #da4b5b;
  }
  .header-main .navbarmain .hassubmenu > a {
    position: relative;
  }
  .header-main .navbarmain .hassubmenu > a:after {
    content: "⯆";
    position: absolute;
    right: 8px;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .header-main .navbarmain .hassubmenu > a {
    padding-right: 2vw;
  }
  .header-main .navbarmain .hassubmenu > a:after {
    right: -10px;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper {
    position: absolute;
    top: auto;
    overflow: hidden;
    height: 0;
    display: block;
    z-index: 1;
    min-width: 200px;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper,
  .header-main .navbarmain .hassubmenu .submenu-wrapper ul {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper > ul {
    margin-top: 40px;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper a {
    display: block;
    padding: 5px 10px;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper,
  .header-main .navbarmain .hassubmenu .submenu-wrapper .submenu li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper {
    background-color: #626a6e;
    color: #fff;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper > .submenu {
    height: 0;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper li a {
    background-color: inherit;
    color: #fff;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper li a:hover {
    background-color: #4a5053;
    color: #fff;
  }
  .header-main .navbarmain .hassubmenu .submenu li > .submenu-wrapper {
    right: 100%;
  }
  .header-main .navbarmain .hassubmenu .submenu li .submenu li > .submenu-wrapper {
    left: 100%;
    right: auto;
  }
  .header-main .navbarmain .hassubmenu.hasmenu-edge > .submenu-wrapper {
    right: 0;
  }
  .header-main .navbarmain .hassubmenu .submenu li:hover > .submenu-wrapper {
    margin-top: -43px;
  }
  .header-main .navbarmain .hassubmenu:hover > .submenu-wrapper,
  .header-main .navbarmain .hassubmenu .submenu li:hover > .submenu-wrapper {
    -webkit-box-shadow: 0 10px 10px 1px rgba(218, 75, 91, 0.05);
    box-shadow: 0 10px 10px 1px rgba(218, 75, 91, 0.05);
    overflow: visible;
    height: auto;
  }
  .header-main .navbarmain .hassubmenu:hover > .submenu-wrapper > .submenu,
  .header-main .navbarmain .hassubmenu .submenu li:hover > .submenu-wrapper > .submenu {
    margin-top: 0px;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .header-main .brand-txt-h {
    font-size: 1.2rem;
  }
  .header-main .navbarmain {
    background-color: #da4b5b;
    color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-main .navbarmain,
  .header-main .navbarmain > .inner {
    height: 100%;
  }
  .header-main .navbarmain .navlist li {
    display: block;
  }
  .header-main .navbarmain .navlist li > [href*="javascript:void(0)"]:not(.-runfn) {
    display: none;
  }
  .header-main .navbarmain .navlist li a:not(.custom) {
    background-color: transparent;
    color: #fff;
    padding: 5vh 5vw;
  }
  .header-main .navbarmain .navlist li a:not(.custom):hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #2a2b2c;
  }
  .header-main .navbarmain .navlist li a.custom {
    padding: 5vh 5vw !important;
    display: block;
  }
  .header-main .navbarmain .navlist li a.smallypad {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .header-main .navbarmain .navlist li a.anchor.custom.white-on-mobile:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .header-main .navbarmain .navlist li a.anchor.custom.white-on-mobile:hover:before,
  .header-main .navbarmain .navlist li a.anchor.custom.white-on-mobile:focus:before {
    background-color: transparent;
  }
  .header-main .navbarmain .navlist li.main-menu.active a:before {
    width: 100%;
    background-color: #da4b5b;
  }
  .header-main.show .navbarmain {
    right: 0;
  }
  .header-main.show .navbarmain ~ .backdrop {
    width: 100%;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@media (max-width: 610px) {
  .header-main.show .toggle-menu:not(.relative) {
    right: 100%;
    margin-right: -60px;
  }
  .header-main.show .navbarmain {
    width: calc( 100% - 60px );
  }
}
.header-main {
  width: 100%;
  max-height: inherit;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-main:not(.enable-bg) {
  background-color: rgba(255, 255, 255, 0.75);
}
.header-main:not(.show) .navbarmain ~ .backdrop {
  display: none;
}
.header-main .brand {
  max-width: 100%;
  font-size: 1rem;
}
.header-main .brand .logo .logo-img {
  max-width: 75px;
}
.header-main .brand-col {
  max-width: 150px;
}
.header-main .c-fill-icon {
  background-color: #e396a8;
  color: #fff;
}
.header-main .c-anchor {
  color: #da4b5b;
}
.header-main .c-anchor:hover,
.header-main .c-anchor:focus {
  color: #626a6e;
}
.header-main .toggle-menu {
  white-space: nowrap;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  color: #2a2b2c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-main .toggle-menu .toggle-menu-span {
  width: 100%;
  display: inline-block;
  line-height: 38px;
}
.header-main .toggle-menu:hover {
  background-color: #e396a8;
  color: #fff;
}
.header-main .toggle-menu:focus,
.header-main .toggle-menu.clicked,
.header-main .toggle-menu.clicked:hover,
.header-main .toggle-menu.clicked:focus {
  background-color: #626a6e;
  color: #fff;
}
@media (min-width: 1023px) {
  .header-main .inner.topbar {
    background-color: rgba(227, 150, 168, 0.15);
  }
  .header-main .navbarmain {
    margin-left: 0;
  }
  .header-main .navbarmain .navlist {
    width: 100%;
  }
  .header-main .navbarmain .navlist > li {
    display: inline-block;
  }
  .header-main .navbarmain .navlist > li > a,
  .header-main .navbarmain .navlist > li > a:focus {
    color: #fff;
  }
  .header-main .navbarmain .hassubmenu .submenu-wrapper li a {
    text-align: left;
  }
  .header-main .navbarmain .hassubmenu > a::after {
    display: none;
  }
  .header-main .navbarmain .hassubmenu.submenu-lg .submenu-wrapper {
    width: 100%;
    max-width: 100%;
    left: 0;
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-main .navbarmain .hassubmenu.submenu-lg .submenu-wrapper ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main .navbarmain .hassubmenu.submenu-lg li {
    margin: 5px 5px;
  }
  .header-main .navbarmain .hassubmenu.submenu-lg li > a {
    text-align: left;
    line-height: 100% !important;
    padding: 8px 15px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .header-main .navbarmain .navlist,
  .header-main .navbarmain .navlist li {
    width: 100%;
  }
  .header-main .navbarmain .navlist li.main-menu.active a {
    position: relative;
  }
  .header-main .navbarmain .navlist li.main-menu.active a:before {
    width: 2px;
    height: 100%;
    bottom: auto;
    left: 2px;
  }
  .header-main .navbarmain .navlist li.main-menu.active .submenu-wrapper li:not(.active) a:before {
    display: none;
  }
  .header-main .navbarmain .navlist li a:not(.custom) {
    padding: 15px 5% 10px 8%;
  }
}
@media (max-width: 610px) {
  .header-main .brand-col {
    max-width: auto;
  }
  .header-main .subtxt {
    font-size: 12px;
  }
  .header-main .navbarmain {
    margin-left: 0;
  }
  .header-main .navbarmain .navlist,
  .header-main .navbarmain .navlist li {
    width: 100%;
  }
  .header-main .navbarmain .navlist > li {
    display: inline-block;
  }
  .header-main .navbarmain .navlist > li > a {
    padding: 15px 5% 10px 8%;
  }
}
.footer-dark {
  background-color: #da4b5b;
}
.footer-dark,
.footer-dark .inner-alt,
.footer-dark .c_txt,
.footer-dark .c-fill-icon,
.footer-dark .c_anchor,
.footer-dark .c_anchor_fill,
.footer-dark .c_anchor_fill_social {
  color: rgba(255, 255, 255, 0.5);
}
.footer-dark .inner-alt {
  background-color: #de606e;
}
.footer-dark .c-fill-icon {
  background-color: #de606e;
}
.footer-dark .c_anchor:hover,
.footer-dark .c_anchor_fill:hover,
.footer-dark .c_anchor_fill_social:hover,
.footer-dark .c_anchor:focus,
.footer-dark .c_anchor_fill:focus,
.footer-dark .c_anchor_fill_social:focus {
  color: #fff;
}
.footer-dark .c_anchor_fill {
  padding: 1em 15px;
}
.footer-dark .c_anchor_fill_social {
  display: inline-block;
  min-width: 50px;
  line-height: 50px;
  text-align: center;
}
.footer-dark .c_anchor_fill,
.footer-dark .c_anchor_fill_social {
  background-color: #de606e;
}
.footer-dark .c_anchor_fill:hover,
.footer-dark .c_anchor_fill_social:hover,
.footer-dark .c_anchor_fill:focus,
.footer-dark .c_anchor_fill_social:focus {
  background-color: #e37582;
}
html.rusavi {
  color: #2a2b2c;
}
.short-border {
  border-top-color: #da4b5b;
}
body,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
label,
body.standout,
input.standout,
button.standout,
textarea.standout,
select.standout,
h1.standout,
h2.standout,
h3.standout,
h4.standout,
h5.standout,
h6.standout,
legend.standout,
label.standout {
  color: #2a2b2c;
}
.oddeven:nth-child("odd") {
  background-color: rgba(42, 43, 44, 0.001);
}
.oddeven:nth-child("even") {
  background-color: rgba(42, 43, 44, 0.01);
}
code {
  background: #fbeaea;
  color: #d62a2a;
}
kbd {
  background: #eaeaea;
  color: #2a2b2c;
}
pre {
  background-color: #f4f4f4;
  border-color: #d4d5d5;
  color: inherit;
}
blockquote {
  background: #f4f4f4;
  border-left-color: #ddd;
  -webkit-box-shadow: 0 1px 0px rgba(42, 43, 44, 0.05);
  box-shadow: 0 1px 0px rgba(42, 43, 44, 0.05);
}
body .brand a {
  color: #2a2b2c;
}
body a.anchor,
body button.anchor,
body .anchor {
  cursor: pointer;
  text-decoration: none;
  color: #da4b5b;
}
body a.anchor:hover,
body button.anchor:hover,
body .anchor:hover {
  color: #d63648;
}
body a.anchor:focus,
body button.anchor:focus,
body .anchor:focus {
  color: #c9293b;
}
body a.anchor.opacity,
body button.anchor.opacity,
body .anchor.opacity {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
body a.anchor.opacity:hover,
body button.anchor.opacity:hover,
body .anchor.opacity:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
body a.anchor.opacity:focus,
body button.anchor.opacity:focus,
body .anchor.opacity:focus {
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
body a.anchor {
  border-bottom-color: #da4b5b;
}
body a.anchor:hover {
  border-bottom-color: #d63648;
}
body a.anchor:focus {
  border-bottom-color: #c9293b;
}
body .one-place-error {
  background-color: #da4b5b;
  color: #fff;
}
body input,
body textarea,
body select,
body button {
  background: #fff;
}
body .file-control .file-browse-btn:before {
  border-color: #f9e4e6;
}
body .button.shadow {
  -webkit-box-shadow: 0 2px 0 rgba(42, 43, 44, 0.03);
  box-shadow: 0 2px 0 rgba(42, 43, 44, 0.03);
}
body .form-control.transparent {
  border: 0 none;
  background: none;
}
body .button {
  background-color: #fff;
  border-color: #f9e4e6;
  color: #2a2b2c;
}
body .button:hover {
  background-color: #fff;
  border-color: #f8dcdf;
  color: #2a2b2c;
}
body .button:focus,
body .button.active {
  background-color: #fff;
  border-color: #f5cfd3;
  color: #2a2b2c;
}
body .form-control:not(.transparent),
body .form-control:not(.transparent) ~ .file-input {
  border-color: #f9e4e6;
}
body .form-control:not(.transparent):hover,
body .form-control:not(.transparent):hover ~ .file-input {
  border-color: #f9e4e6;
}
body .form-control:not(.transparent):focus,
body .form-control:not(.transparent):focus ~ .file-input {
  border-color: #da4b5b;
  -webkit-box-shadow: 0 0 15px rgba(218, 75, 91, 0.1);
  box-shadow: 0 0 15px rgba(218, 75, 91, 0.1);
}
body .form-error:not(.ng-valid),
body .form-error:not(.ng-valid) ~ .file-input {
  border-color: #d62a2a;
}
body .form-error:not(.ng-valid):hover,
body .form-error:not(.ng-valid):hover ~ .file-input {
  border-color: #d62a2a;
}
body .form-error:not(.ng-valid):focus,
body .form-error:not(.ng-valid):focus ~ .file-input {
  border-color: #d62a2a;
  -webkit-box-shadow: 0 0 15px rgba(214, 42, 42, 0.1);
  box-shadow: 0 0 15px rgba(214, 42, 42, 0.1);
}
body [readonly].form-control,
body [readonly].form-control:focus,
body [readonly].form-control:hover,
body [readonly].form-control ~ .file-input,
body [readonly].form-control:focus ~ .file-input,
body [readonly].form-control:hover ~ .file-input {
  border-color: rgba(249, 228, 230, 0.1);
}
body select.form-control ~ .select-input {
  border-color: #f9e4e6;
}
body select.form-control:hover ~ .select-input {
  border-color: #f9e4e6;
}
body select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body select.form-control:focus ~ .select-input {
  border-color: #da4b5b;
  -webkit-box-shadow: 0 0 15px rgba(218, 75, 91, 0.1);
  box-shadow: 0 0 15px rgba(218, 75, 91, 0.1);
}
body .selectbox .select-input {
  border-color: #f9e4e6;
}
body .form-help-text {
  color: inherit;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
body .modal .modal-container {
  background: #fff;
}
body .modal .modal-close,
body .modal .modal-tool-btn {
  background: rgba(255, 255, 255, 0.8);
  color: inherit;
}
body .modal .modal-close:hover,
body .modal .modal-tool-btn:hover,
body .modal .modal-close:focus,
body .modal .modal-tool-btn:focus {
  background: #eee;
}
body .modal .modal-header,
body .modal .modal-footer {
  background-color: #fff;
}
body .modal .modal-container.border,
body .modal .modal-container.border-top,
body .modal .modal-container.border-bottom,
body .modal .modal-container.border-left,
body .modal .modal-container.border-right {
  border-color: rgba(0, 0, 0, 0.8);
}
body .modal .backdrop {
  background: #2a2b2c;
}
body .modal .big-shadow {
  -webkit-box-shadow: 0 1px 30px rgba(42, 43, 44, 0.5);
  box-shadow: 0 1px 30px rgba(42, 43, 44, 0.5);
}
body .alertbox {
  background-color: #626a6e;
  border-color: #626a6e;
  color: #fff;
}
body .alertbox:hover {
  border-color: #626a6e;
}
body .alertbox:hover .alert-icon {
  border-color: #626a6e;
}
body .alertbox .alert-icon {
  background-color: #626a6e;
  border-color: #626a6e;
  color: #fff;
}
body .alertbox .alert-close {
  background-color: #626a6e;
  border-color: #626a6e;
  color: #fff;
}
body .alertbox .alert-close:hover {
  background-color: #626a6e;
  border-color: #626a6e;
  color: #fff;
}
body .alertbox {
  background-color: #da4b5b;
  border-color: #da4b5b;
  color: #fff;
}
body .alertbox:hover {
  border-color: #da4b5b;
}
body .alertbox:hover .alert-icon {
  border-color: #da4b5b;
}
body .alertbox .alert-icon {
  background-color: #da4b5b;
  border-color: #da4b5b;
  color: #fff;
}
body .alertbox .alert-close {
  background-color: #da4b5b;
  border-color: #da4b5b;
  color: #fff;
}
body .alertbox .alert-close:hover {
  background-color: #da4b5b;
  border-color: #da4b5b;
  color: #fff;
}
body a.anchor.theme:not(.fill),
body .anchor.theme:not(.fill) {
  color: #d94757;
  border-bottom-color: #da4b5b;
}
body a.anchor.theme:not(.fill):hover,
body .anchor.theme:not(.fill):hover {
  color: #c9293b;
  border-bottom-color: #c9293b;
}
body a.anchor.theme:not(.fill).active,
body .anchor.theme:not(.fill).active,
body a.anchor.theme:not(.fill).active:hover,
body .anchor.theme:not(.fill).active:hover,
body a.anchor.theme:not(.fill):focus,
body .anchor.theme:not(.fill):focus {
  color: #9e212f;
  border-bottom-color: #9e212f;
}
body a.anchor.theme.fill,
body .anchor.theme.fill {
  background-color: #da4b5b;
  border-color: #da4b5b;
  color: #fff;
}
body a.anchor.theme.fill:hover,
body .anchor.theme.fill:hover {
  background-color: #c9293b;
  border-color: #c9293b;
}
body a.anchor.theme.fill.active,
body .anchor.theme.fill.active,
body a.anchor.theme.fill.active:hover,
body .anchor.theme.fill.active:hover,
body a.anchor.theme.fill:focus,
body .anchor.theme.fill:focus {
  background-color: #c02839;
  border-color: #c02839;
}
body a.anchor.theme.fill.filloverlay:after,
body .anchor.theme.fill.filloverlay:after {
  background-color: #c02839;
}
body a.anchor.theme.outline,
body .anchor.theme.outline {
  background-color: transparent;
  color: #da4b5b;
}
body a.anchor.theme.outline:hover,
body .anchor.theme.outline:hover {
  border-color: #c9293b;
}
body a.anchor.theme.outline:focus,
body .anchor.theme.outline:focus {
  border-color: #c02839;
}
body a.anchor.theme.outline.filloverlay:after,
body .anchor.theme.outline.filloverlay:after {
  background-color: #c02839;
}
body a.anchor.theme.outline.filloverlay:hover,
body .anchor.theme.outline.filloverlay:hover,
body a.anchor.theme.outline.filloverlay:focus,
body .anchor.theme.outline.filloverlay:focus {
  color: #fff;
  border-color: #c02839;
}
body a.anchor.theme.outline.onfill:hover,
body .anchor.theme.outline.onfill:hover {
  border-color: #da4b5b;
  background-color: #da4b5b;
  color: #fff;
}
body a.anchor.theme.outline.onfill.active,
body .anchor.theme.outline.onfill.active,
body a.anchor.theme.outline.onfill.active:hover,
body .anchor.theme.outline.onfill.active:hover,
body a.anchor.theme.outline.onfill:focus,
body .anchor.theme.outline.onfill:focus {
  border-color: rgba(218, 75, 91, 0.9);
  background-color: rgba(218, 75, 91, 0.9);
  color: #fff;
}
body a.anchor.alt:not(.fill),
body .anchor.alt:not(.fill) {
  color: #60676b;
  border-bottom-color: #626a6e;
}
body a.anchor.alt:not(.fill):hover,
body .anchor.alt:not(.fill):hover {
  color: #4a5053;
  border-bottom-color: #4a5053;
}
body a.anchor.alt:not(.fill).active,
body .anchor.alt:not(.fill).active,
body a.anchor.alt:not(.fill).active:hover,
body .anchor.alt:not(.fill).active:hover,
body a.anchor.alt:not(.fill):focus,
body .anchor.alt:not(.fill):focus {
  color: #323638;
  border-bottom-color: #323638;
}
body a.anchor.alt.fill,
body .anchor.alt.fill {
  background-color: #626a6e;
  border-color: #626a6e;
  color: #fff;
}
body a.anchor.alt.fill:hover,
body .anchor.alt.fill:hover {
  background-color: #4a5053;
  border-color: #4a5053;
}
body a.anchor.alt.fill.active,
body .anchor.alt.fill.active,
body a.anchor.alt.fill.active:hover,
body .anchor.alt.fill.active:hover,
body a.anchor.alt.fill:focus,
body .anchor.alt.fill:focus {
  background-color: #454b4e;
  border-color: #454b4e;
}
body a.anchor.alt.fill.filloverlay:after,
body .anchor.alt.fill.filloverlay:after {
  background-color: #454b4e;
}
body a.anchor.alt.outline,
body .anchor.alt.outline {
  background-color: transparent;
  color: #626a6e;
}
body a.anchor.alt.outline:hover,
body .anchor.alt.outline:hover {
  border-color: #4a5053;
}
body a.anchor.alt.outline:focus,
body .anchor.alt.outline:focus {
  border-color: #454b4e;
}
body a.anchor.alt.outline.filloverlay:after,
body .anchor.alt.outline.filloverlay:after {
  background-color: #454b4e;
}
body a.anchor.alt.outline.filloverlay:hover,
body .anchor.alt.outline.filloverlay:hover,
body a.anchor.alt.outline.filloverlay:focus,
body .anchor.alt.outline.filloverlay:focus {
  color: #fff;
  border-color: #454b4e;
}
body a.anchor.alt.outline.onfill:hover,
body .anchor.alt.outline.onfill:hover {
  border-color: #626a6e;
  background-color: #626a6e;
  color: #fff;
}
body a.anchor.alt.outline.onfill.active,
body .anchor.alt.outline.onfill.active,
body a.anchor.alt.outline.onfill.active:hover,
body .anchor.alt.outline.onfill.active:hover,
body a.anchor.alt.outline.onfill:focus,
body .anchor.alt.outline.onfill:focus {
  border-color: rgba(98, 106, 110, 0.9);
  background-color: rgba(98, 106, 110, 0.9);
  color: #fff;
}
body a.anchor.white:not(.fill),
body .anchor.white:not(.fill) {
  color: #fcfcfc;
  border-bottom-color: #fff;
}
body a.anchor.white:not(.fill):hover,
body .anchor.white:not(.fill):hover {
  color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}
body a.anchor.white:not(.fill).active,
body .anchor.white:not(.fill).active,
body a.anchor.white:not(.fill).active:hover,
body .anchor.white:not(.fill).active:hover,
body a.anchor.white:not(.fill):focus,
body .anchor.white:not(.fill):focus {
  color: #cccccc;
  border-bottom-color: #cccccc;
}
body a.anchor.white.fill,
body .anchor.white.fill {
  background-color: #fff;
  border-color: #fff;
  color: #da4b5b;
}
body a.anchor.white.fill:hover,
body .anchor.white.fill:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
body a.anchor.white.fill.active,
body .anchor.white.fill.active,
body a.anchor.white.fill.active:hover,
body .anchor.white.fill.active:hover,
body a.anchor.white.fill:focus,
body .anchor.white.fill:focus {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
body a.anchor.white.fill.filloverlay:after,
body .anchor.white.fill.filloverlay:after {
  background-color: #e0e0e0;
}
body a.anchor.white.outline,
body .anchor.white.outline {
  background-color: transparent;
  color: #ffffff;
}
body a.anchor.white.outline:hover,
body .anchor.white.outline:hover {
  border-color: #e6e6e6;
}
body a.anchor.white.outline:focus,
body .anchor.white.outline:focus {
  border-color: #e0e0e0;
}
body a.anchor.white.outline.filloverlay:after,
body .anchor.white.outline.filloverlay:after {
  background-color: #e0e0e0;
}
body a.anchor.white.outline.filloverlay:hover,
body .anchor.white.outline.filloverlay:hover,
body a.anchor.white.outline.filloverlay:focus,
body .anchor.white.outline.filloverlay:focus {
  color: #da4b5b;
  border-color: #e0e0e0;
}
body a.anchor.white.outline.onfill:hover,
body .anchor.white.outline.onfill:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #da4b5b;
}
body a.anchor.white.outline.onfill.active,
body .anchor.white.outline.onfill.active,
body a.anchor.white.outline.onfill.active:hover,
body .anchor.white.outline.onfill.active:hover,
body a.anchor.white.outline.onfill:focus,
body .anchor.white.outline.onfill:focus {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  color: #da4b5b;
}
body a.anchor.white-black:not(.fill),
body .anchor.white-black:not(.fill) {
  color: #fcfcfc;
  border-bottom-color: #fff;
}
body a.anchor.white-black:not(.fill):hover,
body .anchor.white-black:not(.fill):hover {
  color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}
body a.anchor.white-black:not(.fill).active,
body .anchor.white-black:not(.fill).active,
body a.anchor.white-black:not(.fill).active:hover,
body .anchor.white-black:not(.fill).active:hover,
body a.anchor.white-black:not(.fill):focus,
body .anchor.white-black:not(.fill):focus {
  color: #cccccc;
  border-bottom-color: #cccccc;
}
body a.anchor.white-black.fill,
body .anchor.white-black.fill {
  background-color: #fff;
  border-color: #fff;
  color: #2a2b2c;
}
body a.anchor.white-black.fill:hover,
body .anchor.white-black.fill:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
body a.anchor.white-black.fill.active,
body .anchor.white-black.fill.active,
body a.anchor.white-black.fill.active:hover,
body .anchor.white-black.fill.active:hover,
body a.anchor.white-black.fill:focus,
body .anchor.white-black.fill:focus {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
body a.anchor.white-black.fill.filloverlay:after,
body .anchor.white-black.fill.filloverlay:after {
  background-color: #e0e0e0;
}
body a.anchor.white-black.outline,
body .anchor.white-black.outline {
  background-color: transparent;
  color: #ffffff;
}
body a.anchor.white-black.outline:hover,
body .anchor.white-black.outline:hover {
  border-color: #e6e6e6;
}
body a.anchor.white-black.outline:focus,
body .anchor.white-black.outline:focus {
  border-color: #e0e0e0;
}
body a.anchor.white-black.outline.filloverlay:after,
body .anchor.white-black.outline.filloverlay:after {
  background-color: #e0e0e0;
}
body a.anchor.white-black.outline.filloverlay:hover,
body .anchor.white-black.outline.filloverlay:hover,
body a.anchor.white-black.outline.filloverlay:focus,
body .anchor.white-black.outline.filloverlay:focus {
  color: #2a2b2c;
  border-color: #e0e0e0;
}
body a.anchor.white-black.outline.onfill:hover,
body .anchor.white-black.outline.onfill:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #2a2b2c;
}
body a.anchor.white-black.outline.onfill.active,
body .anchor.white-black.outline.onfill.active,
body a.anchor.white-black.outline.onfill.active:hover,
body .anchor.white-black.outline.onfill.active:hover,
body a.anchor.white-black.outline.onfill:focus,
body .anchor.white-black.outline.onfill:focus {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  color: #2a2b2c;
}
body a.anchor.black:not(.fill),
body .anchor.black:not(.fill) {
  color: #282829;
  border-bottom-color: #2a2b2c;
}
body a.anchor.black:not(.fill):hover,
body .anchor.black:not(.fill):hover {
  color: #111212;
  border-bottom-color: #111212;
}
body a.anchor.black:not(.fill).active,
body .anchor.black:not(.fill).active,
body a.anchor.black:not(.fill).active:hover,
body .anchor.black:not(.fill).active:hover,
body a.anchor.black:not(.fill):focus,
body .anchor.black:not(.fill):focus {
  color: #000000;
  border-bottom-color: #000000;
}
body a.anchor.black.fill,
body .anchor.black.fill {
  background-color: #2a2b2c;
  border-color: #2a2b2c;
  color: #f2f2f2;
}
body a.anchor.black.fill:hover,
body .anchor.black.fill:hover {
  background-color: #111212;
  border-color: #111212;
}
body a.anchor.black.fill.active,
body .anchor.black.fill.active,
body a.anchor.black.fill.active:hover,
body .anchor.black.fill.active:hover,
body a.anchor.black.fill:focus,
body .anchor.black.fill:focus {
  background-color: #0c0c0d;
  border-color: #0c0c0d;
}
body a.anchor.black.fill.filloverlay:after,
body .anchor.black.fill.filloverlay:after {
  background-color: #0c0c0d;
}
body a.anchor.black.outline,
body .anchor.black.outline {
  background-color: transparent;
  color: #2a2b2c;
}
body a.anchor.black.outline:hover,
body .anchor.black.outline:hover {
  border-color: #111212;
}
body a.anchor.black.outline:focus,
body .anchor.black.outline:focus {
  border-color: #0c0c0d;
}
body a.anchor.black.outline.filloverlay:after,
body .anchor.black.outline.filloverlay:after {
  background-color: #0c0c0d;
}
body a.anchor.black.outline.filloverlay:hover,
body .anchor.black.outline.filloverlay:hover,
body a.anchor.black.outline.filloverlay:focus,
body .anchor.black.outline.filloverlay:focus {
  color: #f2f2f2;
  border-color: #0c0c0d;
}
body a.anchor.black.outline.onfill:hover,
body .anchor.black.outline.onfill:hover {
  border-color: #2a2b2c;
  background-color: #2a2b2c;
  color: #f2f2f2;
}
body a.anchor.black.outline.onfill.active,
body .anchor.black.outline.onfill.active,
body a.anchor.black.outline.onfill.active:hover,
body .anchor.black.outline.onfill.active:hover,
body a.anchor.black.outline.onfill:focus,
body .anchor.black.outline.onfill:focus {
  border-color: rgba(42, 43, 44, 0.9);
  background-color: rgba(42, 43, 44, 0.9);
  color: #f2f2f2;
}
body a.anchor.black-alt:not(.fill),
body .anchor.black-alt:not(.fill) {
  color: #000000;
  border-bottom-color: #000000;
}
body a.anchor.black-alt:not(.fill):hover,
body .anchor.black-alt:not(.fill):hover {
  color: #000000;
  border-bottom-color: #000000;
}
body a.anchor.black-alt:not(.fill).active,
body .anchor.black-alt:not(.fill).active,
body a.anchor.black-alt:not(.fill).active:hover,
body .anchor.black-alt:not(.fill).active:hover,
body a.anchor.black-alt:not(.fill):focus,
body .anchor.black-alt:not(.fill):focus {
  color: #000000;
  border-bottom-color: #000000;
}
body a.anchor.black-alt.fill,
body .anchor.black-alt.fill {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
body a.anchor.black-alt.fill:hover,
body .anchor.black-alt.fill:hover {
  background-color: #000000;
  border-color: #000000;
}
body a.anchor.black-alt.fill.active,
body .anchor.black-alt.fill.active,
body a.anchor.black-alt.fill.active:hover,
body .anchor.black-alt.fill.active:hover,
body a.anchor.black-alt.fill:focus,
body .anchor.black-alt.fill:focus {
  background-color: #000000;
  border-color: #000000;
}
body a.anchor.black-alt.fill.filloverlay:after,
body .anchor.black-alt.fill.filloverlay:after {
  background-color: #000000;
}
body a.anchor.black-alt.outline,
body .anchor.black-alt.outline {
  background-color: transparent;
  color: #000000;
}
body a.anchor.black-alt.outline:hover,
body .anchor.black-alt.outline:hover {
  border-color: #000000;
}
body a.anchor.black-alt.outline:focus,
body .anchor.black-alt.outline:focus {
  border-color: #000000;
}
body a.anchor.black-alt.outline.filloverlay:after,
body .anchor.black-alt.outline.filloverlay:after {
  background-color: #000000;
}
body a.anchor.black-alt.outline.filloverlay:hover,
body .anchor.black-alt.outline.filloverlay:hover,
body a.anchor.black-alt.outline.filloverlay:focus,
body .anchor.black-alt.outline.filloverlay:focus {
  color: #fff;
  border-color: #000000;
}
body a.anchor.black-alt.outline.onfill:hover,
body .anchor.black-alt.outline.onfill:hover {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
body a.anchor.black-alt.outline.onfill.active,
body .anchor.black-alt.outline.onfill.active,
body a.anchor.black-alt.outline.onfill.active:hover,
body .anchor.black-alt.outline.onfill.active:hover,
body a.anchor.black-alt.outline.onfill:focus,
body .anchor.black-alt.outline.onfill:focus {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
body a.anchor.one:not(.fill),
body .anchor.one:not(.fill) {
  color: #e292a5;
  border-bottom-color: #e396a8;
}
body a.anchor.one:not(.fill):hover,
body .anchor.one:not(.fill):hover {
  color: #d86e87;
  border-bottom-color: #d86e87;
}
body a.anchor.one:not(.fill).active,
body .anchor.one:not(.fill).active,
body a.anchor.one:not(.fill).active:hover,
body .anchor.one:not(.fill).active:hover,
body a.anchor.one:not(.fill):focus,
body .anchor.one:not(.fill):focus {
  color: #ce4565;
  border-bottom-color: #ce4565;
}
body a.anchor.one.fill,
body .anchor.one.fill {
  background-color: #e396a8;
  border-color: #e396a8;
  color: #fff;
}
body a.anchor.one.fill:hover,
body .anchor.one.fill:hover {
  background-color: #d86e87;
  border-color: #d86e87;
}
body a.anchor.one.fill.active,
body .anchor.one.fill.active,
body a.anchor.one.fill.active:hover,
body .anchor.one.fill.active:hover,
body a.anchor.one.fill:focus,
body .anchor.one.fill:focus {
  background-color: #d66680;
  border-color: #d66680;
}
body a.anchor.one.fill.filloverlay:after,
body .anchor.one.fill.filloverlay:after {
  background-color: #d66680;
}
body a.anchor.one.outline,
body .anchor.one.outline {
  background-color: transparent;
  color: #e396a8;
}
body a.anchor.one.outline:hover,
body .anchor.one.outline:hover {
  border-color: #d86e87;
}
body a.anchor.one.outline:focus,
body .anchor.one.outline:focus {
  border-color: #d66680;
}
body a.anchor.one.outline.filloverlay:after,
body .anchor.one.outline.filloverlay:after {
  background-color: #d66680;
}
body a.anchor.one.outline.filloverlay:hover,
body .anchor.one.outline.filloverlay:hover,
body a.anchor.one.outline.filloverlay:focus,
body .anchor.one.outline.filloverlay:focus {
  color: #fff;
  border-color: #d66680;
}
body a.anchor.one.outline.onfill:hover,
body .anchor.one.outline.onfill:hover {
  border-color: #e396a8;
  background-color: #e396a8;
  color: #fff;
}
body a.anchor.one.outline.onfill.active,
body .anchor.one.outline.onfill.active,
body a.anchor.one.outline.onfill.active:hover,
body .anchor.one.outline.onfill.active:hover,
body a.anchor.one.outline.onfill:focus,
body .anchor.one.outline.onfill:focus {
  border-color: rgba(227, 150, 168, 0.9);
  background-color: rgba(227, 150, 168, 0.9);
  color: #fff;
}
body a.anchor.two:not(.fill),
body .anchor.two:not(.fill) {
  color: #38393c;
  border-bottom-color: #3a3c3f;
}
body a.anchor.two:not(.fill):hover,
body .anchor.two:not(.fill):hover {
  color: #222324;
  border-bottom-color: #222324;
}
body a.anchor.two:not(.fill).active,
body .anchor.two:not(.fill).active,
body a.anchor.two:not(.fill).active:hover,
body .anchor.two:not(.fill).active:hover,
body a.anchor.two:not(.fill):focus,
body .anchor.two:not(.fill):focus {
  color: #09090a;
  border-bottom-color: #09090a;
}
body a.anchor.two.fill,
body .anchor.two.fill {
  background-color: #3a3c3f;
  border-color: #3a3c3f;
  color: #f2f2f2;
}
body a.anchor.two.fill:hover,
body .anchor.two.fill:hover {
  background-color: #222324;
  border-color: #222324;
}
body a.anchor.two.fill.active,
body .anchor.two.fill.active,
body a.anchor.two.fill.active:hover,
body .anchor.two.fill.active:hover,
body a.anchor.two.fill:focus,
body .anchor.two.fill:focus {
  background-color: #1d1e1f;
  border-color: #1d1e1f;
}
body a.anchor.two.fill.filloverlay:after,
body .anchor.two.fill.filloverlay:after {
  background-color: #1d1e1f;
}
body a.anchor.two.outline,
body .anchor.two.outline {
  background-color: transparent;
  color: #3a3c3f;
}
body a.anchor.two.outline:hover,
body .anchor.two.outline:hover {
  border-color: #222324;
}
body a.anchor.two.outline:focus,
body .anchor.two.outline:focus {
  border-color: #1d1e1f;
}
body a.anchor.two.outline.filloverlay:after,
body .anchor.two.outline.filloverlay:after {
  background-color: #1d1e1f;
}
body a.anchor.two.outline.filloverlay:hover,
body .anchor.two.outline.filloverlay:hover,
body a.anchor.two.outline.filloverlay:focus,
body .anchor.two.outline.filloverlay:focus {
  color: #f2f2f2;
  border-color: #1d1e1f;
}
body a.anchor.two.outline.onfill:hover,
body .anchor.two.outline.onfill:hover {
  border-color: #3a3c3f;
  background-color: #3a3c3f;
  color: #f2f2f2;
}
body a.anchor.two.outline.onfill.active,
body .anchor.two.outline.onfill.active,
body a.anchor.two.outline.onfill.active:hover,
body .anchor.two.outline.onfill.active:hover,
body a.anchor.two.outline.onfill:focus,
body .anchor.two.outline.onfill:focus {
  border-color: rgba(58, 60, 63, 0.9);
  background-color: rgba(58, 60, 63, 0.9);
  color: #f2f2f2;
}
body a.anchor.three:not(.fill),
body .anchor.three:not(.fill) {
  color: #2b2d2f;
  border-bottom-color: #2e2f32;
}
body a.anchor.three:not(.fill):hover,
body .anchor.three:not(.fill):hover {
  color: #151617;
  border-bottom-color: #151617;
}
body a.anchor.three:not(.fill).active,
body .anchor.three:not(.fill).active,
body a.anchor.three:not(.fill).active:hover,
body .anchor.three:not(.fill).active:hover,
body a.anchor.three:not(.fill):focus,
body .anchor.three:not(.fill):focus {
  color: #000000;
  border-bottom-color: #000000;
}
body a.anchor.three.fill,
body .anchor.three.fill {
  background-color: #2e2f32;
  border-color: #2e2f32;
  color: #f2f2f2;
}
body a.anchor.three.fill:hover,
body .anchor.three.fill:hover {
  background-color: #151617;
  border-color: #151617;
}
body a.anchor.three.fill.active,
body .anchor.three.fill.active,
body a.anchor.three.fill.active:hover,
body .anchor.three.fill.active:hover,
body a.anchor.three.fill:focus,
body .anchor.three.fill:focus {
  background-color: #101112;
  border-color: #101112;
}
body a.anchor.three.fill.filloverlay:after,
body .anchor.three.fill.filloverlay:after {
  background-color: #101112;
}
body a.anchor.three.outline,
body .anchor.three.outline {
  background-color: transparent;
  color: #2e2f32;
}
body a.anchor.three.outline:hover,
body .anchor.three.outline:hover {
  border-color: #151617;
}
body a.anchor.three.outline:focus,
body .anchor.three.outline:focus {
  border-color: #101112;
}
body a.anchor.three.outline.filloverlay:after,
body .anchor.three.outline.filloverlay:after {
  background-color: #101112;
}
body a.anchor.three.outline.filloverlay:hover,
body .anchor.three.outline.filloverlay:hover,
body a.anchor.three.outline.filloverlay:focus,
body .anchor.three.outline.filloverlay:focus {
  color: #f2f2f2;
  border-color: #101112;
}
body a.anchor.three.outline.onfill:hover,
body .anchor.three.outline.onfill:hover {
  border-color: #2e2f32;
  background-color: #2e2f32;
  color: #f2f2f2;
}
body a.anchor.three.outline.onfill.active,
body .anchor.three.outline.onfill.active,
body a.anchor.three.outline.onfill.active:hover,
body .anchor.three.outline.onfill.active:hover,
body a.anchor.three.outline.onfill:focus,
body .anchor.three.outline.onfill:focus {
  border-color: rgba(46, 47, 50, 0.9);
  background-color: rgba(46, 47, 50, 0.9);
  color: #f2f2f2;
}
body .bg.theme {
  background-color: #da4b5b;
  border-color: #d84353;
  color: #fff;
}
body .bg.theme.outlined {
  background-color: transparent;
  border-color: #d84353;
  color: #da4b5b;
}
body .bg.alt {
  background-color: #626a6e;
  border-color: #5d6569;
  color: #fff;
}
body .bg.alt.outlined {
  background-color: transparent;
  border-color: #5d6569;
  color: #626a6e;
}
body .bg.white {
  background-color: #fff;
  border-color: #fafafa;
  color: #da4b5b;
}
body .bg.white.outlined {
  background-color: transparent;
  border-color: #fafafa;
  color: #fff;
}
body .bg.white-black {
  background-color: #fff;
  border-color: #fafafa;
  color: #2a2b2c;
}
body .bg.white-black.outlined {
  background-color: transparent;
  border-color: #fafafa;
  color: #fff;
}
body .bg.black {
  background-color: #2a2b2c;
  border-color: #252627;
  color: #f2f2f2;
}
body .bg.black.outlined {
  background-color: transparent;
  border-color: #252627;
  color: #2a2b2c;
}
body .bg.black-alt {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
body .bg.black-alt.outlined {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
body .bg.one {
  background-color: #e396a8;
  border-color: #e18ea1;
  color: #fff;
}
body .bg.one.outlined {
  background-color: transparent;
  border-color: #e18ea1;
  color: #e396a8;
}
body .bg.two {
  background-color: #3a3c3f;
  border-color: #35373a;
  color: #f2f2f2;
}
body .bg.two.outlined {
  background-color: transparent;
  border-color: #35373a;
  color: #3a3c3f;
}
body .bg.three {
  background-color: #2e2f32;
  border-color: #292a2c;
  color: #f2f2f2;
}
body .bg.three.outlined {
  background-color: transparent;
  border-color: #292a2c;
  color: #2e2f32;
}
body .bg.grey1 {
  background-color: #fcfcfc;
  border-color: #fcfcfc;
  color: #2a2b2c;
}
body .bg.grey2 {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #2a2b2c;
}
body .bg.grey3 {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #2a2b2c;
}
body .bg.grey4 {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #2a2b2c;
}
body .bg.grey5 {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #2a2b2c;
}
body .bg.grey6 {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #2a2b2c;
}
body .bg.grey7 {
  background-color: #ededed;
  border-color: #ededed;
  color: #2a2b2c;
}
body .bg.grey8 {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #2a2b2c;
}
body .bg.grey9 {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #2a2b2c;
}
body .bg.grey10 {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #2a2b2c;
}
body .bg.grey11 {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  color: #2a2b2c;
}
body .text.theme {
  color: #da4b5b;
}
body .text.alt {
  color: #626a6e;
}
body .text.white {
  color: #fff;
}
body .text.white-black {
  color: #fff;
}
body .text.black {
  color: #2a2b2c;
}
body .text.black-alt {
  color: #000000;
}
body .text.one {
  color: #e396a8;
}
body .text.two {
  color: #3a3c3f;
}
body .text.three {
  color: #2e2f32;
}
body .scrollup {
  background: #fff;
  color: #da4b5b;
}
body .scrollup:hover,
body .scrollupfocus {
  background: #e6e6e6;
  color: #da4b5b;
}
body .carousel .carousel-indicator li .carousel-i {
  background-color: #2a2b2c;
}
body .carousel .carousel-indicator li.active .carousel-i {
  background-color: #da4b5b;
}
body .carousel-slide .carousel-navigation .carousel-nav-btn {
  background-color: #fff;
  color: #2a2b2c;
}
body .carousel-slide .carousel-navigation .carousel-nav-btn:hover,
body .carousel-slide .carousel-navigation .carousel-nav-btn:focus {
  background-color: #da4b5b;
  color: #fff;
}
body .no-info .contactinfo {
  display: none;
}
body .show-submit.nodisplay {
  display: block !important;
}
body .no-submit .show-submit.nodisplay {
  display: none !important;
}
body .counter-section {
  position: relative;
  counter-increment: counter-section;
  overflow: hidden;
}
body .counter-section:before {
  content: counter(counter-section, numeric);
  font-size: 40vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0.02;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  font-family: 'extrabold';
  line-height: 0;
}
body .text-shadow-bold,
body .header-touch p,
body .header-touch .lead {
  text-shadow: 0 7px 2px rgba(42, 43, 44, 0.2);
}
@media (max-width: 799px) {
  body .lead.h1,
  body .lead.h2,
  body .lead.h3,
  body .lead.h4 {
    font-size: 2rem !important;
  }
  body .lead.h5 {
    font-size: 1.5rem !important;
  }
  body .lead.h6 {
    font-size: 100% !important;
  }
}
