/*   
Theme Name: Eichmeister Theme
Theme URI: http://www.eichmeister.de
Description: Eichmeister Base / Parent Theme
Author: Tim Köck
Author URI: http://www.timkoeck.com
Version: 1
*/
* {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
body {
  background: #FFF;
  font-family: "runda", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #000;
  overflow-x: hidden !important;
}
body.noscroll {
  overflow-y: hidden;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
img.img-round {
  border-radius: 50%;
}
a {
  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;
}
a:hover {
  text-decoration: none;
  color: #333;
}
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 20px;
  position: relative;
}
ul.bullets li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #000;
}
.em-txt {
  margin-bottom: -20px;
}
.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 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 {
  display: inline-block;
  padding: 15px 40px;
  color: #FFF;
  text-transform: uppercase;
  z-index: 0;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  position: relative;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  /*
        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%;
            }
        }
        */
}
@media all and (max-width: 480px) {
  .btn {
    padding: 12px 22px;
    font-size: 0.8em;
  }
}
.btn:hover {
  color: #FFF;
  text-decoration: none;
}
.btn:hover:after {
  left: 0%;
}
.btn-1 {
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  color: #FFF;
  text-transform: uppercase;
  z-index: 0;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  position: relative;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  /*
        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: #FFF;
  color: #000;
  border: 1px solid #000;
}
.btn-1.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-1.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (max-width: 480px) {
  .btn-1 {
    padding: 12px 22px;
    font-size: 0.8em;
  }
}
.btn-1:hover {
  color: #FFF;
  text-decoration: none;
}
.btn-1:hover:after {
  left: 0%;
}
.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;
}
div#main {
  width: 100vw;
  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%);
        }
        */
}
#main,
footer#main-footer {
  position: relative;
}
#search-overlay .search-wrapper {
  position: relative;
  height: 100%;
}
#search-overlay .search-wrapper .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  background: transparent;
}
#search-overlay .search-wrapper .box input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 36px;
  padding-left: 0;
  width: 100%;
  padding-right: 100px;
  color: #FFF;
  font-weight: 300;
}
#search-overlay .search-wrapper .box input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}
#search-overlay .search-wrapper .box input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
#search-overlay .search-wrapper .box input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}
#search-overlay .search-wrapper .box input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
#search-overlay .search-wrapper .box input[type="text"],
#search-overlay .search-wrapper .box button {
  height: 75px;
}
#search-overlay .search-wrapper .box button {
  background: transparent;
  color: #FFF;
  border: 0;
  font-size: 28px;
  width: auto;
  padding: 0;
}
#search-overlay .close-overlay {
  font-size: 32px;
}
@media all and (max-width: 768px) {
  #search-overlay .search-wrapper .box input[type="text"],
  #search-overlay .search-wrapper .box button {
    font-size: 18px;
    height: 50px;
  }
}
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;
}
.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%;
}
/* 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;
}
b,
strong,
.strong,
.bold {
  font-weight: 500;
}
.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;
}
.em-loaded {
  visibility: visible;
  opacity: 1;
}
.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 li {
  position: relative;
  padding-left: 15px;
}
.overlay-full .box ul li:before {
  font-family: 'themify';
  content: "\e649";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 0.6em;
}
.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;
}
.kool-foldable .content {
  display: none;
}
.kool-foldable .item.active .content {
  display: block;
}
/* foldable design themes */
/* theme 1 */
.kool-foldable.theme1 .item .header {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.kool-foldable.theme1 .item:first-child .header {
  border-top: 1px solid #000;
}
.kool-foldable.theme1 .item .header:hover,
.kool-foldable.theme1 .item.active .header {
  background: #000;
  color: #FFF;
  padding: 15px 25px;
}
.kool-foldable.theme1 .item .header .close {
  display: none;
  float: right;
  color: #FFF;
}
.kool-foldable.theme1 .item.active .header .close {
  display: block;
}
.kool-foldable.theme1 .item .content {
  border: 1px solid #000;
  padding: 25px;
}
/* theme2 */
.kool-foldable.theme2 .item {
  padding: 0;
  box-sizing: border-box;
}
.kool-foldable.theme2 .item:first-child .header {
  border-top: 1px solid #e1e1e1;
}
.kool-foldable.theme2 .item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.kool-foldable.theme2 .item.active .header .icon .fa-plus,
.kool-foldable.theme2 .item.active .header .icon .fa-angle-down {
  display: none;
}
.kool-foldable.theme2 .item.active .header .icon .fa-minus,
.kool-foldable.theme2 .item.active .header .icon .fa-angle-up {
  display: block;
}
.kool-foldable.theme2 .item.active .header .close {
  display: block;
}
.kool-foldable.theme2 .item.active .content {
  display: block;
  padding: 0 15px 15px 15px;
  margin-top: 20px;
}
.kool-foldable.theme2 .item.active .content ul {
  list-style-type: square;
  margin-left: 35px;
}
.kool-foldable.theme2 .item.active .content ul li {
  padding-left: 10px;
  margin-bottom: 15px;
}
.kool-foldable.theme2 .item.active .content ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.kool-foldable.theme2 .item .header,
.kool-foldable.theme2 .item .content {
  padding-left: 15px;
  padding-right: 15px;
}
.kool-foldable.theme2 .item .header {
  border-top: 1px solid #e1e1e1;
  padding: 12px 25px 12px 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.kool-foldable.theme2 .item .header .icon {
  position: absolute;
  right: 12.5px;
  top: 50%;
  transform: translateY(-50%);
}
.kool-foldable.theme2 .item .header .icon .fa-minus,
.kool-foldable.theme2 .item .header .icon .fa-angle-up {
  display: none;
}
.kool-foldable.theme2 .item .content {
  display: none;
  padding-bottom: 12px;
}
/* theme2 white */
.kool-foldable.theme2.white .item:last-child {
  border-bottom: 1px solid #FFF;
}
.kool-foldable.theme2.white .item .header {
  border-color: #FFF;
}
.kool-foldable.theme2.white .item:first-child .header {
  border-color: #FFF;
}
.kool-foldable.theme2.white .item:hover,
.kool-foldable.theme2.white .item.active {
  background: rgba(255, 255, 255, 0.2);
}
.owl-carousel {
  position: relative;
  margin-bottom: 50px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: 'themify';
  content: "\e64a";
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: 'themify';
  content: "\e649";
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: 0;
  padding: 0;
  outline: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 10px;
  border: 0;
  font-size: 25px;
  color: #000;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: 3;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #000;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #000;
}
.owl-carousel:hover .owl-controls .owl-prev,
.owl-carousel:hover .owl-controls .owl-next {
  opacity: 1;
}
.owl-carousel {
  position: relative;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
/* Skin 
    --------------------------*/
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #0d0d0d;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide-loading:after {
  content: '';
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  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;
  border: 3px solid #ffffff;
}
#swipebox-slider .slide-loading:after.loader-white {
  border: 3px solid #ffffff;
}
#swipebox-slider .slide-loading:after.center-absolute {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
#swipebox-bottom-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  bottom: -50px;
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  top: -50px;
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled {
  opacity: 0.3;
}
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
.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;
}
