.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-search:before {
  content: "\f002";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vk:before {
  content: "\f189";
}
.fa-xing:before {
  content: "\f168";
}
.fa-times:before {
  content: "\f00d";
}
.fa-youtube:before {
  content: "\f167";
}
.fad.fa-angle-left:after,
.fa-duotone.fa-angle-left:after {
  content: "\10f104";
}
.fad.fa-angle-right:after,
.fa-duotone.fa-angle-right:after {
  content: "\10f105";
}
.fad.fa-search:after,
.fa-duotone.fa-search:after {
  content: fa-content(\10f002);
}
.fad.fa-times:after,
.fa-duotone.fa-times:after {
  content: fa-content(\10f00d);
}
.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
i.fa,
i.fal,
i.fab,
[class*=fa-] {
  font-style: normal;
}
.fa-times {
  font-family: 'Font Awesome 6 Pro';
}
.fa-angle-left {
  font-family: 'Font Awesome 6 Pro';
}
.fa-angle-right {
  font-family: 'Font Awesome 6 Pro';
}
.fa-search {
  ont-family: 'Font Awesome 6 Pro';
}
.fa-facebook {
  font-family: 'Font Awesome 6 Pro';
}
.fa-instagram {
  font-family: 'Font Awesome 6 Pro';
}
.fa-google-plus {
  font-family: 'Font Awesome 6 Pro';
}
.fa-pinterest {
  font-family: 'Font Awesome 6 Pro';
}
.fa-vimeo {
  font-family: 'Font Awesome 6 Pro';
}
.fa-youtube {
  font-family: 'Font Awesome 6 Pro';
}
.fa-twitter {
  font-family: 'Font Awesome 6 Pro';
}
.fa-linkedin {
  font-family: 'Font Awesome 6 Pro';
}
.fa-xing {
  font-family: 'Font Awesome 6 Pro';
}
.fa-vk {
  font-family: 'Font Awesome 6 Pro';
}
:root {
  --wrapper-width: 1400px;
  --wrapper-width-header: var(--wrapper-width);
  --header-logo-height: 30px;
}
* {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
html {
  display: block !important;
}
body {
  background: #FFF;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
body.noscroll {
  overflow-y: hidden;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
img.img-round {
  border-radius: 50%;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.inline li {
  display: inline;
}
ul li {
  position: relative;
  padding-left: 25px;
}
ul.bullets li {
  padding: 0 0 1.5em 1.5em;
  position: relative;
}
ul.bullets li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 6 Pro';
  content: "\f00c";
  color: #000;
}
.em-txt > p,
.em-txt > ul,
.em-txt > ol,
.em-txt > h1,
.em-txt > h2,
.em-txt > h3,
.em-txt > h4,
.em-txt > h5,
.em-txt > h6 {
  margin-bottom: 20px;
}
.em-txt > :last-child {
  margin-bottom: 0;
}
.em-txt ul {
  list-style-type: circle;
  list-style-position: outside;
}
.em-txt ul li {
  padding: 0;
  margin-left: 30px;
}
.hide {
  display: none !important;
  opacity: 0;
  height: 0;
  width: 0;
}
.btn-top {
  display: block;
  position: fixed;
  bottom: -60px;
  right: -60px;
  padding: 0;
  opacity: 1;
  z-index: 9999999;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  border: 2px solid #FFF;
  width: 50px;
  height: 50px;
}
.btn-top i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: 10px;
}
.btn-top:hover {
  background: #FFF;
  color: #FFF;
}
@media all and (max-width: 480px) {
  .btn-top {
    display: none;
  }
}
.btn-top.active {
  right: 15px;
  bottom: 15px;
}
.btn {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  /*
        span {
            position: absolute;
            right: 10%;
            top: 10%;
            height: 80%;
            background: #FFF;
            color: @blue;
            border-radius: 50%;
            
            &:before {
                content: '';
                position: relative;
                display: block;
                padding-left: 100%;
            }
        }
        */
}
.btn:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
.btn.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.btn-1 {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  /*
        span {
            position: absolute;
            right: 10%;
            top: 10%;
            height: 80%;
            background: #FFF;
            color: @blue;
            border-radius: 50%;
            
            &:before {
                content: '';
                position: relative;
                display: block;
                padding-left: 100%;
            }
        }
        */
}
.btn-1:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
.btn-1.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-1.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.btn-1:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
.btn-1.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-1.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.btn-outline {
  display: inline-block;
  border-radius: 60px;
  padding: 15px 40px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  border: 1px solid #FFF;
}
.btn-outline:hover {
  background: #FFF;
  color: #FFF;
}
.bg-divider-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: url('images/bg_divider.png') repeat-x;
}
.em-arrow:after {
  content: "\203A";
  margin-left: 6px;
}
.font-vertical {
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .font-vertical {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg) translate(-100%, 0%);
    transform-origin: 0% 0%;
  }
}
.font-vertical-right {
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .font-vertical-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg) translate(0%, -100%);
    transform-origin: 100% 0%;
  }
}
.em-clear:before,
.em-clear:after {
  content: "";
  display: table;
}
.em-clear:after {
  clear: both;
}
.fa,
.fal {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
div#main {
  /*
        overflow-x: hidden;
        overflow-y: hidden;
        */
  margin: 0 auto;
  /*
        // DARKENING MAIN - STILL BUGGYISH

        &:after {
            content: '';
            position: fixed;
            z-index: 1;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .8);
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            transition: all ease-in-out .3s;
            transform: translateX(-100%);
        }

        &.inactive:after {
            opacity: 1;
            z-index: 999999;
            transform: translateX(0%);
        }
        */
}
@media all and (max-width: 768px) {
  div#main {
    width: 100vw;
  }
}
#main {
  position: relative;
}
footer#main-footer {
  position: static;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type="url"],
