.buttons-spacing-vertical .btn + .btn {
  margin: 3px 2px;
}
.btn {
  font-weight: 500;
}
.btn-white {
  color: #444444;
  background-color: #ffffff;
  border-color: #efefef;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #444444;
  background-color: #e6e6e6;
  border-color: #d0d0d0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #efefef;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #444444;
}
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white .open > .dropdown-toggle.btn-white {
  background: #efefef;
  border-color: #efefef;
}
.btn-inverse {
  color: #ffffff;
  background-color: #424242;
  border-color: #424242;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #292929;
  border-color: #232323;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #424242;
  border-color: #424242;
}
.btn-inverse .badge {
  color: #424242;
  background-color: #ffffff;
}
.btn-stroke {
  background: none;
}
.btn-stroke.btn-default {
  color: #5e5e5e;
}
.btn-stroke.btn-default:hover {
  background: #efefef;
  color: #5e5e5e;
}
.btn-stroke.btn-primary {
  color: #ef969a;
}
.btn-stroke.btn-primary:hover {
  background: #ef969a;
  color: #ffffff;
}
.btn-stroke.btn-success {
  color: #8bbf61;
}
.btn-stroke.btn-success:hover {
  background: #8bbf61;
  color: #ffffff;
}
.btn-stroke.btn-info {
  color: #4193d0;
}
.btn-stroke.btn-info:hover {
  background: #4193d0;
  color: #ffffff;
}
.btn-stroke.btn-danger {
  color: #bd362f;
}
.btn-stroke.btn-danger:hover {
  background: #bd362f;
  color: #ffffff;
}
.btn-stroke.btn-inverse {
  color: #424242;
}
.btn-stroke.btn-inverse:hover {
  background: #424242;
  color: #ffffff;
}
.btn-stroke.btn-warning {
  color: #ab7a4b;
}
.btn-stroke.btn-warning:hover {
  background: #ab7a4b;
  color: #ffffff;
}
.btn-circle {
  border-radius: 50%;
}
.btn-circle.btn {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
}
.btn-circle.btn-lg {
  width: 45px;
}
.btn-circle.btn-sm {
  width: 30px;
}
.btn-circle.btn-xs {
  width: 22px;
}
.btn-circle > [class*="play"] {
  margin-left: 4px;
}
.btn-icon-stacked {
  text-align: left;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.btn-icon-stacked i {
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
}
.bootstrap-select .btn-white {
  color: #797979;
}
.btn-group-footer {
  border-top: 1px solid #eeeeee;
}
.btn-group-footer .btn {
  color: #777777;
  border: none;
  border-right: 1px solid #eeeeee;
}
.btn-group-footer .btn:last-of-type {
  border-right: none;
}
.btn-group-footer .btn:hover {
  color: #ef969a;
}
.progress {
  box-shadow: none;
  border-radius: 0;
  height: 14px;
  line-height: 14px;
}
.progress-bar-default {
  background-color: #6e7882;
}
.progress-striped .progress-bar-default {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-inverse {
  background-color: #424242;
}
.progress-striped .progress-bar-inverse {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ribbon-mark {
  position: relative;
  z-index: 5;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px 10px;
}
.panel-body .ribbon-mark:not(.absolute) {
  margin-top: -15px;
}
.ribbon-mark:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ribbon-mark:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ribbon-mark .text {
  position: relative;
  z-index: 3;
  display: block;
  margin-bottom: 55px;
}
.ribbon-mark.absolute {
  top: 0;
}
.ribbon-mark.absolute.right {
  right: 10px;
}
.ribbon-mark.absolute.left {
  left: 10px;
}
.ribbon-mark.ribbon-default:before {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
}
.ribbon-mark.ribbon-default:after {
  background: linear-gradient(-160deg, #ffffff 50%, transparent 50%);
}
.ribbon-mark.ribbon-default .text {
  color: #5e5e5e;
}
.ribbon-mark.ribbon-primary:before {
  background: linear-gradient(160deg, #22958b 50%, transparent 50%);
}
.ribbon-mark.ribbon-primary:after {
  background: linear-gradient(-160deg, #ef969a 50%, transparent 50%);
}
.ribbon-mark.ribbon-primary .text {
  color: #ffffff;
}
.ribbon-mark.ribbon-danger:before {
  background: linear-gradient(160deg, #ad312b 50%, transparent 50%);
}
.ribbon-mark.ribbon-danger:after {
  background: linear-gradient(-160deg, #bd362f 50%, transparent 50%);
}
.ribbon-mark.ribbon-danger .text {
  color: #ffffff;
}
.ribbon-heading {
  position: relative;
  padding: 6px 12px;
  text-align: center;
  margin-left: -12px;
  margin-right: -12px;
}
.ribbon-heading:before,
.ribbon-heading:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
}
.ribbon-heading.bottom-left:before {
  top: 100%;
  left: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}
.ribbon-heading.bottom-right:before {
  top: 100%;
  right: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ribbon-heading.top-left:before {
  bottom: 100%;
  left: 0;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
.ribbon-heading.top-right:before {
  bottom: 100%;
  right: 0;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ribbon-heading.top-left-right:before {
  bottom: 100%;
  left: 0;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
.ribbon-heading.top-left-right:after {
  bottom: 100%;
  right: 0;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ribbon-heading.bottom-left-right:before {
  top: 100%;
  left: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}
.ribbon-heading.bottom-left-right:after {
  top: 100%;
  right: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ribbon-heading.inline {
  display: inline-block;
}
.ribbon-heading[class*="bottom"] {
  margin-bottom: 22px;
}
.ribbon-heading[class*="top"] {
  margin-top: 22px;
}
.ribbon-headingh1,
.ribbon-headingh2,
.ribbon-heading.text-h1,
.ribbon-heading.text-h2,
.ribbon-heading.h1,
.ribbon-heading.h2 {
  padding: 10px 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.ribbon-headingh1.bottom-left:before,
.ribbon-headingh2.bottom-left:before,
.ribbon-heading.text-h1.bottom-left:before,
.ribbon-heading.text-h2.bottom-left:before,
.ribbon-heading.h1.bottom-left:before,
.ribbon-heading.h2.bottom-left:before {
  border-width: 16px 0 0 16px;
}
.ribbon-headingh1.bottom-right:before,
.ribbon-headingh2.bottom-right:before,
.ribbon-heading.text-h1.bottom-right:before,
.ribbon-heading.text-h2.bottom-right:before,
.ribbon-heading.h1.bottom-right:before,
.ribbon-heading.h2.bottom-right:before {
  border-width: 16px 16px 0 0;
}
.ribbon-headingh1.top-left:before,
.ribbon-headingh2.top-left:before,
.ribbon-heading.text-h1.top-left:before,
.ribbon-heading.text-h2.top-left:before,
.ribbon-heading.h1.top-left:before,
.ribbon-heading.h2.top-left:before {
  border-width: 0 0 16px 16px;
}
.ribbon-headingh1.top-right:before,
.ribbon-headingh2.top-right:before,
.ribbon-heading.text-h1.top-right:before,
.ribbon-heading.text-h2.top-right:before,
.ribbon-heading.h1.top-right:before,
.ribbon-heading.h2.top-right:before {
  border-width: 0 16px 16px 0;
}
.ribbon-headingh1.top-left-right:before,
.ribbon-headingh2.top-left-right:before,
.ribbon-heading.text-h1.top-left-right:before,
.ribbon-heading.text-h2.top-left-right:before,
.ribbon-heading.h1.top-left-right:before,
.ribbon-heading.h2.top-left-right:before {
  border-width: 0 0 16px 16px;
}
.ribbon-headingh1.top-left-right:after,
.ribbon-headingh2.top-left-right:after,
.ribbon-heading.text-h1.top-left-right:after,
.ribbon-heading.text-h2.top-left-right:after,
.ribbon-heading.h1.top-left-right:after,
.ribbon-heading.h2.top-left-right:after {
  border-width: 0 16px 16px 0;
}
.ribbon-headingh1.bottom-left-right:before,
.ribbon-headingh2.bottom-left-right:before,
.ribbon-heading.text-h1.bottom-left-right:before,
.ribbon-heading.text-h2.bottom-left-right:before,
.ribbon-heading.h1.bottom-left-right:before,
.ribbon-heading.h2.bottom-left-right:before {
  border-width: 16px 0 0 16px;
}
.ribbon-headingh1.bottom-left-right:after,
.ribbon-headingh2.bottom-left-right:after,
.ribbon-heading.text-h1.bottom-left-right:after,
.ribbon-heading.text-h2.bottom-left-right:after,
.ribbon-heading.h1.bottom-left-right:after,
.ribbon-heading.h2.bottom-left-right:after {
  border-width: 16px 16px 0 0;
}
.ribbon-headingh1[class*="bottom"],
.ribbon-headingh2[class*="bottom"],
.ribbon-heading.text-h1[class*="bottom"],
.ribbon-heading.text-h2[class*="bottom"],
.ribbon-heading.h1[class*="bottom"],
.ribbon-heading.h2[class*="bottom"] {
  margin-bottom: 26px;
}
.ribbon-headingh1[class*="top"],
.ribbon-headingh2[class*="top"],
.ribbon-heading.text-h1[class*="top"],
.ribbon-heading.text-h2[class*="top"],
.ribbon-heading.h1[class*="top"],
.ribbon-heading.h2[class*="top"] {
  margin-top: 26px;
}
.panel-body .ribbon-heading {
  margin-left: -27px;
  margin-right: -27px;
}
.panel-body .ribbon-headingh1,
.panel-body .ribbon-headingh2,
.panel-body .ribbon-heading.text-h1,
.panel-body .ribbon-heading.text-h2,
.panel-body .ribbon-heading.h1,
.panel-body .ribbon-heading.h2 {
  margin-left: -31px;
  margin-right: -31px;
}
.ribbon-heading.ribbon-default {
  background-color: #f0f0f0;
  color: #5e5e5e;
}
.ribbon-heading.ribbon-default.bottom-left:before,
.ribbon-heading.ribbon-default.bottom-right:before,
.ribbon-heading.ribbon-default.bottom-left-right:before,
.ribbon-heading.ribbon-default.bottom-left-right:after {
  border-top-color: #e6e6e6;
}
.ribbon-heading.ribbon-default.top-left:before,
.ribbon-heading.ribbon-default.top-right:before,
.ribbon-heading.ribbon-default.top-left-right:before,
.ribbon-heading.ribbon-default.top-left-right:after {
  border-bottom-color: #e6e6e6;
}
.ribbon-heading.ribbon-primary {
  background-color: #ef969a;
  color: #ffffff;
}
.ribbon-heading.ribbon-primary.bottom-left:before,
.ribbon-heading.ribbon-primary.bottom-right:before,
.ribbon-heading.ribbon-primary.bottom-left-right:before,
.ribbon-heading.ribbon-primary.bottom-left-right:after {
  border-top-color: #22958b;
}
.ribbon-heading.ribbon-primary.top-left:before,
.ribbon-heading.ribbon-primary.top-right:before,
.ribbon-heading.ribbon-primary.top-left-right:before,
.ribbon-heading.ribbon-primary.top-left-right:after {
  border-bottom-color: #22958b;
}
.ribbon-heading.absolute {
  z-index: 5;
}
.ribbon-heading.right {
  right: 0;
}
.ribbon-heading.left {
  left: 0;
}
.ribbon-corner-wrapper {
  min-height: 135px;
}
.ribbon-corner {
  background-color: #ef969a;
  overflow: hidden;
  white-space: nowrap;
  top: 35px;
  box-shadow: 0 3px 0 #22958b;
  position: absolute;
  z-index: 5;
}
.ribbon-corner a {
  color: #ffffff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 250px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.ribbon-corner.left {
  left: -70px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon-corner.right {
  right: -70px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.panel {
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 15px;
}
.panel-overlay {
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.panel-overlay .panel-heading {
  background: rgba(255, 255, 255, 0.2);
}
.panel-collapse-trigger {
  cursor: pointer;
}
.panel-collapse-trigger.panel-heading {
  position: relative;
}
.panel-collapse-trigger.panel-heading:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
}
.panel-collapse-trigger.panel-heading.collapsed:after {
  content: "\f105";
}
.tabbable {
  margin-bottom: 20px;
}
.tabbable > .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.tabbable > .nav-tabs > li {
  float: none;
  display: inline-block;
}
.tab-content {
  padding: 15px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-content h1.tab-content-heading,
.tab-content h2.tab-content-heading,
.tab-content h3.tab-content-heading,
.tab-content h4.tab-content-heading,
.tab-content h5.tab-content-heading,
.tab-content h6.tab-content-heading {
  margin: 0 0 10px;
}
.nav-tabs {
  font-weight: 500;
  border-bottom: none;
}
.nav-tabs > li > a {
  color: #a4abb2;
}
.nav-tabs > li > a:hover {
  background: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  color: #ef969a;
}
.nav-tabs > li:first-of-type > a,
.nav-tabs > li:first-of-type > a:hover {
  border-left-color: transparent;
}
[class*="tabs-highlight"] .nav-tabs {
  border-bottom: 1px solid #e2e9e6;
}
[class*="tabs-highlight"] .nav-tabs > li.active:after {
  display: block;
  position: absolute;
  background-color: #ef969a;
  content: " ";
  left: 0;
  right: 0;
  height: 2px;
}
.tabs-highlight-top .nav-tabs > li.active:after {
  top: 0;
}
.tabs-highlight-bottom .nav-tabs > li.active:after {
  bottom: 0;
}
.tabs-primary > .nav-tabs > li.active > a,
.tabs-primary > .nav-tabs > li.active > a:focus,
.tabs-primary > .nav-tabs > li.active > a:hover {
  background-color: #ef969a;
  color: #fff;
  border-right-color: #ef969a;
}
.tabs-vertical > .tab-content {
  position: relative;
  overflow: hidden;
}
.tabs-vertical:after {
  clear: both;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .tabs-vertical.tabs-left > .nav-tabs,
  .tabs-vertical.tabs-right > .nav-tabs {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left > .nav-tabs > li,
  .tabs-vertical.tabs-right > .nav-tabs > li {
    display: block;
    float: none;
  }
  .tabs-vertical.tabs-left > .nav-tabs > li.active,
  .tabs-vertical.tabs-right > .nav-tabs > li.active {
    margin-bottom: 0;
    border-top: 1px solid #e2e9e6;
    border-bottom: 1px solid #e2e9e6;
  }
  .tabs-vertical.tabs-left > .nav-tabs > li.active:first-of-type,
  .tabs-vertical.tabs-right > .nav-tabs > li.active:first-of-type {
    border-top: none;
  }
  .tabs-vertical.tabs-left > .nav-tabs > li.active:last-of-type,
  .tabs-vertical.tabs-right > .nav-tabs > li.active:last-of-type {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left > .nav-tabs > li.active a,
  .tabs-vertical.tabs-right > .nav-tabs > li.active a {
    margin: 0;
    border: none;
  }
  .tabs-vertical.tabs-left > .nav-tabs {
    float: left;
  }
  .tabs-vertical.tabs-left .tab-content {
    border-top-right-radius: 4px;
  }
  .tabs-vertical.tabs-right > .nav-tabs {
    float: right;
  }
  .tabs-vertical.tabs-right .tab-content {
    border-top-left-radius: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-vertical.tabs-left-md > .nav-tabs,
  .tabs-vertical.tabs-right-md > .nav-tabs {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left-md > .nav-tabs > li,
  .tabs-vertical.tabs-right-md > .nav-tabs > li {
    display: block;
    float: none;
  }
  .tabs-vertical.tabs-left-md > .nav-tabs > li.active,
  .tabs-vertical.tabs-right-md > .nav-tabs > li.active {
    margin-bottom: 0;
    border-top: 1px solid #e2e9e6;
    border-bottom: 1px solid #e2e9e6;
  }
  .tabs-vertical.tabs-left-md > .nav-tabs > li.active:first-of-type,
  .tabs-vertical.tabs-right-md > .nav-tabs > li.active:first-of-type {
    border-top: none;
  }
  .tabs-vertical.tabs-left-md > .nav-tabs > li.active:last-of-type,
  .tabs-vertical.tabs-right-md > .nav-tabs > li.active:last-of-type {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left-md > .nav-tabs > li.active a,
  .tabs-vertical.tabs-right-md > .nav-tabs > li.active a {
    margin: 0;
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-vertical.tabs-left-md > .nav-tabs {
    float: left;
  }
  .tabs-vertical.tabs-left-md .tab-content {
    border-top-right-radius: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-vertical.tabs-right-md > .nav-tabs {
    float: right;
  }
  .tabs-vertical.tabs-right-md .tab-content {
    border-top-left-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .tabs-vertical.tabs-left-lg > .nav-tabs,
  .tabs-vertical.tabs-right-lg > .nav-tabs {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left-lg > .nav-tabs > li,
  .tabs-vertical.tabs-right-lg > .nav-tabs > li {
    display: block;
    float: none;
  }
  .tabs-vertical.tabs-left-lg > .nav-tabs > li.active,
  .tabs-vertical.tabs-right-lg > .nav-tabs > li.active {
    margin-bottom: 0;
    border-top: 1px solid #e2e9e6;
    border-bottom: 1px solid #e2e9e6;
  }
  .tabs-vertical.tabs-left-lg > .nav-tabs > li.active:first-of-type,
  .tabs-vertical.tabs-right-lg > .nav-tabs > li.active:first-of-type {
    border-top: none;
  }
  .tabs-vertical.tabs-left-lg > .nav-tabs > li.active:last-of-type,
  .tabs-vertical.tabs-right-lg > .nav-tabs > li.active:last-of-type {
    border-bottom: none;
  }
  .tabs-vertical.tabs-left-lg > .nav-tabs > li.active a,
  .tabs-vertical.tabs-right-lg > .nav-tabs > li.active a {
    margin: 0;
    border: none;
  }
}
@media (min-width: 1200px) {
  .tabs-vertical.tabs-left-lg > .nav-tabs {
    float: left;
  }
  .tabs-vertical.tabs-left-lg .tab-content {
    border-top-right-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .tabs-vertical.tabs-right-lg > .nav-tabs {
    float: right;
  }
  .tabs-vertical.tabs-right-lg .tab-content {
    border-top-left-radius: 4px;
  }
}
.tabs-icons > .nav-tabs > li {
  margin-left: 0;
}
.tabs-icons > .nav-tabs > li a i {
  font-size: 18px;
}
.tabs-blocks .nav-tabs > li > a {
  height: 60px;
  line-height: 18px;
  text-align: center;
  padding: 10px 15px;
}
.tabs-blocks .nav-tabs a i {
  display: block;
  font-size: 18px;
  padding: 0;
}
.tabs-center-h > .nav-tabs {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.tabs-center-h > .nav-tabs > li {
  float: none;
  display: inline-block;
}
*:focus,
.bootstrap-select .btn:focus,
input[type=file]:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus + label::before,
input[type=radio]:focus + label::before {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.form-control:focus {
  box-shadow: none;
}
.has-success .form-control {
  background: #ffffff;
}
.has-warning .form-control {
  background: #e3d1c0;
}
.has-error .form-control {
  background: #f1c9c7;
}
.input-group-addon {
  color: #cccccc;
}
.form-horizontal .control-label {
  text-align: right;
}
.form-horizontal .bootstrap-select {
  width: 100% !important;
}
.form-control-default {
  padding: 6px 12px;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
}
.form-control-default label {
  display: block;
  margin: 6px 0 0;
  line-height: 1.42857143;
}
.form-control-default .form-control {
  background-color: transparent;
  box-shadow: none;
  transition: none;
  border: none;
  padding: 6px 0;
}
.form-control-default.required:after {
  color: #bd362f;
  content: "*";
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.datepicker {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.datepicker table tr td.active.active {
  font-weight: bold;
  background: #ef969a !important;
}
.datepicker table tr td span.active.active {
  background: #ef969a !important;
}
.minicolors-swatch {
  border: none !important;
}
.daterangepicker_start_input,
.daterangepicker_end_input {
  float: none;
  padding: 0 !important;
}
.daterangepicker .ranges .range_inputs > div {
  float: none;
}
.daterangepicker .ranges .input-mini {
  border: 1px solid #efefef;
  color: #333333;
  font-size: 14px;
  background: #f7f7f7;
  height: auto;
  line-height: 30px;
  padding: 0 12px;
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.daterangepicker .ranges li {
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #5e5e5e;
  padding: 0 12px;
  line-height: 30px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #ef969a;
  border: 1px solid #ef969a;
  color: #fff ;
}
.daterangepicker .btn {
  font-size: 14px;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #f5f5f5;
}
.daterangepicker td.in-range {
  background: #f5f5f5;
}
.daterangepicker td.in-range:hover {
  background: #e8e8e8;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ef969a;
  border-color: #ef969a;
  color: #fff;
}
.daterangepicker.dropdown-menu {
  padding: 0;
}
.daterangepicker.dropdown-menu .ranges,
.daterangepicker.dropdown-menu .calendar {
  margin: 12px !important;
}
.daterangepicker.dropdown-menu.show-calendar {
  width: 702px;
}
@media (max-width: 767px) {
  .daterangepicker.dropdown-menu.show-calendar {
    width: 258px;
  }
  .daterangepicker.dropdown-menu.show-calendar .ranges {
    width: 234px;
  }
}
.daterangepicker [class*="fa-"]::before {
  font-family: FontAwesome;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #ef969a;
  border-color: #ef969a;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #bd362f;
  border-color: #bd362f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #4193d0;
  border-color: #4193d0;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ab7a4b;
  border-color: #ab7a4b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #8bbf61;
  border-color: #8bbf61;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #efefef;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #ef969a;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ef969a;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ef969a;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #bd362f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #bd362f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #bd362f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #4193d0;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #4193d0;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #4193d0;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ab7a4b;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ab7a4b;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ab7a4b;
}
.radio-success input[type="radio"] + label::after {
  background-color: #8bbf61;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #8bbf61;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #8bbf61;
}
.checkbox.checkbox-single label {
  width: 0;
  height: 16px;
  visibility: hidden;
}
.checkbox.checkbox-single label:before,
.checkbox.checkbox-single label:after {
  visibility: visible;
}
/**
 * Select2 Bootstrap 3 CSS v1.4.4
 * Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #efefef;
  border-radius: 4px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #efefef;
  border-radius: 4px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #ab7a4b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #88613b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cead8e;
}
.has-warning.select2-drop-active {
  border-color: #88613b;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #88613b;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #bd362f;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #942a25;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd7a75;
}
.has-error.select2-drop-active {
  border-color: #942a25;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #942a25;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #8bbf61;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #71a944;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0dcaa;
}
.has-success.select2-drop-active {
  border-color: #71a944;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #71a944;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #dfdfdf;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 223, 223, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #dfdfdf;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #dfdfdf;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: #efefef;
  -webkit-filter: none;
          filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #ef969a;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #333333;
  background: #efefef;
  border-color: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #dadada;
  border-color: #c8c8c8;
  color: #444444;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #b58456;
  color: #ab7a4b;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #efefef;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which –
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules – allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
.select2-search-choice-close {
  background: none;
  font-size: 12px;
}
.select2-search-choice-close,
.select2-search-choice-close:hover,
.select2-search-choice-close:focus {
  color: #444444;
}
.select2-search-choice-close:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: block;
}
.select2-search {
  padding: 12px 6px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  color: #444444;
  background: #efefef;
  border-color: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}
.select2-container .flag,
.select2-results .flag {
  width: 28px;
  margin-right: 12px;
  margin-top: -1px;
}
.form-inline .label-block {
  display: block;
  margin-bottom: 5px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #e7e7e7;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #ef969a;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #4193d0;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #8bbf61;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ab7a4b;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #bd362f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #444444;
  background: #efefef;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #dfdfdf;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #efefef;
}
.rating span.star:hover:before,
.rating span.star.filled:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ef969a;
}
.text-primary {
  color: #ef969a;
}
/* VARIABLES */
svg {
  shape-rendering: geometric-precision;
  height: 100%;
}
.climacon_component-stroke {
  fill: currentColor;
  stroke-width: 0px;
}
.climacon_component-fill {
  fill: #eafaf9;
  stroke-width: 0px;
  stroke: white;
}
/* SVG GLOBAL */
svg {
  shape-rendering: geometricPrecision;
}
g,
path,
circle,
rect {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
/* SUN */
.climacon_componentWrap-sun {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke,
.climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.climacon_iconWrap .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/* MOON */
.climacon_componentWrap-moon {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/* SNOWFLAKE */
.climacon_componentWrap-snowflake {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
/* WIND */
.climacon_componentWrap-wind {
  -webkit-animation-name: translateWind;
  animation-name: translateWind;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* CLOUD SUN */
.climacon_componentWrap-sun_cloud {
  -webkit-animation-name: behindCloudMove, rotate;
  animation-name: behindCloudMove, rotate;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
  animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 3s;
  animation-delay: 0, 3s;
  -webkit-animation-duration: 3s, 12s;
  animation-duration: 3s, 12s;
}
.climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
  animation-name: fillOpacity, scale;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-delay: 3s, 0;
  animation-delay: 3s, 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/* CLOUD MOON */
.climacon_componentWrap-moon_cloud {
  -webkit-animation-name: behindCloudMove, wobble;
  animation-name: behindCloudMove, wobble;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
  animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 3s;
  animation-delay: 0, 3s;
  -webkit-animation-duration: 3s, 12s;
  animation-duration: 3s, 12s;
}
/* DRIZZLE */
.climacon_component-stroke_drizzle {
  fill-opacity: 0;
  -webkit-animation-name: drizzleFall, fillOpacity2;
  animation-name: drizzleFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.climacon_component-stroke_drizzle:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.climacon_component-stroke_drizzle:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.climacon_component-stroke_drizzle:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
/* RAIN */
.climacon_component-stroke_rain {
  fill-opacity: 0;
  -webkit-animation-name: rainFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rainFall, fillOpacity2;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 2s;
  -o-animation-name: rainFall, fillOpacity2;
  -o-animation-timing-function: ease-in;
  -o-animation-duration: 2s;
  -webkit-animation-name: rainFall, fillOpacity2;
          animation-name: rainFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.climacon_component-stroke_rain:nth-child(n+4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.climacon_component-stroke_rain_alt:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* HAIL */
/* HAIL ALT */
.climacon_component-stroke_hailAlt {
  fill-opacity: 0;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.66667s;
  animation-duration: 0.66667s;
}
.climacon_component-stroke_hailAlt-left {
  -webkit-animation-name: hailLeft, fillOpacity2;
  animation-name: hailLeft, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle {
  -webkit-animation-name: hailMiddle, fillOpacity2;
  animation-name: hailMiddle, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle:nth-child(2) {
  -webkit-animation-name: hailMiddle2, fillOpacity2;
  animation-name: hailMiddle2, fillOpacity2;
}
.climacon_component-stroke_hailAlt-right {
  -webkit-animation-name: hailRight, fillOpacity2;
  animation-name: hailRight, fillOpacity2;
}
.climacon_component-stroke_hailAlt:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.climacon_component-stroke_hailAlt:nth-child(2) {
  -webkit-animation-delay: 0.11111s;
  animation-delay: 0.11111s;
}
.climacon_component-stroke_hailAlt:nth-child(3) {
  -webkit-animation-delay: 0.22222s;
  animation-delay: 0.22222s;
}
.climacon_component-stroke_hailAlt:nth-child(4) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}
.climacon_component-stroke_hailAlt:nth-child(5) {
  -webkit-animation-delay: 0.44444s;
  animation-delay: 0.44444s;
}
.climacon_component-stroke_hailAlt:nth-child(6) {
  -webkit-animation-delay: 0.55556s;
  animation-delay: 0.55556s;
}
/* SNOW */
.climacon_component-stroke_snow {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
  animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-name: snowFall2, fillOpacity2;
  animation-name: snowFall2, fillOpacity2;
}
.climacon_component-stroke_snow:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.climacon_component-stroke_snow:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
/* SNOW ALT */
.climacon_component-snowAlt {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
  animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
/* FOG */
.climacon_component-stroke_fogLine {
  fill-opacity: 0.5;
  -webkit-animation-name: translateFog, fillOpacityFog;
  animation-name: translateFog, fillOpacityFog;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.climacon_component-stroke_fogLine:nth-child(even) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
/* LIGHTNING */
.climacon_component-stroke_lightning {
  fill-opacity: 0;
  -webkit-animation-name: lightningFlash;
  animation-name: lightningFlash;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
/* TORNADO */
.climacon_component-stroke_tornadoLine {
  -webkit-animation-name: translateTornado1;
  animation-name: translateTornado1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.climacon_component-stroke_tornadoLine:nth-child(1) {
  -webkit-animation-name: translateTornado1;
  animation-name: translateTornado1;
}
.climacon_component-stroke_tornadoLine:nth-child(2) {
  -webkit-animation-name: translateTornado2;
  animation-name: translateTornado2;
}
.climacon_component-stroke_tornadoLine:nth-child(3) {
  -webkit-animation-name: translateTornado3;
  animation-name: translateTornado3;
}
.climacon_component-stroke_tornadoLine:nth-child(4) {
  -webkit-animation-name: translateTornado4;
  animation-name: translateTornado4;
}
.climacon_component-stroke_tornadoLine:nth-child(5) {
  -webkit-animation-name: translateTornado5;
  animation-name: translateTornado5;
}
.climacon_component-stroke_tornadoLine:nth-child(6) {
  -webkit-animation-name: translateTornado6;
  animation-name: translateTornado6;
}
.climacon_component-stroke_arrow-up {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowUp;
  animation-name: fillOpacity2, translateArrowUp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.climacon_component-stroke_arrow-down {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowDown;
  animation-name: fillOpacity2, translateArrowDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.climacon_componentWrap-sunriseAlt {
  -webkit-animation-name: translateSunrise, fillOpacity;
  animation-name: translateSunrise, fillOpacity;
  -webkit-animation-duration: 12s, 6s;
  animation-duration: 12s, 6s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
  animation-name: translateSunset;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* ANIMATIONS */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes behindCloudMove {
  0% {
    -webkit-transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
  }
}
@keyframes behindCloudMove {
  0% {
    -webkit-transform: translateX(-1.75px) translateY(1.75px);
            transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes drizzleFall {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(21px);
  }
}
@keyframes drizzleFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
}
@-webkit-keyframes rainFall {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
  }
}
@keyframes rainFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
@-webkit-keyframes rainFall2 {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateX(14px) translateY(14px);
  }
}
@keyframes rainFall2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateX(14px) translateY(14px);
            transform: translateX(14px) translateY(14px);
  }
}
@-webkit-keyframes hailLeft {
  50% {
    -webkit-transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.3px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.6px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.9px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-1.2px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-1.5px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-1.8px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-2.1px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-2.4px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-2.7px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-3px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-3.3px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-3.6px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-3.9px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-4.2px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-4.5px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-4.8px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-5.1px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-5.4px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-5.7px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-6px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-6.3px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-6.6px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-6.9px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-7.2px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-7.5px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-7.8px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-8.1px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-8.4px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-8.7px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-9px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-9.3px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-9.6px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-9.9px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-10.2px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-10.5px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-10.8px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-11.1px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-11.4px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-11.7px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-12px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-12.3px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-12.6px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-12.9px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-13.2px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-13.5px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-13.8px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-14.1px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-14.4px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-14.7px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-15px);
  }
}
@-webkit-keyframes hailMiddle {
  50% {
    -webkit-transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.15px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.3px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.45px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-0.6px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-0.75px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-0.9px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-1.05px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-1.2px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-1.35px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-1.5px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-1.65px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-1.8px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-1.95px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-2.1px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-2.25px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-2.4px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-2.55px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-2.7px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-2.85px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-3px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-3.15px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-3.3px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-3.45px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-3.6px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-3.75px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-3.9px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-4.05px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-4.2px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-4.35px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-4.5px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-4.65px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-4.8px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-4.95px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-5.1px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-5.25px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-5.4px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-5.55px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-5.7px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-5.85px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-6px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-6.15px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-6.3px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-6.45px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-6.6px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-6.75px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-6.9px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-7.05px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-7.2px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-7.35px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-7.5px);
  }
}
@-webkit-keyframes hailMiddle2 {
  50% {
    -webkit-transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.15px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.3px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.45px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(0.6px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(0.75px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(0.9px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(1.05px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(1.2px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(1.35px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(1.5px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(1.65px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(1.8px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(1.95px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(2.1px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(2.25px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(2.4px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(2.55px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(2.7px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(2.85px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(3px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(3.15px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(3.3px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(3.45px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(3.6px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(3.75px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(3.9px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(4.05px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(4.2px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(4.35px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(4.5px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(4.65px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(4.8px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(4.95px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(5.1px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(5.25px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(5.4px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(5.55px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(5.7px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(5.85px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(6px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(6.15px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(6.3px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(6.45px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(6.6px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(6.75px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(6.9px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(7.05px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(7.2px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(7.35px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(7.5px);
  }
}
@-webkit-keyframes hailRight {
  50% {
    -webkit-transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.3px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.6px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.9px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(1.2px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(1.5px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(1.8px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(2.1px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(2.4px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(2.7px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(3px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(3.3px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(3.6px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(3.9px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(4.2px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(4.5px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(4.8px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(5.1px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(5.4px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(5.7px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(6px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(6.3px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(6.6px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(6.9px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(7.2px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(7.5px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(7.8px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(8.1px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(8.4px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(8.7px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(9px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(9.3px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(9.6px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(9.9px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(10.2px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(10.5px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(10.8px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(11.1px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(11.4px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(11.7px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(12px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(12.3px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(12.6px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(12.9px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(13.2px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(13.5px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(13.8px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(14.1px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(14.4px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(14.7px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(15px);
  }
}
@keyframes hailLeft {
  50% {
    -webkit-transform: translateY(17.5px);
            transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.3px);
            transform: translateY(17.5px) translateX(-0.3px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.6px);
            transform: translateY(16.95058px) translateX(-0.6px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.9px);
            transform: translateY(16.40333px) translateX(-0.9px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-1.2px);
            transform: translateY(15.86041px) translateX(-1.2px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-1.5px);
            transform: translateY(15.32396px) translateX(-1.5px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-1.8px);
            transform: translateY(14.7961px) translateX(-1.8px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-2.1px);
            transform: translateY(14.27891px) translateX(-2.1px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-2.4px);
            transform: translateY(13.77443px) translateX(-2.4px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-2.7px);
            transform: translateY(13.28466px) translateX(-2.7px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-3px);
            transform: translateY(12.81152px) translateX(-3px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-3.3px);
            transform: translateY(12.35688px) translateX(-3.3px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-3.6px);
            transform: translateY(11.92254px) translateX(-3.6px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-3.9px);
            transform: translateY(11.51021px) translateX(-3.9px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-4.2px);
            transform: translateY(11.12152px) translateX(-4.2px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-4.5px);
            transform: translateY(10.75801px) translateX(-4.5px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-4.8px);
            transform: translateY(10.4211px) translateX(-4.8px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-5.1px);
            transform: translateY(10.11213px) translateX(-5.1px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-5.4px);
            transform: translateY(9.83232px) translateX(-5.4px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-5.7px);
            transform: translateY(9.58276px) translateX(-5.7px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-6px);
            transform: translateY(9.36446px) translateX(-6px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-6.3px);
            transform: translateY(9.17826px) translateX(-6.3px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-6.6px);
            transform: translateY(9.0249px) translateX(-6.6px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-6.9px);
            transform: translateY(8.90499px) translateX(-6.9px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-7.2px);
            transform: translateY(8.819px) translateX(-7.2px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-7.5px);
            transform: translateY(8.76727px) translateX(-7.5px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-7.8px);
            transform: translateY(8.75px) translateX(-7.8px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-8.1px);
            transform: translateY(8.76727px) translateX(-8.1px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-8.4px);
            transform: translateY(8.819px) translateX(-8.4px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-8.7px);
            transform: translateY(8.90499px) translateX(-8.7px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-9px);
            transform: translateY(9.0249px) translateX(-9px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-9.3px);
            transform: translateY(9.17826px) translateX(-9.3px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-9.6px);
            transform: translateY(9.36446px) translateX(-9.6px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-9.9px);
            transform: translateY(9.58276px) translateX(-9.9px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-10.2px);
            transform: translateY(9.83232px) translateX(-10.2px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-10.5px);
            transform: translateY(10.11213px) translateX(-10.5px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-10.8px);
            transform: translateY(10.4211px) translateX(-10.8px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-11.1px);
            transform: translateY(10.75801px) translateX(-11.1px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-11.4px);
            transform: translateY(11.12152px) translateX(-11.4px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-11.7px);
            transform: translateY(11.51021px) translateX(-11.7px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-12px);
            transform: translateY(11.92254px) translateX(-12px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-12.3px);
            transform: translateY(12.35688px) translateX(-12.3px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-12.6px);
            transform: translateY(12.81152px) translateX(-12.6px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-12.9px);
            transform: translateY(13.28466px) translateX(-12.9px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-13.2px);
            transform: translateY(13.77443px) translateX(-13.2px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-13.5px);
            transform: translateY(14.27891px) translateX(-13.5px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-13.8px);
            transform: translateY(14.7961px) translateX(-13.8px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-14.1px);
            transform: translateY(15.32396px) translateX(-14.1px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-14.4px);
            transform: translateY(15.86041px) translateX(-14.4px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-14.7px);
            transform: translateY(16.40333px) translateX(-14.7px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-15px);
            transform: translateY(16.95058px) translateX(-15px);
  }
}
@keyframes hailMiddle {
  50% {
    -webkit-transform: translateY(17.5px);
            transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.15px);
            transform: translateY(17.5px) translateX(-0.15px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.3px);
            transform: translateY(16.95058px) translateX(-0.3px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.45px);
            transform: translateY(16.40333px) translateX(-0.45px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-0.6px);
            transform: translateY(15.86041px) translateX(-0.6px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-0.75px);
            transform: translateY(15.32396px) translateX(-0.75px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-0.9px);
            transform: translateY(14.7961px) translateX(-0.9px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-1.05px);
            transform: translateY(14.27891px) translateX(-1.05px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-1.2px);
            transform: translateY(13.77443px) translateX(-1.2px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-1.35px);
            transform: translateY(13.28466px) translateX(-1.35px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-1.5px);
            transform: translateY(12.81152px) translateX(-1.5px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-1.65px);
            transform: translateY(12.35688px) translateX(-1.65px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-1.8px);
            transform: translateY(11.92254px) translateX(-1.8px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-1.95px);
            transform: translateY(11.51021px) translateX(-1.95px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-2.1px);
            transform: translateY(11.12152px) translateX(-2.1px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-2.25px);
            transform: translateY(10.75801px) translateX(-2.25px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-2.4px);
            transform: translateY(10.4211px) translateX(-2.4px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-2.55px);
            transform: translateY(10.11213px) translateX(-2.55px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-2.7px);
            transform: translateY(9.83232px) translateX(-2.7px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-2.85px);
            transform: translateY(9.58276px) translateX(-2.85px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-3px);
            transform: translateY(9.36446px) translateX(-3px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-3.15px);
            transform: translateY(9.17826px) translateX(-3.15px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-3.3px);
            transform: translateY(9.0249px) translateX(-3.3px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-3.45px);
            transform: translateY(8.90499px) translateX(-3.45px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-3.6px);
            transform: translateY(8.819px) translateX(-3.6px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-3.75px);
            transform: translateY(8.76727px) translateX(-3.75px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-3.9px);
            transform: translateY(8.75px) translateX(-3.9px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-4.05px);
            transform: translateY(8.76727px) translateX(-4.05px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-4.2px);
            transform: translateY(8.819px) translateX(-4.2px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-4.35px);
            transform: translateY(8.90499px) translateX(-4.35px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-4.5px);
            transform: translateY(9.0249px) translateX(-4.5px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-4.65px);
            transform: translateY(9.17826px) translateX(-4.65px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-4.8px);
            transform: translateY(9.36446px) translateX(-4.8px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-4.95px);
            transform: translateY(9.58276px) translateX(-4.95px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-5.1px);
            transform: translateY(9.83232px) translateX(-5.1px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-5.25px);
            transform: translateY(10.11213px) translateX(-5.25px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-5.4px);
            transform: translateY(10.4211px) translateX(-5.4px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-5.55px);
            transform: translateY(10.75801px) translateX(-5.55px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-5.7px);
            transform: translateY(11.12152px) translateX(-5.7px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-5.85px);
            transform: translateY(11.51021px) translateX(-5.85px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-6px);
            transform: translateY(11.92254px) translateX(-6px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-6.15px);
            transform: translateY(12.35688px) translateX(-6.15px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-6.3px);
            transform: translateY(12.81152px) translateX(-6.3px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-6.45px);
            transform: translateY(13.28466px) translateX(-6.45px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-6.6px);
            transform: translateY(13.77443px) translateX(-6.6px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-6.75px);
            transform: translateY(14.27891px) translateX(-6.75px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-6.9px);
            transform: translateY(14.7961px) translateX(-6.9px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-7.05px);
            transform: translateY(15.32396px) translateX(-7.05px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-7.2px);
            transform: translateY(15.86041px) translateX(-7.2px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-7.35px);
            transform: translateY(16.40333px) translateX(-7.35px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-7.5px);
            transform: translateY(16.95058px) translateX(-7.5px);
  }
}
@keyframes hailMiddle2 {
  50% {
    -webkit-transform: translateY(17.5px);
            transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.15px);
            transform: translateY(17.5px) translateX(0.15px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.3px);
            transform: translateY(16.95058px) translateX(0.3px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.45px);
            transform: translateY(16.40333px) translateX(0.45px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(0.6px);
            transform: translateY(15.86041px) translateX(0.6px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(0.75px);
            transform: translateY(15.32396px) translateX(0.75px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(0.9px);
            transform: translateY(14.7961px) translateX(0.9px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(1.05px);
            transform: translateY(14.27891px) translateX(1.05px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(1.2px);
            transform: translateY(13.77443px) translateX(1.2px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(1.35px);
            transform: translateY(13.28466px) translateX(1.35px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(1.5px);
            transform: translateY(12.81152px) translateX(1.5px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(1.65px);
            transform: translateY(12.35688px) translateX(1.65px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(1.8px);
            transform: translateY(11.92254px) translateX(1.8px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(1.95px);
            transform: translateY(11.51021px) translateX(1.95px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(2.1px);
            transform: translateY(11.12152px) translateX(2.1px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(2.25px);
            transform: translateY(10.75801px) translateX(2.25px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(2.4px);
            transform: translateY(10.4211px) translateX(2.4px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(2.55px);
            transform: translateY(10.11213px) translateX(2.55px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(2.7px);
            transform: translateY(9.83232px) translateX(2.7px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(2.85px);
            transform: translateY(9.58276px) translateX(2.85px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(3px);
            transform: translateY(9.36446px) translateX(3px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(3.15px);
            transform: translateY(9.17826px) translateX(3.15px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(3.3px);
            transform: translateY(9.0249px) translateX(3.3px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(3.45px);
            transform: translateY(8.90499px) translateX(3.45px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(3.6px);
            transform: translateY(8.819px) translateX(3.6px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(3.75px);
            transform: translateY(8.76727px) translateX(3.75px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(3.9px);
            transform: translateY(8.75px) translateX(3.9px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(4.05px);
            transform: translateY(8.76727px) translateX(4.05px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(4.2px);
            transform: translateY(8.819px) translateX(4.2px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(4.35px);
            transform: translateY(8.90499px) translateX(4.35px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(4.5px);
            transform: translateY(9.0249px) translateX(4.5px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(4.65px);
            transform: translateY(9.17826px) translateX(4.65px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(4.8px);
            transform: translateY(9.36446px) translateX(4.8px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(4.95px);
            transform: translateY(9.58276px) translateX(4.95px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(5.1px);
            transform: translateY(9.83232px) translateX(5.1px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(5.25px);
            transform: translateY(10.11213px) translateX(5.25px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(5.4px);
            transform: translateY(10.4211px) translateX(5.4px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(5.55px);
            transform: translateY(10.75801px) translateX(5.55px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(5.7px);
            transform: translateY(11.12152px) translateX(5.7px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(5.85px);
            transform: translateY(11.51021px) translateX(5.85px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(6px);
            transform: translateY(11.92254px) translateX(6px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(6.15px);
            transform: translateY(12.35688px) translateX(6.15px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(6.3px);
            transform: translateY(12.81152px) translateX(6.3px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(6.45px);
            transform: translateY(13.28466px) translateX(6.45px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(6.6px);
            transform: translateY(13.77443px) translateX(6.6px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(6.75px);
            transform: translateY(14.27891px) translateX(6.75px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(6.9px);
            transform: translateY(14.7961px) translateX(6.9px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(7.05px);
            transform: translateY(15.32396px) translateX(7.05px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(7.2px);
            transform: translateY(15.86041px) translateX(7.2px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(7.35px);
            transform: translateY(16.40333px) translateX(7.35px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(7.5px);
            transform: translateY(16.95058px) translateX(7.5px);
  }
}
@keyframes hailRight {
  50% {
    -webkit-transform: translateY(17.5px);
            transform: translateY(17.5px);
  }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.3px);
            transform: translateY(17.5px) translateX(0.3px);
  }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.6px);
            transform: translateY(16.95058px) translateX(0.6px);
  }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.9px);
            transform: translateY(16.40333px) translateX(0.9px);
  }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(1.2px);
            transform: translateY(15.86041px) translateX(1.2px);
  }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(1.5px);
            transform: translateY(15.32396px) translateX(1.5px);
  }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(1.8px);
            transform: translateY(14.7961px) translateX(1.8px);
  }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(2.1px);
            transform: translateY(14.27891px) translateX(2.1px);
  }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(2.4px);
            transform: translateY(13.77443px) translateX(2.4px);
  }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(2.7px);
            transform: translateY(13.28466px) translateX(2.7px);
  }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(3px);
            transform: translateY(12.81152px) translateX(3px);
  }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(3.3px);
            transform: translateY(12.35688px) translateX(3.3px);
  }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(3.6px);
            transform: translateY(11.92254px) translateX(3.6px);
  }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(3.9px);
            transform: translateY(11.51021px) translateX(3.9px);
  }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(4.2px);
            transform: translateY(11.12152px) translateX(4.2px);
  }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(4.5px);
            transform: translateY(10.75801px) translateX(4.5px);
  }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(4.8px);
            transform: translateY(10.4211px) translateX(4.8px);
  }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(5.1px);
            transform: translateY(10.11213px) translateX(5.1px);
  }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(5.4px);
            transform: translateY(9.83232px) translateX(5.4px);
  }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(5.7px);
            transform: translateY(9.58276px) translateX(5.7px);
  }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(6px);
            transform: translateY(9.36446px) translateX(6px);
  }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(6.3px);
            transform: translateY(9.17826px) translateX(6.3px);
  }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(6.6px);
            transform: translateY(9.0249px) translateX(6.6px);
  }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(6.9px);
            transform: translateY(8.90499px) translateX(6.9px);
  }
  74% {
    -webkit-transform: translateY(8.819px) translateX(7.2px);
            transform: translateY(8.819px) translateX(7.2px);
  }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(7.5px);
            transform: translateY(8.76727px) translateX(7.5px);
  }
  76% {
    -webkit-transform: translateY(8.75px) translateX(7.8px);
            transform: translateY(8.75px) translateX(7.8px);
  }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(8.1px);
            transform: translateY(8.76727px) translateX(8.1px);
  }
  78% {
    -webkit-transform: translateY(8.819px) translateX(8.4px);
            transform: translateY(8.819px) translateX(8.4px);
  }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(8.7px);
            transform: translateY(8.90499px) translateX(8.7px);
  }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(9px);
            transform: translateY(9.0249px) translateX(9px);
  }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(9.3px);
            transform: translateY(9.17826px) translateX(9.3px);
  }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(9.6px);
            transform: translateY(9.36446px) translateX(9.6px);
  }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(9.9px);
            transform: translateY(9.58276px) translateX(9.9px);
  }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(10.2px);
            transform: translateY(9.83232px) translateX(10.2px);
  }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(10.5px);
            transform: translateY(10.11213px) translateX(10.5px);
  }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(10.8px);
            transform: translateY(10.4211px) translateX(10.8px);
  }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(11.1px);
            transform: translateY(10.75801px) translateX(11.1px);
  }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(11.4px);
            transform: translateY(11.12152px) translateX(11.4px);
  }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(11.7px);
            transform: translateY(11.51021px) translateX(11.7px);
  }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(12px);
            transform: translateY(11.92254px) translateX(12px);
  }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(12.3px);
            transform: translateY(12.35688px) translateX(12.3px);
  }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(12.6px);
            transform: translateY(12.81152px) translateX(12.6px);
  }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(12.9px);
            transform: translateY(13.28466px) translateX(12.9px);
  }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(13.2px);
            transform: translateY(13.77443px) translateX(13.2px);
  }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(13.5px);
            transform: translateY(14.27891px) translateX(13.5px);
  }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(13.8px);
            transform: translateY(14.7961px) translateX(13.8px);
  }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(14.1px);
            transform: translateY(15.32396px) translateX(14.1px);
  }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(14.4px);
            transform: translateY(15.86041px) translateX(14.4px);
  }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(14.7px);
            transform: translateY(16.40333px) translateX(14.7px);
  }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(15px);
            transform: translateY(16.95058px) translateX(15px);
  }
}
@-webkit-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes snowFall {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  1% {
    -webkit-transform: translateY(0.175px) translateX(0.38478px);
  }
  2% {
    -webkit-transform: translateY(0.35px) translateX(0.75349px);
  }
  3% {
    -webkit-transform: translateY(0.525px) translateX(1.10577px);
  }
  4% {
    -webkit-transform: translateY(0.7px) translateX(1.44133px);
  }
  5% {
    -webkit-transform: translateY(0.875px) translateX(1.75989px);
  }
  6% {
    -webkit-transform: translateY(1.05px) translateX(2.06119px);
  }
  7% {
    -webkit-transform: translateY(1.225px) translateX(2.34504px);
  }
  8% {
    -webkit-transform: translateY(1.4px) translateX(2.61124px);
  }
  9% {
    -webkit-transform: translateY(1.575px) translateX(2.85966px);
  }
  10% {
    -webkit-transform: translateY(1.75px) translateX(3.09017px);
  }
  11% {
    -webkit-transform: translateY(1.925px) translateX(3.30269px);
  }
  12% {
    -webkit-transform: translateY(2.1px) translateX(3.49718px);
  }
  13% {
    -webkit-transform: translateY(2.275px) translateX(3.67362px);
  }
  14% {
    -webkit-transform: translateY(2.45px) translateX(3.83201px);
  }
  15% {
    -webkit-transform: translateY(2.625px) translateX(3.97242px);
  }
  16% {
    -webkit-transform: translateY(2.8px) translateX(4.09491px);
  }
  17% {
    -webkit-transform: translateY(2.975px) translateX(4.19959px);
  }
  18% {
    -webkit-transform: translateY(3.15px) translateX(4.28661px);
  }
  19% {
    -webkit-transform: translateY(3.325px) translateX(4.35615px);
  }
  20% {
    -webkit-transform: translateY(3.5px) translateX(4.40839px);
  }
  21% {
    -webkit-transform: translateY(3.675px) translateX(4.44358px);
  }
  22% {
    -webkit-transform: translateY(3.85px) translateX(4.46197px);
  }
  23% {
    -webkit-transform: translateY(4.025px) translateX(4.46386px);
  }
  24% {
    -webkit-transform: translateY(4.2px) translateX(4.44956px);
  }
  25% {
    -webkit-transform: translateY(4.375px) translateX(4.41942px);
  }
  26% {
    -webkit-transform: translateY(4.55px) translateX(4.37381px);
  }
  27% {
    -webkit-transform: translateY(4.725px) translateX(4.31314px);
  }
  28% {
    -webkit-transform: translateY(4.9px) translateX(4.23782px);
  }
  29% {
    -webkit-transform: translateY(5.075px) translateX(4.14831px);
  }
  30% {
    -webkit-transform: translateY(5.25px) translateX(4.04508px);
  }
  31% {
    -webkit-transform: translateY(5.425px) translateX(3.92863px);
  }
  32% {
    -webkit-transform: translateY(5.6px) translateX(3.79948px);
  }
  33% {
    -webkit-transform: translateY(5.775px) translateX(3.65815px);
  }
  34% {
    -webkit-transform: translateY(5.95px) translateX(3.50523px);
  }
  35% {
    -webkit-transform: translateY(6.125px) translateX(3.34127px);
  }
  36% {
    -webkit-transform: translateY(6.3px) translateX(3.16689px);
  }
  37% {
    -webkit-transform: translateY(6.475px) translateX(2.9827px);
  }
  38% {
    -webkit-transform: translateY(6.65px) translateX(2.78933px);
  }
  39% {
    -webkit-transform: translateY(6.825px) translateX(2.58742px);
  }
  40% {
    -webkit-transform: translateY(7px) translateX(2.37764px);
  }
  41% {
    -webkit-transform: translateY(7.175px) translateX(2.16066px);
  }
  42% {
    -webkit-transform: translateY(7.35px) translateX(1.93717px);
  }
  43% {
    -webkit-transform: translateY(7.525px) translateX(1.70785px);
  }
  44% {
    -webkit-transform: translateY(7.7px) translateX(1.47343px);
  }
  45% {
    -webkit-transform: translateY(7.875px) translateX(1.23461px);
  }
  46% {
    -webkit-transform: translateY(8.05px) translateX(0.99211px);
  }
  47% {
    -webkit-transform: translateY(8.225px) translateX(0.74667px);
  }
  48% {
    -webkit-transform: translateY(8.4px) translateX(0.49901px);
  }
  49% {
    -webkit-transform: translateY(8.575px) translateX(0.24988px);
  }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px);
  }
  51% {
    -webkit-transform: translateY(8.925px) translateX(-0.24988px);
  }
  52% {
    -webkit-transform: translateY(9.1px) translateX(-0.49901px);
  }
  53% {
    -webkit-transform: translateY(9.275px) translateX(-0.74667px);
  }
  54% {
    -webkit-transform: translateY(9.45px) translateX(-0.99211px);
  }
  55% {
    -webkit-transform: translateY(9.625px) translateX(-1.23461px);
  }
  56% {
    -webkit-transform: translateY(9.8px) translateX(-1.47343px);
  }
  57% {
    -webkit-transform: translateY(9.975px) translateX(-1.70785px);
  }
  58% {
    -webkit-transform: translateY(10.15px) translateX(-1.93717px);
  }
  59% {
    -webkit-transform: translateY(10.325px) translateX(-2.16066px);
  }
  60% {
    -webkit-transform: translateY(10.5px) translateX(-2.37764px);
  }
  61% {
    -webkit-transform: translateY(10.675px) translateX(-2.58742px);
  }
  62% {
    -webkit-transform: translateY(10.85px) translateX(-2.78933px);
  }
  63% {
    -webkit-transform: translateY(11.025px) translateX(-2.9827px);
  }
  64% {
    -webkit-transform: translateY(11.2px) translateX(-3.16689px);
  }
  65% {
    -webkit-transform: translateY(11.375px) translateX(-3.34127px);
  }
  66% {
    -webkit-transform: translateY(11.55px) translateX(-3.50523px);
  }
  67% {
    -webkit-transform: translateY(11.725px) translateX(-3.65815px);
  }
  68% {
    -webkit-transform: translateY(11.9px) translateX(-3.79948px);
  }
  69% {
    -webkit-transform: translateY(12.075px) translateX(-3.92863px);
  }
  70% {
    -webkit-transform: translateY(12.25px) translateX(-4.04508px);
  }
  71% {
    -webkit-transform: translateY(12.425px) translateX(-4.14831px);
  }
  72% {
    -webkit-transform: translateY(12.6px) translateX(-4.23782px);
  }
  73% {
    -webkit-transform: translateY(12.775px) translateX(-4.31314px);
  }
  74% {
    -webkit-transform: translateY(12.95px) translateX(-4.37381px);
  }
  75% {
    -webkit-transform: translateY(13.125px) translateX(-4.41942px);
  }
  76% {
    -webkit-transform: translateY(13.3px) translateX(-4.44956px);
  }
  77% {
    -webkit-transform: translateY(13.475px) translateX(-4.46386px);
  }
  78% {
    -webkit-transform: translateY(13.65px) translateX(-4.46197px);
  }
  79% {
    -webkit-transform: translateY(13.825px) translateX(-4.44358px);
  }
  80% {
    -webkit-transform: translateY(14px) translateX(-4.40839px);
  }
  81% {
    -webkit-transform: translateY(14.175px) translateX(-4.35615px);
  }
  82% {
    -webkit-transform: translateY(14.35px) translateX(-4.28661px);
  }
  83% {
    -webkit-transform: translateY(14.525px) translateX(-4.19959px);
  }
  84% {
    -webkit-transform: translateY(14.7px) translateX(-4.09491px);
  }
  85% {
    -webkit-transform: translateY(14.875px) translateX(-3.97242px);
  }
  86% {
    -webkit-transform: translateY(15.05px) translateX(-3.83201px);
  }
  87% {
    -webkit-transform: translateY(15.225px) translateX(-3.67362px);
  }
  88% {
    -webkit-transform: translateY(15.4px) translateX(-3.49718px);
  }
  89% {
    -webkit-transform: translateY(15.575px) translateX(-3.30269px);
  }
  90% {
    -webkit-transform: translateY(15.75px) translateX(-3.09017px);
  }
  91% {
    -webkit-transform: translateY(15.925px) translateX(-2.85966px);
  }
  92% {
    -webkit-transform: translateY(16.1px) translateX(-2.61124px);
  }
  93% {
    -webkit-transform: translateY(16.275px) translateX(-2.34504px);
  }
  94% {
    -webkit-transform: translateY(16.45px) translateX(-2.06119px);
  }
  95% {
    -webkit-transform: translateY(16.625px) translateX(-1.75989px);
  }
  96% {
    -webkit-transform: translateY(16.8px) translateX(-1.44133px);
  }
  97% {
    -webkit-transform: translateY(16.975px) translateX(-1.10577px);
  }
  98% {
    -webkit-transform: translateY(17.15px) translateX(-0.75349px);
  }
  99% {
    -webkit-transform: translateY(17.325px) translateX(-0.38478px);
  }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px);
  }
}
@keyframes snowFall {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  1% {
    -webkit-transform: translateY(0.175px) translateX(0.38478px);
            transform: translateY(0.175px) translateX(0.38478px);
  }
  2% {
    -webkit-transform: translateY(0.35px) translateX(0.75349px);
            transform: translateY(0.35px) translateX(0.75349px);
  }
  3% {
    -webkit-transform: translateY(0.525px) translateX(1.10577px);
            transform: translateY(0.525px) translateX(1.10577px);
  }
  4% {
    -webkit-transform: translateY(0.7px) translateX(1.44133px);
            transform: translateY(0.7px) translateX(1.44133px);
  }
  5% {
    -webkit-transform: translateY(0.875px) translateX(1.75989px);
            transform: translateY(0.875px) translateX(1.75989px);
  }
  6% {
    -webkit-transform: translateY(1.05px) translateX(2.06119px);
            transform: translateY(1.05px) translateX(2.06119px);
  }
  7% {
    -webkit-transform: translateY(1.225px) translateX(2.34504px);
            transform: translateY(1.225px) translateX(2.34504px);
  }
  8% {
    -webkit-transform: translateY(1.4px) translateX(2.61124px);
            transform: translateY(1.4px) translateX(2.61124px);
  }
  9% {
    -webkit-transform: translateY(1.575px) translateX(2.85966px);
            transform: translateY(1.575px) translateX(2.85966px);
  }
  10% {
    -webkit-transform: translateY(1.75px) translateX(3.09017px);
            transform: translateY(1.75px) translateX(3.09017px);
  }
  11% {
    -webkit-transform: translateY(1.925px) translateX(3.30269px);
            transform: translateY(1.925px) translateX(3.30269px);
  }
  12% {
    -webkit-transform: translateY(2.1px) translateX(3.49718px);
            transform: translateY(2.1px) translateX(3.49718px);
  }
  13% {
    -webkit-transform: translateY(2.275px) translateX(3.67362px);
            transform: translateY(2.275px) translateX(3.67362px);
  }
  14% {
    -webkit-transform: translateY(2.45px) translateX(3.83201px);
            transform: translateY(2.45px) translateX(3.83201px);
  }
  15% {
    -webkit-transform: translateY(2.625px) translateX(3.97242px);
            transform: translateY(2.625px) translateX(3.97242px);
  }
  16% {
    -webkit-transform: translateY(2.8px) translateX(4.09491px);
            transform: translateY(2.8px) translateX(4.09491px);
  }
  17% {
    -webkit-transform: translateY(2.975px) translateX(4.19959px);
            transform: translateY(2.975px) translateX(4.19959px);
  }
  18% {
    -webkit-transform: translateY(3.15px) translateX(4.28661px);
            transform: translateY(3.15px) translateX(4.28661px);
  }
  19% {
    -webkit-transform: translateY(3.325px) translateX(4.35615px);
            transform: translateY(3.325px) translateX(4.35615px);
  }
  20% {
    -webkit-transform: translateY(3.5px) translateX(4.40839px);
            transform: translateY(3.5px) translateX(4.40839px);
  }
  21% {
    -webkit-transform: translateY(3.675px) translateX(4.44358px);
            transform: translateY(3.675px) translateX(4.44358px);
  }
  22% {
    -webkit-transform: translateY(3.85px) translateX(4.46197px);
            transform: translateY(3.85px) translateX(4.46197px);
  }
  23% {
    -webkit-transform: translateY(4.025px) translateX(4.46386px);
            transform: translateY(4.025px) translateX(4.46386px);
  }
  24% {
    -webkit-transform: translateY(4.2px) translateX(4.44956px);
            transform: translateY(4.2px) translateX(4.44956px);
  }
  25% {
    -webkit-transform: translateY(4.375px) translateX(4.41942px);
            transform: translateY(4.375px) translateX(4.41942px);
  }
  26% {
    -webkit-transform: translateY(4.55px) translateX(4.37381px);
            transform: translateY(4.55px) translateX(4.37381px);
  }
  27% {
    -webkit-transform: translateY(4.725px) translateX(4.31314px);
            transform: translateY(4.725px) translateX(4.31314px);
  }
  28% {
    -webkit-transform: translateY(4.9px) translateX(4.23782px);
            transform: translateY(4.9px) translateX(4.23782px);
  }
  29% {
    -webkit-transform: translateY(5.075px) translateX(4.14831px);
            transform: translateY(5.075px) translateX(4.14831px);
  }
  30% {
    -webkit-transform: translateY(5.25px) translateX(4.04508px);
            transform: translateY(5.25px) translateX(4.04508px);
  }
  31% {
    -webkit-transform: translateY(5.425px) translateX(3.92863px);
            transform: translateY(5.425px) translateX(3.92863px);
  }
  32% {
    -webkit-transform: translateY(5.6px) translateX(3.79948px);
            transform: translateY(5.6px) translateX(3.79948px);
  }
  33% {
    -webkit-transform: translateY(5.775px) translateX(3.65815px);
            transform: translateY(5.775px) translateX(3.65815px);
  }
  34% {
    -webkit-transform: translateY(5.95px) translateX(3.50523px);
            transform: translateY(5.95px) translateX(3.50523px);
  }
  35% {
    -webkit-transform: translateY(6.125px) translateX(3.34127px);
            transform: translateY(6.125px) translateX(3.34127px);
  }
  36% {
    -webkit-transform: translateY(6.3px) translateX(3.16689px);
            transform: translateY(6.3px) translateX(3.16689px);
  }
  37% {
    -webkit-transform: translateY(6.475px) translateX(2.9827px);
            transform: translateY(6.475px) translateX(2.9827px);
  }
  38% {
    -webkit-transform: translateY(6.65px) translateX(2.78933px);
            transform: translateY(6.65px) translateX(2.78933px);
  }
  39% {
    -webkit-transform: translateY(6.825px) translateX(2.58742px);
            transform: translateY(6.825px) translateX(2.58742px);
  }
  40% {
    -webkit-transform: translateY(7px) translateX(2.37764px);
            transform: translateY(7px) translateX(2.37764px);
  }
  41% {
    -webkit-transform: translateY(7.175px) translateX(2.16066px);
            transform: translateY(7.175px) translateX(2.16066px);
  }
  42% {
    -webkit-transform: translateY(7.35px) translateX(1.93717px);
            transform: translateY(7.35px) translateX(1.93717px);
  }
  43% {
    -webkit-transform: translateY(7.525px) translateX(1.70785px);
            transform: translateY(7.525px) translateX(1.70785px);
  }
  44% {
    -webkit-transform: translateY(7.7px) translateX(1.47343px);
            transform: translateY(7.7px) translateX(1.47343px);
  }
  45% {
    -webkit-transform: translateY(7.875px) translateX(1.23461px);
            transform: translateY(7.875px) translateX(1.23461px);
  }
  46% {
    -webkit-transform: translateY(8.05px) translateX(0.99211px);
            transform: translateY(8.05px) translateX(0.99211px);
  }
  47% {
    -webkit-transform: translateY(8.225px) translateX(0.74667px);
            transform: translateY(8.225px) translateX(0.74667px);
  }
  48% {
    -webkit-transform: translateY(8.4px) translateX(0.49901px);
            transform: translateY(8.4px) translateX(0.49901px);
  }
  49% {
    -webkit-transform: translateY(8.575px) translateX(0.24988px);
            transform: translateY(8.575px) translateX(0.24988px);
  }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px);
            transform: translateY(8.75px) translateX(0px);
  }
  51% {
    -webkit-transform: translateY(8.925px) translateX(-0.24988px);
            transform: translateY(8.925px) translateX(-0.24988px);
  }
  52% {
    -webkit-transform: translateY(9.1px) translateX(-0.49901px);
            transform: translateY(9.1px) translateX(-0.49901px);
  }
  53% {
    -webkit-transform: translateY(9.275px) translateX(-0.74667px);
            transform: translateY(9.275px) translateX(-0.74667px);
  }
  54% {
    -webkit-transform: translateY(9.45px) translateX(-0.99211px);
            transform: translateY(9.45px) translateX(-0.99211px);
  }
  55% {
    -webkit-transform: translateY(9.625px) translateX(-1.23461px);
            transform: translateY(9.625px) translateX(-1.23461px);
  }
  56% {
    -webkit-transform: translateY(9.8px) translateX(-1.47343px);
            transform: translateY(9.8px) translateX(-1.47343px);
  }
  57% {
    -webkit-transform: translateY(9.975px) translateX(-1.70785px);
            transform: translateY(9.975px) translateX(-1.70785px);
  }
  58% {
    -webkit-transform: translateY(10.15px) translateX(-1.93717px);
            transform: translateY(10.15px) translateX(-1.93717px);
  }
  59% {
    -webkit-transform: translateY(10.325px) translateX(-2.16066px);
            transform: translateY(10.325px) translateX(-2.16066px);
  }
  60% {
    -webkit-transform: translateY(10.5px) translateX(-2.37764px);
            transform: translateY(10.5px) translateX(-2.37764px);
  }
  61% {
    -webkit-transform: translateY(10.675px) translateX(-2.58742px);
            transform: translateY(10.675px) translateX(-2.58742px);
  }
  62% {
    -webkit-transform: translateY(10.85px) translateX(-2.78933px);
            transform: translateY(10.85px) translateX(-2.78933px);
  }
  63% {
    -webkit-transform: translateY(11.025px) translateX(-2.9827px);
            transform: translateY(11.025px) translateX(-2.9827px);
  }
  64% {
    -webkit-transform: translateY(11.2px) translateX(-3.16689px);
            transform: translateY(11.2px) translateX(-3.16689px);
  }
  65% {
    -webkit-transform: translateY(11.375px) translateX(-3.34127px);
            transform: translateY(11.375px) translateX(-3.34127px);
  }
  66% {
    -webkit-transform: translateY(11.55px) translateX(-3.50523px);
            transform: translateY(11.55px) translateX(-3.50523px);
  }
  67% {
    -webkit-transform: translateY(11.725px) translateX(-3.65815px);
            transform: translateY(11.725px) translateX(-3.65815px);
  }
  68% {
    -webkit-transform: translateY(11.9px) translateX(-3.79948px);
            transform: translateY(11.9px) translateX(-3.79948px);
  }
  69% {
    -webkit-transform: translateY(12.075px) translateX(-3.92863px);
            transform: translateY(12.075px) translateX(-3.92863px);
  }
  70% {
    -webkit-transform: translateY(12.25px) translateX(-4.04508px);
            transform: translateY(12.25px) translateX(-4.04508px);
  }
  71% {
    -webkit-transform: translateY(12.425px) translateX(-4.14831px);
            transform: translateY(12.425px) translateX(-4.14831px);
  }
  72% {
    -webkit-transform: translateY(12.6px) translateX(-4.23782px);
            transform: translateY(12.6px) translateX(-4.23782px);
  }
  73% {
    -webkit-transform: translateY(12.775px) translateX(-4.31314px);
            transform: translateY(12.775px) translateX(-4.31314px);
  }
  74% {
    -webkit-transform: translateY(12.95px) translateX(-4.37381px);
            transform: translateY(12.95px) translateX(-4.37381px);
  }
  75% {
    -webkit-transform: translateY(13.125px) translateX(-4.41942px);
            transform: translateY(13.125px) translateX(-4.41942px);
  }
  76% {
    -webkit-transform: translateY(13.3px) translateX(-4.44956px);
            transform: translateY(13.3px) translateX(-4.44956px);
  }
  77% {
    -webkit-transform: translateY(13.475px) translateX(-4.46386px);
            transform: translateY(13.475px) translateX(-4.46386px);
  }
  78% {
    -webkit-transform: translateY(13.65px) translateX(-4.46197px);
            transform: translateY(13.65px) translateX(-4.46197px);
  }
  79% {
    -webkit-transform: translateY(13.825px) translateX(-4.44358px);
            transform: translateY(13.825px) translateX(-4.44358px);
  }
  80% {
    -webkit-transform: translateY(14px) translateX(-4.40839px);
            transform: translateY(14px) translateX(-4.40839px);
  }
  81% {
    -webkit-transform: translateY(14.175px) translateX(-4.35615px);
            transform: translateY(14.175px) translateX(-4.35615px);
  }
  82% {
    -webkit-transform: translateY(14.35px) translateX(-4.28661px);
            transform: translateY(14.35px) translateX(-4.28661px);
  }
  83% {
    -webkit-transform: translateY(14.525px) translateX(-4.19959px);
            transform: translateY(14.525px) translateX(-4.19959px);
  }
  84% {
    -webkit-transform: translateY(14.7px) translateX(-4.09491px);
            transform: translateY(14.7px) translateX(-4.09491px);
  }
  85% {
    -webkit-transform: translateY(14.875px) translateX(-3.97242px);
            transform: translateY(14.875px) translateX(-3.97242px);
  }
  86% {
    -webkit-transform: translateY(15.05px) translateX(-3.83201px);
            transform: translateY(15.05px) translateX(-3.83201px);
  }
  87% {
    -webkit-transform: translateY(15.225px) translateX(-3.67362px);
            transform: translateY(15.225px) translateX(-3.67362px);
  }
  88% {
    -webkit-transform: translateY(15.4px) translateX(-3.49718px);
            transform: translateY(15.4px) translateX(-3.49718px);
  }
  89% {
    -webkit-transform: translateY(15.575px) translateX(-3.30269px);
            transform: translateY(15.575px) translateX(-3.30269px);
  }
  90% {
    -webkit-transform: translateY(15.75px) translateX(-3.09017px);
            transform: translateY(15.75px) translateX(-3.09017px);
  }
  91% {
    -webkit-transform: translateY(15.925px) translateX(-2.85966px);
            transform: translateY(15.925px) translateX(-2.85966px);
  }
  92% {
    -webkit-transform: translateY(16.1px) translateX(-2.61124px);
            transform: translateY(16.1px) translateX(-2.61124px);
  }
  93% {
    -webkit-transform: translateY(16.275px) translateX(-2.34504px);
            transform: translateY(16.275px) translateX(-2.34504px);
  }
  94% {
    -webkit-transform: translateY(16.45px) translateX(-2.06119px);
            transform: translateY(16.45px) translateX(-2.06119px);
  }
  95% {
    -webkit-transform: translateY(16.625px) translateX(-1.75989px);
            transform: translateY(16.625px) translateX(-1.75989px);
  }
  96% {
    -webkit-transform: translateY(16.8px) translateX(-1.44133px);
            transform: translateY(16.8px) translateX(-1.44133px);
  }
  97% {
    -webkit-transform: translateY(16.975px) translateX(-1.10577px);
            transform: translateY(16.975px) translateX(-1.10577px);
  }
  98% {
    -webkit-transform: translateY(17.15px) translateX(-0.75349px);
            transform: translateY(17.15px) translateX(-0.75349px);
  }
  99% {
    -webkit-transform: translateY(17.325px) translateX(-0.38478px);
            transform: translateY(17.325px) translateX(-0.38478px);
  }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px);
            transform: translateY(17.5px) translateX(0px);
  }
}
@-webkit-keyframes snowFall2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  1% {
    -webkit-transform: translateY(0.175px) translateX(-0.38478px);
  }
  2% {
    -webkit-transform: translateY(0.35px) translateX(-0.75349px);
  }
  3% {
    -webkit-transform: translateY(0.525px) translateX(-1.10577px);
  }
  4% {
    -webkit-transform: translateY(0.7px) translateX(-1.44133px);
  }
  5% {
    -webkit-transform: translateY(0.875px) translateX(-1.75989px);
  }
  6% {
    -webkit-transform: translateY(1.05px) translateX(-2.06119px);
  }
  7% {
    -webkit-transform: translateY(1.225px) translateX(-2.34504px);
  }
  8% {
    -webkit-transform: translateY(1.4px) translateX(-2.61124px);
  }
  9% {
    -webkit-transform: translateY(1.575px) translateX(-2.85966px);
  }
  10% {
    -webkit-transform: translateY(1.75px) translateX(-3.09017px);
  }
  11% {
    -webkit-transform: translateY(1.925px) translateX(-3.30269px);
  }
  12% {
    -webkit-transform: translateY(2.1px) translateX(-3.49718px);
  }
  13% {
    -webkit-transform: translateY(2.275px) translateX(-3.67362px);
  }
  14% {
    -webkit-transform: translateY(2.45px) translateX(-3.83201px);
  }
  15% {
    -webkit-transform: translateY(2.625px) translateX(-3.97242px);
  }
  16% {
    -webkit-transform: translateY(2.8px) translateX(-4.09491px);
  }
  17% {
    -webkit-transform: translateY(2.975px) translateX(-4.19959px);
  }
  18% {
    -webkit-transform: translateY(3.15px) translateX(-4.28661px);
  }
  19% {
    -webkit-transform: translateY(3.325px) translateX(-4.35615px);
  }
  20% {
    -webkit-transform: translateY(3.5px) translateX(-4.40839px);
  }
  21% {
    -webkit-transform: translateY(3.675px) translateX(-4.44358px);
  }
  22% {
    -webkit-transform: translateY(3.85px) translateX(-4.46197px);
  }
  23% {
    -webkit-transform: translateY(4.025px) translateX(-4.46386px);
  }
  24% {
    -webkit-transform: translateY(4.2px) translateX(-4.44956px);
  }
  25% {
    -webkit-transform: translateY(4.375px) translateX(-4.41942px);
  }
  26% {
    -webkit-transform: translateY(4.55px) translateX(-4.37381px);
  }
  27% {
    -webkit-transform: translateY(4.725px) translateX(-4.31314px);
  }
  28% {
    -webkit-transform: translateY(4.9px) translateX(-4.23782px);
  }
  29% {
    -webkit-transform: translateY(5.075px) translateX(-4.14831px);
  }
  30% {
    -webkit-transform: translateY(5.25px) translateX(-4.04508px);
  }
  31% {
    -webkit-transform: translateY(5.425px) translateX(-3.92863px);
  }
  32% {
    -webkit-transform: translateY(5.6px) translateX(-3.79948px);
  }
  33% {
    -webkit-transform: translateY(5.775px) translateX(-3.65815px);
  }
  34% {
    -webkit-transform: translateY(5.95px) translateX(-3.50523px);
  }
  35% {
    -webkit-transform: translateY(6.125px) translateX(-3.34127px);
  }
  36% {
    -webkit-transform: translateY(6.3px) translateX(-3.16689px);
  }
  37% {
    -webkit-transform: translateY(6.475px) translateX(-2.9827px);
  }
  38% {
    -webkit-transform: translateY(6.65px) translateX(-2.78933px);
  }
  39% {
    -webkit-transform: translateY(6.825px) translateX(-2.58742px);
  }
  40% {
    -webkit-transform: translateY(7px) translateX(-2.37764px);
  }
  41% {
    -webkit-transform: translateY(7.175px) translateX(-2.16066px);
  }
  42% {
    -webkit-transform: translateY(7.35px) translateX(-1.93717px);
  }
  43% {
    -webkit-transform: translateY(7.525px) translateX(-1.70785px);
  }
  44% {
    -webkit-transform: translateY(7.7px) translateX(-1.47343px);
  }
  45% {
    -webkit-transform: translateY(7.875px) translateX(-1.23461px);
  }
  46% {
    -webkit-transform: translateY(8.05px) translateX(-0.99211px);
  }
  47% {
    -webkit-transform: translateY(8.225px) translateX(-0.74667px);
  }
  48% {
    -webkit-transform: translateY(8.4px) translateX(-0.49901px);
  }
  49% {
    -webkit-transform: translateY(8.575px) translateX(-0.24988px);
  }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px);
  }
  51% {
    -webkit-transform: translateY(8.925px) translateX(0.24988px);
  }
  52% {
    -webkit-transform: translateY(9.1px) translateX(0.49901px);
  }
  53% {
    -webkit-transform: translateY(9.275px) translateX(0.74667px);
  }
  54% {
    -webkit-transform: translateY(9.45px) translateX(0.99211px);
  }
  55% {
    -webkit-transform: translateY(9.625px) translateX(1.23461px);
  }
  56% {
    -webkit-transform: translateY(9.8px) translateX(1.47343px);
  }
  57% {
    -webkit-transform: translateY(9.975px) translateX(1.70785px);
  }
  58% {
    -webkit-transform: translateY(10.15px) translateX(1.93717px);
  }
  59% {
    -webkit-transform: translateY(10.325px) translateX(2.16066px);
  }
  60% {
    -webkit-transform: translateY(10.5px) translateX(2.37764px);
  }
  61% {
    -webkit-transform: translateY(10.675px) translateX(2.58742px);
  }
  62% {
    -webkit-transform: translateY(10.85px) translateX(2.78933px);
  }
  63% {
    -webkit-transform: translateY(11.025px) translateX(2.9827px);
  }
  64% {
    -webkit-transform: translateY(11.2px) translateX(3.16689px);
  }
  65% {
    -webkit-transform: translateY(11.375px) translateX(3.34127px);
  }
  66% {
    -webkit-transform: translateY(11.55px) translateX(3.50523px);
  }
  67% {
    -webkit-transform: translateY(11.725px) translateX(3.65815px);
  }
  68% {
    -webkit-transform: translateY(11.9px) translateX(3.79948px);
  }
  69% {
    -webkit-transform: translateY(12.075px) translateX(3.92863px);
  }
  70% {
    -webkit-transform: translateY(12.25px) translateX(4.04508px);
  }
  71% {
    -webkit-transform: translateY(12.425px) translateX(4.14831px);
  }
  72% {
    -webkit-transform: translateY(12.6px) translateX(4.23782px);
  }
  73% {
    -webkit-transform: translateY(12.775px) translateX(4.31314px);
  }
  74% {
    -webkit-transform: translateY(12.95px) translateX(4.37381px);
  }
  75% {
    -webkit-transform: translateY(13.125px) translateX(4.41942px);
  }
  76% {
    -webkit-transform: translateY(13.3px) translateX(4.44956px);
  }
  77% {
    -webkit-transform: translateY(13.475px) translateX(4.46386px);
  }
  78% {
    -webkit-transform: translateY(13.65px) translateX(4.46197px);
  }
  79% {
    -webkit-transform: translateY(13.825px) translateX(4.44358px);
  }
  80% {
    -webkit-transform: translateY(14px) translateX(4.40839px);
  }
  81% {
    -webkit-transform: translateY(14.175px) translateX(4.35615px);
  }
  82% {
    -webkit-transform: translateY(14.35px) translateX(4.28661px);
  }
  83% {
    -webkit-transform: translateY(14.525px) translateX(4.19959px);
  }
  84% {
    -webkit-transform: translateY(14.7px) translateX(4.09491px);
  }
  85% {
    -webkit-transform: translateY(14.875px) translateX(3.97242px);
  }
  86% {
    -webkit-transform: translateY(15.05px) translateX(3.83201px);
  }
  87% {
    -webkit-transform: translateY(15.225px) translateX(3.67362px);
  }
  88% {
    -webkit-transform: translateY(15.4px) translateX(3.49718px);
  }
  89% {
    -webkit-transform: translateY(15.575px) translateX(3.30269px);
  }
  90% {
    -webkit-transform: translateY(15.75px) translateX(3.09017px);
  }
  91% {
    -webkit-transform: translateY(15.925px) translateX(2.85966px);
  }
  92% {
    -webkit-transform: translateY(16.1px) translateX(2.61124px);
  }
  93% {
    -webkit-transform: translateY(16.275px) translateX(2.34504px);
  }
  94% {
    -webkit-transform: translateY(16.45px) translateX(2.06119px);
  }
  95% {
    -webkit-transform: translateY(16.625px) translateX(1.75989px);
  }
  96% {
    -webkit-transform: translateY(16.8px) translateX(1.44133px);
  }
  97% {
    -webkit-transform: translateY(16.975px) translateX(1.10577px);
  }
  98% {
    -webkit-transform: translateY(17.15px) translateX(0.75349px);
  }
  99% {
    -webkit-transform: translateY(17.325px) translateX(0.38478px);
  }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px);
  }
}
@keyframes snowFall2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  1% {
    -webkit-transform: translateY(0.175px) translateX(-0.38478px);
            transform: translateY(0.175px) translateX(-0.38478px);
  }
  2% {
    -webkit-transform: translateY(0.35px) translateX(-0.75349px);
            transform: translateY(0.35px) translateX(-0.75349px);
  }
  3% {
    -webkit-transform: translateY(0.525px) translateX(-1.10577px);
            transform: translateY(0.525px) translateX(-1.10577px);
  }
  4% {
    -webkit-transform: translateY(0.7px) translateX(-1.44133px);
            transform: translateY(0.7px) translateX(-1.44133px);
  }
  5% {
    -webkit-transform: translateY(0.875px) translateX(-1.75989px);
            transform: translateY(0.875px) translateX(-1.75989px);
  }
  6% {
    -webkit-transform: translateY(1.05px) translateX(-2.06119px);
            transform: translateY(1.05px) translateX(-2.06119px);
  }
  7% {
    -webkit-transform: translateY(1.225px) translateX(-2.34504px);
            transform: translateY(1.225px) translateX(-2.34504px);
  }
  8% {
    -webkit-transform: translateY(1.4px) translateX(-2.61124px);
            transform: translateY(1.4px) translateX(-2.61124px);
  }
  9% {
    -webkit-transform: translateY(1.575px) translateX(-2.85966px);
            transform: translateY(1.575px) translateX(-2.85966px);
  }
  10% {
    -webkit-transform: translateY(1.75px) translateX(-3.09017px);
            transform: translateY(1.75px) translateX(-3.09017px);
  }
  11% {
    -webkit-transform: translateY(1.925px) translateX(-3.30269px);
            transform: translateY(1.925px) translateX(-3.30269px);
  }
  12% {
    -webkit-transform: translateY(2.1px) translateX(-3.49718px);
            transform: translateY(2.1px) translateX(-3.49718px);
  }
  13% {
    -webkit-transform: translateY(2.275px) translateX(-3.67362px);
            transform: translateY(2.275px) translateX(-3.67362px);
  }
  14% {
    -webkit-transform: translateY(2.45px) translateX(-3.83201px);
            transform: translateY(2.45px) translateX(-3.83201px);
  }
  15% {
    -webkit-transform: translateY(2.625px) translateX(-3.97242px);
            transform: translateY(2.625px) translateX(-3.97242px);
  }
  16% {
    -webkit-transform: translateY(2.8px) translateX(-4.09491px);
            transform: translateY(2.8px) translateX(-4.09491px);
  }
  17% {
    -webkit-transform: translateY(2.975px) translateX(-4.19959px);
            transform: translateY(2.975px) translateX(-4.19959px);
  }
  18% {
    -webkit-transform: translateY(3.15px) translateX(-4.28661px);
            transform: translateY(3.15px) translateX(-4.28661px);
  }
  19% {
    -webkit-transform: translateY(3.325px) translateX(-4.35615px);
            transform: translateY(3.325px) translateX(-4.35615px);
  }
  20% {
    -webkit-transform: translateY(3.5px) translateX(-4.40839px);
            transform: translateY(3.5px) translateX(-4.40839px);
  }
  21% {
    -webkit-transform: translateY(3.675px) translateX(-4.44358px);
            transform: translateY(3.675px) translateX(-4.44358px);
  }
  22% {
    -webkit-transform: translateY(3.85px) translateX(-4.46197px);
            transform: translateY(3.85px) translateX(-4.46197px);
  }
  23% {
    -webkit-transform: translateY(4.025px) translateX(-4.46386px);
            transform: translateY(4.025px) translateX(-4.46386px);
  }
  24% {
    -webkit-transform: translateY(4.2px) translateX(-4.44956px);
            transform: translateY(4.2px) translateX(-4.44956px);
  }
  25% {
    -webkit-transform: translateY(4.375px) translateX(-4.41942px);
            transform: translateY(4.375px) translateX(-4.41942px);
  }
  26% {
    -webkit-transform: translateY(4.55px) translateX(-4.37381px);
            transform: translateY(4.55px) translateX(-4.37381px);
  }
  27% {
    -webkit-transform: translateY(4.725px) translateX(-4.31314px);
            transform: translateY(4.725px) translateX(-4.31314px);
  }
  28% {
    -webkit-transform: translateY(4.9px) translateX(-4.23782px);
            transform: translateY(4.9px) translateX(-4.23782px);
  }
  29% {
    -webkit-transform: translateY(5.075px) translateX(-4.14831px);
            transform: translateY(5.075px) translateX(-4.14831px);
  }
  30% {
    -webkit-transform: translateY(5.25px) translateX(-4.04508px);
            transform: translateY(5.25px) translateX(-4.04508px);
  }
  31% {
    -webkit-transform: translateY(5.425px) translateX(-3.92863px);
            transform: translateY(5.425px) translateX(-3.92863px);
  }
  32% {
    -webkit-transform: translateY(5.6px) translateX(-3.79948px);
            transform: translateY(5.6px) translateX(-3.79948px);
  }
  33% {
    -webkit-transform: translateY(5.775px) translateX(-3.65815px);
            transform: translateY(5.775px) translateX(-3.65815px);
  }
  34% {
    -webkit-transform: translateY(5.95px) translateX(-3.50523px);
            transform: translateY(5.95px) translateX(-3.50523px);
  }
  35% {
    -webkit-transform: translateY(6.125px) translateX(-3.34127px);
            transform: translateY(6.125px) translateX(-3.34127px);
  }
  36% {
    -webkit-transform: translateY(6.3px) translateX(-3.16689px);
            transform: translateY(6.3px) translateX(-3.16689px);
  }
  37% {
    -webkit-transform: translateY(6.475px) translateX(-2.9827px);
            transform: translateY(6.475px) translateX(-2.9827px);
  }
  38% {
    -webkit-transform: translateY(6.65px) translateX(-2.78933px);
            transform: translateY(6.65px) translateX(-2.78933px);
  }
  39% {
    -webkit-transform: translateY(6.825px) translateX(-2.58742px);
            transform: translateY(6.825px) translateX(-2.58742px);
  }
  40% {
    -webkit-transform: translateY(7px) translateX(-2.37764px);
            transform: translateY(7px) translateX(-2.37764px);
  }
  41% {
    -webkit-transform: translateY(7.175px) translateX(-2.16066px);
            transform: translateY(7.175px) translateX(-2.16066px);
  }
  42% {
    -webkit-transform: translateY(7.35px) translateX(-1.93717px);
            transform: translateY(7.35px) translateX(-1.93717px);
  }
  43% {
    -webkit-transform: translateY(7.525px) translateX(-1.70785px);
            transform: translateY(7.525px) translateX(-1.70785px);
  }
  44% {
    -webkit-transform: translateY(7.7px) translateX(-1.47343px);
            transform: translateY(7.7px) translateX(-1.47343px);
  }
  45% {
    -webkit-transform: translateY(7.875px) translateX(-1.23461px);
            transform: translateY(7.875px) translateX(-1.23461px);
  }
  46% {
    -webkit-transform: translateY(8.05px) translateX(-0.99211px);
            transform: translateY(8.05px) translateX(-0.99211px);
  }
  47% {
    -webkit-transform: translateY(8.225px) translateX(-0.74667px);
            transform: translateY(8.225px) translateX(-0.74667px);
  }
  48% {
    -webkit-transform: translateY(8.4px) translateX(-0.49901px);
            transform: translateY(8.4px) translateX(-0.49901px);
  }
  49% {
    -webkit-transform: translateY(8.575px) translateX(-0.24988px);
            transform: translateY(8.575px) translateX(-0.24988px);
  }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px);
            transform: translateY(8.75px) translateX(0px);
  }
  51% {
    -webkit-transform: translateY(8.925px) translateX(0.24988px);
            transform: translateY(8.925px) translateX(0.24988px);
  }
  52% {
    -webkit-transform: translateY(9.1px) translateX(0.49901px);
            transform: translateY(9.1px) translateX(0.49901px);
  }
  53% {
    -webkit-transform: translateY(9.275px) translateX(0.74667px);
            transform: translateY(9.275px) translateX(0.74667px);
  }
  54% {
    -webkit-transform: translateY(9.45px) translateX(0.99211px);
            transform: translateY(9.45px) translateX(0.99211px);
  }
  55% {
    -webkit-transform: translateY(9.625px) translateX(1.23461px);
            transform: translateY(9.625px) translateX(1.23461px);
  }
  56% {
    -webkit-transform: translateY(9.8px) translateX(1.47343px);
            transform: translateY(9.8px) translateX(1.47343px);
  }
  57% {
    -webkit-transform: translateY(9.975px) translateX(1.70785px);
            transform: translateY(9.975px) translateX(1.70785px);
  }
  58% {
    -webkit-transform: translateY(10.15px) translateX(1.93717px);
            transform: translateY(10.15px) translateX(1.93717px);
  }
  59% {
    -webkit-transform: translateY(10.325px) translateX(2.16066px);
            transform: translateY(10.325px) translateX(2.16066px);
  }
  60% {
    -webkit-transform: translateY(10.5px) translateX(2.37764px);
            transform: translateY(10.5px) translateX(2.37764px);
  }
  61% {
    -webkit-transform: translateY(10.675px) translateX(2.58742px);
            transform: translateY(10.675px) translateX(2.58742px);
  }
  62% {
    -webkit-transform: translateY(10.85px) translateX(2.78933px);
            transform: translateY(10.85px) translateX(2.78933px);
  }
  63% {
    -webkit-transform: translateY(11.025px) translateX(2.9827px);
            transform: translateY(11.025px) translateX(2.9827px);
  }
  64% {
    -webkit-transform: translateY(11.2px) translateX(3.16689px);
            transform: translateY(11.2px) translateX(3.16689px);
  }
  65% {
    -webkit-transform: translateY(11.375px) translateX(3.34127px);
            transform: translateY(11.375px) translateX(3.34127px);
  }
  66% {
    -webkit-transform: translateY(11.55px) translateX(3.50523px);
            transform: translateY(11.55px) translateX(3.50523px);
  }
  67% {
    -webkit-transform: translateY(11.725px) translateX(3.65815px);
            transform: translateY(11.725px) translateX(3.65815px);
  }
  68% {
    -webkit-transform: translateY(11.9px) translateX(3.79948px);
            transform: translateY(11.9px) translateX(3.79948px);
  }
  69% {
    -webkit-transform: translateY(12.075px) translateX(3.92863px);
            transform: translateY(12.075px) translateX(3.92863px);
  }
  70% {
    -webkit-transform: translateY(12.25px) translateX(4.04508px);
            transform: translateY(12.25px) translateX(4.04508px);
  }
  71% {
    -webkit-transform: translateY(12.425px) translateX(4.14831px);
            transform: translateY(12.425px) translateX(4.14831px);
  }
  72% {
    -webkit-transform: translateY(12.6px) translateX(4.23782px);
            transform: translateY(12.6px) translateX(4.23782px);
  }
  73% {
    -webkit-transform: translateY(12.775px) translateX(4.31314px);
            transform: translateY(12.775px) translateX(4.31314px);
  }
  74% {
    -webkit-transform: translateY(12.95px) translateX(4.37381px);
            transform: translateY(12.95px) translateX(4.37381px);
  }
  75% {
    -webkit-transform: translateY(13.125px) translateX(4.41942px);
            transform: translateY(13.125px) translateX(4.41942px);
  }
  76% {
    -webkit-transform: translateY(13.3px) translateX(4.44956px);
            transform: translateY(13.3px) translateX(4.44956px);
  }
  77% {
    -webkit-transform: translateY(13.475px) translateX(4.46386px);
            transform: translateY(13.475px) translateX(4.46386px);
  }
  78% {
    -webkit-transform: translateY(13.65px) translateX(4.46197px);
            transform: translateY(13.65px) translateX(4.46197px);
  }
  79% {
    -webkit-transform: translateY(13.825px) translateX(4.44358px);
            transform: translateY(13.825px) translateX(4.44358px);
  }
  80% {
    -webkit-transform: translateY(14px) translateX(4.40839px);
            transform: translateY(14px) translateX(4.40839px);
  }
  81% {
    -webkit-transform: translateY(14.175px) translateX(4.35615px);
            transform: translateY(14.175px) translateX(4.35615px);
  }
  82% {
    -webkit-transform: translateY(14.35px) translateX(4.28661px);
            transform: translateY(14.35px) translateX(4.28661px);
  }
  83% {
    -webkit-transform: translateY(14.525px) translateX(4.19959px);
            transform: translateY(14.525px) translateX(4.19959px);
  }
  84% {
    -webkit-transform: translateY(14.7px) translateX(4.09491px);
            transform: translateY(14.7px) translateX(4.09491px);
  }
  85% {
    -webkit-transform: translateY(14.875px) translateX(3.97242px);
            transform: translateY(14.875px) translateX(3.97242px);
  }
  86% {
    -webkit-transform: translateY(15.05px) translateX(3.83201px);
            transform: translateY(15.05px) translateX(3.83201px);
  }
  87% {
    -webkit-transform: translateY(15.225px) translateX(3.67362px);
            transform: translateY(15.225px) translateX(3.67362px);
  }
  88% {
    -webkit-transform: translateY(15.4px) translateX(3.49718px);
            transform: translateY(15.4px) translateX(3.49718px);
  }
  89% {
    -webkit-transform: translateY(15.575px) translateX(3.30269px);
            transform: translateY(15.575px) translateX(3.30269px);
  }
  90% {
    -webkit-transform: translateY(15.75px) translateX(3.09017px);
            transform: translateY(15.75px) translateX(3.09017px);
  }
  91% {
    -webkit-transform: translateY(15.925px) translateX(2.85966px);
            transform: translateY(15.925px) translateX(2.85966px);
  }
  92% {
    -webkit-transform: translateY(16.1px) translateX(2.61124px);
            transform: translateY(16.1px) translateX(2.61124px);
  }
  93% {
    -webkit-transform: translateY(16.275px) translateX(2.34504px);
            transform: translateY(16.275px) translateX(2.34504px);
  }
  94% {
    -webkit-transform: translateY(16.45px) translateX(2.06119px);
            transform: translateY(16.45px) translateX(2.06119px);
  }
  95% {
    -webkit-transform: translateY(16.625px) translateX(1.75989px);
            transform: translateY(16.625px) translateX(1.75989px);
  }
  96% {
    -webkit-transform: translateY(16.8px) translateX(1.44133px);
            transform: translateY(16.8px) translateX(1.44133px);
  }
  97% {
    -webkit-transform: translateY(16.975px) translateX(1.10577px);
            transform: translateY(16.975px) translateX(1.10577px);
  }
  98% {
    -webkit-transform: translateY(17.15px) translateX(0.75349px);
            transform: translateY(17.15px) translateX(0.75349px);
  }
  99% {
    -webkit-transform: translateY(17.325px) translateX(0.38478px);
            transform: translateY(17.325px) translateX(0.38478px);
  }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px);
            transform: translateY(17.5px) translateX(0px);
  }
}
/* Tornado */
@-webkit-keyframes translateTornado1 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado2 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado3 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px);
  }
  75% {
    -webkit-transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado4 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(6px);
  }
  75% {
    -webkit-transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado5 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado6 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(6px);
  }
  75% {
    -webkit-transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes translateTornado1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes translateTornado2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes translateTornado3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  75% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes translateTornado4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  75% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes translateTornado5 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes translateTornado6 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  75% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes translateFog {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(2.5px);
  }
  75% {
    -webkit-transform: translateX(-2.5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes translateFog {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(2.5px);
            transform: translateX(2.5px);
  }
  75% {
    -webkit-transform: translateX(-2.5px);
            transform: translateX(-2.5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@-webkit-keyframes translateSunrise {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-16.002px);
  }
  100% {
    -webkit-transform: translateY(-16.002px);
  }
}
@keyframes translateSunrise {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-16.002px);
            transform: translateY(-16.002px);
  }
  100% {
    -webkit-transform: translateY(-16.002px);
            transform: translateY(-16.002px);
  }
}
@-webkit-keyframes translateSunset {
  0% {
    -webkit-transform: translateY(-16px);
  }
  25% {
    -webkit-transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
  }
}
@keyframes translateSunset {
  0% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  25% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes translateArrowDown {
  0% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(5px);
  }
}
@keyframes translateArrowDown {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes translateArrowUp {
  0% {
    -webkit-transform: translateY(-2.002px);
  }
  100% {
    -webkit-transform: translateY(-4.998px);
  }
}
@keyframes translateArrowUp {
  0% {
    -webkit-transform: translateY(-2.002px);
            transform: translateY(-2.002px);
  }
  100% {
    -webkit-transform: translateY(-4.998px);
            transform: translateY(-4.998px);
  }
}
@-webkit-keyframes translateWind {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(4.998px);
  }
  75% {
    -webkit-transform: translateX(-4.998px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes translateWind {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateX(4.998px);
            transform: translateX(4.998px);
  }
  75% {
    -webkit-transform: translateX(-4.998px);
            transform: translateX(-4.998px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
ul.icon-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
ul.icon-list span {
  display: none;
}
ul.icon-list li {
  display: inline-block;
  padding: 3px 0;
  margin-right: 5px;
}
ul.icon-list li i {
  color: #cccccc;
  font-size: 16px;
  vertical-align: middle;
}
ul.icon-list li a {
  color: #5e5e5e;
}
ul.icon-list.icon-list-block {
  margin-top: 0;
}
ul.icon-list.icon-list-block li {
  display: block;
  padding: 8px 10px;
  margin: 0;
}
ul.icon-list.icon-list-block li i {
  margin-right: 5px;
}
ul.icon-list.icon-list-block li:not(:last-of-type) {
  border-bottom: 1px solid #e2e9e6;
}
.table .progress {
  margin-top: 2px;
  margin-bottom: 0;
}
.table .progress .progress-bar {
  transition: all 1s ease-in-out;
}
.table.v-middle tbody > tr > td {
  vertical-align: middle;
}
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > td,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > thead > tr > th {
  border: none;
}
.table td.w50 {
  width: 50px;
}
.table td.w100 {
  width: 100px;
}
.table td.w150 {
  width: 150px;
}
.table-pricing th,
.table-pricing td {
  padding: 10px;
}
.table-pricing .plan {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.table-pricing .price {
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.table-pricing .heading {
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}
.table-pricing .fa {
  font-size: 28px;
}
.table-pricing-2 th {
  padding: 12px 0;
  background: #ef969a;
  font-size: 14px;
  color: #fff;
  border-color: #5a5855;
}
.table-pricing-2 .pricing td {
  padding: 12px 10px 10px;
  background: #fff;
  border-color: #cecece;
}
.table-pricing-3 {
  max-width: 850px;
  text-align: center;
}
.table-pricing-3 > ul > li {
  list-style-type: none;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e2e9e6;
}
.table-pricing-3 > ul > li > .innerAll {
  padding: 40px 30px;
}
.table-pricing-3 > ul > li .pricing-body {
  width: 140px;
  height: 140px;
  margin: 25px auto;
  border: 4px solid #e2e9e6;
  border-radius: 100%;
  display: table;
}
.table-pricing-3 > ul > li .pricing-body .price {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  line-height: 20px;
  color: #5e5e5e;
}
.table-pricing-3 > ul > li .pricing-body .price .figure {
  display: block;
}
.table-pricing-3 > ul > li .pricing-body .price .term {
  font-size: 11px;
  font-weight: normal;
}
.table-pricing-3 > ul > li .pricing-features {
  padding: 10px 0;
}
.table-pricing-3 > ul > li .pricing-features ul {
  padding: 0;
}
.table-pricing-3 > ul > li .pricing-features ul li {
  list-style-type: none;
}
.table-pricing-3 > ul > li .pricing-footer {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .table-pricing-3 > ul > li.active {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  }
}
.table-pricing-3 > ul > li.active .pricing-body {
  border-color: #8be4dc;
  background-color: #ef969a;
}
.table-pricing-3 > ul > li.active .pricing-body .price {
  color: #ffffff;
}
@media (min-width: 992px) {
  .table-pricing-3 {
    margin: 40px auto !important;
  }
}
.dataTables_wrapper {
  padding-top: 10px;
}
.dataTables_wrapper .dataTables_length {
  margin-left: 10px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0 10px 15px 0;
}
.dataTables_wrapper .dataTables_info {
  margin-left: 10px;
  color: #777777;
  padding-top: 5px;
}
.dataTables_wrapper table {
  margin-top: 10px;
}
.dataTables_wrapper table thead tr th {
  color: #ef969a;
}
.dataTables_wrapper table thead tr th:hover {
  cursor: pointer;
}
.dataTables_wrapper table th {
  color: #b5b5b5;
}
.dataTables_wrapper table tfoot {
  background: #ffffff;
}
.dataTables_wrapper table tfoot tr th {
  border-top: 2px solid #e2e9e6;
}
.pagination > li > a {
  margin-right: 5px;
}
.label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  display: inline-block;
}
.label-primary {
  background-color: #ef969a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1c7d74;
}
.label-grey-300 {
  background-color: #e0e0e0;
  color: #9e9e9e;
}
.label-grey-300[href]:hover,
.label-grey-300[href]:focus {
  background-color: #c7c7c7;
}
.label-grey-200 {
  background-color: #eeeeee;
  color: #9e9e9e;
}
.label-grey-200[href]:hover,
.label-grey-200[href]:focus {
  background-color: #d5d5d5;
}
.label-grey-100 {
  background-color: #f5f5f5;
  color: #9e9e9e;
}
.label-grey-100[href]:hover,
.label-grey-100[href]:focus {
  background-color: #dcdcdc;
}
.highlight {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background-color: #232323;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: transparent;
  border: 0;
  overflow: visible;
  overflow-y: hidden;
}
.highlight pre code {
  font-size: inherit;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  color: #e6e1dc;
}
.media-heading {
  margin-bottom: 10px;
}
.media-heading > a {
  color: #5e5e5e;
}
.media-heading > a:hover {
  text-decoration: none;
}
.media-grid > .pull-left {
  margin-right: 15px;
}
.media-grid > .pull-right {
  margin-left: 15px;
}
.media-grid > .media-left {
  padding-right: 15px;
}
.media-grid > .media-right {
  padding-left: 15px;
}
@media (max-width: 480px) {
  .media-clearfix-xs-min > .pull-left,
  .media-clearfix-xs-min > .pull-right,
  .media-clearfix-xs-min > .media-left,
  .media-clearfix-xs-min > .media-right {
    float: none !important;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    height: auto !important;
    padding: 0 !important;
  }
  .media-clearfix-xs-min > [class*="media"] .media-object {
    width: 100% !important;
    height: auto !important;
  }
  .media-clearfix-xs-min > .media-body {
    width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .media-clearfix-xs > .pull-left,
  .media-clearfix-xs > .pull-right,
  .media-clearfix-xs > .media-left,
  .media-clearfix-xs > .media-right {
    float: none !important;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    height: auto !important;
    padding: 0 !important;
  }
  .media-clearfix-xs > [class*="media"] .media-object {
    width: 100% !important;
    height: auto !important;
  }
  .media-clearfix-xs > .media-body {
    width: auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-clearfix-sm > .pull-left,
  .media-clearfix-sm > .pull-right,
  .media-clearfix-sm > .media-left,
  .media-clearfix-sm > .media-right {
    float: none !important;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    height: auto !important;
    padding: 0 !important;
  }
  .media-clearfix-sm > [class*="media"] .media-object {
    width: 100% !important;
    height: auto !important;
  }
  .media-clearfix-sm > .media-body {
    width: auto;
    display: block;
  }
}
.border-bottom {
  border-bottom: 1px solid #e2e9e6;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.relative,
.ribbon-wrapper {
  position: relative !important;
}
.h-center {
  margin-left: auto;
  margin-right: auto;
}
.v-cell {
  display: table-cell;
  vertical-align: middle;
}
.absolute {
  position: absolute;
}
.absolute.top {
  top: 0;
}
.absolute.bottom {
  bottom: 0;
}
.absolute.left {
  left: 0;
}
.absolute.right {
  right: 0;
}
.panel-body > .absolute.bottom {
  bottom: 15px;
}
.panel-body > .absolute.left {
  left: 15px;
}
.panel-body > .absolute.right {
  right: 15px;
}
.list-group-item > .absolute.bottom {
  bottom: 10px;
}
.list-group-item > .absolute.left {
  left: 15px;
}
.list-group-item > .absolute.right {
  right: 15px;
}
.overflow-hidden,
.ribbon-wrapper {
  overflow: hidden;
}
.display-inline-block {
  display: inline-block;
}
.boxed {
  border: 1px solid #efefef;
  padding: 10px;
}
.display-none {
  display: none;
}
.bg-primary {
  background: #ef969a;
  color: #fff;
}
.bg-white {
  background: #ffffff;
}
.bg-default {
  background: #f6f6f6;
  color: #808080;
}
.bg-purple {
  background: #9d8ac7;
  color: #fff;
}
.bg-brown {
  background: #c3a961;
  color: #fff;
}
.bg-danger {
  background: #bd362f;
  color: #fff;
}
.bg-lightred {
  background: #e15258;
  color: #fff;
}
.bg-gray-dark {
  background: #555;
  color: #fff;
}
.bg-transparent {
  background: transparent !important;
}
.height-50 {
  height: 50px !important;
}
.height-60 {
  height: 60px !important;
}
.height-70 {
  height: 70px !important;
}
.height-80 {
  height: 80px !important;
}
.height-90 {
  height: 90px !important;
}
.height-100 {
  height: 100px !important;
}
.height-110 {
  height: 110px !important;
}
.height-120 {
  height: 120px !important;
}
.height-130 {
  height: 130px !important;
}
.height-140 {
  height: 140px !important;
}
.height-150 {
  height: 150px !important;
}
.height-160 {
  height: 160px !important;
}
.height-170 {
  height: 170px !important;
}
.height-180 {
  height: 180px !important;
}
.height-190 {
  height: 190px !important;
}
.height-200 {
  height: 200px !important;
}
.height-210 {
  height: 210px !important;
}
.height-220 {
  height: 220px !important;
}
.height-230 {
  height: 230px !important;
}
.height-240 {
  height: 240px !important;
}
.height-250 {
  height: 250px !important;
}
.height-260 {
  height: 260px !important;
}
.height-270 {
  height: 270px !important;
}
.height-280 {
  height: 280px !important;
}
.height-290 {
  height: 290px !important;
}
.height-300 {
  height: 300px !important;
}
.height-310 {
  height: 310px !important;
}
.height-320 {
  height: 320px !important;
}
.height-330 {
  height: 330px !important;
}
.height-340 {
  height: 340px !important;
}
.height-350 {
  height: 350px !important;
}
.height-360 {
  height: 360px !important;
}
.height-370 {
  height: 370px !important;
}
.height-380 {
  height: 380px !important;
}
.height-390 {
  height: 390px !important;
}
.height-400 {
  height: 400px !important;
}
.height-410 {
  height: 410px !important;
}
.height-420 {
  height: 420px !important;
}
.height-430 {
  height: 430px !important;
}
.height-440 {
  height: 440px !important;
}
.height-450 {
  height: 450px !important;
}
.height-460 {
  height: 460px !important;
}
.height-470 {
  height: 470px !important;
}
.height-480 {
  height: 480px !important;
}
.height-490 {
  height: 490px !important;
}
.height-500 {
  height: 500px !important;
}
.height-510 {
  height: 510px !important;
}
.height-520 {
  height: 520px !important;
}
.height-530 {
  height: 530px !important;
}
.height-540 {
  height: 540px !important;
}
.height-550 {
  height: 550px !important;
}
.height-560 {
  height: 560px !important;
}
.height-570 {
  height: 570px !important;
}
.height-580 {
  height: 580px !important;
}
.height-590 {
  height: 590px !important;
}
.height-600 {
  height: 600px !important;
}
.max-height-50 {
  max-height: 50px !important;
}
.max-height-60 {
  max-height: 60px !important;
}
.max-height-70 {
  max-height: 70px !important;
}
.max-height-80 {
  max-height: 80px !important;
}
.max-height-90 {
  max-height: 90px !important;
}
.max-height-100 {
  max-height: 100px !important;
}
.max-height-110 {
  max-height: 110px !important;
}
.max-height-120 {
  max-height: 120px !important;
}
.max-height-130 {
  max-height: 130px !important;
}
.max-height-140 {
  max-height: 140px !important;
}
.max-height-150 {
  max-height: 150px !important;
}
.max-height-160 {
  max-height: 160px !important;
}
.max-height-170 {
  max-height: 170px !important;
}
.max-height-180 {
  max-height: 180px !important;
}
.max-height-190 {
  max-height: 190px !important;
}
.max-height-200 {
  max-height: 200px !important;
}
.max-height-210 {
  max-height: 210px !important;
}
.max-height-220 {
  max-height: 220px !important;
}
.max-height-230 {
  max-height: 230px !important;
}
.max-height-240 {
  max-height: 240px !important;
}
.max-height-250 {
  max-height: 250px !important;
}
.max-height-260 {
  max-height: 260px !important;
}
.max-height-270 {
  max-height: 270px !important;
}
.max-height-280 {
  max-height: 280px !important;
}
.max-height-290 {
  max-height: 290px !important;
}
.max-height-300 {
  max-height: 300px !important;
}
.max-height-310 {
  max-height: 310px !important;
}
.max-height-320 {
  max-height: 320px !important;
}
.max-height-330 {
  max-height: 330px !important;
}
.max-height-340 {
  max-height: 340px !important;
}
.max-height-350 {
  max-height: 350px !important;
}
.max-height-360 {
  max-height: 360px !important;
}
.max-height-370 {
  max-height: 370px !important;
}
.max-height-380 {
  max-height: 380px !important;
}
.max-height-390 {
  max-height: 390px !important;
}
.max-height-400 {
  max-height: 400px !important;
}
.max-height-410 {
  max-height: 410px !important;
}
.max-height-420 {
  max-height: 420px !important;
}
.max-height-430 {
  max-height: 430px !important;
}
.max-height-440 {
  max-height: 440px !important;
}
.max-height-450 {
  max-height: 450px !important;
}
.max-height-460 {
  max-height: 460px !important;
}
.max-height-470 {
  max-height: 470px !important;
}
.max-height-480 {
  max-height: 480px !important;
}
.max-height-490 {
  max-height: 490px !important;
}
.max-height-500 {
  max-height: 500px !important;
}
.max-height-510 {
  max-height: 510px !important;
}
.max-height-520 {
  max-height: 520px !important;
}
.max-height-530 {
  max-height: 530px !important;
}
.max-height-540 {
  max-height: 540px !important;
}
.max-height-550 {
  max-height: 550px !important;
}
.max-height-560 {
  max-height: 560px !important;
}
.max-height-570 {
  max-height: 570px !important;
}
.max-height-580 {
  max-height: 580px !important;
}
.max-height-590 {
  max-height: 590px !important;
}
.max-height-600 {
  max-height: 600px !important;
}
.width-50 {
  width: 50px !important;
}
.width-60 {
  width: 60px !important;
}
.width-70 {
  width: 70px !important;
}
.width-80 {
  width: 80px !important;
}
.width-90 {
  width: 90px !important;
}
.width-100 {
  width: 100px !important;
}
.width-110 {
  width: 110px !important;
}
.width-120 {
  width: 120px !important;
}
.width-130 {
  width: 130px !important;
}
.width-140 {
  width: 140px !important;
}
.width-150 {
  width: 150px !important;
}
.width-160 {
  width: 160px !important;
}
.width-170 {
  width: 170px !important;
}
.width-180 {
  width: 180px !important;
}
.width-190 {
  width: 190px !important;
}
.width-200 {
  width: 200px !important;
}
.width-210 {
  width: 210px !important;
}
.width-220 {
  width: 220px !important;
}
.width-230 {
  width: 230px !important;
}
.width-240 {
  width: 240px !important;
}
.width-250 {
  width: 250px !important;
}
.width-260 {
  width: 260px !important;
}
.width-270 {
  width: 270px !important;
}
.width-280 {
  width: 280px !important;
}
.width-290 {
  width: 290px !important;
}
.width-300 {
  width: 300px !important;
}
.width-310 {
  width: 310px !important;
}
.width-320 {
  width: 320px !important;
}
.width-330 {
  width: 330px !important;
}
.width-340 {
  width: 340px !important;
}
.width-350 {
  width: 350px !important;
}
.width-360 {
  width: 360px !important;
}
.width-370 {
  width: 370px !important;
}
.width-380 {
  width: 380px !important;
}
.width-390 {
  width: 390px !important;
}
.width-400 {
  width: 400px !important;
}
.width-410 {
  width: 410px !important;
}
.width-420 {
  width: 420px !important;
}
.width-430 {
  width: 430px !important;
}
.width-440 {
  width: 440px !important;
}
.width-450 {
  width: 450px !important;
}
.width-460 {
  width: 460px !important;
}
.width-470 {
  width: 470px !important;
}
.width-480 {
  width: 480px !important;
}
.width-490 {
  width: 490px !important;
}
.width-500 {
  width: 500px !important;
}
.width-510 {
  width: 510px !important;
}
.width-520 {
  width: 520px !important;
}
.width-530 {
  width: 530px !important;
}
.width-540 {
  width: 540px !important;
}
.width-550 {
  width: 550px !important;
}
.width-560 {
  width: 560px !important;
}
.width-570 {
  width: 570px !important;
}
.width-580 {
  width: 580px !important;
}
.width-590 {
  width: 590px !important;
}
.width-600 {
  width: 600px !important;
}
.max-width-50 {
  max-width: 50px !important;
}
.max-width-60 {
  max-width: 60px !important;
}
.max-width-70 {
  max-width: 70px !important;
}
.max-width-80 {
  max-width: 80px !important;
}
.max-width-90 {
  max-width: 90px !important;
}
.max-width-100 {
  max-width: 100px !important;
}
.max-width-110 {
  max-width: 110px !important;
}
.max-width-120 {
  max-width: 120px !important;
}
.max-width-130 {
  max-width: 130px !important;
}
.max-width-140 {
  max-width: 140px !important;
}
.max-width-150 {
  max-width: 150px !important;
}
.max-width-160 {
  max-width: 160px !important;
}
.max-width-170 {
  max-width: 170px !important;
}
.max-width-180 {
  max-width: 180px !important;
}
.max-width-190 {
  max-width: 190px !important;
}
.max-width-200 {
  max-width: 200px !important;
}
.max-width-210 {
  max-width: 210px !important;
}
.max-width-220 {
  max-width: 220px !important;
}
.max-width-230 {
  max-width: 230px !important;
}
.max-width-240 {
  max-width: 240px !important;
}
.max-width-250 {
  max-width: 250px !important;
}
.max-width-260 {
  max-width: 260px !important;
}
.max-width-270 {
  max-width: 270px !important;
}
.max-width-280 {
  max-width: 280px !important;
}
.max-width-290 {
  max-width: 290px !important;
}
.max-width-300 {
  max-width: 300px !important;
}
.max-width-310 {
  max-width: 310px !important;
}
.max-width-320 {
  max-width: 320px !important;
}
.max-width-330 {
  max-width: 330px !important;
}
.max-width-340 {
  max-width: 340px !important;
}
.max-width-350 {
  max-width: 350px !important;
}
.max-width-360 {
  max-width: 360px !important;
}
.max-width-370 {
  max-width: 370px !important;
}
.max-width-380 {
  max-width: 380px !important;
}
.max-width-390 {
  max-width: 390px !important;
}
.max-width-400 {
  max-width: 400px !important;
}
.max-width-410 {
  max-width: 410px !important;
}
.max-width-420 {
  max-width: 420px !important;
}
.max-width-430 {
  max-width: 430px !important;
}
.max-width-440 {
  max-width: 440px !important;
}
.max-width-450 {
  max-width: 450px !important;
}
.max-width-460 {
  max-width: 460px !important;
}
.max-width-470 {
  max-width: 470px !important;
}
.max-width-480 {
  max-width: 480px !important;
}
.max-width-490 {
  max-width: 490px !important;
}
.max-width-500 {
  max-width: 500px !important;
}
.max-width-510 {
  max-width: 510px !important;
}
.max-width-520 {
  max-width: 520px !important;
}
.max-width-530 {
  max-width: 530px !important;
}
.max-width-540 {
  max-width: 540px !important;
}
.max-width-550 {
  max-width: 550px !important;
}
.max-width-560 {
  max-width: 560px !important;
}
.max-width-570 {
  max-width: 570px !important;
}
.max-width-580 {
  max-width: 580px !important;
}
.max-width-590 {
  max-width: 590px !important;
}
.max-width-600 {
  max-width: 600px !important;
}
.width-auto {
  width: auto !important;
}
.height-auto {
  height: auto !important;
}
.width-100pc {
  width: 100% !important;
}
@media (max-width: 768px) {
  .height-50-xs {
    height: 50px !important;
  }
  .height-60-xs {
    height: 60px !important;
  }
  .height-70-xs {
    height: 70px !important;
  }
  .height-80-xs {
    height: 80px !important;
  }
  .height-90-xs {
    height: 90px !important;
  }
  .height-100-xs {
    height: 100px !important;
  }
  .height-110-xs {
    height: 110px !important;
  }
  .height-120-xs {
    height: 120px !important;
  }
  .height-130-xs {
    height: 130px !important;
  }
  .height-140-xs {
    height: 140px !important;
  }
  .height-150-xs {
    height: 150px !important;
  }
  .height-160-xs {
    height: 160px !important;
  }
  .height-170-xs {
    height: 170px !important;
  }
  .height-180-xs {
    height: 180px !important;
  }
  .height-190-xs {
    height: 190px !important;
  }
  .height-200-xs {
    height: 200px !important;
  }
  .height-210-xs {
    height: 210px !important;
  }
  .height-220-xs {
    height: 220px !important;
  }
  .height-230-xs {
    height: 230px !important;
  }
  .height-240-xs {
    height: 240px !important;
  }
  .height-250-xs {
    height: 250px !important;
  }
  .height-260-xs {
    height: 260px !important;
  }
  .height-270-xs {
    height: 270px !important;
  }
  .height-280-xs {
    height: 280px !important;
  }
  .height-290-xs {
    height: 290px !important;
  }
  .height-300-xs {
    height: 300px !important;
  }
  .height-310-xs {
    height: 310px !important;
  }
  .height-320-xs {
    height: 320px !important;
  }
  .height-330-xs {
    height: 330px !important;
  }
  .height-340-xs {
    height: 340px !important;
  }
  .height-350-xs {
    height: 350px !important;
  }
  .height-360-xs {
    height: 360px !important;
  }
  .height-370-xs {
    height: 370px !important;
  }
  .height-380-xs {
    height: 380px !important;
  }
  .height-390-xs {
    height: 390px !important;
  }
  .height-400-xs {
    height: 400px !important;
  }
  .height-410-xs {
    height: 410px !important;
  }
  .height-420-xs {
    height: 420px !important;
  }
  .height-430-xs {
    height: 430px !important;
  }
  .height-440-xs {
    height: 440px !important;
  }
  .height-450-xs {
    height: 450px !important;
  }
  .height-460-xs {
    height: 460px !important;
  }
  .height-470-xs {
    height: 470px !important;
  }
  .height-480-xs {
    height: 480px !important;
  }
  .height-490-xs {
    height: 490px !important;
  }
  .height-500-xs {
    height: 500px !important;
  }
  .height-510-xs {
    height: 510px !important;
  }
  .height-520-xs {
    height: 520px !important;
  }
  .height-530-xs {
    height: 530px !important;
  }
  .height-540-xs {
    height: 540px !important;
  }
  .height-550-xs {
    height: 550px !important;
  }
  .height-560-xs {
    height: 560px !important;
  }
  .height-570-xs {
    height: 570px !important;
  }
  .height-580-xs {
    height: 580px !important;
  }
  .height-590-xs {
    height: 590px !important;
  }
  .height-600-xs {
    height: 600px !important;
  }
  .max-height-50-xs {
    max-height: 50px !important;
  }
  .max-height-60-xs {
    max-height: 60px !important;
  }
  .max-height-70-xs {
    max-height: 70px !important;
  }
  .max-height-80-xs {
    max-height: 80px !important;
  }
  .max-height-90-xs {
    max-height: 90px !important;
  }
  .max-height-100-xs {
    max-height: 100px !important;
  }
  .max-height-110-xs {
    max-height: 110px !important;
  }
  .max-height-120-xs {
    max-height: 120px !important;
  }
  .max-height-130-xs {
    max-height: 130px !important;
  }
  .max-height-140-xs {
    max-height: 140px !important;
  }
  .max-height-150-xs {
    max-height: 150px !important;
  }
  .max-height-160-xs {
    max-height: 160px !important;
  }
  .max-height-170-xs {
    max-height: 170px !important;
  }
  .max-height-180-xs {
    max-height: 180px !important;
  }
  .max-height-190-xs {
    max-height: 190px !important;
  }
  .max-height-200-xs {
    max-height: 200px !important;
  }
  .max-height-210-xs {
    max-height: 210px !important;
  }
  .max-height-220-xs {
    max-height: 220px !important;
  }
  .max-height-230-xs {
    max-height: 230px !important;
  }
  .max-height-240-xs {
    max-height: 240px !important;
  }
  .max-height-250-xs {
    max-height: 250px !important;
  }
  .max-height-260-xs {
    max-height: 260px !important;
  }
  .max-height-270-xs {
    max-height: 270px !important;
  }
  .max-height-280-xs {
    max-height: 280px !important;
  }
  .max-height-290-xs {
    max-height: 290px !important;
  }
  .max-height-300-xs {
    max-height: 300px !important;
  }
  .max-height-310-xs {
    max-height: 310px !important;
  }
  .max-height-320-xs {
    max-height: 320px !important;
  }
  .max-height-330-xs {
    max-height: 330px !important;
  }
  .max-height-340-xs {
    max-height: 340px !important;
  }
  .max-height-350-xs {
    max-height: 350px !important;
  }
  .max-height-360-xs {
    max-height: 360px !important;
  }
  .max-height-370-xs {
    max-height: 370px !important;
  }
  .max-height-380-xs {
    max-height: 380px !important;
  }
  .max-height-390-xs {
    max-height: 390px !important;
  }
  .max-height-400-xs {
    max-height: 400px !important;
  }
  .max-height-410-xs {
    max-height: 410px !important;
  }
  .max-height-420-xs {
    max-height: 420px !important;
  }
  .max-height-430-xs {
    max-height: 430px !important;
  }
  .max-height-440-xs {
    max-height: 440px !important;
  }
  .max-height-450-xs {
    max-height: 450px !important;
  }
  .max-height-460-xs {
    max-height: 460px !important;
  }
  .max-height-470-xs {
    max-height: 470px !important;
  }
  .max-height-480-xs {
    max-height: 480px !important;
  }
  .max-height-490-xs {
    max-height: 490px !important;
  }
  .max-height-500-xs {
    max-height: 500px !important;
  }
  .max-height-510-xs {
    max-height: 510px !important;
  }
  .max-height-520-xs {
    max-height: 520px !important;
  }
  .max-height-530-xs {
    max-height: 530px !important;
  }
  .max-height-540-xs {
    max-height: 540px !important;
  }
  .max-height-550-xs {
    max-height: 550px !important;
  }
  .max-height-560-xs {
    max-height: 560px !important;
  }
  .max-height-570-xs {
    max-height: 570px !important;
  }
  .max-height-580-xs {
    max-height: 580px !important;
  }
  .max-height-590-xs {
    max-height: 590px !important;
  }
  .max-height-600-xs {
    max-height: 600px !important;
  }
  .width-50-xs {
    width: 50px !important;
  }
  .width-60-xs {
    width: 60px !important;
  }
  .width-70-xs {
    width: 70px !important;
  }
  .width-80-xs {
    width: 80px !important;
  }
  .width-90-xs {
    width: 90px !important;
  }
  .width-100-xs {
    width: 100px !important;
  }
  .width-110-xs {
    width: 110px !important;
  }
  .width-120-xs {
    width: 120px !important;
  }
  .width-130-xs {
    width: 130px !important;
  }
  .width-140-xs {
    width: 140px !important;
  }
  .width-150-xs {
    width: 150px !important;
  }
  .width-160-xs {
    width: 160px !important;
  }
  .width-170-xs {
    width: 170px !important;
  }
  .width-180-xs {
    width: 180px !important;
  }
  .width-190-xs {
    width: 190px !important;
  }
  .width-200-xs {
    width: 200px !important;
  }
  .width-210-xs {
    width: 210px !important;
  }
  .width-220-xs {
    width: 220px !important;
  }
  .width-230-xs {
    width: 230px !important;
  }
  .width-240-xs {
    width: 240px !important;
  }
  .width-250-xs {
    width: 250px !important;
  }
  .width-260-xs {
    width: 260px !important;
  }
  .width-270-xs {
    width: 270px !important;
  }
  .width-280-xs {
    width: 280px !important;
  }
  .width-290-xs {
    width: 290px !important;
  }
  .width-300-xs {
    width: 300px !important;
  }
  .width-310-xs {
    width: 310px !important;
  }
  .width-320-xs {
    width: 320px !important;
  }
  .width-330-xs {
    width: 330px !important;
  }
  .width-340-xs {
    width: 340px !important;
  }
  .width-350-xs {
    width: 350px !important;
  }
  .width-360-xs {
    width: 360px !important;
  }
  .width-370-xs {
    width: 370px !important;
  }
  .width-380-xs {
    width: 380px !important;
  }
  .width-390-xs {
    width: 390px !important;
  }
  .width-400-xs {
    width: 400px !important;
  }
  .width-410-xs {
    width: 410px !important;
  }
  .width-420-xs {
    width: 420px !important;
  }
  .width-430-xs {
    width: 430px !important;
  }
  .width-440-xs {
    width: 440px !important;
  }
  .width-450-xs {
    width: 450px !important;
  }
  .width-460-xs {
    width: 460px !important;
  }
  .width-470-xs {
    width: 470px !important;
  }
  .width-480-xs {
    width: 480px !important;
  }
  .width-490-xs {
    width: 490px !important;
  }
  .width-500-xs {
    width: 500px !important;
  }
  .width-510-xs {
    width: 510px !important;
  }
  .width-520-xs {
    width: 520px !important;
  }
  .width-530-xs {
    width: 530px !important;
  }
  .width-540-xs {
    width: 540px !important;
  }
  .width-550-xs {
    width: 550px !important;
  }
  .width-560-xs {
    width: 560px !important;
  }
  .width-570-xs {
    width: 570px !important;
  }
  .width-580-xs {
    width: 580px !important;
  }
  .width-590-xs {
    width: 590px !important;
  }
  .width-600-xs {
    width: 600px !important;
  }
  .max-width-50-xs {
    max-width: 50px !important;
  }
  .max-width-60-xs {
    max-width: 60px !important;
  }
  .max-width-70-xs {
    max-width: 70px !important;
  }
  .max-width-80-xs {
    max-width: 80px !important;
  }
  .max-width-90-xs {
    max-width: 90px !important;
  }
  .max-width-100-xs {
    max-width: 100px !important;
  }
  .max-width-110-xs {
    max-width: 110px !important;
  }
  .max-width-120-xs {
    max-width: 120px !important;
  }
  .max-width-130-xs {
    max-width: 130px !important;
  }
  .max-width-140-xs {
    max-width: 140px !important;
  }
  .max-width-150-xs {
    max-width: 150px !important;
  }
  .max-width-160-xs {
    max-width: 160px !important;
  }
  .max-width-170-xs {
    max-width: 170px !important;
  }
  .max-width-180-xs {
    max-width: 180px !important;
  }
  .max-width-190-xs {
    max-width: 190px !important;
  }
  .max-width-200-xs {
    max-width: 200px !important;
  }
  .max-width-210-xs {
    max-width: 210px !important;
  }
  .max-width-220-xs {
    max-width: 220px !important;
  }
  .max-width-230-xs {
    max-width: 230px !important;
  }
  .max-width-240-xs {
    max-width: 240px !important;
  }
  .max-width-250-xs {
    max-width: 250px !important;
  }
  .max-width-260-xs {
    max-width: 260px !important;
  }
  .max-width-270-xs {
    max-width: 270px !important;
  }
  .max-width-280-xs {
    max-width: 280px !important;
  }
  .max-width-290-xs {
    max-width: 290px !important;
  }
  .max-width-300-xs {
    max-width: 300px !important;
  }
  .max-width-310-xs {
    max-width: 310px !important;
  }
  .max-width-320-xs {
    max-width: 320px !important;
  }
  .max-width-330-xs {
    max-width: 330px !important;
  }
  .max-width-340-xs {
    max-width: 340px !important;
  }
  .max-width-350-xs {
    max-width: 350px !important;
  }
  .max-width-360-xs {
    max-width: 360px !important;
  }
  .max-width-370-xs {
    max-width: 370px !important;
  }
  .max-width-380-xs {
    max-width: 380px !important;
  }
  .max-width-390-xs {
    max-width: 390px !important;
  }
  .max-width-400-xs {
    max-width: 400px !important;
  }
  .max-width-410-xs {
    max-width: 410px !important;
  }
  .max-width-420-xs {
    max-width: 420px !important;
  }
  .max-width-430-xs {
    max-width: 430px !important;
  }
  .max-width-440-xs {
    max-width: 440px !important;
  }
  .max-width-450-xs {
    max-width: 450px !important;
  }
  .max-width-460-xs {
    max-width: 460px !important;
  }
  .max-width-470-xs {
    max-width: 470px !important;
  }
  .max-width-480-xs {
    max-width: 480px !important;
  }
  .max-width-490-xs {
    max-width: 490px !important;
  }
  .max-width-500-xs {
    max-width: 500px !important;
  }
  .max-width-510-xs {
    max-width: 510px !important;
  }
  .max-width-520-xs {
    max-width: 520px !important;
  }
  .max-width-530-xs {
    max-width: 530px !important;
  }
  .max-width-540-xs {
    max-width: 540px !important;
  }
  .max-width-550-xs {
    max-width: 550px !important;
  }
  .max-width-560-xs {
    max-width: 560px !important;
  }
  .max-width-570-xs {
    max-width: 570px !important;
  }
  .max-width-580-xs {
    max-width: 580px !important;
  }
  .max-width-590-xs {
    max-width: 590px !important;
  }
  .max-width-600-xs {
    max-width: 600px !important;
  }
  .width-auto-xs {
    width: auto !important;
  }
  .height-auto-xs {
    height: auto !important;
  }
  .width-100pc-xs {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .height-50-sm {
    height: 50px !important;
  }
  .height-60-sm {
    height: 60px !important;
  }
  .height-70-sm {
    height: 70px !important;
  }
  .height-80-sm {
    height: 80px !important;
  }
  .height-90-sm {
    height: 90px !important;
  }
  .height-100-sm {
    height: 100px !important;
  }
  .height-110-sm {
    height: 110px !important;
  }
  .height-120-sm {
    height: 120px !important;
  }
  .height-130-sm {
    height: 130px !important;
  }
  .height-140-sm {
    height: 140px !important;
  }
  .height-150-sm {
    height: 150px !important;
  }
  .height-160-sm {
    height: 160px !important;
  }
  .height-170-sm {
    height: 170px !important;
  }
  .height-180-sm {
    height: 180px !important;
  }
  .height-190-sm {
    height: 190px !important;
  }
  .height-200-sm {
    height: 200px !important;
  }
  .height-210-sm {
    height: 210px !important;
  }
  .height-220-sm {
    height: 220px !important;
  }
  .height-230-sm {
    height: 230px !important;
  }
  .height-240-sm {
    height: 240px !important;
  }
  .height-250-sm {
    height: 250px !important;
  }
  .height-260-sm {
    height: 260px !important;
  }
  .height-270-sm {
    height: 270px !important;
  }
  .height-280-sm {
    height: 280px !important;
  }
  .height-290-sm {
    height: 290px !important;
  }
  .height-300-sm {
    height: 300px !important;
  }
  .height-310-sm {
    height: 310px !important;
  }
  .height-320-sm {
    height: 320px !important;
  }
  .height-330-sm {
    height: 330px !important;
  }
  .height-340-sm {
    height: 340px !important;
  }
  .height-350-sm {
    height: 350px !important;
  }
  .height-360-sm {
    height: 360px !important;
  }
  .height-370-sm {
    height: 370px !important;
  }
  .height-380-sm {
    height: 380px !important;
  }
  .height-390-sm {
    height: 390px !important;
  }
  .height-400-sm {
    height: 400px !important;
  }
  .height-410-sm {
    height: 410px !important;
  }
  .height-420-sm {
    height: 420px !important;
  }
  .height-430-sm {
    height: 430px !important;
  }
  .height-440-sm {
    height: 440px !important;
  }
  .height-450-sm {
    height: 450px !important;
  }
  .height-460-sm {
    height: 460px !important;
  }
  .height-470-sm {
    height: 470px !important;
  }
  .height-480-sm {
    height: 480px !important;
  }
  .height-490-sm {
    height: 490px !important;
  }
  .height-500-sm {
    height: 500px !important;
  }
  .height-510-sm {
    height: 510px !important;
  }
  .height-520-sm {
    height: 520px !important;
  }
  .height-530-sm {
    height: 530px !important;
  }
  .height-540-sm {
    height: 540px !important;
  }
  .height-550-sm {
    height: 550px !important;
  }
  .height-560-sm {
    height: 560px !important;
  }
  .height-570-sm {
    height: 570px !important;
  }
  .height-580-sm {
    height: 580px !important;
  }
  .height-590-sm {
    height: 590px !important;
  }
  .height-600-sm {
    height: 600px !important;
  }
  .max-height-50-sm {
    max-height: 50px !important;
  }
  .max-height-60-sm {
    max-height: 60px !important;
  }
  .max-height-70-sm {
    max-height: 70px !important;
  }
  .max-height-80-sm {
    max-height: 80px !important;
  }
  .max-height-90-sm {
    max-height: 90px !important;
  }
  .max-height-100-sm {
    max-height: 100px !important;
  }
  .max-height-110-sm {
    max-height: 110px !important;
  }
  .max-height-120-sm {
    max-height: 120px !important;
  }
  .max-height-130-sm {
    max-height: 130px !important;
  }
  .max-height-140-sm {
    max-height: 140px !important;
  }
  .max-height-150-sm {
    max-height: 150px !important;
  }
  .max-height-160-sm {
    max-height: 160px !important;
  }
  .max-height-170-sm {
    max-height: 170px !important;
  }
  .max-height-180-sm {
    max-height: 180px !important;
  }
  .max-height-190-sm {
    max-height: 190px !important;
  }
  .max-height-200-sm {
    max-height: 200px !important;
  }
  .max-height-210-sm {
    max-height: 210px !important;
  }
  .max-height-220-sm {
    max-height: 220px !important;
  }
  .max-height-230-sm {
    max-height: 230px !important;
  }
  .max-height-240-sm {
    max-height: 240px !important;
  }
  .max-height-250-sm {
    max-height: 250px !important;
  }
  .max-height-260-sm {
    max-height: 260px !important;
  }
  .max-height-270-sm {
    max-height: 270px !important;
  }
  .max-height-280-sm {
    max-height: 280px !important;
  }
  .max-height-290-sm {
    max-height: 290px !important;
  }
  .max-height-300-sm {
    max-height: 300px !important;
  }
  .max-height-310-sm {
    max-height: 310px !important;
  }
  .max-height-320-sm {
    max-height: 320px !important;
  }
  .max-height-330-sm {
    max-height: 330px !important;
  }
  .max-height-340-sm {
    max-height: 340px !important;
  }
  .max-height-350-sm {
    max-height: 350px !important;
  }
  .max-height-360-sm {
    max-height: 360px !important;
  }
  .max-height-370-sm {
    max-height: 370px !important;
  }
  .max-height-380-sm {
    max-height: 380px !important;
  }
  .max-height-390-sm {
    max-height: 390px !important;
  }
  .max-height-400-sm {
    max-height: 400px !important;
  }
  .max-height-410-sm {
    max-height: 410px !important;
  }
  .max-height-420-sm {
    max-height: 420px !important;
  }
  .max-height-430-sm {
    max-height: 430px !important;
  }
  .max-height-440-sm {
    max-height: 440px !important;
  }
  .max-height-450-sm {
    max-height: 450px !important;
  }
  .max-height-460-sm {
    max-height: 460px !important;
  }
  .max-height-470-sm {
    max-height: 470px !important;
  }
  .max-height-480-sm {
    max-height: 480px !important;
  }
  .max-height-490-sm {
    max-height: 490px !important;
  }
  .max-height-500-sm {
    max-height: 500px !important;
  }
  .max-height-510-sm {
    max-height: 510px !important;
  }
  .max-height-520-sm {
    max-height: 520px !important;
  }
  .max-height-530-sm {
    max-height: 530px !important;
  }
  .max-height-540-sm {
    max-height: 540px !important;
  }
  .max-height-550-sm {
    max-height: 550px !important;
  }
  .max-height-560-sm {
    max-height: 560px !important;
  }
  .max-height-570-sm {
    max-height: 570px !important;
  }
  .max-height-580-sm {
    max-height: 580px !important;
  }
  .max-height-590-sm {
    max-height: 590px !important;
  }
  .max-height-600-sm {
    max-height: 600px !important;
  }
  .width-50-sm {
    width: 50px !important;
  }
  .width-60-sm {
    width: 60px !important;
  }
  .width-70-sm {
    width: 70px !important;
  }
  .width-80-sm {
    width: 80px !important;
  }
  .width-90-sm {
    width: 90px !important;
  }
  .width-100-sm {
    width: 100px !important;
  }
  .width-110-sm {
    width: 110px !important;
  }
  .width-120-sm {
    width: 120px !important;
  }
  .width-130-sm {
    width: 130px !important;
  }
  .width-140-sm {
    width: 140px !important;
  }
  .width-150-sm {
    width: 150px !important;
  }
  .width-160-sm {
    width: 160px !important;
  }
  .width-170-sm {
    width: 170px !important;
  }
  .width-180-sm {
    width: 180px !important;
  }
  .width-190-sm {
    width: 190px !important;
  }
  .width-200-sm {
    width: 200px !important;
  }
  .width-210-sm {
    width: 210px !important;
  }
  .width-220-sm {
    width: 220px !important;
  }
  .width-230-sm {
    width: 230px !important;
  }
  .width-240-sm {
    width: 240px !important;
  }
  .width-250-sm {
    width: 250px !important;
  }
  .width-260-sm {
    width: 260px !important;
  }
  .width-270-sm {
    width: 270px !important;
  }
  .width-280-sm {
    width: 280px !important;
  }
  .width-290-sm {
    width: 290px !important;
  }
  .width-300-sm {
    width: 300px !important;
  }
  .width-310-sm {
    width: 310px !important;
  }
  .width-320-sm {
    width: 320px !important;
  }
  .width-330-sm {
    width: 330px !important;
  }
  .width-340-sm {
    width: 340px !important;
  }
  .width-350-sm {
    width: 350px !important;
  }
  .width-360-sm {
    width: 360px !important;
  }
  .width-370-sm {
    width: 370px !important;
  }
  .width-380-sm {
    width: 380px !important;
  }
  .width-390-sm {
    width: 390px !important;
  }
  .width-400-sm {
    width: 400px !important;
  }
  .width-410-sm {
    width: 410px !important;
  }
  .width-420-sm {
    width: 420px !important;
  }
  .width-430-sm {
    width: 430px !important;
  }
  .width-440-sm {
    width: 440px !important;
  }
  .width-450-sm {
    width: 450px !important;
  }
  .width-460-sm {
    width: 460px !important;
  }
  .width-470-sm {
    width: 470px !important;
  }
  .width-480-sm {
    width: 480px !important;
  }
  .width-490-sm {
    width: 490px !important;
  }
  .width-500-sm {
    width: 500px !important;
  }
  .width-510-sm {
    width: 510px !important;
  }
  .width-520-sm {
    width: 520px !important;
  }
  .width-530-sm {
    width: 530px !important;
  }
  .width-540-sm {
    width: 540px !important;
  }
  .width-550-sm {
    width: 550px !important;
  }
  .width-560-sm {
    width: 560px !important;
  }
  .width-570-sm {
    width: 570px !important;
  }
  .width-580-sm {
    width: 580px !important;
  }
  .width-590-sm {
    width: 590px !important;
  }
  .width-600-sm {
    width: 600px !important;
  }
  .max-width-50-sm {
    max-width: 50px !important;
  }
  .max-width-60-sm {
    max-width: 60px !important;
  }
  .max-width-70-sm {
    max-width: 70px !important;
  }
  .max-width-80-sm {
    max-width: 80px !important;
  }
  .max-width-90-sm {
    max-width: 90px !important;
  }
  .max-width-100-sm {
    max-width: 100px !important;
  }
  .max-width-110-sm {
    max-width: 110px !important;
  }
  .max-width-120-sm {
    max-width: 120px !important;
  }
  .max-width-130-sm {
    max-width: 130px !important;
  }
  .max-width-140-sm {
    max-width: 140px !important;
  }
  .max-width-150-sm {
    max-width: 150px !important;
  }
  .max-width-160-sm {
    max-width: 160px !important;
  }
  .max-width-170-sm {
    max-width: 170px !important;
  }
  .max-width-180-sm {
    max-width: 180px !important;
  }
  .max-width-190-sm {
    max-width: 190px !important;
  }
  .max-width-200-sm {
    max-width: 200px !important;
  }
  .max-width-210-sm {
    max-width: 210px !important;
  }
  .max-width-220-sm {
    max-width: 220px !important;
  }
  .max-width-230-sm {
    max-width: 230px !important;
  }
  .max-width-240-sm {
    max-width: 240px !important;
  }
  .max-width-250-sm {
    max-width: 250px !important;
  }
  .max-width-260-sm {
    max-width: 260px !important;
  }
  .max-width-270-sm {
    max-width: 270px !important;
  }
  .max-width-280-sm {
    max-width: 280px !important;
  }
  .max-width-290-sm {
    max-width: 290px !important;
  }
  .max-width-300-sm {
    max-width: 300px !important;
  }
  .max-width-310-sm {
    max-width: 310px !important;
  }
  .max-width-320-sm {
    max-width: 320px !important;
  }
  .max-width-330-sm {
    max-width: 330px !important;
  }
  .max-width-340-sm {
    max-width: 340px !important;
  }
  .max-width-350-sm {
    max-width: 350px !important;
  }
  .max-width-360-sm {
    max-width: 360px !important;
  }
  .max-width-370-sm {
    max-width: 370px !important;
  }
  .max-width-380-sm {
    max-width: 380px !important;
  }
  .max-width-390-sm {
    max-width: 390px !important;
  }
  .max-width-400-sm {
    max-width: 400px !important;
  }
  .max-width-410-sm {
    max-width: 410px !important;
  }
  .max-width-420-sm {
    max-width: 420px !important;
  }
  .max-width-430-sm {
    max-width: 430px !important;
  }
  .max-width-440-sm {
    max-width: 440px !important;
  }
  .max-width-450-sm {
    max-width: 450px !important;
  }
  .max-width-460-sm {
    max-width: 460px !important;
  }
  .max-width-470-sm {
    max-width: 470px !important;
  }
  .max-width-480-sm {
    max-width: 480px !important;
  }
  .max-width-490-sm {
    max-width: 490px !important;
  }
  .max-width-500-sm {
    max-width: 500px !important;
  }
  .max-width-510-sm {
    max-width: 510px !important;
  }
  .max-width-520-sm {
    max-width: 520px !important;
  }
  .max-width-530-sm {
    max-width: 530px !important;
  }
  .max-width-540-sm {
    max-width: 540px !important;
  }
  .max-width-550-sm {
    max-width: 550px !important;
  }
  .max-width-560-sm {
    max-width: 560px !important;
  }
  .max-width-570-sm {
    max-width: 570px !important;
  }
  .max-width-580-sm {
    max-width: 580px !important;
  }
  .max-width-590-sm {
    max-width: 590px !important;
  }
  .max-width-600-sm {
    max-width: 600px !important;
  }
  .width-auto-sm {
    width: auto !important;
  }
  .height-auto-sm {
    height: auto !important;
  }
  .width-100pc-sm {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .height-50-md {
    height: 50px !important;
  }
  .height-60-md {
    height: 60px !important;
  }
  .height-70-md {
    height: 70px !important;
  }
  .height-80-md {
    height: 80px !important;
  }
  .height-90-md {
    height: 90px !important;
  }
  .height-100-md {
    height: 100px !important;
  }
  .height-110-md {
    height: 110px !important;
  }
  .height-120-md {
    height: 120px !important;
  }
  .height-130-md {
    height: 130px !important;
  }
  .height-140-md {
    height: 140px !important;
  }
  .height-150-md {
    height: 150px !important;
  }
  .height-160-md {
    height: 160px !important;
  }
  .height-170-md {
    height: 170px !important;
  }
  .height-180-md {
    height: 180px !important;
  }
  .height-190-md {
    height: 190px !important;
  }
  .height-200-md {
    height: 200px !important;
  }
  .height-210-md {
    height: 210px !important;
  }
  .height-220-md {
    height: 220px !important;
  }
  .height-230-md {
    height: 230px !important;
  }
  .height-240-md {
    height: 240px !important;
  }
  .height-250-md {
    height: 250px !important;
  }
  .height-260-md {
    height: 260px !important;
  }
  .height-270-md {
    height: 270px !important;
  }
  .height-280-md {
    height: 280px !important;
  }
  .height-290-md {
    height: 290px !important;
  }
  .height-300-md {
    height: 300px !important;
  }
  .height-310-md {
    height: 310px !important;
  }
  .height-320-md {
    height: 320px !important;
  }
  .height-330-md {
    height: 330px !important;
  }
  .height-340-md {
    height: 340px !important;
  }
  .height-350-md {
    height: 350px !important;
  }
  .height-360-md {
    height: 360px !important;
  }
  .height-370-md {
    height: 370px !important;
  }
  .height-380-md {
    height: 380px !important;
  }
  .height-390-md {
    height: 390px !important;
  }
  .height-400-md {
    height: 400px !important;
  }
  .height-410-md {
    height: 410px !important;
  }
  .height-420-md {
    height: 420px !important;
  }
  .height-430-md {
    height: 430px !important;
  }
  .height-440-md {
    height: 440px !important;
  }
  .height-450-md {
    height: 450px !important;
  }
  .height-460-md {
    height: 460px !important;
  }
  .height-470-md {
    height: 470px !important;
  }
  .height-480-md {
    height: 480px !important;
  }
  .height-490-md {
    height: 490px !important;
  }
  .height-500-md {
    height: 500px !important;
  }
  .height-510-md {
    height: 510px !important;
  }
  .height-520-md {
    height: 520px !important;
  }
  .height-530-md {
    height: 530px !important;
  }
  .height-540-md {
    height: 540px !important;
  }
  .height-550-md {
    height: 550px !important;
  }
  .height-560-md {
    height: 560px !important;
  }
  .height-570-md {
    height: 570px !important;
  }
  .height-580-md {
    height: 580px !important;
  }
  .height-590-md {
    height: 590px !important;
  }
  .height-600-md {
    height: 600px !important;
  }
  .max-height-50-md {
    max-height: 50px !important;
  }
  .max-height-60-md {
    max-height: 60px !important;
  }
  .max-height-70-md {
    max-height: 70px !important;
  }
  .max-height-80-md {
    max-height: 80px !important;
  }
  .max-height-90-md {
    max-height: 90px !important;
  }
  .max-height-100-md {
    max-height: 100px !important;
  }
  .max-height-110-md {
    max-height: 110px !important;
  }
  .max-height-120-md {
    max-height: 120px !important;
  }
  .max-height-130-md {
    max-height: 130px !important;
  }
  .max-height-140-md {
    max-height: 140px !important;
  }
  .max-height-150-md {
    max-height: 150px !important;
  }
  .max-height-160-md {
    max-height: 160px !important;
  }
  .max-height-170-md {
    max-height: 170px !important;
  }
  .max-height-180-md {
    max-height: 180px !important;
  }
  .max-height-190-md {
    max-height: 190px !important;
  }
  .max-height-200-md {
    max-height: 200px !important;
  }
  .max-height-210-md {
    max-height: 210px !important;
  }
  .max-height-220-md {
    max-height: 220px !important;
  }
  .max-height-230-md {
    max-height: 230px !important;
  }
  .max-height-240-md {
    max-height: 240px !important;
  }
  .max-height-250-md {
    max-height: 250px !important;
  }
  .max-height-260-md {
    max-height: 260px !important;
  }
  .max-height-270-md {
    max-height: 270px !important;
  }
  .max-height-280-md {
    max-height: 280px !important;
  }
  .max-height-290-md {
    max-height: 290px !important;
  }
  .max-height-300-md {
    max-height: 300px !important;
  }
  .max-height-310-md {
    max-height: 310px !important;
  }
  .max-height-320-md {
    max-height: 320px !important;
  }
  .max-height-330-md {
    max-height: 330px !important;
  }
  .max-height-340-md {
    max-height: 340px !important;
  }
  .max-height-350-md {
    max-height: 350px !important;
  }
  .max-height-360-md {
    max-height: 360px !important;
  }
  .max-height-370-md {
    max-height: 370px !important;
  }
  .max-height-380-md {
    max-height: 380px !important;
  }
  .max-height-390-md {
    max-height: 390px !important;
  }
  .max-height-400-md {
    max-height: 400px !important;
  }
  .max-height-410-md {
    max-height: 410px !important;
  }
  .max-height-420-md {
    max-height: 420px !important;
  }
  .max-height-430-md {
    max-height: 430px !important;
  }
  .max-height-440-md {
    max-height: 440px !important;
  }
  .max-height-450-md {
    max-height: 450px !important;
  }
  .max-height-460-md {
    max-height: 460px !important;
  }
  .max-height-470-md {
    max-height: 470px !important;
  }
  .max-height-480-md {
    max-height: 480px !important;
  }
  .max-height-490-md {
    max-height: 490px !important;
  }
  .max-height-500-md {
    max-height: 500px !important;
  }
  .max-height-510-md {
    max-height: 510px !important;
  }
  .max-height-520-md {
    max-height: 520px !important;
  }
  .max-height-530-md {
    max-height: 530px !important;
  }
  .max-height-540-md {
    max-height: 540px !important;
  }
  .max-height-550-md {
    max-height: 550px !important;
  }
  .max-height-560-md {
    max-height: 560px !important;
  }
  .max-height-570-md {
    max-height: 570px !important;
  }
  .max-height-580-md {
    max-height: 580px !important;
  }
  .max-height-590-md {
    max-height: 590px !important;
  }
  .max-height-600-md {
    max-height: 600px !important;
  }
  .width-50-md {
    width: 50px !important;
  }
  .width-60-md {
    width: 60px !important;
  }
  .width-70-md {
    width: 70px !important;
  }
  .width-80-md {
    width: 80px !important;
  }
  .width-90-md {
    width: 90px !important;
  }
  .width-100-md {
    width: 100px !important;
  }
  .width-110-md {
    width: 110px !important;
  }
  .width-120-md {
    width: 120px !important;
  }
  .width-130-md {
    width: 130px !important;
  }
  .width-140-md {
    width: 140px !important;
  }
  .width-150-md {
    width: 150px !important;
  }
  .width-160-md {
    width: 160px !important;
  }
  .width-170-md {
    width: 170px !important;
  }
  .width-180-md {
    width: 180px !important;
  }
  .width-190-md {
    width: 190px !important;
  }
  .width-200-md {
    width: 200px !important;
  }
  .width-210-md {
    width: 210px !important;
  }
  .width-220-md {
    width: 220px !important;
  }
  .width-230-md {
    width: 230px !important;
  }
  .width-240-md {
    width: 240px !important;
  }
  .width-250-md {
    width: 250px !important;
  }
  .width-260-md {
    width: 260px !important;
  }
  .width-270-md {
    width: 270px !important;
  }
  .width-280-md {
    width: 280px !important;
  }
  .width-290-md {
    width: 290px !important;
  }
  .width-300-md {
    width: 300px !important;
  }
  .width-310-md {
    width: 310px !important;
  }
  .width-320-md {
    width: 320px !important;
  }
  .width-330-md {
    width: 330px !important;
  }
  .width-340-md {
    width: 340px !important;
  }
  .width-350-md {
    width: 350px !important;
  }
  .width-360-md {
    width: 360px !important;
  }
  .width-370-md {
    width: 370px !important;
  }
  .width-380-md {
    width: 380px !important;
  }
  .width-390-md {
    width: 390px !important;
  }
  .width-400-md {
    width: 400px !important;
  }
  .width-410-md {
    width: 410px !important;
  }
  .width-420-md {
    width: 420px !important;
  }
  .width-430-md {
    width: 430px !important;
  }
  .width-440-md {
    width: 440px !important;
  }
  .width-450-md {
    width: 450px !important;
  }
  .width-460-md {
    width: 460px !important;
  }
  .width-470-md {
    width: 470px !important;
  }
  .width-480-md {
    width: 480px !important;
  }
  .width-490-md {
    width: 490px !important;
  }
  .width-500-md {
    width: 500px !important;
  }
  .width-510-md {
    width: 510px !important;
  }
  .width-520-md {
    width: 520px !important;
  }
  .width-530-md {
    width: 530px !important;
  }
  .width-540-md {
    width: 540px !important;
  }
  .width-550-md {
    width: 550px !important;
  }
  .width-560-md {
    width: 560px !important;
  }
  .width-570-md {
    width: 570px !important;
  }
  .width-580-md {
    width: 580px !important;
  }
  .width-590-md {
    width: 590px !important;
  }
  .width-600-md {
    width: 600px !important;
  }
  .max-width-50-md {
    max-width: 50px !important;
  }
  .max-width-60-md {
    max-width: 60px !important;
  }
  .max-width-70-md {
    max-width: 70px !important;
  }
  .max-width-80-md {
    max-width: 80px !important;
  }
  .max-width-90-md {
    max-width: 90px !important;
  }
  .max-width-100-md {
    max-width: 100px !important;
  }
  .max-width-110-md {
    max-width: 110px !important;
  }
  .max-width-120-md {
    max-width: 120px !important;
  }
  .max-width-130-md {
    max-width: 130px !important;
  }
  .max-width-140-md {
    max-width: 140px !important;
  }
  .max-width-150-md {
    max-width: 150px !important;
  }
  .max-width-160-md {
    max-width: 160px !important;
  }
  .max-width-170-md {
    max-width: 170px !important;
  }
  .max-width-180-md {
    max-width: 180px !important;
  }
  .max-width-190-md {
    max-width: 190px !important;
  }
  .max-width-200-md {
    max-width: 200px !important;
  }
  .max-width-210-md {
    max-width: 210px !important;
  }
  .max-width-220-md {
    max-width: 220px !important;
  }
  .max-width-230-md {
    max-width: 230px !important;
  }
  .max-width-240-md {
    max-width: 240px !important;
  }
  .max-width-250-md {
    max-width: 250px !important;
  }
  .max-width-260-md {
    max-width: 260px !important;
  }
  .max-width-270-md {
    max-width: 270px !important;
  }
  .max-width-280-md {
    max-width: 280px !important;
  }
  .max-width-290-md {
    max-width: 290px !important;
  }
  .max-width-300-md {
    max-width: 300px !important;
  }
  .max-width-310-md {
    max-width: 310px !important;
  }
  .max-width-320-md {
    max-width: 320px !important;
  }
  .max-width-330-md {
    max-width: 330px !important;
  }
  .max-width-340-md {
    max-width: 340px !important;
  }
  .max-width-350-md {
    max-width: 350px !important;
  }
  .max-width-360-md {
    max-width: 360px !important;
  }
  .max-width-370-md {
    max-width: 370px !important;
  }
  .max-width-380-md {
    max-width: 380px !important;
  }
  .max-width-390-md {
    max-width: 390px !important;
  }
  .max-width-400-md {
    max-width: 400px !important;
  }
  .max-width-410-md {
    max-width: 410px !important;
  }
  .max-width-420-md {
    max-width: 420px !important;
  }
  .max-width-430-md {
    max-width: 430px !important;
  }
  .max-width-440-md {
    max-width: 440px !important;
  }
  .max-width-450-md {
    max-width: 450px !important;
  }
  .max-width-460-md {
    max-width: 460px !important;
  }
  .max-width-470-md {
    max-width: 470px !important;
  }
  .max-width-480-md {
    max-width: 480px !important;
  }
  .max-width-490-md {
    max-width: 490px !important;
  }
  .max-width-500-md {
    max-width: 500px !important;
  }
  .max-width-510-md {
    max-width: 510px !important;
  }
  .max-width-520-md {
    max-width: 520px !important;
  }
  .max-width-530-md {
    max-width: 530px !important;
  }
  .max-width-540-md {
    max-width: 540px !important;
  }
  .max-width-550-md {
    max-width: 550px !important;
  }
  .max-width-560-md {
    max-width: 560px !important;
  }
  .max-width-570-md {
    max-width: 570px !important;
  }
  .max-width-580-md {
    max-width: 580px !important;
  }
  .max-width-590-md {
    max-width: 590px !important;
  }
  .max-width-600-md {
    max-width: 600px !important;
  }
  .width-auto-md {
    width: auto !important;
  }
  .height-auto-md {
    height: auto !important;
  }
  .width-100pc-md {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .height-50-lg {
    height: 50px !important;
  }
  .height-60-lg {
    height: 60px !important;
  }
  .height-70-lg {
    height: 70px !important;
  }
  .height-80-lg {
    height: 80px !important;
  }
  .height-90-lg {
    height: 90px !important;
  }
  .height-100-lg {
    height: 100px !important;
  }
  .height-110-lg {
    height: 110px !important;
  }
  .height-120-lg {
    height: 120px !important;
  }
  .height-130-lg {
    height: 130px !important;
  }
  .height-140-lg {
    height: 140px !important;
  }
  .height-150-lg {
    height: 150px !important;
  }
  .height-160-lg {
    height: 160px !important;
  }
  .height-170-lg {
    height: 170px !important;
  }
  .height-180-lg {
    height: 180px !important;
  }
  .height-190-lg {
    height: 190px !important;
  }
  .height-200-lg {
    height: 200px !important;
  }
  .height-210-lg {
    height: 210px !important;
  }
  .height-220-lg {
    height: 220px !important;
  }
  .height-230-lg {
    height: 230px !important;
  }
  .height-240-lg {
    height: 240px !important;
  }
  .height-250-lg {
    height: 250px !important;
  }
  .height-260-lg {
    height: 260px !important;
  }
  .height-270-lg {
    height: 270px !important;
  }
  .height-280-lg {
    height: 280px !important;
  }
  .height-290-lg {
    height: 290px !important;
  }
  .height-300-lg {
    height: 300px !important;
  }
  .height-310-lg {
    height: 310px !important;
  }
  .height-320-lg {
    height: 320px !important;
  }
  .height-330-lg {
    height: 330px !important;
  }
  .height-340-lg {
    height: 340px !important;
  }
  .height-350-lg {
    height: 350px !important;
  }
  .height-360-lg {
    height: 360px !important;
  }
  .height-370-lg {
    height: 370px !important;
  }
  .height-380-lg {
    height: 380px !important;
  }
  .height-390-lg {
    height: 390px !important;
  }
  .height-400-lg {
    height: 400px !important;
  }
  .height-410-lg {
    height: 410px !important;
  }
  .height-420-lg {
    height: 420px !important;
  }
  .height-430-lg {
    height: 430px !important;
  }
  .height-440-lg {
    height: 440px !important;
  }
  .height-450-lg {
    height: 450px !important;
  }
  .height-460-lg {
    height: 460px !important;
  }
  .height-470-lg {
    height: 470px !important;
  }
  .height-480-lg {
    height: 480px !important;
  }
  .height-490-lg {
    height: 490px !important;
  }
  .height-500-lg {
    height: 500px !important;
  }
  .height-510-lg {
    height: 510px !important;
  }
  .height-520-lg {
    height: 520px !important;
  }
  .height-530-lg {
    height: 530px !important;
  }
  .height-540-lg {
    height: 540px !important;
  }
  .height-550-lg {
    height: 550px !important;
  }
  .height-560-lg {
    height: 560px !important;
  }
  .height-570-lg {
    height: 570px !important;
  }
  .height-580-lg {
    height: 580px !important;
  }
  .height-590-lg {
    height: 590px !important;
  }
  .height-600-lg {
    height: 600px !important;
  }
  .max-height-50-lg {
    max-height: 50px !important;
  }
  .max-height-60-lg {
    max-height: 60px !important;
  }
  .max-height-70-lg {
    max-height: 70px !important;
  }
  .max-height-80-lg {
    max-height: 80px !important;
  }
  .max-height-90-lg {
    max-height: 90px !important;
  }
  .max-height-100-lg {
    max-height: 100px !important;
  }
  .max-height-110-lg {
    max-height: 110px !important;
  }
  .max-height-120-lg {
    max-height: 120px !important;
  }
  .max-height-130-lg {
    max-height: 130px !important;
  }
  .max-height-140-lg {
    max-height: 140px !important;
  }
  .max-height-150-lg {
    max-height: 150px !important;
  }
  .max-height-160-lg {
    max-height: 160px !important;
  }
  .max-height-170-lg {
    max-height: 170px !important;
  }
  .max-height-180-lg {
    max-height: 180px !important;
  }
  .max-height-190-lg {
    max-height: 190px !important;
  }
  .max-height-200-lg {
    max-height: 200px !important;
  }
  .max-height-210-lg {
    max-height: 210px !important;
  }
  .max-height-220-lg {
    max-height: 220px !important;
  }
  .max-height-230-lg {
    max-height: 230px !important;
  }
  .max-height-240-lg {
    max-height: 240px !important;
  }
  .max-height-250-lg {
    max-height: 250px !important;
  }
  .max-height-260-lg {
    max-height: 260px !important;
  }
  .max-height-270-lg {
    max-height: 270px !important;
  }
  .max-height-280-lg {
    max-height: 280px !important;
  }
  .max-height-290-lg {
    max-height: 290px !important;
  }
  .max-height-300-lg {
    max-height: 300px !important;
  }
  .max-height-310-lg {
    max-height: 310px !important;
  }
  .max-height-320-lg {
    max-height: 320px !important;
  }
  .max-height-330-lg {
    max-height: 330px !important;
  }
  .max-height-340-lg {
    max-height: 340px !important;
  }
  .max-height-350-lg {
    max-height: 350px !important;
  }
  .max-height-360-lg {
    max-height: 360px !important;
  }
  .max-height-370-lg {
    max-height: 370px !important;
  }
  .max-height-380-lg {
    max-height: 380px !important;
  }
  .max-height-390-lg {
    max-height: 390px !important;
  }
  .max-height-400-lg {
    max-height: 400px !important;
  }
  .max-height-410-lg {
    max-height: 410px !important;
  }
  .max-height-420-lg {
    max-height: 420px !important;
  }
  .max-height-430-lg {
    max-height: 430px !important;
  }
  .max-height-440-lg {
    max-height: 440px !important;
  }
  .max-height-450-lg {
    max-height: 450px !important;
  }
  .max-height-460-lg {
    max-height: 460px !important;
  }
  .max-height-470-lg {
    max-height: 470px !important;
  }
  .max-height-480-lg {
    max-height: 480px !important;
  }
  .max-height-490-lg {
    max-height: 490px !important;
  }
  .max-height-500-lg {
    max-height: 500px !important;
  }
  .max-height-510-lg {
    max-height: 510px !important;
  }
  .max-height-520-lg {
    max-height: 520px !important;
  }
  .max-height-530-lg {
    max-height: 530px !important;
  }
  .max-height-540-lg {
    max-height: 540px !important;
  }
  .max-height-550-lg {
    max-height: 550px !important;
  }
  .max-height-560-lg {
    max-height: 560px !important;
  }
  .max-height-570-lg {
    max-height: 570px !important;
  }
  .max-height-580-lg {
    max-height: 580px !important;
  }
  .max-height-590-lg {
    max-height: 590px !important;
  }
  .max-height-600-lg {
    max-height: 600px !important;
  }
  .width-50-lg {
    width: 50px !important;
  }
  .width-60-lg {
    width: 60px !important;
  }
  .width-70-lg {
    width: 70px !important;
  }
  .width-80-lg {
    width: 80px !important;
  }
  .width-90-lg {
    width: 90px !important;
  }
  .width-100-lg {
    width: 100px !important;
  }
  .width-110-lg {
    width: 110px !important;
  }
  .width-120-lg {
    width: 120px !important;
  }
  .width-130-lg {
    width: 130px !important;
  }
  .width-140-lg {
    width: 140px !important;
  }
  .width-150-lg {
    width: 150px !important;
  }
  .width-160-lg {
    width: 160px !important;
  }
  .width-170-lg {
    width: 170px !important;
  }
  .width-180-lg {
    width: 180px !important;
  }
  .width-190-lg {
    width: 190px !important;
  }
  .width-200-lg {
    width: 200px !important;
  }
  .width-210-lg {
    width: 210px !important;
  }
  .width-220-lg {
    width: 220px !important;
  }
  .width-230-lg {
    width: 230px !important;
  }
  .width-240-lg {
    width: 240px !important;
  }
  .width-250-lg {
    width: 250px !important;
  }
  .width-260-lg {
    width: 260px !important;
  }
  .width-270-lg {
    width: 270px !important;
  }
  .width-280-lg {
    width: 280px !important;
  }
  .width-290-lg {
    width: 290px !important;
  }
  .width-300-lg {
    width: 300px !important;
  }
  .width-310-lg {
    width: 310px !important;
  }
  .width-320-lg {
    width: 320px !important;
  }
  .width-330-lg {
    width: 330px !important;
  }
  .width-340-lg {
    width: 340px !important;
  }
  .width-350-lg {
    width: 350px !important;
  }
  .width-360-lg {
    width: 360px !important;
  }
  .width-370-lg {
    width: 370px !important;
  }
  .width-380-lg {
    width: 380px !important;
  }
  .width-390-lg {
    width: 390px !important;
  }
  .width-400-lg {
    width: 400px !important;
  }
  .width-410-lg {
    width: 410px !important;
  }
  .width-420-lg {
    width: 420px !important;
  }
  .width-430-lg {
    width: 430px !important;
  }
  .width-440-lg {
    width: 440px !important;
  }
  .width-450-lg {
    width: 450px !important;
  }
  .width-460-lg {
    width: 460px !important;
  }
  .width-470-lg {
    width: 470px !important;
  }
  .width-480-lg {
    width: 480px !important;
  }
  .width-490-lg {
    width: 490px !important;
  }
  .width-500-lg {
    width: 500px !important;
  }
  .width-510-lg {
    width: 510px !important;
  }
  .width-520-lg {
    width: 520px !important;
  }
  .width-530-lg {
    width: 530px !important;
  }
  .width-540-lg {
    width: 540px !important;
  }
  .width-550-lg {
    width: 550px !important;
  }
  .width-560-lg {
    width: 560px !important;
  }
  .width-570-lg {
    width: 570px !important;
  }
  .width-580-lg {
    width: 580px !important;
  }
  .width-590-lg {
    width: 590px !important;
  }
  .width-600-lg {
    width: 600px !important;
  }
  .max-width-50-lg {
    max-width: 50px !important;
  }
  .max-width-60-lg {
    max-width: 60px !important;
  }
  .max-width-70-lg {
    max-width: 70px !important;
  }
  .max-width-80-lg {
    max-width: 80px !important;
  }
  .max-width-90-lg {
    max-width: 90px !important;
  }
  .max-width-100-lg {
    max-width: 100px !important;
  }
  .max-width-110-lg {
    max-width: 110px !important;
  }
  .max-width-120-lg {
    max-width: 120px !important;
  }
  .max-width-130-lg {
    max-width: 130px !important;
  }
  .max-width-140-lg {
    max-width: 140px !important;
  }
  .max-width-150-lg {
    max-width: 150px !important;
  }
  .max-width-160-lg {
    max-width: 160px !important;
  }
  .max-width-170-lg {
    max-width: 170px !important;
  }
  .max-width-180-lg {
    max-width: 180px !important;
  }
  .max-width-190-lg {
    max-width: 190px !important;
  }
  .max-width-200-lg {
    max-width: 200px !important;
  }
  .max-width-210-lg {
    max-width: 210px !important;
  }
  .max-width-220-lg {
    max-width: 220px !important;
  }
  .max-width-230-lg {
    max-width: 230px !important;
  }
  .max-width-240-lg {
    max-width: 240px !important;
  }
  .max-width-250-lg {
    max-width: 250px !important;
  }
  .max-width-260-lg {
    max-width: 260px !important;
  }
  .max-width-270-lg {
    max-width: 270px !important;
  }
  .max-width-280-lg {
    max-width: 280px !important;
  }
  .max-width-290-lg {
    max-width: 290px !important;
  }
  .max-width-300-lg {
    max-width: 300px !important;
  }
  .max-width-310-lg {
    max-width: 310px !important;
  }
  .max-width-320-lg {
    max-width: 320px !important;
  }
  .max-width-330-lg {
    max-width: 330px !important;
  }
  .max-width-340-lg {
    max-width: 340px !important;
  }
  .max-width-350-lg {
    max-width: 350px !important;
  }
  .max-width-360-lg {
    max-width: 360px !important;
  }
  .max-width-370-lg {
    max-width: 370px !important;
  }
  .max-width-380-lg {
    max-width: 380px !important;
  }
  .max-width-390-lg {
    max-width: 390px !important;
  }
  .max-width-400-lg {
    max-width: 400px !important;
  }
  .max-width-410-lg {
    max-width: 410px !important;
  }
  .max-width-420-lg {
    max-width: 420px !important;
  }
  .max-width-430-lg {
    max-width: 430px !important;
  }
  .max-width-440-lg {
    max-width: 440px !important;
  }
  .max-width-450-lg {
    max-width: 450px !important;
  }
  .max-width-460-lg {
    max-width: 460px !important;
  }
  .max-width-470-lg {
    max-width: 470px !important;
  }
  .max-width-480-lg {
    max-width: 480px !important;
  }
  .max-width-490-lg {
    max-width: 490px !important;
  }
  .max-width-500-lg {
    max-width: 500px !important;
  }
  .max-width-510-lg {
    max-width: 510px !important;
  }
  .max-width-520-lg {
    max-width: 520px !important;
  }
  .max-width-530-lg {
    max-width: 530px !important;
  }
  .max-width-540-lg {
    max-width: 540px !important;
  }
  .max-width-550-lg {
    max-width: 550px !important;
  }
  .max-width-560-lg {
    max-width: 560px !important;
  }
  .max-width-570-lg {
    max-width: 570px !important;
  }
  .max-width-580-lg {
    max-width: 580px !important;
  }
  .max-width-590-lg {
    max-width: 590px !important;
  }
  .max-width-600-lg {
    max-width: 600px !important;
  }
  .width-auto-lg {
    width: auto !important;
  }
  .height-auto-lg {
    height: auto !important;
  }
  .width-100pc-lg {
    width: 100% !important;
  }
}
.list-group .list-group-item.active,
.list-group .list-group-item.active * {
  color: #fff;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
body > .container-fluid > h1,
body #content > .container-fluid > h1,
body > .container > h1,
body > .container-fluid > h2,
body #content > .container-fluid > h2,
body > .container > h2,
body > .container-fluid > h3,
body #content > .container-fluid > h3,
body > .container > h3,
body > .container-fluid > h4,
body #content > .container-fluid > h4,
body > .container > h4,
body > .container-fluid > h5,
body #content > .container-fluid > h5,
body > .container > h5,
body > .container-fluid > h6,
body #content > .container-fluid > h6,
body > .container > h6 {
  margin-bottom: 20px;
}
body > .container-fluid > h1:first-of-type,
body #content > .container-fluid > h1:first-of-type,
body > .container > h1:first-of-type,
body > .container-fluid > h2:first-of-type,
body #content > .container-fluid > h2:first-of-type,
body > .container > h2:first-of-type,
body > .container-fluid > h3:first-of-type,
body #content > .container-fluid > h3:first-of-type,
body > .container > h3:first-of-type,
body > .container-fluid > h4:first-of-type,
body #content > .container-fluid > h4:first-of-type,
body > .container > h4:first-of-type,
body > .container-fluid > h5:first-of-type,
body #content > .container-fluid > h5:first-of-type,
body > .container > h5:first-of-type,
body > .container-fluid > h6:first-of-type,
body #content > .container-fluid > h6:first-of-type,
body > .container > h6:first-of-type {
  margin-top: 5px;
}
body > .container-fluid > .media,
body #content > .container-fluid > .media,
body > .container > .media {
  margin-top: 0;
}
.page-header {
  margin-top: 0;
}
.text-h1,
.jumbotron h1 {
  font-size: 36px;
}
.text-h2 {
  font-size: 30px;
}
.text-h3 {
  font-size: 24px;
}
.text-h4 {
  font-size: 18px;
}
.text-h5 {
  font-size: 14px;
}
.jumbotron.text-center {
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron h1 {
  margin-top: 0;
}
.cover .jumbotron {
  padding-left: 60px;
  padding-right: 60px;
}
.text-default {
  color: #6e7882;
}
hr {
  margin: 15px 0;
}
.page-section {
  padding: 30px 0;
}
.page-section + .page-section {
  padding-top: 0;
}
.page-section-heading {
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .clearfix-xs {
    clear: both !important;
    float: none !important;
  }
}
div.datepicker {
  padding: 0;
}
div.datepicker th {
  border-radius: 0;
}
.datepicker-inline {
  width: 100%;
}
.datepicker-inline table {
  width: 100%;
}
ul.fancytree-container {
  border: none;
  padding: 0;
}
ul.fancytree-container li {
  padding: 0 0 3px;
}
ul.fancytree-container li.fancytree-lastsib {
  padding: 0;
}
ul.fancytree-container li ul {
  padding-top: 3px;
}
.fancytree-icon {
  color: #9e9e9e;
}
.fancytree-folder .fancytree-icon {
  color: #ef969a;
}
.fancytree-expander {
  color: #9e9e9e;
}
span.fancytree-node.fancytree-selected {
  background-color: #fafafa;
  border-color: #fafafa;
}
span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: transparent;
}
span.fancytree-node.fancytree-active {
  background-color: #b4eee9;
}
span.fancytree-node.fancytree-active .fancytree-icon,
span.fancytree-node.fancytree-active .fancytree-expander {
  color: #616161;
}
.fancytree-container.fancytree-treefocus span.fancytree-node:hover {
  background-color: #f5f5f5;
}
.fancytree-container.fancytree-treefocus span.fancytree-node:hover .fancytree-icon,
.fancytree-container.fancytree-treefocus span.fancytree-node:hover .fancytree-expander {
  color: #616161;
}
.fancytree-container.fancytree-treefocus span.fancytree-node:hover.fancytree-folder .fancytree-icon {
  color: #ef969a;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused {
  border-color: #ef969a;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: transparent;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected .fancytree-icon,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected .fancytree-expander {
  color: #616161;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected:hover {
  background-color: #f0f0f0;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active {
  background-color: #ef969a;
  border-color: #ef969a;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active .fancytree-title,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active .fancytree-icon,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active .fancytree-expander,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active .fancytree-checkbox {
  color: #ffffff;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active:hover {
  background-color: #249e92;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active:hover.fancytree-folder .fancytree-icon {
  color: #ffffff;
}
.sidebar-skin-dark ul.fancytree-container {
  background-color: transparent;
}
.sidebar-skin-dark span.fancytree-title {
  color: #f5f5f5;
}
.sidebar-skin-dark span.fancytree-node.fancytree-active {
  background-color: rgba(38, 166, 154, 0.3);
}
.sidebar-skin-dark span.fancytree-node.fancytree-active .fancytree-icon,
.sidebar-skin-dark span.fancytree-node.fancytree-active .fancytree-expander {
  color: #f5f5f5;
}
.sidebar-skin-dark .fancytree-container.fancytree-treefocus span.fancytree-node:hover {
  background-color: #212121;
}
.sidebar-skin-dark .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active:hover {
  background-color: #249e92;
}
.sidebar span.fancytree-node {
  border-radius: 0;
}
.slider.media {
  display: block;
}
.slider.slider-horizontal {
  width: 100%;
}
.slider-track {
  border-color: #e2e9e6;
  box-shadow: none;
}
.slider-handle {
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  opacity: 1;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 0 2px 0 3px;
  height: 20px;
  margin-top: -6px;
  display: inline-block;
  color: #ef969a;
}
.slider-handle i {
  position: relative;
  top: -1px;
}
.slider-selection {
  background: #ef969a;
}
.comment-reply {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .comment-reply {
    padding-left: 25px;
  }
}
.expandable {
  position: relative;
}
.expandable .expandable-content {
  height: 100px;
  overflow: hidden;
}
.expandable.expandable-trigger {
  cursor: pointer;
}
.expandable .expandable-indicator {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  bottom: 0;
  background: rgba(245, 245, 245, 0);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
  text-align: center;
  line-height: 40px;
  transition: -webkit-transform 0.5s, background 0.3s;
  transition: transform 0.5s, background 0.3s;
}
.expandable .expandable-indicator i {
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #ef969a;
  color: #ffffff;
  box-shadow: 0 -3px 0 #ffffff;
}
.expandable .expandable-indicator i:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f103";
}
.expandable .expandable-content-large {
  height: 200px;
}
.expandable .expandable-content-medium {
  height: 150px;
}
.expandable.expandable-indicator-white .expandable-indicator {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #ffffff 100%);
}
.expandable.expandable-open .expandable-content {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  height: auto;
}
.expandable.expandable-open .expandable-indicator {
  cursor: pointer;
  background: none;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
.expandable.expandable-open .expandable-indicator i {
  box-shadow: 0 1px 0 #ffffff;
}
.expandable.expandable-open .expandable-indicator i:before {
  content: "\f102";
}
.expandable.expandable-open.expandable-trigger {
  cursor: auto;
}
.nestable {
  position: relative;
}
.nestable-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nestable-list .nestable-list {
  padding-left: 30px;
  margin-top: 7.5px;
}
.nestable-collapsed .nestable-list {
  display: none;
}
.nestable-item,
.nestable-empty,
.nestable-placeholder {
  display: block;
  position: relative;
}
.nestable-handle,
.nestable-content,
.nestable-placeholder {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #e2e9e6;
  margin-bottom: 7.5px;
  border-radius: 4px;
}
.nestable-placeholder {
  background-color: #e1e1e1;
  border-color: #d6d6d6;
}
.nestable-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 35px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin-right: 6px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.nestable-item > button:before {
  text-indent: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  line-height: inherit;
  font-family: 'Material Design Iconic Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f29c";
}
.nestable-item > button[data-action="collapse"]:before {
  content: "\f29e";
}
.nestable-item-handle {
  padding: 0 0 0 41px;
}
.nestable-item-handle .nestable-handle {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 6px;
  padding: 0;
  text-align: center;
}
.nestable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  list-style: none;
}
.nestable-drag .nestable-item {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.nestable-drag .nestable-item.nestable-item-handle {
  box-shadow: none;
}
.nestable-handle-primary .nestable-handle {
  background-color: #ef969a;
  color: #ffffff;
}
.list-group.list-group-sp .list-group-item {
  margin-bottom: 7.5px;
  border-radius: 4px;
}
.cover {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.panel > .cover {
  margin-bottom: 0;
}
.cover.overlay {
  background: #212121;
}
@media (min-width: 768px) {
  .cover.overlay {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .cover.overlay.cover-menu {
    overflow: visible;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .cover.overlay .jumbotron {
    padding: 15px 0;
  }
}
.cover.overlay.cover-image-full > img {
  width: 100%;
}
.cover.overlay.hover .overlay-hover {
  visibility: hidden;
  opacity: 0;
}
.cover.overlay.hover:hover .overlay-hover {
  visibility: visible;
  opacity: 1;
}
.cover.overlay .overlay {
  position: absolute;
  transition: all .5s;
  -webkit-transition: all .5s;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.cover.overlay .overlay:hover {
  text-decoration: none;
}
.cover.overlay .overlay [class*="v-spacing-2"] {
  left: 20px;
  right: 20px;
}
.cover.overlay .overlay [class*="v-spacing-2"].v-top {
  top: 20px;
}
.cover.overlay .overlay [class*="v-spacing-2"].v-bottom {
  bottom: 20px;
}
.cover.overlay .overlay.overlay-full {
  top: 0;
  height: 100%;
}
.cover.overlay .overlay.overlay-full p {
  max-width: 100%;
}
.cover.overlay .overlay.overlay-full .v-top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  text-align: inherit;
}
.cover.overlay .overlay.overlay-full .v-center {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
.cover.overlay .overlay.overlay-full .v-bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: block;
  width: auto;
  height: auto;
  vertical-align: baseline;
  text-align: inherit;
}
.cover.overlay .overlay.overlay-full [class*="v-spacing-2"] {
  left: 20px;
  right: 20px;
}
.cover.overlay .overlay.overlay-full [class*="v-spacing-2"].v-top {
  top: 20px;
}
.cover.overlay .overlay.overlay-full [class*="v-spacing-2"].v-bottom {
  bottom: 20px;
}
@media (max-width: 767px) {
  .cover.overlay .overlay.overlay-full-xs {
    top: 0;
    height: 100%;
  }
  .cover.overlay .overlay.overlay-full-xs p {
    max-width: 100%;
  }
  .cover.overlay .overlay.overlay-full-xs .v-top {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-align: inherit;
  }
  .cover.overlay .overlay.overlay-full-xs .v-center {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .cover.overlay .overlay.overlay-full-xs .v-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-align: inherit;
  }
  .cover.overlay .overlay.overlay-full-xs [class*="v-spacing-2"] {
    left: 20px;
    right: 20px;
  }
  .cover.overlay .overlay.overlay-full-xs [class*="v-spacing-2"].v-top {
    top: 20px;
  }
  .cover.overlay .overlay.overlay-full-xs [class*="v-spacing-2"].v-bottom {
    bottom: 20px;
  }
  .cover.overlay .overlay[class*="overlay-full"] .v-top-xs {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-align: inherit;
  }
  .cover.overlay .overlay[class*="overlay-full"] .v-center-xs {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .cover.overlay .overlay[class*="overlay-full"] .v-bottom-xs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-align: inherit;
  }
}
.cover.overlay .overlay [class*="text-h"],
.cover.overlay .overlay p {
  color: #fff;
  text-shadow: 0 2px 0 #555;
}
.cover.overlay .overlay p {
  font-size: 18px;
  margin-bottom: 20px;
}
.cover.overlay .overlay p.lead {
  font-size: 23px;
}
.cover.overlay .overlay p:last-of-type {
  margin-bottom: 0;
}
.cover.overlay .overlay.overlay-bg-grey {
  background: linear-gradient(to right, #616160, rgba(123, 122, 121, 0.2));
}
.cover.overlay .overlay.overlay-bg-white {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
}
.cover.overlay .overlay.overlay-bg-white [class*="text-h"],
.cover.overlay .overlay.overlay-bg-white p {
  text-shadow: none;
}
.cover.overlay .overlay.overlay-bg-white [class*="text-h"] {
  color: #5e5e5e;
}
.cover.overlay .overlay.overlay-bg-white p {
  color: #212121;
}
.cover.overlay .overlay.overlay-bg-black {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}
.cover.overlay .overlay.overlay-bg-black [class*="text-h"] {
  text-shadow: 0 2px 0 #000000;
}
.cover.overlay .overlay.overlay-bg-black p {
  text-shadow: none;
  color: #eeeeee;
}
.tabbable .cover.overlay {
  margin: -20px;
}
.cover.overlay .carousel-control {
  z-index: 4;
}
.cover.overlay .ribbon-mark {
  z-index: 5;
}
[class*="cover-navbar"] .cover.overlay .ribbon-mark .caret {
  box-shadow: none;
}
.cover-navbar-top.cover.overlay .ribbon-mark {
  top: 50px;
}
.cover-navbar-small-top.cover.overlay .ribbon-mark {
  top: 42px;
}
.cover-navbar-large-top.cover.overlay .ribbon-mark {
  top: 50px;
}
@media (min-width: 992px) {
  .cover-navbar-large-top.cover.overlay .ribbon-mark {
    top: 60px;
  }
}
.container > .cover.overlay .overlay {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .container > .cover.overlay .overlay p {
    max-width: 70%;
  }
}
.cover.overlay .btn-cover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  z-index: 2;
}
.cover.overlay .btn-cover:hover,
.cover.overlay .btn-cover:focus,
.cover.overlay .btn-cover.focus,
.cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.active,
.open > .dropdown-toggle.cover.overlay .btn-cover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.active,
.open > .dropdown-toggle.cover.overlay .btn-cover {
  background-image: none;
}
.cover.overlay .btn-cover.disabled,
.cover.overlay .btn-cover[disabled],
fieldset[disabled] .cover.overlay .btn-cover,
.cover.overlay .btn-cover.disabled:hover,
.cover.overlay .btn-cover[disabled]:hover,
fieldset[disabled] .cover.overlay .btn-cover:hover,
.cover.overlay .btn-cover.disabled:focus,
.cover.overlay .btn-cover[disabled]:focus,
fieldset[disabled] .cover.overlay .btn-cover:focus,
.cover.overlay .btn-cover.disabled.focus,
.cover.overlay .btn-cover[disabled].focus,
fieldset[disabled] .cover.overlay .btn-cover.focus,
.cover.overlay .btn-cover.disabled:active,
.cover.overlay .btn-cover[disabled]:active,
fieldset[disabled] .cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.disabled.active,
.cover.overlay .btn-cover[disabled].active,
fieldset[disabled] .cover.overlay .btn-cover.active {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
.cover.overlay .btn-cover .badge {
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.cover.overlay .btn-cover:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.cover.overlay .cover-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  background: rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 0;
  z-index: 5;
}
.cover.overlay .cover-nav li {
  padding: 0;
  display: inline;
}
.cover.overlay .cover-nav li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.cover.overlay .cover-nav li a:hover {
  background: rgba(0, 0, 0, 0.54);
}
.cover.overlay .cover-nav li a i {
  margin-right: 3px;
  font-size: 1.4em;
}
.cover.overlay .cover-nav li a i:before {
  vertical-align: middle;
}
.cover.overlay .cover-nav li.active a {
  background: rgba(0, 0, 0, 0.54);
}
@media (max-width: 480px) {
  .cover.overlay .cover-nav {
    bottom: -40px;
    background: #242628;
    border-top: none;
  }
  .cover.overlay .cover-nav li a {
    color: #484c50;
  }
  .cover.overlay .cover-nav li.active a,
  .cover.overlay .cover-nav li.active a:hover {
    color: #fff;
    background: #ef969a;
  }
  .cover.overlay .cover-nav li a:hover {
    color: #fff;
    background: #0e0f10;
  }
}
@media (max-width: 992px) {
  .cover.overlay .cover-nav li a {
    height: 40px;
    line-height: 40px;
  }
  .cover.overlay .cover-nav li a li a i {
    margin: 0;
  }
  .cover.overlay .cover-nav li a span {
    display: none;
  }
}
@media (min-width: 1270px) {
  .cover.overlay .cover-nav {
    text-align: left;
    width: 250px;
    top: 0;
    right: 0;
    background: #fff;
  }
  .cover.overlay .cover-nav li {
    display: block;
  }
  .cover.overlay .cover-nav li.active a {
    background: #ef969a;
    color: #fff;
  }
  .cover.overlay .cover-nav li.active a i {
    color: #fff;
  }
  .cover.overlay .cover-nav li a {
    width: 100%;
    height: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #3f3f3f;
    border-bottom: 1px solid #efefef;
  }
  .cover.overlay .cover-nav li a i {
    width: 50px;
    text-align: center;
    color: #dfdfdf;
  }
  .cover.overlay .cover-nav li a:hover {
    color: #fff;
  }
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-large-top {
  margin-top: -50px;
}
@media (min-width: 992px) {
  [class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-large-top {
    margin-top: -60px;
  }
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-small-top {
  margin-top: -42px;
}
[class*="ls-top-navbar"] .navbar-absolute-top + .cover-navbar-top {
  margin-top: -50px;
}
.margin-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-v-15-10 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.margin-v-15-9 {
  margin-top: 15px !important;
  margin-bottom: 9px !important;
}
.margin-v-15-8 {
  margin-top: 15px !important;
  margin-bottom: 8px !important;
}
.margin-v-15-7 {
  margin-top: 15px !important;
  margin-bottom: 7px !important;
}
.margin-v-15-6 {
  margin-top: 15px !important;
  margin-bottom: 6px !important;
}
.margin-v-15-5 {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
.margin-v-15-4 {
  margin-top: 15px !important;
  margin-bottom: 4px !important;
}
.margin-v-15-3 {
  margin-top: 15px !important;
  margin-bottom: 3px !important;
}
.margin-v-15-2 {
  margin-top: 15px !important;
  margin-bottom: 2px !important;
}
.margin-v-15-1 {
  margin-top: 15px !important;
  margin-bottom: 1px !important;
}
.margin-v-15-0 {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}
.margin-v-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.margin-v-14-10 {
  margin-top: 14px !important;
  margin-bottom: 10px !important;
}
.margin-v-14-9 {
  margin-top: 14px !important;
  margin-bottom: 9px !important;
}
.margin-v-14-8 {
  margin-top: 14px !important;
  margin-bottom: 8px !important;
}
.margin-v-14-7 {
  margin-top: 14px !important;
  margin-bottom: 7px !important;
}
.margin-v-14-6 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}
.margin-v-14-5 {
  margin-top: 14px !important;
  margin-bottom: 5px !important;
}
.margin-v-14-4 {
  margin-top: 14px !important;
  margin-bottom: 4px !important;
}
.margin-v-14-3 {
  margin-top: 14px !important;
  margin-bottom: 3px !important;
}
.margin-v-14-2 {
  margin-top: 14px !important;
  margin-bottom: 2px !important;
}
.margin-v-14-1 {
  margin-top: 14px !important;
  margin-bottom: 1px !important;
}
.margin-v-14-0 {
  margin-top: 14px !important;
  margin-bottom: 0px !important;
}
.margin-v-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.margin-v-13-10 {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.margin-v-13-9 {
  margin-top: 13px !important;
  margin-bottom: 9px !important;
}
.margin-v-13-8 {
  margin-top: 13px !important;
  margin-bottom: 8px !important;
}
.margin-v-13-7 {
  margin-top: 13px !important;
  margin-bottom: 7px !important;
}
.margin-v-13-6 {
  margin-top: 13px !important;
  margin-bottom: 6px !important;
}
.margin-v-13-5 {
  margin-top: 13px !important;
  margin-bottom: 5px !important;
}
.margin-v-13-4 {
  margin-top: 13px !important;
  margin-bottom: 4px !important;
}
.margin-v-13-3 {
  margin-top: 13px !important;
  margin-bottom: 3px !important;
}
.margin-v-13-2 {
  margin-top: 13px !important;
  margin-bottom: 2px !important;
}
.margin-v-13-1 {
  margin-top: 13px !important;
  margin-bottom: 1px !important;
}
.margin-v-13-0 {
  margin-top: 13px !important;
  margin-bottom: 0px !important;
}
.margin-v-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.margin-v-12-10 {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
.margin-v-12-9 {
  margin-top: 12px !important;
  margin-bottom: 9px !important;
}
.margin-v-12-8 {
  margin-top: 12px !important;
  margin-bottom: 8px !important;
}
.margin-v-12-7 {
  margin-top: 12px !important;
  margin-bottom: 7px !important;
}
.margin-v-12-6 {
  margin-top: 12px !important;
  margin-bottom: 6px !important;
}
.margin-v-12-5 {
  margin-top: 12px !important;
  margin-bottom: 5px !important;
}
.margin-v-12-4 {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}
.margin-v-12-3 {
  margin-top: 12px !important;
  margin-bottom: 3px !important;
}
.margin-v-12-2 {
  margin-top: 12px !important;
  margin-bottom: 2px !important;
}
.margin-v-12-1 {
  margin-top: 12px !important;
  margin-bottom: 1px !important;
}
.margin-v-12-0 {
  margin-top: 12px !important;
  margin-bottom: 0px !important;
}
.margin-v-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.margin-v-11-10 {
  margin-top: 11px !important;
  margin-bottom: 10px !important;
}
.margin-v-11-9 {
  margin-top: 11px !important;
  margin-bottom: 9px !important;
}
.margin-v-11-8 {
  margin-top: 11px !important;
  margin-bottom: 8px !important;
}
.margin-v-11-7 {
  margin-top: 11px !important;
  margin-bottom: 7px !important;
}
.margin-v-11-6 {
  margin-top: 11px !important;
  margin-bottom: 6px !important;
}
.margin-v-11-5 {
  margin-top: 11px !important;
  margin-bottom: 5px !important;
}
.margin-v-11-4 {
  margin-top: 11px !important;
  margin-bottom: 4px !important;
}
.margin-v-11-3 {
  margin-top: 11px !important;
  margin-bottom: 3px !important;
}
.margin-v-11-2 {
  margin-top: 11px !important;
  margin-bottom: 2px !important;
}
.margin-v-11-1 {
  margin-top: 11px !important;
  margin-bottom: 1px !important;
}
.margin-v-11-0 {
  margin-top: 11px !important;
  margin-bottom: 0px !important;
}
.margin-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-v-10-9 {
  margin-top: 10px !important;
  margin-bottom: 9px !important;
}
.margin-v-10-8 {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
.margin-v-10-7 {
  margin-top: 10px !important;
  margin-bottom: 7px !important;
}
.margin-v-10-6 {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}
.margin-v-10-5 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
.margin-v-10-4 {
  margin-top: 10px !important;
  margin-bottom: 4px !important;
}
.margin-v-10-3 {
  margin-top: 10px !important;
  margin-bottom: 3px !important;
}
.margin-v-10-2 {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}
.margin-v-10-1 {
  margin-top: 10px !important;
  margin-bottom: 1px !important;
}
.margin-v-10-0 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.margin-v-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.margin-v-9-10 {
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}
.margin-v-9-8 {
  margin-top: 9px !important;
  margin-bottom: 8px !important;
}
.margin-v-9-7 {
  margin-top: 9px !important;
  margin-bottom: 7px !important;
}
.margin-v-9-6 {
  margin-top: 9px !important;
  margin-bottom: 6px !important;
}
.margin-v-9-5 {
  margin-top: 9px !important;
  margin-bottom: 5px !important;
}
.margin-v-9-4 {
  margin-top: 9px !important;
  margin-bottom: 4px !important;
}
.margin-v-9-3 {
  margin-top: 9px !important;
  margin-bottom: 3px !important;
}
.margin-v-9-2 {
  margin-top: 9px !important;
  margin-bottom: 2px !important;
}
.margin-v-9-1 {
  margin-top: 9px !important;
  margin-bottom: 1px !important;
}
.margin-v-9-0 {
  margin-top: 9px !important;
  margin-bottom: 0px !important;
}
.margin-v-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.margin-v-8-10 {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}
.margin-v-8-9 {
  margin-top: 8px !important;
  margin-bottom: 9px !important;
}
.margin-v-8-7 {
  margin-top: 8px !important;
  margin-bottom: 7px !important;
}
.margin-v-8-6 {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.margin-v-8-5 {
  margin-top: 8px !important;
  margin-bottom: 5px !important;
}
.margin-v-8-4 {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.margin-v-8-3 {
  margin-top: 8px !important;
  margin-bottom: 3px !important;
}
.margin-v-8-2 {
  margin-top: 8px !important;
  margin-bottom: 2px !important;
}
.margin-v-8-1 {
  margin-top: 8px !important;
  margin-bottom: 1px !important;
}
.margin-v-8-0 {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}
.margin-v-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.margin-v-7-10 {
  margin-top: 7px !important;
  margin-bottom: 10px !important;
}
.margin-v-7-9 {
  margin-top: 7px !important;
  margin-bottom: 9px !important;
}
.margin-v-7-8 {
  margin-top: 7px !important;
  margin-bottom: 8px !important;
}
.margin-v-7-6 {
  margin-top: 7px !important;
  margin-bottom: 6px !important;
}
.margin-v-7-5 {
  margin-top: 7px !important;
  margin-bottom: 5px !important;
}
.margin-v-7-4 {
  margin-top: 7px !important;
  margin-bottom: 4px !important;
}
.margin-v-7-3 {
  margin-top: 7px !important;
  margin-bottom: 3px !important;
}
.margin-v-7-2 {
  margin-top: 7px !important;
  margin-bottom: 2px !important;
}
.margin-v-7-1 {
  margin-top: 7px !important;
  margin-bottom: 1px !important;
}
.margin-v-7-0 {
  margin-top: 7px !important;
  margin-bottom: 0px !important;
}
.margin-v-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.margin-v-6-10 {
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}
.margin-v-6-9 {
  margin-top: 6px !important;
  margin-bottom: 9px !important;
}
.margin-v-6-8 {
  margin-top: 6px !important;
  margin-bottom: 8px !important;
}
.margin-v-6-7 {
  margin-top: 6px !important;
  margin-bottom: 7px !important;
}
.margin-v-6-5 {
  margin-top: 6px !important;
  margin-bottom: 5px !important;
}
.margin-v-6-4 {
  margin-top: 6px !important;
  margin-bottom: 4px !important;
}
.margin-v-6-3 {
  margin-top: 6px !important;
  margin-bottom: 3px !important;
}
.margin-v-6-2 {
  margin-top: 6px !important;
  margin-bottom: 2px !important;
}
.margin-v-6-1 {
  margin-top: 6px !important;
  margin-bottom: 1px !important;
}
.margin-v-6-0 {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
}
.margin-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-v-5-10 {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.margin-v-5-9 {
  margin-top: 5px !important;
  margin-bottom: 9px !important;
}
.margin-v-5-8 {
  margin-top: 5px !important;
  margin-bottom: 8px !important;
}
.margin-v-5-7 {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}
.margin-v-5-6 {
  margin-top: 5px !important;
  margin-bottom: 6px !important;
}
.margin-v-5-4 {
  margin-top: 5px !important;
  margin-bottom: 4px !important;
}
.margin-v-5-3 {
  margin-top: 5px !important;
  margin-bottom: 3px !important;
}
.margin-v-5-2 {
  margin-top: 5px !important;
  margin-bottom: 2px !important;
}
.margin-v-5-1 {
  margin-top: 5px !important;
  margin-bottom: 1px !important;
}
.margin-v-5-0 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.margin-v-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.margin-v-4-10 {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}
.margin-v-4-9 {
  margin-top: 4px !important;
  margin-bottom: 9px !important;
}
.margin-v-4-8 {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}
.margin-v-4-7 {
  margin-top: 4px !important;
  margin-bottom: 7px !important;
}
.margin-v-4-6 {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}
.margin-v-4-5 {
  margin-top: 4px !important;
  margin-bottom: 5px !important;
}
.margin-v-4-3 {
  margin-top: 4px !important;
  margin-bottom: 3px !important;
}
.margin-v-4-2 {
  margin-top: 4px !important;
  margin-bottom: 2px !important;
}
.margin-v-4-1 {
  margin-top: 4px !important;
  margin-bottom: 1px !important;
}
.margin-v-4-0 {
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}
.margin-v-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.margin-v-3-10 {
  margin-top: 3px !important;
  margin-bottom: 10px !important;
}
.margin-v-3-9 {
  margin-top: 3px !important;
  margin-bottom: 9px !important;
}
.margin-v-3-8 {
  margin-top: 3px !important;
  margin-bottom: 8px !important;
}
.margin-v-3-7 {
  margin-top: 3px !important;
  margin-bottom: 7px !important;
}
.margin-v-3-6 {
  margin-top: 3px !important;
  margin-bottom: 6px !important;
}
.margin-v-3-5 {
  margin-top: 3px !important;
  margin-bottom: 5px !important;
}
.margin-v-3-4 {
  margin-top: 3px !important;
  margin-bottom: 4px !important;
}
.margin-v-3-2 {
  margin-top: 3px !important;
  margin-bottom: 2px !important;
}
.margin-v-3-1 {
  margin-top: 3px !important;
  margin-bottom: 1px !important;
}
.margin-v-3-0 {
  margin-top: 3px !important;
  margin-bottom: 0px !important;
}
.margin-v-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.margin-v-2-10 {
  margin-top: 2px !important;
  margin-bottom: 10px !important;
}
.margin-v-2-9 {
  margin-top: 2px !important;
  margin-bottom: 9px !important;
}
.margin-v-2-8 {
  margin-top: 2px !important;
  margin-bottom: 8px !important;
}
.margin-v-2-7 {
  margin-top: 2px !important;
  margin-bottom: 7px !important;
}
.margin-v-2-6 {
  margin-top: 2px !important;
  margin-bottom: 6px !important;
}
.margin-v-2-5 {
  margin-top: 2px !important;
  margin-bottom: 5px !important;
}
.margin-v-2-4 {
  margin-top: 2px !important;
  margin-bottom: 4px !important;
}
.margin-v-2-3 {
  margin-top: 2px !important;
  margin-bottom: 3px !important;
}
.margin-v-2-1 {
  margin-top: 2px !important;
  margin-bottom: 1px !important;
}
.margin-v-2-0 {
  margin-top: 2px !important;
  margin-bottom: 0px !important;
}
.margin-v-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.margin-v-1-10 {
  margin-top: 1px !important;
  margin-bottom: 10px !important;
}
.margin-v-1-9 {
  margin-top: 1px !important;
  margin-bottom: 9px !important;
}
.margin-v-1-8 {
  margin-top: 1px !important;
  margin-bottom: 8px !important;
}
.margin-v-1-7 {
  margin-top: 1px !important;
  margin-bottom: 7px !important;
}
.margin-v-1-6 {
  margin-top: 1px !important;
  margin-bottom: 6px !important;
}
.margin-v-1-5 {
  margin-top: 1px !important;
  margin-bottom: 5px !important;
}
.margin-v-1-4 {
  margin-top: 1px !important;
  margin-bottom: 4px !important;
}
.margin-v-1-3 {
  margin-top: 1px !important;
  margin-bottom: 3px !important;
}
.margin-v-1-2 {
  margin-top: 1px !important;
  margin-bottom: 2px !important;
}
.margin-v-1-0 {
  margin-top: 1px !important;
  margin-bottom: 0px !important;
}
.margin-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-v-0-10 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.margin-v-0-9 {
  margin-top: 0px !important;
  margin-bottom: 9px !important;
}
.margin-v-0-8 {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.margin-v-0-7 {
  margin-top: 0px !important;
  margin-bottom: 7px !important;
}
.margin-v-0-6 {
  margin-top: 0px !important;
  margin-bottom: 6px !important;
}
.margin-v-0-5 {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.margin-v-0-4 {
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}
.margin-v-0-3 {
  margin-top: 0px !important;
  margin-bottom: 3px !important;
}
.margin-v-0-2 {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.margin-v-0-1 {
  margin-top: 0px !important;
  margin-bottom: 1px !important;
}
.margin-v-0-15 {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
.margin-v-0-14 {
  margin-top: 0px !important;
  margin-bottom: 14px !important;
}
.margin-v-0-13 {
  margin-top: 0px !important;
  margin-bottom: 13px !important;
}
.margin-v-0-12 {
  margin-top: 0px !important;
  margin-bottom: 12px !important;
}
.margin-v-0-11 {
  margin-top: 0px !important;
  margin-bottom: 11px !important;
}
.margin-v-0-10 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.margin-v-0-9 {
  margin-top: 0px !important;
  margin-bottom: 9px !important;
}
.margin-v-0-8 {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.margin-v-0-7 {
  margin-top: 0px !important;
  margin-bottom: 7px !important;
}
.margin-v-0-6 {
  margin-top: 0px !important;
  margin-bottom: 6px !important;
}
.margin-v-0-5 {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.margin-v-0-4 {
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}
.margin-v-0-3 {
  margin-top: 0px !important;
  margin-bottom: 3px !important;
}
.margin-v-0-2 {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.margin-v-0-1 {
  margin-top: 0px !important;
  margin-bottom: 1px !important;
}
.margin-v-1-15 {
  margin-top: 1px !important;
  margin-bottom: 15px !important;
}
.margin-v-1-14 {
  margin-top: 1px !important;
  margin-bottom: 14px !important;
}
.margin-v-1-13 {
  margin-top: 1px !important;
  margin-bottom: 13px !important;
}
.margin-v-1-12 {
  margin-top: 1px !important;
  margin-bottom: 12px !important;
}
.margin-v-1-11 {
  margin-top: 1px !important;
  margin-bottom: 11px !important;
}
.margin-v-1-10 {
  margin-top: 1px !important;
  margin-bottom: 10px !important;
}
.margin-v-1-9 {
  margin-top: 1px !important;
  margin-bottom: 9px !important;
}
.margin-v-1-8 {
  margin-top: 1px !important;
  margin-bottom: 8px !important;
}
.margin-v-1-7 {
  margin-top: 1px !important;
  margin-bottom: 7px !important;
}
.margin-v-1-6 {
  margin-top: 1px !important;
  margin-bottom: 6px !important;
}
.margin-v-1-5 {
  margin-top: 1px !important;
  margin-bottom: 5px !important;
}
.margin-v-1-4 {
  margin-top: 1px !important;
  margin-bottom: 4px !important;
}
.margin-v-1-3 {
  margin-top: 1px !important;
  margin-bottom: 3px !important;
}
.margin-v-1-2 {
  margin-top: 1px !important;
  margin-bottom: 2px !important;
}
.margin-v-1-0 {
  margin-top: 1px !important;
  margin-bottom: 0px !important;
}
.margin-v-2-15 {
  margin-top: 2px !important;
  margin-bottom: 15px !important;
}
.margin-v-2-14 {
  margin-top: 2px !important;
  margin-bottom: 14px !important;
}
.margin-v-2-13 {
  margin-top: 2px !important;
  margin-bottom: 13px !important;
}
.margin-v-2-12 {
  margin-top: 2px !important;
  margin-bottom: 12px !important;
}
.margin-v-2-11 {
  margin-top: 2px !important;
  margin-bottom: 11px !important;
}
.margin-v-2-10 {
  margin-top: 2px !important;
  margin-bottom: 10px !important;
}
.margin-v-2-9 {
  margin-top: 2px !important;
  margin-bottom: 9px !important;
}
.margin-v-2-8 {
  margin-top: 2px !important;
  margin-bottom: 8px !important;
}
.margin-v-2-7 {
  margin-top: 2px !important;
  margin-bottom: 7px !important;
}
.margin-v-2-6 {
  margin-top: 2px !important;
  margin-bottom: 6px !important;
}
.margin-v-2-5 {
  margin-top: 2px !important;
  margin-bottom: 5px !important;
}
.margin-v-2-4 {
  margin-top: 2px !important;
  margin-bottom: 4px !important;
}
.margin-v-2-3 {
  margin-top: 2px !important;
  margin-bottom: 3px !important;
}
.margin-v-2-1 {
  margin-top: 2px !important;
  margin-bottom: 1px !important;
}
.margin-v-2-0 {
  margin-top: 2px !important;
  margin-bottom: 0px !important;
}
.margin-v-3-15 {
  margin-top: 3px !important;
  margin-bottom: 15px !important;
}
.margin-v-3-14 {
  margin-top: 3px !important;
  margin-bottom: 14px !important;
}
.margin-v-3-13 {
  margin-top: 3px !important;
  margin-bottom: 13px !important;
}
.margin-v-3-12 {
  margin-top: 3px !important;
  margin-bottom: 12px !important;
}
.margin-v-3-11 {
  margin-top: 3px !important;
  margin-bottom: 11px !important;
}
.margin-v-3-10 {
  margin-top: 3px !important;
  margin-bottom: 10px !important;
}
.margin-v-3-9 {
  margin-top: 3px !important;
  margin-bottom: 9px !important;
}
.margin-v-3-8 {
  margin-top: 3px !important;
  margin-bottom: 8px !important;
}
.margin-v-3-7 {
  margin-top: 3px !important;
  margin-bottom: 7px !important;
}
.margin-v-3-6 {
  margin-top: 3px !important;
  margin-bottom: 6px !important;
}
.margin-v-3-5 {
  margin-top: 3px !important;
  margin-bottom: 5px !important;
}
.margin-v-3-4 {
  margin-top: 3px !important;
  margin-bottom: 4px !important;
}
.margin-v-3-2 {
  margin-top: 3px !important;
  margin-bottom: 2px !important;
}
.margin-v-3-1 {
  margin-top: 3px !important;
  margin-bottom: 1px !important;
}
.margin-v-3-0 {
  margin-top: 3px !important;
  margin-bottom: 0px !important;
}
.margin-v-4-15 {
  margin-top: 4px !important;
  margin-bottom: 15px !important;
}
.margin-v-4-14 {
  margin-top: 4px !important;
  margin-bottom: 14px !important;
}
.margin-v-4-13 {
  margin-top: 4px !important;
  margin-bottom: 13px !important;
}
.margin-v-4-12 {
  margin-top: 4px !important;
  margin-bottom: 12px !important;
}
.margin-v-4-11 {
  margin-top: 4px !important;
  margin-bottom: 11px !important;
}
.margin-v-4-10 {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}
.margin-v-4-9 {
  margin-top: 4px !important;
  margin-bottom: 9px !important;
}
.margin-v-4-8 {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}
.margin-v-4-7 {
  margin-top: 4px !important;
  margin-bottom: 7px !important;
}
.margin-v-4-6 {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}
.margin-v-4-5 {
  margin-top: 4px !important;
  margin-bottom: 5px !important;
}
.margin-v-4-3 {
  margin-top: 4px !important;
  margin-bottom: 3px !important;
}
.margin-v-4-2 {
  margin-top: 4px !important;
  margin-bottom: 2px !important;
}
.margin-v-4-1 {
  margin-top: 4px !important;
  margin-bottom: 1px !important;
}
.margin-v-4-0 {
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}
.margin-v-5-15 {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}
.margin-v-5-14 {
  margin-top: 5px !important;
  margin-bottom: 14px !important;
}
.margin-v-5-13 {
  margin-top: 5px !important;
  margin-bottom: 13px !important;
}
.margin-v-5-12 {
  margin-top: 5px !important;
  margin-bottom: 12px !important;
}
.margin-v-5-11 {
  margin-top: 5px !important;
  margin-bottom: 11px !important;
}
.margin-v-5-10 {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.margin-v-5-9 {
  margin-top: 5px !important;
  margin-bottom: 9px !important;
}
.margin-v-5-8 {
  margin-top: 5px !important;
  margin-bottom: 8px !important;
}
.margin-v-5-7 {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}
.margin-v-5-6 {
  margin-top: 5px !important;
  margin-bottom: 6px !important;
}
.margin-v-5-4 {
  margin-top: 5px !important;
  margin-bottom: 4px !important;
}
.margin-v-5-3 {
  margin-top: 5px !important;
  margin-bottom: 3px !important;
}
.margin-v-5-2 {
  margin-top: 5px !important;
  margin-bottom: 2px !important;
}
.margin-v-5-1 {
  margin-top: 5px !important;
  margin-bottom: 1px !important;
}
.margin-v-5-0 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.margin-v-6-15 {
  margin-top: 6px !important;
  margin-bottom: 15px !important;
}
.margin-v-6-14 {
  margin-top: 6px !important;
  margin-bottom: 14px !important;
}
.margin-v-6-13 {
  margin-top: 6px !important;
  margin-bottom: 13px !important;
}
.margin-v-6-12 {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
}
.margin-v-6-11 {
  margin-top: 6px !important;
  margin-bottom: 11px !important;
}
.margin-v-6-10 {
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}
.margin-v-6-9 {
  margin-top: 6px !important;
  margin-bottom: 9px !important;
}
.margin-v-6-8 {
  margin-top: 6px !important;
  margin-bottom: 8px !important;
}
.margin-v-6-7 {
  margin-top: 6px !important;
  margin-bottom: 7px !important;
}
.margin-v-6-5 {
  margin-top: 6px !important;
  margin-bottom: 5px !important;
}
.margin-v-6-4 {
  margin-top: 6px !important;
  margin-bottom: 4px !important;
}
.margin-v-6-3 {
  margin-top: 6px !important;
  margin-bottom: 3px !important;
}
.margin-v-6-2 {
  margin-top: 6px !important;
  margin-bottom: 2px !important;
}
.margin-v-6-1 {
  margin-top: 6px !important;
  margin-bottom: 1px !important;
}
.margin-v-6-0 {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
}
.margin-v-7-15 {
  margin-top: 7px !important;
  margin-bottom: 15px !important;
}
.margin-v-7-14 {
  margin-top: 7px !important;
  margin-bottom: 14px !important;
}
.margin-v-7-13 {
  margin-top: 7px !important;
  margin-bottom: 13px !important;
}
.margin-v-7-12 {
  margin-top: 7px !important;
  margin-bottom: 12px !important;
}
.margin-v-7-11 {
  margin-top: 7px !important;
  margin-bottom: 11px !important;
}
.margin-v-7-10 {
  margin-top: 7px !important;
  margin-bottom: 10px !important;
}
.margin-v-7-9 {
  margin-top: 7px !important;
  margin-bottom: 9px !important;
}
.margin-v-7-8 {
  margin-top: 7px !important;
  margin-bottom: 8px !important;
}
.margin-v-7-6 {
  margin-top: 7px !important;
  margin-bottom: 6px !important;
}
.margin-v-7-5 {
  margin-top: 7px !important;
  margin-bottom: 5px !important;
}
.margin-v-7-4 {
  margin-top: 7px !important;
  margin-bottom: 4px !important;
}
.margin-v-7-3 {
  margin-top: 7px !important;
  margin-bottom: 3px !important;
}
.margin-v-7-2 {
  margin-top: 7px !important;
  margin-bottom: 2px !important;
}
.margin-v-7-1 {
  margin-top: 7px !important;
  margin-bottom: 1px !important;
}
.margin-v-7-0 {
  margin-top: 7px !important;
  margin-bottom: 0px !important;
}
.margin-v-8-15 {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
.margin-v-8-14 {
  margin-top: 8px !important;
  margin-bottom: 14px !important;
}
.margin-v-8-13 {
  margin-top: 8px !important;
  margin-bottom: 13px !important;
}
.margin-v-8-12 {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}
.margin-v-8-11 {
  margin-top: 8px !important;
  margin-bottom: 11px !important;
}
.margin-v-8-10 {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}
.margin-v-8-9 {
  margin-top: 8px !important;
  margin-bottom: 9px !important;
}
.margin-v-8-7 {
  margin-top: 8px !important;
  margin-bottom: 7px !important;
}
.margin-v-8-6 {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.margin-v-8-5 {
  margin-top: 8px !important;
  margin-bottom: 5px !important;
}
.margin-v-8-4 {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.margin-v-8-3 {
  margin-top: 8px !important;
  margin-bottom: 3px !important;
}
.margin-v-8-2 {
  margin-top: 8px !important;
  margin-bottom: 2px !important;
}
.margin-v-8-1 {
  margin-top: 8px !important;
  margin-bottom: 1px !important;
}
.margin-v-8-0 {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}
.margin-v-9-15 {
  margin-top: 9px !important;
  margin-bottom: 15px !important;
}
.margin-v-9-14 {
  margin-top: 9px !important;
  margin-bottom: 14px !important;
}
.margin-v-9-13 {
  margin-top: 9px !important;
  margin-bottom: 13px !important;
}
.margin-v-9-12 {
  margin-top: 9px !important;
  margin-bottom: 12px !important;
}
.margin-v-9-11 {
  margin-top: 9px !important;
  margin-bottom: 11px !important;
}
.margin-v-9-10 {
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}
.margin-v-9-8 {
  margin-top: 9px !important;
  margin-bottom: 8px !important;
}
.margin-v-9-7 {
  margin-top: 9px !important;
  margin-bottom: 7px !important;
}
.margin-v-9-6 {
  margin-top: 9px !important;
  margin-bottom: 6px !important;
}
.margin-v-9-5 {
  margin-top: 9px !important;
  margin-bottom: 5px !important;
}
.margin-v-9-4 {
  margin-top: 9px !important;
  margin-bottom: 4px !important;
}
.margin-v-9-3 {
  margin-top: 9px !important;
  margin-bottom: 3px !important;
}
.margin-v-9-2 {
  margin-top: 9px !important;
  margin-bottom: 2px !important;
}
.margin-v-9-1 {
  margin-top: 9px !important;
  margin-bottom: 1px !important;
}
.margin-v-9-0 {
  margin-top: 9px !important;
  margin-bottom: 0px !important;
}
.margin-v-10-15 {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.margin-v-10-14 {
  margin-top: 10px !important;
  margin-bottom: 14px !important;
}
.margin-v-10-13 {
  margin-top: 10px !important;
  margin-bottom: 13px !important;
}
.margin-v-10-12 {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}
.margin-v-10-11 {
  margin-top: 10px !important;
  margin-bottom: 11px !important;
}
.margin-v-10-9 {
  margin-top: 10px !important;
  margin-bottom: 9px !important;
}
.margin-v-10-8 {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
.margin-v-10-7 {
  margin-top: 10px !important;
  margin-bottom: 7px !important;
}
.margin-v-10-6 {
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}
.margin-v-10-5 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
.margin-v-10-4 {
  margin-top: 10px !important;
  margin-bottom: 4px !important;
}
.margin-v-10-3 {
  margin-top: 10px !important;
  margin-bottom: 3px !important;
}
.margin-v-10-2 {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}
.margin-v-10-1 {
  margin-top: 10px !important;
  margin-bottom: 1px !important;
}
.margin-v-10-0 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.margin-v-11-15 {
  margin-top: 11px !important;
  margin-bottom: 15px !important;
}
.margin-v-11-14 {
  margin-top: 11px !important;
  margin-bottom: 14px !important;
}
.margin-v-11-13 {
  margin-top: 11px !important;
  margin-bottom: 13px !important;
}
.margin-v-11-12 {
  margin-top: 11px !important;
  margin-bottom: 12px !important;
}
.margin-v-11-10 {
  margin-top: 11px !important;
  margin-bottom: 10px !important;
}
.margin-v-11-9 {
  margin-top: 11px !important;
  margin-bottom: 9px !important;
}
.margin-v-11-8 {
  margin-top: 11px !important;
  margin-bottom: 8px !important;
}
.margin-v-11-7 {
  margin-top: 11px !important;
  margin-bottom: 7px !important;
}
.margin-v-11-6 {
  margin-top: 11px !important;
  margin-bottom: 6px !important;
}
.margin-v-11-5 {
  margin-top: 11px !important;
  margin-bottom: 5px !important;
}
.margin-v-11-4 {
  margin-top: 11px !important;
  margin-bottom: 4px !important;
}
.margin-v-11-3 {
  margin-top: 11px !important;
  margin-bottom: 3px !important;
}
.margin-v-11-2 {
  margin-top: 11px !important;
  margin-bottom: 2px !important;
}
.margin-v-11-1 {
  margin-top: 11px !important;
  margin-bottom: 1px !important;
}
.margin-v-11-0 {
  margin-top: 11px !important;
  margin-bottom: 0px !important;
}
.margin-v-12-15 {
  margin-top: 12px !important;
  margin-bottom: 15px !important;
}
.margin-v-12-14 {
  margin-top: 12px !important;
  margin-bottom: 14px !important;
}
.margin-v-12-13 {
  margin-top: 12px !important;
  margin-bottom: 13px !important;
}
.margin-v-12-11 {
  margin-top: 12px !important;
  margin-bottom: 11px !important;
}
.margin-v-12-10 {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
.margin-v-12-9 {
  margin-top: 12px !important;
  margin-bottom: 9px !important;
}
.margin-v-12-8 {
  margin-top: 12px !important;
  margin-bottom: 8px !important;
}
.margin-v-12-7 {
  margin-top: 12px !important;
  margin-bottom: 7px !important;
}
.margin-v-12-6 {
  margin-top: 12px !important;
  margin-bottom: 6px !important;
}
.margin-v-12-5 {
  margin-top: 12px !important;
  margin-bottom: 5px !important;
}
.margin-v-12-4 {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}
.margin-v-12-3 {
  margin-top: 12px !important;
  margin-bottom: 3px !important;
}
.margin-v-12-2 {
  margin-top: 12px !important;
  margin-bottom: 2px !important;
}
.margin-v-12-1 {
  margin-top: 12px !important;
  margin-bottom: 1px !important;
}
.margin-v-12-0 {
  margin-top: 12px !important;
  margin-bottom: 0px !important;
}
.margin-v-13-15 {
  margin-top: 13px !important;
  margin-bottom: 15px !important;
}
.margin-v-13-14 {
  margin-top: 13px !important;
  margin-bottom: 14px !important;
}
.margin-v-13-12 {
  margin-top: 13px !important;
  margin-bottom: 12px !important;
}
.margin-v-13-11 {
  margin-top: 13px !important;
  margin-bottom: 11px !important;
}
.margin-v-13-10 {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.margin-v-13-9 {
  margin-top: 13px !important;
  margin-bottom: 9px !important;
}
.margin-v-13-8 {
  margin-top: 13px !important;
  margin-bottom: 8px !important;
}
.margin-v-13-7 {
  margin-top: 13px !important;
  margin-bottom: 7px !important;
}
.margin-v-13-6 {
  margin-top: 13px !important;
  margin-bottom: 6px !important;
}
.margin-v-13-5 {
  margin-top: 13px !important;
  margin-bottom: 5px !important;
}
.margin-v-13-4 {
  margin-top: 13px !important;
  margin-bottom: 4px !important;
}
.margin-v-13-3 {
  margin-top: 13px !important;
  margin-bottom: 3px !important;
}
.margin-v-13-2 {
  margin-top: 13px !important;
  margin-bottom: 2px !important;
}
.margin-v-13-1 {
  margin-top: 13px !important;
  margin-bottom: 1px !important;
}
.margin-v-13-0 {
  margin-top: 13px !important;
  margin-bottom: 0px !important;
}
.margin-v-14-15 {
  margin-top: 14px !important;
  margin-bottom: 15px !important;
}
.margin-v-14-13 {
  margin-top: 14px !important;
  margin-bottom: 13px !important;
}
.margin-v-14-12 {
  margin-top: 14px !important;
  margin-bottom: 12px !important;
}
.margin-v-14-11 {
  margin-top: 14px !important;
  margin-bottom: 11px !important;
}
.margin-v-14-10 {
  margin-top: 14px !important;
  margin-bottom: 10px !important;
}
.margin-v-14-9 {
  margin-top: 14px !important;
  margin-bottom: 9px !important;
}
.margin-v-14-8 {
  margin-top: 14px !important;
  margin-bottom: 8px !important;
}
.margin-v-14-7 {
  margin-top: 14px !important;
  margin-bottom: 7px !important;
}
.margin-v-14-6 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}
.margin-v-14-5 {
  margin-top: 14px !important;
  margin-bottom: 5px !important;
}
.margin-v-14-4 {
  margin-top: 14px !important;
  margin-bottom: 4px !important;
}
.margin-v-14-3 {
  margin-top: 14px !important;
  margin-bottom: 3px !important;
}
.margin-v-14-2 {
  margin-top: 14px !important;
  margin-bottom: 2px !important;
}
.margin-v-14-1 {
  margin-top: 14px !important;
  margin-bottom: 1px !important;
}
.margin-v-14-0 {
  margin-top: 14px !important;
  margin-bottom: 0px !important;
}
.margin-v-15-14 {
  margin-top: 15px !important;
  margin-bottom: 14px !important;
}
.margin-v-15-13 {
  margin-top: 15px !important;
  margin-bottom: 13px !important;
}
.margin-v-15-12 {
  margin-top: 15px !important;
  margin-bottom: 12px !important;
}
.margin-v-15-11 {
  margin-top: 15px !important;
  margin-bottom: 11px !important;
}
.margin-v-15-10 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.margin-v-15-9 {
  margin-top: 15px !important;
  margin-bottom: 9px !important;
}
.margin-v-15-8 {
  margin-top: 15px !important;
  margin-bottom: 8px !important;
}
.margin-v-15-7 {
  margin-top: 15px !important;
  margin-bottom: 7px !important;
}
.margin-v-15-6 {
  margin-top: 15px !important;
  margin-bottom: 6px !important;
}
.margin-v-15-5 {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
.margin-v-15-4 {
  margin-top: 15px !important;
  margin-bottom: 4px !important;
}
.margin-v-15-3 {
  margin-top: 15px !important;
  margin-bottom: 3px !important;
}
.margin-v-15-2 {
  margin-top: 15px !important;
  margin-bottom: 2px !important;
}
.margin-v-15-1 {
  margin-top: 15px !important;
  margin-bottom: 1px !important;
}
.margin-v-15-0 {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}
.padding-v-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-v-15-10 {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}
.padding-v-15-9 {
  padding-top: 15px !important;
  padding-bottom: 9px !important;
}
.padding-v-15-8 {
  padding-top: 15px !important;
  padding-bottom: 8px !important;
}
.padding-v-15-7 {
  padding-top: 15px !important;
  padding-bottom: 7px !important;
}
.padding-v-15-6 {
  padding-top: 15px !important;
  padding-bottom: 6px !important;
}
.padding-v-15-5 {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}
.padding-v-15-4 {
  padding-top: 15px !important;
  padding-bottom: 4px !important;
}
.padding-v-15-3 {
  padding-top: 15px !important;
  padding-bottom: 3px !important;
}
.padding-v-15-2 {
  padding-top: 15px !important;
  padding-bottom: 2px !important;
}
.padding-v-15-1 {
  padding-top: 15px !important;
  padding-bottom: 1px !important;
}
.padding-v-15-0 {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
.padding-v-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.padding-v-14-10 {
  padding-top: 14px !important;
  padding-bottom: 10px !important;
}
.padding-v-14-9 {
  padding-top: 14px !important;
  padding-bottom: 9px !important;
}
.padding-v-14-8 {
  padding-top: 14px !important;
  padding-bottom: 8px !important;
}
.padding-v-14-7 {
  padding-top: 14px !important;
  padding-bottom: 7px !important;
}
.padding-v-14-6 {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
}
.padding-v-14-5 {
  padding-top: 14px !important;
  padding-bottom: 5px !important;
}
.padding-v-14-4 {
  padding-top: 14px !important;
  padding-bottom: 4px !important;
}
.padding-v-14-3 {
  padding-top: 14px !important;
  padding-bottom: 3px !important;
}
.padding-v-14-2 {
  padding-top: 14px !important;
  padding-bottom: 2px !important;
}
.padding-v-14-1 {
  padding-top: 14px !important;
  padding-bottom: 1px !important;
}
.padding-v-14-0 {
  padding-top: 14px !important;
  padding-bottom: 0px !important;
}
.padding-v-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.padding-v-13-10 {
  padding-top: 13px !important;
  padding-bottom: 10px !important;
}
.padding-v-13-9 {
  padding-top: 13px !important;
  padding-bottom: 9px !important;
}
.padding-v-13-8 {
  padding-top: 13px !important;
  padding-bottom: 8px !important;
}
.padding-v-13-7 {
  padding-top: 13px !important;
  padding-bottom: 7px !important;
}
.padding-v-13-6 {
  padding-top: 13px !important;
  padding-bottom: 6px !important;
}
.padding-v-13-5 {
  padding-top: 13px !important;
  padding-bottom: 5px !important;
}
.padding-v-13-4 {
  padding-top: 13px !important;
  padding-bottom: 4px !important;
}
.padding-v-13-3 {
  padding-top: 13px !important;
  padding-bottom: 3px !important;
}
.padding-v-13-2 {
  padding-top: 13px !important;
  padding-bottom: 2px !important;
}
.padding-v-13-1 {
  padding-top: 13px !important;
  padding-bottom: 1px !important;
}
.padding-v-13-0 {
  padding-top: 13px !important;
  padding-bottom: 0px !important;
}
.padding-v-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.padding-v-12-10 {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
.padding-v-12-9 {
  padding-top: 12px !important;
  padding-bottom: 9px !important;
}
.padding-v-12-8 {
  padding-top: 12px !important;
  padding-bottom: 8px !important;
}
.padding-v-12-7 {
  padding-top: 12px !important;
  padding-bottom: 7px !important;
}
.padding-v-12-6 {
  padding-top: 12px !important;
  padding-bottom: 6px !important;
}
.padding-v-12-5 {
  padding-top: 12px !important;
  padding-bottom: 5px !important;
}
.padding-v-12-4 {
  padding-top: 12px !important;
  padding-bottom: 4px !important;
}
.padding-v-12-3 {
  padding-top: 12px !important;
  padding-bottom: 3px !important;
}
.padding-v-12-2 {
  padding-top: 12px !important;
  padding-bottom: 2px !important;
}
.padding-v-12-1 {
  padding-top: 12px !important;
  padding-bottom: 1px !important;
}
.padding-v-12-0 {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
}
.padding-v-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.padding-v-11-10 {
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}
.padding-v-11-9 {
  padding-top: 11px !important;
  padding-bottom: 9px !important;
}
.padding-v-11-8 {
  padding-top: 11px !important;
  padding-bottom: 8px !important;
}
.padding-v-11-7 {
  padding-top: 11px !important;
  padding-bottom: 7px !important;
}
.padding-v-11-6 {
  padding-top: 11px !important;
  padding-bottom: 6px !important;
}
.padding-v-11-5 {
  padding-top: 11px !important;
  padding-bottom: 5px !important;
}
.padding-v-11-4 {
  padding-top: 11px !important;
  padding-bottom: 4px !important;
}
.padding-v-11-3 {
  padding-top: 11px !important;
  padding-bottom: 3px !important;
}
.padding-v-11-2 {
  padding-top: 11px !important;
  padding-bottom: 2px !important;
}
.padding-v-11-1 {
  padding-top: 11px !important;
  padding-bottom: 1px !important;
}
.padding-v-11-0 {
  padding-top: 11px !important;
  padding-bottom: 0px !important;
}
.padding-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-v-10-9 {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
}
.padding-v-10-8 {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.padding-v-10-7 {
  padding-top: 10px !important;
  padding-bottom: 7px !important;
}
.padding-v-10-6 {
  padding-top: 10px !important;
  padding-bottom: 6px !important;
}
.padding-v-10-5 {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
.padding-v-10-4 {
  padding-top: 10px !important;
  padding-bottom: 4px !important;
}
.padding-v-10-3 {
  padding-top: 10px !important;
  padding-bottom: 3px !important;
}
.padding-v-10-2 {
  padding-top: 10px !important;
  padding-bottom: 2px !important;
}
.padding-v-10-1 {
  padding-top: 10px !important;
  padding-bottom: 1px !important;
}
.padding-v-10-0 {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.padding-v-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.padding-v-9-10 {
  padding-top: 9px !important;
  padding-bottom: 10px !important;
}
.padding-v-9-8 {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
}
.padding-v-9-7 {
  padding-top: 9px !important;
  padding-bottom: 7px !important;
}
.padding-v-9-6 {
  padding-top: 9px !important;
  padding-bottom: 6px !important;
}
.padding-v-9-5 {
  padding-top: 9px !important;
  padding-bottom: 5px !important;
}
.padding-v-9-4 {
  padding-top: 9px !important;
  padding-bottom: 4px !important;
}
.padding-v-9-3 {
  padding-top: 9px !important;
  padding-bottom: 3px !important;
}
.padding-v-9-2 {
  padding-top: 9px !important;
  padding-bottom: 2px !important;
}
.padding-v-9-1 {
  padding-top: 9px !important;
  padding-bottom: 1px !important;
}
.padding-v-9-0 {
  padding-top: 9px !important;
  padding-bottom: 0px !important;
}
.padding-v-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.padding-v-8-10 {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}
.padding-v-8-9 {
  padding-top: 8px !important;
  padding-bottom: 9px !important;
}
.padding-v-8-7 {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
}
.padding-v-8-6 {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}
.padding-v-8-5 {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}
.padding-v-8-4 {
  padding-top: 8px !important;
  padding-bottom: 4px !important;
}
.padding-v-8-3 {
  padding-top: 8px !important;
  padding-bottom: 3px !important;
}
.padding-v-8-2 {
  padding-top: 8px !important;
  padding-bottom: 2px !important;
}
.padding-v-8-1 {
  padding-top: 8px !important;
  padding-bottom: 1px !important;
}
.padding-v-8-0 {
  padding-top: 8px !important;
  padding-bottom: 0px !important;
}
.padding-v-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.padding-v-7-10 {
  padding-top: 7px !important;
  padding-bottom: 10px !important;
}
.padding-v-7-9 {
  padding-top: 7px !important;
  padding-bottom: 9px !important;
}
.padding-v-7-8 {
  padding-top: 7px !important;
  padding-bottom: 8px !important;
}
.padding-v-7-6 {
  padding-top: 7px !important;
  padding-bottom: 6px !important;
}
.padding-v-7-5 {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
.padding-v-7-4 {
  padding-top: 7px !important;
  padding-bottom: 4px !important;
}
.padding-v-7-3 {
  padding-top: 7px !important;
  padding-bottom: 3px !important;
}
.padding-v-7-2 {
  padding-top: 7px !important;
  padding-bottom: 2px !important;
}
.padding-v-7-1 {
  padding-top: 7px !important;
  padding-bottom: 1px !important;
}
.padding-v-7-0 {
  padding-top: 7px !important;
  padding-bottom: 0px !important;
}
.padding-v-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.padding-v-6-10 {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}
.padding-v-6-9 {
  padding-top: 6px !important;
  padding-bottom: 9px !important;
}
.padding-v-6-8 {
  padding-top: 6px !important;
  padding-bottom: 8px !important;
}
.padding-v-6-7 {
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}
.padding-v-6-5 {
  padding-top: 6px !important;
  padding-bottom: 5px !important;
}
.padding-v-6-4 {
  padding-top: 6px !important;
  padding-bottom: 4px !important;
}
.padding-v-6-3 {
  padding-top: 6px !important;
  padding-bottom: 3px !important;
}
.padding-v-6-2 {
  padding-top: 6px !important;
  padding-bottom: 2px !important;
}
.padding-v-6-1 {
  padding-top: 6px !important;
  padding-bottom: 1px !important;
}
.padding-v-6-0 {
  padding-top: 6px !important;
  padding-bottom: 0px !important;
}
.padding-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-v-5-10 {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
.padding-v-5-9 {
  padding-top: 5px !important;
  padding-bottom: 9px !important;
}
.padding-v-5-8 {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
}
.padding-v-5-7 {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.padding-v-5-6 {
  padding-top: 5px !important;
  padding-bottom: 6px !important;
}
.padding-v-5-4 {
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}
.padding-v-5-3 {
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}
.padding-v-5-2 {
  padding-top: 5px !important;
  padding-bottom: 2px !important;
}
.padding-v-5-1 {
  padding-top: 5px !important;
  padding-bottom: 1px !important;
}
.padding-v-5-0 {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}
.padding-v-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.padding-v-4-10 {
  padding-top: 4px !important;
  padding-bottom: 10px !important;
}
.padding-v-4-9 {
  padding-top: 4px !important;
  padding-bottom: 9px !important;
}
.padding-v-4-8 {
  padding-top: 4px !important;
  padding-bottom: 8px !important;
}
.padding-v-4-7 {
  padding-top: 4px !important;
  padding-bottom: 7px !important;
}
.padding-v-4-6 {
  padding-top: 4px !important;
  padding-bottom: 6px !important;
}
.padding-v-4-5 {
  padding-top: 4px !important;
  padding-bottom: 5px !important;
}
.padding-v-4-3 {
  padding-top: 4px !important;
  padding-bottom: 3px !important;
}
.padding-v-4-2 {
  padding-top: 4px !important;
  padding-bottom: 2px !important;
}
.padding-v-4-1 {
  padding-top: 4px !important;
  padding-bottom: 1px !important;
}
.padding-v-4-0 {
  padding-top: 4px !important;
  padding-bottom: 0px !important;
}
.padding-v-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.padding-v-3-10 {
  padding-top: 3px !important;
  padding-bottom: 10px !important;
}
.padding-v-3-9 {
  padding-top: 3px !important;
  padding-bottom: 9px !important;
}
.padding-v-3-8 {
  padding-top: 3px !important;
  padding-bottom: 8px !important;
}
.padding-v-3-7 {
  padding-top: 3px !important;
  padding-bottom: 7px !important;
}
.padding-v-3-6 {
  padding-top: 3px !important;
  padding-bottom: 6px !important;
}
.padding-v-3-5 {
  padding-top: 3px !important;
  padding-bottom: 5px !important;
}
.padding-v-3-4 {
  padding-top: 3px !important;
  padding-bottom: 4px !important;
}
.padding-v-3-2 {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}
.padding-v-3-1 {
  padding-top: 3px !important;
  padding-bottom: 1px !important;
}
.padding-v-3-0 {
  padding-top: 3px !important;
  padding-bottom: 0px !important;
}
.padding-v-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.padding-v-2-10 {
  padding-top: 2px !important;
  padding-bottom: 10px !important;
}
.padding-v-2-9 {
  padding-top: 2px !important;
  padding-bottom: 9px !important;
}
.padding-v-2-8 {
  padding-top: 2px !important;
  padding-bottom: 8px !important;
}
.padding-v-2-7 {
  padding-top: 2px !important;
  padding-bottom: 7px !important;
}
.padding-v-2-6 {
  padding-top: 2px !important;
  padding-bottom: 6px !important;
}
.padding-v-2-5 {
  padding-top: 2px !important;
  padding-bottom: 5px !important;
}
.padding-v-2-4 {
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}
.padding-v-2-3 {
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}
.padding-v-2-1 {
  padding-top: 2px !important;
  padding-bottom: 1px !important;
}
.padding-v-2-0 {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
}
.padding-v-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.padding-v-1-10 {
  padding-top: 1px !important;
  padding-bottom: 10px !important;
}
.padding-v-1-9 {
  padding-top: 1px !important;
  padding-bottom: 9px !important;
}
.padding-v-1-8 {
  padding-top: 1px !important;
  padding-bottom: 8px !important;
}
.padding-v-1-7 {
  padding-top: 1px !important;
  padding-bottom: 7px !important;
}
.padding-v-1-6 {
  padding-top: 1px !important;
  padding-bottom: 6px !important;
}
.padding-v-1-5 {
  padding-top: 1px !important;
  padding-bottom: 5px !important;
}
.padding-v-1-4 {
  padding-top: 1px !important;
  padding-bottom: 4px !important;
}
.padding-v-1-3 {
  padding-top: 1px !important;
  padding-bottom: 3px !important;
}
.padding-v-1-2 {
  padding-top: 1px !important;
  padding-bottom: 2px !important;
}
.padding-v-1-0 {
  padding-top: 1px !important;
  padding-bottom: 0px !important;
}
.padding-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-v-0-10 {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.padding-v-0-9 {
  padding-top: 0px !important;
  padding-bottom: 9px !important;
}
.padding-v-0-8 {
  padding-top: 0px !important;
  padding-bottom: 8px !important;
}
.padding-v-0-7 {
  padding-top: 0px !important;
  padding-bottom: 7px !important;
}
.padding-v-0-6 {
  padding-top: 0px !important;
  padding-bottom: 6px !important;
}
.padding-v-0-5 {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
.padding-v-0-4 {
  padding-top: 0px !important;
  padding-bottom: 4px !important;
}
.padding-v-0-3 {
  padding-top: 0px !important;
  padding-bottom: 3px !important;
}
.padding-v-0-2 {
  padding-top: 0px !important;
  padding-bottom: 2px !important;
}
.padding-v-0-1 {
  padding-top: 0px !important;
  padding-bottom: 1px !important;
}
.padding-v-0-15 {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}
.padding-v-0-14 {
  padding-top: 0px !important;
  padding-bottom: 14px !important;
}
.padding-v-0-13 {
  padding-top: 0px !important;
  padding-bottom: 13px !important;
}
.padding-v-0-12 {
  padding-top: 0px !important;
  padding-bottom: 12px !important;
}
.padding-v-0-11 {
  padding-top: 0px !important;
  padding-bottom: 11px !important;
}
.padding-v-0-10 {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.padding-v-0-9 {
  padding-top: 0px !important;
  padding-bottom: 9px !important;
}
.padding-v-0-8 {
  padding-top: 0px !important;
  padding-bottom: 8px !important;
}
.padding-v-0-7 {
  padding-top: 0px !important;
  padding-bottom: 7px !important;
}
.padding-v-0-6 {
  padding-top: 0px !important;
  padding-bottom: 6px !important;
}
.padding-v-0-5 {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
.padding-v-0-4 {
  padding-top: 0px !important;
  padding-bottom: 4px !important;
}
.padding-v-0-3 {
  padding-top: 0px !important;
  padding-bottom: 3px !important;
}
.padding-v-0-2 {
  padding-top: 0px !important;
  padding-bottom: 2px !important;
}
.padding-v-0-1 {
  padding-top: 0px !important;
  padding-bottom: 1px !important;
}
.padding-v-1-15 {
  padding-top: 1px !important;
  padding-bottom: 15px !important;
}
.padding-v-1-14 {
  padding-top: 1px !important;
  padding-bottom: 14px !important;
}
.padding-v-1-13 {
  padding-top: 1px !important;
  padding-bottom: 13px !important;
}
.padding-v-1-12 {
  padding-top: 1px !important;
  padding-bottom: 12px !important;
}
.padding-v-1-11 {
  padding-top: 1px !important;
  padding-bottom: 11px !important;
}
.padding-v-1-10 {
  padding-top: 1px !important;
  padding-bottom: 10px !important;
}
.padding-v-1-9 {
  padding-top: 1px !important;
  padding-bottom: 9px !important;
}
.padding-v-1-8 {
  padding-top: 1px !important;
  padding-bottom: 8px !important;
}
.padding-v-1-7 {
  padding-top: 1px !important;
  padding-bottom: 7px !important;
}
.padding-v-1-6 {
  padding-top: 1px !important;
  padding-bottom: 6px !important;
}
.padding-v-1-5 {
  padding-top: 1px !important;
  padding-bottom: 5px !important;
}
.padding-v-1-4 {
  padding-top: 1px !important;
  padding-bottom: 4px !important;
}
.padding-v-1-3 {
  padding-top: 1px !important;
  padding-bottom: 3px !important;
}
.padding-v-1-2 {
  padding-top: 1px !important;
  padding-bottom: 2px !important;
}
.padding-v-1-0 {
  padding-top: 1px !important;
  padding-bottom: 0px !important;
}
.padding-v-2-15 {
  padding-top: 2px !important;
  padding-bottom: 15px !important;
}
.padding-v-2-14 {
  padding-top: 2px !important;
  padding-bottom: 14px !important;
}
.padding-v-2-13 {
  padding-top: 2px !important;
  padding-bottom: 13px !important;
}
.padding-v-2-12 {
  padding-top: 2px !important;
  padding-bottom: 12px !important;
}
.padding-v-2-11 {
  padding-top: 2px !important;
  padding-bottom: 11px !important;
}
.padding-v-2-10 {
  padding-top: 2px !important;
  padding-bottom: 10px !important;
}
.padding-v-2-9 {
  padding-top: 2px !important;
  padding-bottom: 9px !important;
}
.padding-v-2-8 {
  padding-top: 2px !important;
  padding-bottom: 8px !important;
}
.padding-v-2-7 {
  padding-top: 2px !important;
  padding-bottom: 7px !important;
}
.padding-v-2-6 {
  padding-top: 2px !important;
  padding-bottom: 6px !important;
}
.padding-v-2-5 {
  padding-top: 2px !important;
  padding-bottom: 5px !important;
}
.padding-v-2-4 {
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}
.padding-v-2-3 {
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}
.padding-v-2-1 {
  padding-top: 2px !important;
  padding-bottom: 1px !important;
}
.padding-v-2-0 {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
}
.padding-v-3-15 {
  padding-top: 3px !important;
  padding-bottom: 15px !important;
}
.padding-v-3-14 {
  padding-top: 3px !important;
  padding-bottom: 14px !important;
}
.padding-v-3-13 {
  padding-top: 3px !important;
  padding-bottom: 13px !important;
}
.padding-v-3-12 {
  padding-top: 3px !important;
  padding-bottom: 12px !important;
}
.padding-v-3-11 {
  padding-top: 3px !important;
  padding-bottom: 11px !important;
}
.padding-v-3-10 {
  padding-top: 3px !important;
  padding-bottom: 10px !important;
}
.padding-v-3-9 {
  padding-top: 3px !important;
  padding-bottom: 9px !important;
}
.padding-v-3-8 {
  padding-top: 3px !important;
  padding-bottom: 8px !important;
}
.padding-v-3-7 {
  padding-top: 3px !important;
  padding-bottom: 7px !important;
}
.padding-v-3-6 {
  padding-top: 3px !important;
  padding-bottom: 6px !important;
}
.padding-v-3-5 {
  padding-top: 3px !important;
  padding-bottom: 5px !important;
}
.padding-v-3-4 {
  padding-top: 3px !important;
  padding-bottom: 4px !important;
}
.padding-v-3-2 {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}
.padding-v-3-1 {
  padding-top: 3px !important;
  padding-bottom: 1px !important;
}
.padding-v-3-0 {
  padding-top: 3px !important;
  padding-bottom: 0px !important;
}
.padding-v-4-15 {
  padding-top: 4px !important;
  padding-bottom: 15px !important;
}
.padding-v-4-14 {
  padding-top: 4px !important;
  padding-bottom: 14px !important;
}
.padding-v-4-13 {
  padding-top: 4px !important;
  padding-bottom: 13px !important;
}
.padding-v-4-12 {
  padding-top: 4px !important;
  padding-bottom: 12px !important;
}
.padding-v-4-11 {
  padding-top: 4px !important;
  padding-bottom: 11px !important;
}
.padding-v-4-10 {
  padding-top: 4px !important;
  padding-bottom: 10px !important;
}
.padding-v-4-9 {
  padding-top: 4px !important;
  padding-bottom: 9px !important;
}
.padding-v-4-8 {
  padding-top: 4px !important;
  padding-bottom: 8px !important;
}
.padding-v-4-7 {
  padding-top: 4px !important;
  padding-bottom: 7px !important;
}
.padding-v-4-6 {
  padding-top: 4px !important;
  padding-bottom: 6px !important;
}
.padding-v-4-5 {
  padding-top: 4px !important;
  padding-bottom: 5px !important;
}
.padding-v-4-3 {
  padding-top: 4px !important;
  padding-bottom: 3px !important;
}
.padding-v-4-2 {
  padding-top: 4px !important;
  padding-bottom: 2px !important;
}
.padding-v-4-1 {
  padding-top: 4px !important;
  padding-bottom: 1px !important;
}
.padding-v-4-0 {
  padding-top: 4px !important;
  padding-bottom: 0px !important;
}
.padding-v-5-15 {
  padding-top: 5px !important;
  padding-bottom: 15px !important;
}
.padding-v-5-14 {
  padding-top: 5px !important;
  padding-bottom: 14px !important;
}
.padding-v-5-13 {
  padding-top: 5px !important;
  padding-bottom: 13px !important;
}
.padding-v-5-12 {
  padding-top: 5px !important;
  padding-bottom: 12px !important;
}
.padding-v-5-11 {
  padding-top: 5px !important;
  padding-bottom: 11px !important;
}
.padding-v-5-10 {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
.padding-v-5-9 {
  padding-top: 5px !important;
  padding-bottom: 9px !important;
}
.padding-v-5-8 {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
}
.padding-v-5-7 {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.padding-v-5-6 {
  padding-top: 5px !important;
  padding-bottom: 6px !important;
}
.padding-v-5-4 {
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}
.padding-v-5-3 {
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}
.padding-v-5-2 {
  padding-top: 5px !important;
  padding-bottom: 2px !important;
}
.padding-v-5-1 {
  padding-top: 5px !important;
  padding-bottom: 1px !important;
}
.padding-v-5-0 {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}
.padding-v-6-15 {
  padding-top: 6px !important;
  padding-bottom: 15px !important;
}
.padding-v-6-14 {
  padding-top: 6px !important;
  padding-bottom: 14px !important;
}
.padding-v-6-13 {
  padding-top: 6px !important;
  padding-bottom: 13px !important;
}
.padding-v-6-12 {
  padding-top: 6px !important;
  padding-bottom: 12px !important;
}
.padding-v-6-11 {
  padding-top: 6px !important;
  padding-bottom: 11px !important;
}
.padding-v-6-10 {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}
.padding-v-6-9 {
  padding-top: 6px !important;
  padding-bottom: 9px !important;
}
.padding-v-6-8 {
  padding-top: 6px !important;
  padding-bottom: 8px !important;
}
.padding-v-6-7 {
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}
.padding-v-6-5 {
  padding-top: 6px !important;
  padding-bottom: 5px !important;
}
.padding-v-6-4 {
  padding-top: 6px !important;
  padding-bottom: 4px !important;
}
.padding-v-6-3 {
  padding-top: 6px !important;
  padding-bottom: 3px !important;
}
.padding-v-6-2 {
  padding-top: 6px !important;
  padding-bottom: 2px !important;
}
.padding-v-6-1 {
  padding-top: 6px !important;
  padding-bottom: 1px !important;
}
.padding-v-6-0 {
  padding-top: 6px !important;
  padding-bottom: 0px !important;
}
.padding-v-7-15 {
  padding-top: 7px !important;
  padding-bottom: 15px !important;
}
.padding-v-7-14 {
  padding-top: 7px !important;
  padding-bottom: 14px !important;
}
.padding-v-7-13 {
  padding-top: 7px !important;
  padding-bottom: 13px !important;
}
.padding-v-7-12 {
  padding-top: 7px !important;
  padding-bottom: 12px !important;
}
.padding-v-7-11 {
  padding-top: 7px !important;
  padding-bottom: 11px !important;
}
.padding-v-7-10 {
  padding-top: 7px !important;
  padding-bottom: 10px !important;
}
.padding-v-7-9 {
  padding-top: 7px !important;
  padding-bottom: 9px !important;
}
.padding-v-7-8 {
  padding-top: 7px !important;
  padding-bottom: 8px !important;
}
.padding-v-7-6 {
  padding-top: 7px !important;
  padding-bottom: 6px !important;
}
.padding-v-7-5 {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
.padding-v-7-4 {
  padding-top: 7px !important;
  padding-bottom: 4px !important;
}
.padding-v-7-3 {
  padding-top: 7px !important;
  padding-bottom: 3px !important;
}
.padding-v-7-2 {
  padding-top: 7px !important;
  padding-bottom: 2px !important;
}
.padding-v-7-1 {
  padding-top: 7px !important;
  padding-bottom: 1px !important;
}
.padding-v-7-0 {
  padding-top: 7px !important;
  padding-bottom: 0px !important;
}
.padding-v-8-15 {
  padding-top: 8px !important;
  padding-bottom: 15px !important;
}
.padding-v-8-14 {
  padding-top: 8px !important;
  padding-bottom: 14px !important;
}
.padding-v-8-13 {
  padding-top: 8px !important;
  padding-bottom: 13px !important;
}
.padding-v-8-12 {
  padding-top: 8px !important;
  padding-bottom: 12px !important;
}
.padding-v-8-11 {
  padding-top: 8px !important;
  padding-bottom: 11px !important;
}
.padding-v-8-10 {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}
.padding-v-8-9 {
  padding-top: 8px !important;
  padding-bottom: 9px !important;
}
.padding-v-8-7 {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
}
.padding-v-8-6 {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}
.padding-v-8-5 {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}
.padding-v-8-4 {
  padding-top: 8px !important;
  padding-bottom: 4px !important;
}
.padding-v-8-3 {
  padding-top: 8px !important;
  padding-bottom: 3px !important;
}
.padding-v-8-2 {
  padding-top: 8px !important;
  padding-bottom: 2px !important;
}
.padding-v-8-1 {
  padding-top: 8px !important;
  padding-bottom: 1px !important;
}
.padding-v-8-0 {
  padding-top: 8px !important;
  padding-bottom: 0px !important;
}
.padding-v-9-15 {
  padding-top: 9px !important;
  padding-bottom: 15px !important;
}
.padding-v-9-14 {
  padding-top: 9px !important;
  padding-bottom: 14px !important;
}
.padding-v-9-13 {
  padding-top: 9px !important;
  padding-bottom: 13px !important;
}
.padding-v-9-12 {
  padding-top: 9px !important;
  padding-bottom: 12px !important;
}
.padding-v-9-11 {
  padding-top: 9px !important;
  padding-bottom: 11px !important;
}
.padding-v-9-10 {
  padding-top: 9px !important;
  padding-bottom: 10px !important;
}
.padding-v-9-8 {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
}
.padding-v-9-7 {
  padding-top: 9px !important;
  padding-bottom: 7px !important;
}
.padding-v-9-6 {
  padding-top: 9px !important;
  padding-bottom: 6px !important;
}
.padding-v-9-5 {
  padding-top: 9px !important;
  padding-bottom: 5px !important;
}
.padding-v-9-4 {
  padding-top: 9px !important;
  padding-bottom: 4px !important;
}
.padding-v-9-3 {
  padding-top: 9px !important;
  padding-bottom: 3px !important;
}
.padding-v-9-2 {
  padding-top: 9px !important;
  padding-bottom: 2px !important;
}
.padding-v-9-1 {
  padding-top: 9px !important;
  padding-bottom: 1px !important;
}
.padding-v-9-0 {
  padding-top: 9px !important;
  padding-bottom: 0px !important;
}
.padding-v-10-15 {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.padding-v-10-14 {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
}
.padding-v-10-13 {
  padding-top: 10px !important;
  padding-bottom: 13px !important;
}
.padding-v-10-12 {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}
.padding-v-10-11 {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}
.padding-v-10-9 {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
}
.padding-v-10-8 {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.padding-v-10-7 {
  padding-top: 10px !important;
  padding-bottom: 7px !important;
}
.padding-v-10-6 {
  padding-top: 10px !important;
  padding-bottom: 6px !important;
}
.padding-v-10-5 {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
.padding-v-10-4 {
  padding-top: 10px !important;
  padding-bottom: 4px !important;
}
.padding-v-10-3 {
  padding-top: 10px !important;
  padding-bottom: 3px !important;
}
.padding-v-10-2 {
  padding-top: 10px !important;
  padding-bottom: 2px !important;
}
.padding-v-10-1 {
  padding-top: 10px !important;
  padding-bottom: 1px !important;
}
.padding-v-10-0 {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.padding-v-11-15 {
  padding-top: 11px !important;
  padding-bottom: 15px !important;
}
.padding-v-11-14 {
  padding-top: 11px !important;
  padding-bottom: 14px !important;
}
.padding-v-11-13 {
  padding-top: 11px !important;
  padding-bottom: 13px !important;
}
.padding-v-11-12 {
  padding-top: 11px !important;
  padding-bottom: 12px !important;
}
.padding-v-11-10 {
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}
.padding-v-11-9 {
  padding-top: 11px !important;
  padding-bottom: 9px !important;
}
.padding-v-11-8 {
  padding-top: 11px !important;
  padding-bottom: 8px !important;
}
.padding-v-11-7 {
  padding-top: 11px !important;
  padding-bottom: 7px !important;
}
.padding-v-11-6 {
  padding-top: 11px !important;
  padding-bottom: 6px !important;
}
.padding-v-11-5 {
  padding-top: 11px !important;
  padding-bottom: 5px !important;
}
.padding-v-11-4 {
  padding-top: 11px !important;
  padding-bottom: 4px !important;
}
.padding-v-11-3 {
  padding-top: 11px !important;
  padding-bottom: 3px !important;
}
.padding-v-11-2 {
  padding-top: 11px !important;
  padding-bottom: 2px !important;
}
.padding-v-11-1 {
  padding-top: 11px !important;
  padding-bottom: 1px !important;
}
.padding-v-11-0 {
  padding-top: 11px !important;
  padding-bottom: 0px !important;
}
.padding-v-12-15 {
  padding-top: 12px !important;
  padding-bottom: 15px !important;
}
.padding-v-12-14 {
  padding-top: 12px !important;
  padding-bottom: 14px !important;
}
.padding-v-12-13 {
  padding-top: 12px !important;
  padding-bottom: 13px !important;
}
.padding-v-12-11 {
  padding-top: 12px !important;
  padding-bottom: 11px !important;
}
.padding-v-12-10 {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
.padding-v-12-9 {
  padding-top: 12px !important;
  padding-bottom: 9px !important;
}
.padding-v-12-8 {
  padding-top: 12px !important;
  padding-bottom: 8px !important;
}
.padding-v-12-7 {
  padding-top: 12px !important;
  padding-bottom: 7px !important;
}
.padding-v-12-6 {
  padding-top: 12px !important;
  padding-bottom: 6px !important;
}
.padding-v-12-5 {
  padding-top: 12px !important;
  padding-bottom: 5px !important;
}
.padding-v-12-4 {
  padding-top: 12px !important;
  padding-bottom: 4px !important;
}
.padding-v-12-3 {
  padding-top: 12px !important;
  padding-bottom: 3px !important;
}
.padding-v-12-2 {
  padding-top: 12px !important;
  padding-bottom: 2px !important;
}
.padding-v-12-1 {
  padding-top: 12px !important;
  padding-bottom: 1px !important;
}
.padding-v-12-0 {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
}
.padding-v-13-15 {
  padding-top: 13px !important;
  padding-bottom: 15px !important;
}
.padding-v-13-14 {
  padding-top: 13px !important;
  padding-bottom: 14px !important;
}
.padding-v-13-12 {
  padding-top: 13px !important;
  padding-bottom: 12px !important;
}
.padding-v-13-11 {
  padding-top: 13px !important;
  padding-bottom: 11px !important;
}
.padding-v-13-10 {
  padding-top: 13px !important;
  padding-bottom: 10px !important;
}
.padding-v-13-9 {
  padding-top: 13px !important;
  padding-bottom: 9px !important;
}
.padding-v-13-8 {
  padding-top: 13px !important;
  padding-bottom: 8px !important;
}
.padding-v-13-7 {
  padding-top: 13px !important;
  padding-bottom: 7px !important;
}
.padding-v-13-6 {
  padding-top: 13px !important;
  padding-bottom: 6px !important;
}
.padding-v-13-5 {
  padding-top: 13px !important;
  padding-bottom: 5px !important;
}
.padding-v-13-4 {
  padding-top: 13px !important;
  padding-bottom: 4px !important;
}
.padding-v-13-3 {
  padding-top: 13px !important;
  padding-bottom: 3px !important;
}
.padding-v-13-2 {
  padding-top: 13px !important;
  padding-bottom: 2px !important;
}
.padding-v-13-1 {
  padding-top: 13px !important;
  padding-bottom: 1px !important;
}
.padding-v-13-0 {
  padding-top: 13px !important;
  padding-bottom: 0px !important;
}
.padding-v-14-15 {
  padding-top: 14px !important;
  padding-bottom: 15px !important;
}
.padding-v-14-13 {
  padding-top: 14px !important;
  padding-bottom: 13px !important;
}
.padding-v-14-12 {
  padding-top: 14px !important;
  padding-bottom: 12px !important;
}
.padding-v-14-11 {
  padding-top: 14px !important;
  padding-bottom: 11px !important;
}
.padding-v-14-10 {
  padding-top: 14px !important;
  padding-bottom: 10px !important;
}
.padding-v-14-9 {
  padding-top: 14px !important;
  padding-bottom: 9px !important;
}
.padding-v-14-8 {
  padding-top: 14px !important;
  padding-bottom: 8px !important;
}
.padding-v-14-7 {
  padding-top: 14px !important;
  padding-bottom: 7px !important;
}
.padding-v-14-6 {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
}
.padding-v-14-5 {
  padding-top: 14px !important;
  padding-bottom: 5px !important;
}
.padding-v-14-4 {
  padding-top: 14px !important;
  padding-bottom: 4px !important;
}
.padding-v-14-3 {
  padding-top: 14px !important;
  padding-bottom: 3px !important;
}
.padding-v-14-2 {
  padding-top: 14px !important;
  padding-bottom: 2px !important;
}
.padding-v-14-1 {
  padding-top: 14px !important;
  padding-bottom: 1px !important;
}
.padding-v-14-0 {
  padding-top: 14px !important;
  padding-bottom: 0px !important;
}
.padding-v-15-14 {
  padding-top: 15px !important;
  padding-bottom: 14px !important;
}
.padding-v-15-13 {
  padding-top: 15px !important;
  padding-bottom: 13px !important;
}
.padding-v-15-12 {
  padding-top: 15px !important;
  padding-bottom: 12px !important;
}
.padding-v-15-11 {
  padding-top: 15px !important;
  padding-bottom: 11px !important;
}
.padding-v-15-10 {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}
.padding-v-15-9 {
  padding-top: 15px !important;
  padding-bottom: 9px !important;
}
.padding-v-15-8 {
  padding-top: 15px !important;
  padding-bottom: 8px !important;
}
.padding-v-15-7 {
  padding-top: 15px !important;
  padding-bottom: 7px !important;
}
.padding-v-15-6 {
  padding-top: 15px !important;
  padding-bottom: 6px !important;
}
.padding-v-15-5 {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}
.padding-v-15-4 {
  padding-top: 15px !important;
  padding-bottom: 4px !important;
}
.padding-v-15-3 {
  padding-top: 15px !important;
  padding-bottom: 3px !important;
}
.padding-v-15-2 {
  padding-top: 15px !important;
  padding-bottom: 2px !important;
}
.padding-v-15-1 {
  padding-top: 15px !important;
  padding-bottom: 1px !important;
}
.padding-v-15-0 {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
ul.img-grid {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.img-grid li {
  float: left;
  margin: 0;
  width: 20%;
}
ul.img-grid li a {
  display: block;
}
ul.img-grid li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal .modal-dialog {
  display: table;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  transition: -webkit-transform .5s;
  transition: transform .5s;
}
.modal.in {
  height: 100%;
  top: auto;
  display: table;
}
.modal.slide-up .modal-dialog {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.modal.slide-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal.slide-down .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.modal.slide-down.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal.slide-right .modal-dialog {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.modal.slide-right.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal.slide-left .modal-dialog {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.modal.slide-left.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal.grow .modal-dialog {
  -webkit-transform: scale(0.1) translate3d(0, 0, 0);
          transform: scale(0.1) translate3d(0, 0, 0);
}
.modal.grow.in .modal-dialog {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}
.modal .sidebar {
  position: absolute;
  visibility: visible;
  background: white;
}
.modal .sidebar:after {
  display: none;
}
.modal .sidebar .modal-content {
  border: none;
  box-shadow: none;
}
.modal.in .sidebar {
  transition: -webkit-transform .5s, width .5s;
  transition: transform .5s, width .5s;
}
.modal.modal-backdrop-white .modal-backdrop {
  background-color: #ffffff;
}
.modal.modal-backdrop-white .modal-backdrop.in {
  opacity: 0.95;
}
.modal.modal-overlay .modal-content {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.modal.modal-overlay .sidebar {
  background-color: transparent;
}
.wizard-1 fieldset {
  background: #ffffff;
  padding: 15px;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid #e2e9e6;
}
.wizard-1 .wiz-progress {
  margin: 0 auto 20px;
  overflow: hidden;
  counter-reset: step;
  list-style: none;
  padding: 0;
  text-align: center;
  display: table;
}
.wizard-1 .wiz-progress li {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: table-cell;
  padding: 0 20px;
}
.wizard-1 .wiz-progress li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  line-height: 24px;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 3;
  transition-delay: .4s;
}
.wizard-1 .wiz-progress li:after {
  content: ' ';
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  display: block;
  left: -50%;
  top: 10px;
}
.wizard-1 .wiz-progress li:before,
.wizard-1 .wiz-progress li:after {
  transition: all 0.5s ease-in-out;
}
.wizard-1 .wiz-progress li.active:after {
  z-index: 2;
  width: 150%;
}
.wizard-1 .wiz-progress li.active:before,
.wizard-1 .wiz-progress li.active:after {
  background: #ef969a;
  color: #ffffff;
}
.wizard-1 .wiz-progress li:first-child:after {
  width: 50%;
  left: 50%;
}
.wizard-1 .wiz-progress li:last-child:after {
  width: 100%;
  left: -50%;
}
.wizard-1 .wiz-progress li.complete:before,
.wizard-1 .wiz-progress li.complete:after {
  background: #ef969a;
  color: #ffffff;
}
.widget-user-1 .avatar {
  padding: 30px 10px 10px;
  margin-bottom: 10px;
}
.widget-user-1 .avatar h3 {
  font-weight: 300;
  color: #848484;
  margin: 10px;
}
.widget-user-1 p {
  padding: 0 15px;
  color: #5e5e5e;
}
.widget-user-1 .profile-icons {
  border-top: 1px solid #e2e9e6;
  border-bottom: 1px solid #e2e9e6;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.user-box a.username {
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #5e5e5e;
}
.user-box .media-body h4 {
  margin-bottom: 8px;
}
.user-box .media-body p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
}
.profile-block {
  position: relative;
}
.profile-block .cover {
  overflow: visible;
  height: 200px;
  margin-bottom: 0;
}
.profile-block .cover.overlay .overlay.overlay-full .v-bottom {
  bottom: -59px;
}
.profile-block .cover .icon {
  color: #fff;
  font-size: 18px;
}
.profile-block .avatar {
  z-index: 4;
  border: 3px solid #fff;
}
.profile-block .profile-icons {
  height: 65px;
  line-height: 65px;
  padding-left: 140px;
  z-index: 5;
}
ul.notifications-timeline {
  list-style: none;
  padding: 15px 0;
}
ul.notifications-timeline li {
  margin-left: 90px;
  border-left: 1px solid #f5f5f5;
  padding: 8px 0;
}
ul.notifications-timeline li:first-of-type {
  padding-top: 12px;
}
ul.notifications-timeline li:last-of-type {
  padding-bottom: 12px;
}
ul.notifications-timeline li .date {
  margin-left: -90px;
  width: 70px;
  text-align: right;
  display: inline-block;
  color: #777777;
  font-weight: bold;
  font-size: 13px;
}
ul.notifications-timeline li .circle {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 9px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 2px solid #6e7882;
}
ul.notifications-timeline li .content {
  margin-left: 5px;
  display: inline-block;
}
.media-activity .media i {
  font-size: 24px;
  padding: 6px;
  color: #8c959c;
}
.media-activity .media-body span.title {
  color: #6e7882;
}
.media-activity .media-body span.time {
  display: block;
  font-size: 12px;
  color: #8c959c;
}
.score-block {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
.score-block .title {
  font-size: 14px;
  padding-bottom: 3px;
}
.score-block .score {
  font-size: 24px;
  line-height: 20px;
  color: #ef969a;
}
.weather-svg {
  overflow: hidden;
}
.weather-svg .list {
  font-size: 12px;
  background: #f9f9f9;
  display: table;
}
.weather-svg .list .today {
  margin: 10px;
}
.weather-svg .list .list-item {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  display: table-cell;
}
.weather-svg .list .list-item:last-of-type {
  border-right: none;
}
.weather-svg .list svg {
  width: 40%;
  color: #ef969a;
  height: auto;
}
.weather-svg .today svg {
  width: 200px;
  color: #ef969a;
}
.weather-svg .today .details {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 8px 10px;
  background: #f9f9f9;
  font-size: 16px;
  margin-bottom: 20px;
}
.weather-svg .today .details strong {
  color: #ef969a;
}
.cover svg {
  color: #fff !important;
  height: initial !important;
}
.cover svg .climacon_component-fill {
  fill-opacity: 0.4;
  stroke-width: 3;
  stroke: #fff;
}
.cover svg:not(.climacon_component-stroke) {
  fill-opacity: 0;
  stroke-width: 3;
  stroke: #fff;
}
.weather-svg .cover {
  color: #fff;
}
.weather-svg .cover svg {
  width: 30px;
  vertical-align: middle;
}
.weather-svg .cover .v-center svg {
  width: 50%;
}
.weather-svg .cover a {
  color: #fff;
}
.weather-svg .cover a:hover {
  opacity: 0.5;
}
.weather-svg .cover .v-top {
  font-size: 16px;
}
.weather-svg .cover .list {
  background: none;
  width: 100%;
}
.weather-svg .cover .list .list-item {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.demo-icons-list {
  padding: 20px;
}
.demo-icons-list .col-md-4 {
  font-size: 16px;
  color: #6e7882;
  border-radius: 5px;
  padding: 10px 0 !important;
}
.demo-icons-list .col-md-4 i {
  font-size: 24px;
  margin-left: 5px;
  vertical-align: middle;
}
.demo-icons-list .col-md-4:hover {
  background: #ef969a;
  color: #fff;
}
.demo-icons-list span {
  display: none;
}