textarea,
select {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: #FFF;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type="url"],
textarea {
  /* Chrome <=56, Safari < 10 */
  /* FF 4-18 */
  /* FF 19-51 */
  /* IE 10+ */
  /* Modern Browsers */
  /* Chrome <=56, Safari < 10 */
  /* FF 4-18 */
  /* FF 19-50 */
  /* IE 10+ */
  /* Modern Browsers */
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='date']::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
input[type='text']*:focus::-webkit-input-placeholder,
input[type='email']*:focus::-webkit-input-placeholder,
input[type='password']*:focus::-webkit-input-placeholder,
input[type='number']*:focus::-webkit-input-placeholder,
input[type='tel']*:focus::-webkit-input-placeholder,
input[type='date']*:focus::-webkit-input-placeholder,
input[type="url"]*:focus::-webkit-input-placeholder,
textarea*:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type='text']*:focus:-moz-placeholder,
input[type='email']*:focus:-moz-placeholder,
input[type='password']*:focus:-moz-placeholder,
input[type='number']*:focus:-moz-placeholder,
input[type='tel']*:focus:-moz-placeholder,
input[type='date']*:focus:-moz-placeholder,
input[type="url"]*:focus:-moz-placeholder,
textarea*:focus:-moz-placeholder {
  opacity: 0;
}
input[type='text']*:focus::-moz-placeholder,
input[type='email']*:focus::-moz-placeholder,
input[type='password']*:focus::-moz-placeholder,
input[type='number']*:focus::-moz-placeholder,
input[type='tel']*:focus::-moz-placeholder,
input[type='date']*:focus::-moz-placeholder,
input[type="url"]*:focus::-moz-placeholder,
textarea*:focus::-moz-placeholder {
  opacity: 0;
}
input[type='text']*:focus:-ms-input-placeholder,
input[type='email']*:focus:-ms-input-placeholder,
input[type='password']*:focus:-ms-input-placeholder,
input[type='number']*:focus:-ms-input-placeholder,
input[type='tel']*:focus:-ms-input-placeholder,
input[type='date']*:focus:-ms-input-placeholder,
input[type="url"]*:focus:-ms-input-placeholder,
textarea*:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type='text']*:focus::placeholder,
input[type='email']*:focus::placeholder,
input[type='password']*:focus::placeholder,
input[type='number']*:focus::placeholder,
input[type='tel']*:focus::placeholder,
input[type='date']*:focus::placeholder,
input[type="url"]*:focus::placeholder,
textarea*:focus::placeholder {
  opacity: 0;
}
input.error,
textarea.error,
select.error {
  color: red;
  border-color: red;
}
input[type="submit"],
.woocommerce input[type="submit"] {
  background: #000;
  color: #FFF;
  font-size: 16px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 0;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
input[type="submit"]:hover,
.woocommerce input[type="submit"]:hover {
  background: transparent;
  color: #000;
}
.onerow-formfield-submit {
  position: relative;
}
.onerow-formfield-submit:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.onerow-formfield-submit input[type='text'],
.onerow-formfield-submit input[type='email'],
.onerow-formfield-submit input[type='password'],
.onerow-formfield-submit input[type='number'],
.onerow-formfield-submit input[type='tel'],
.onerow-formfield-submit input[type='date'],
.onerow-formfield-submit input[type="url"] {
  width: 60%;
}
.onerow-formfield-submit input[type="submit"],
.onerow-formfield-submit button {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  transition: all ease-in-out 0.3s;
}
.onerow-formfield-submit input[type='text'],
.onerow-formfield-submit input[type='email'],
.onerow-formfield-submit input[type='password'],
.onerow-formfield-submit input[type='number'],
.onerow-formfield-submit input[type='tel'],
.onerow-formfield-submit input[type='date'],
.onerow-formfield-submit input[type="url"],
.onerow-formfield-submit input[type="submit"],
.onerow-formfield-submit button {
  box-sizing: border-box;
  height: 40px;
}
.wpcf7-form.sent > div,
.wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.wpcf7-form.sent .wpcf7-mail-sent-ok {
  display: block;
}
body.em-formstone-dropdown select {
  display: none;
}
.fs_eichmeister {
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: #FFF;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.fs_eichmeister button {
  border: 0;
  padding: 0;
  margin: 0;
}
.fs_eichmeister .fs-dropdown-options {
  background-color: transparent;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: #FFF;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.fs_eichmeister .fs-dropdown-options .fs-dropdown-item:hover {
  background: #ddd;
}
.fs_eichmeister .fs-dropdown-options button {
  border: 0;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.fs_eichmeister .fs-dropdown-options button:last-child {
  border-bottom: 0;
}
body input[readonly="true"] {
  background-color: #f2f2f2;
}
.wrapper-480 {
  width: 480px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-600 {
  width: 600px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-800 {
  width: 800px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-960 {
  width: 960px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1000 {
  width: 1000px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1200 {
  width: 1200px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1400 {
  width: 1400px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1800 {
  width: 1800px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-2000 {
  width: 2000px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-2200 {
  width: 2200px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.container-center {
  margin-left: auto;
  margin-right: auto;
}
.video-wrapper,
.em-video-wrapper {
  position: relative;
  padding-bottom: 55.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.em-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: auto;
  outline: 0;
}
/* Margins */
.margin-0 {
  margin: 0 !important;
}
.margin-ver-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bot-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-ver-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bot-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-ver-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bot-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-ver-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bot-25 {
  margin-bottom: 25px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-ver-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bot-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-ver-75 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media all and (min-width: 769px) {
  .margin-ver-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.margin-top-75 {
  margin-top: 50px;
}
@media all and (min-width: 769px) {
  .margin-top-75 {
    margin-top: 75px;
  }
}
.margin-bot-75 {
  margin-bottom: 50px;
}
@media all and (min-width: 769px) {
  .margin-bot-75 {
    margin-bottom: 75px;
  }
}
.margin-left-75 {
  margin-left: 75px;
}
.margin-right-75 {
  margin-right: 75px;
}
.margin-ver-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .margin-ver-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.margin-top-100 {
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .margin-top-100 {
    margin-top: 50px;
  }
}
.margin-bot-100 {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .margin-bot-100 {
    margin-bottom: 50px;
  }
}
.margin-ver-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media all and (max-width: 768px) {
  .margin-ver-150 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.margin-top-150 {
  margin-top: 150px;
}
@media all and (max-width: 768px) {
  .margin-top-150 {
    margin-top: 50px;
  }
}
.margin-bot-150 {
  margin-bottom: 150px;
}
@media all and (max-width: 768px) {
  .margin-bot-150 {
    margin-bottom: 50px;
  }
}
/* PADDINGS */
.padding-0 {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bot-10 {
  padding-bottom: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-ver-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bot-15 {
  padding-bottom: 15px;
}
.padding-25 {
  padding: 25px;
}
.padding-ver-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-bot-25 {
  padding-bottom: 25px;
}
.padding-50 {
  padding: 50px;
}
.padding-ver-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-bot-50 {
  padding-bottom: 50px;
}
.padding-ver-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 768px) {
  .padding-ver-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.padding-top-100 {
  padding-top: 100px;
}
@media all and (max-width: 768px) {
  .padding-top-100 {
    padding-top: 50px;
  }
}
.padding-bot-100 {
  padding-bottom: 100px;
}
@media all and (max-width: 768px) {
  .padding-bot-100 {
    padding-bottom: 50px;
  }
}
.padding-ver-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media all and (max-width: 768px) {
  .padding-ver-150 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.padding-top-150 {
  padding-top: 150px;
}
@media all and (max-width: 768px) {
  .padding-top-150 {
    padding-top: 50px;
  }
}
.padding-bot-150 {
  padding-bottom: 150px;
}
@media all and (max-width: 768px) {
  .padding-bot-150 {
    padding-bottom: 50px;
  }
}
.padding-ver-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media all and (max-width: 768px) {
  .padding-ver-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.padding-top-200 {
  padding-top: 200px;
}
@media all and (max-width: 768px) {
  .padding-top-200 {
    padding-top: 50px;
  }
}
.padding-bot-200 {
  padding-bottom: 200px;
}
@media all and (max-width: 768px) {
  .padding-bot-200 {
    padding-bottom: 50px;
  }
}
.padding-bot-250 {
  padding-bottom: 250px;
}
@media all and (max-width: 768px) {
  .padding-bot-250 {
    padding-bottom: 50px;
  }
}
.padding-ver-150-100s {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media all and (max-width: 768px) {
  .padding-ver-150-100s {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.padding-top-150-100s {
  padding-top: 150px;
}
@media all and (max-width: 768px) {
  .padding-top-150-100s {
    padding-top: 100px;
  }
}
.padding-bot-150-100s {
  padding-bottom: 150px;
}
@media all and (max-width: 768px) {
  .padding-bot-150-100s {
    padding-bottom: 100px;
  }
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  dispay: inline;
}
.italic {
  font-style: italic;
}
.white {
  color: #FFF;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.justify {
  text-align: justify;
}
.center-box {
  margin-left: auto;
  margin-right: auto;
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-y-rel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear,
.clear-both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl-row {
  display: table-row;
  width: 100%;
  height: 100%;
}
.tbl-col {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* ---------- BASIC TABLE STYLES ---------- */
table {
  border-spacing: 1px;
  border-collapse: separate;
  background: #dedede;
  width: 100%;
}
thead {
  font-weight: 400;
}
thead tr:last-child td {
  background: #efefef;
}
tr,
td {
  background: #FFF;
  padding: 8px 15px;
}
td.hl {
  background: #4eb9f4;
  color: #FFF;
}
@media all and (max-width: 768px) {
  thead {
    display: none;
  }
  table:not(.picker__table) td {
    display: block;
  }
}
/* ---------- CUSTOM TABLE WITH DIV'S STYLES ---------- */
.em-div-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.em-div-table .tr:first-child {
  border-top: 0;
}
.em-div-table .tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.em-div-table .tr .td {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 20%;
  padding: 15px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.em-div-table .tr .td:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  min-width: 60%;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
.em-div-table .tr .td:last-child {
  text-align: right;
}
.em-div-table .tr .td h3,
.em-div-table .tr .td:first-child {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.em-div-table .tr .td h4 {
  padding: 5px 0;
  font-weight: 300;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.em-div-table .tr .td p,
.em-div-table .tr .td:nth-child(2) {
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
}
.em-div-table .tr .td a {
  margin-top: 30px;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  color: #000;
}
.em-div-table .tr:not(:first-child):hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.em-div-table .tr:not(:first-child):hover .td a {
  color: #000;
  font-weight: 600;
}
.em-div-table .tr:first-child .td {
  border-top: 0;
}
.em-div-table .tr.last-blank {
  height: 1px;
}
.em-div-table .tr.last-blank .td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.em-div-table.button-wrapper {
  margin-top: 30px;
  text-align: center;
}
.em-loading,
.loading,
.loader {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #000000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
.em-loading.loader-white,
.loading.loader-white,
.loader.loader-white {
  border: 3px solid #ffffff;
}
.em-loading.center-absolute,
.loading.center-absolute,
.loader.center-absolute {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preload {
  display: none;
}
.em-lazyload {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  min-height: 50px;
}
.em-loaded {
  visibility: visible;
  opacity: 1;
  min-height: auto;
}
picture {
  position: relative;
  display: block;
}
.blur-10 {
  -webkit-filter: blur(10px);
}
/* BLINK */
@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.blink {
  animation: fade 10000ms infinite;
  -webkit-animation: fade 10000ms infinite;
}
.blink1 {
  animation: fade 11000ms infinite;
  -webkit-animation: fade 11000ms infinite;
}
@keyframes bounce {
  from {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 10px;
  }
}
@-webkit-keyframes bounce {
  from {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 10px;
  }
}
.bounce {
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation-timing-function: ease-in-out;
  position: relative;
}
.open-overlay {
  cursor: pointer;
}
.overlay-full {
  position: fixed;
  z-index: 9999992;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
}
.overlay-full > .box {
  background: #FFF;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 480px) {
  .overlay-full > .box {
    padding: 50px 20px 20px 20px;
  }
}
.overlay-full > .box img.hero {
  max-width: 100%;
  height: auto;
}
.overlay-full > .box ul {
  list-style-type: circle;
}
.overlay-full .close-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 20px;
  border: 0;
  transition: ease-in-out all 0.3s;
}
.overlay-full .close-overlay:hover {
  background: #000;
  color: #FFF;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.em-pb section {
  position: relative;
}
.em-pb section .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
