@charset "UTF-8";
/* TODO Clean up */
/* Sets global and overrides Bootstrap vars */
/**
color: rgb(98, 164, 255);
*/
/*
 * Base sytlesheet
 * @author piotr@slowhop.com 
 */
/* Colors */
/* New */
/* Mixins */
/* Sizes */
/* Text */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic&subset=latin,latin-ext") screen;
@import url("https://fonts.googleapis.com/css?family=Noto+Sans") screen;
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&display=swap") screen;
@import "vendor.css";
@import "jquery-ui/jquery-ui.min.css";
@import "intlTelInput.min.css";
.strong {
  font-weight: bold;
}

/* Backgrounds */
.bg-white, .slowhop-checkbox label:not(.label-normal), .slowhop-checkbox, .search .section-offer-col .note .note-text, .profile .profile-body .form-control, .profile .profile-body {
  background-color: #fff;
}

.greyish {
  color: #ACACAC;
}

.greyish-brown {
  color: #121820;
}

.light-orange {
  color: #B0F322 !important;
}

.warm-grey {
  color: #747474;
}

.error-red {
  color: #B3261E;
}

.white-smoke {
  color: #F4F1EB;
}

.basic-blue {
  color: #335B4F;
}

.white {
  color: #ffffff;
}

/**
 * Variables
 **/
/**
 * SVG Icons
 **/
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}
.svg-icon__size-6 {
  height: 6px;
  width: 6px;
}
.svg-icon__size-8 {
  height: 8px;
  width: 8px;
}
.svg-icon__size-10 {
  height: 10px;
  width: 10px;
}
.svg-icon__size-12 {
  height: 12px;
  width: 12px;
}
.svg-icon__size-16 {
  height: 16px;
  width: 16px;
}
.svg-icon__size-20 {
  height: 20px;
  width: 20px;
}
.svg-icon__size-24 {
  height: 24px;
  width: 24px;
}
.svg-icon__size-25 {
  height: 25px;
  width: 25px;
}
.svg-icon__size-32 {
  height: 32px;
  width: 32px;
}
.svg-icon__size-48 {
  height: 48px;
  width: 48px;
}
.svg-icon__size-64 {
  height: 64px;
  width: 64px;
}
.svg-icon__size-128 {
  height: 128px;
  width: 128px;
}
.svg-icon__size-256 {
  height: 256px;
  width: 256px;
}
.svg-icon__color-white {
  fill: #ffffff;
}
.svg-icon__color-white--important {
  fill: #ffffff !important;
}
.svg-icon__color-white [stroke] {
  stroke: #ffffff;
}
.svg-icon__color-white-smoke {
  fill: #F4F1EB;
}
.svg-icon__color-white-smoke--important {
  fill: #F4F1EB !important;
}
.svg-icon__color-white-smoke [stroke] {
  stroke: #F4F1EB;
}
.svg-icon__color-light-orange {
  fill: #B0F322;
}
.svg-icon__color-light-orange--important {
  fill: #B0F322 !important;
}
.svg-icon__color-light-orange [stroke] {
  stroke: #B0F322;
}
.svg-icon__color-lighter-orange {
  fill: #EFFDD3;
}
.svg-icon__color-lighter-orange--important {
  fill: #EFFDD3 !important;
}
.svg-icon__color-lighter-orange [stroke] {
  stroke: #EFFDD3;
}
.svg-icon__color-basic-blue {
  fill: #335B4F;
}
.svg-icon__color-basic-blue--important {
  fill: #335B4F !important;
}
.svg-icon__color-basic-blue [stroke] {
  stroke: #335B4F;
}
.svg-icon__color-greyish-brown {
  fill: #121820;
}
.svg-icon__color-greyish-brown--important {
  fill: #121820 !important;
}
.svg-icon__color-greyish-brown [stroke] {
  stroke: #121820;
}
.svg-icon__color-greyish {
  fill: #ACACAC;
}
.svg-icon__color-greyish--important {
  fill: #ACACAC !important;
}
.svg-icon__color-greyish [stroke] {
  stroke: #ACACAC;
}
.svg-icon__color-whitish-grey {
  fill: #F1F1F1;
}
.svg-icon__color-whitish-grey--important {
  fill: #F1F1F1 !important;
}
.svg-icon__color-whitish-grey [stroke] {
  stroke: #F1F1F1;
}
.svg-icon__color-pinkish-grey {
  fill: #D5D5D5;
}
.svg-icon__color-pinkish-grey--important {
  fill: #D5D5D5 !important;
}
.svg-icon__color-pinkish-grey [stroke] {
  stroke: #D5D5D5;
}
.svg-icon__color-warm-grey {
  fill: #747474;
}
.svg-icon__color-warm-grey--important {
  fill: #747474 !important;
}
.svg-icon__color-warm-grey [stroke] {
  stroke: #747474;
}
.svg-icon__color-error-red {
  fill: #B3261E;
}
.svg-icon__color-error-red--important {
  fill: #B3261E !important;
}
.svg-icon__color-error-red [stroke] {
  stroke: #B3261E;
}
.svg-icon__color-powder-blue {
  fill: #D6DEDC;
}
.svg-icon__color-powder-blue--important {
  fill: #D6DEDC !important;
}
.svg-icon__color-powder-blue [stroke] {
  stroke: #D6DEDC;
}
.svg-icon__color-calendar-blue {
  fill: #335B4F;
}
.svg-icon__color-calendar-blue--important {
  fill: #335B4F !important;
}
.svg-icon__color-calendar-blue [stroke] {
  stroke: #335B4F;
}
.svg-icon__color-dark-orange {
  fill: #A1DF1D;
}
.svg-icon__color-dark-orange--important {
  fill: #A1DF1D !important;
}
.svg-icon__color-dark-orange [stroke] {
  stroke: #A1DF1D;
}
.svg-icon__color-dark-blu {
  fill: #29493F;
}
.svg-icon__color-dark-blu--important {
  fill: #29493F !important;
}
.svg-icon__color-dark-blu [stroke] {
  stroke: #29493F;
}

/* Fonts */
@font-face {
  font-family: "Pretty-Regular";
  src: url("../fonts/pretty/Pretty-Regular.woff2") format("woff2"), url("../fonts/pretty/Pretty-Regular.woff") format("woff"), url("../fonts/pretty/Pretty-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Pretty-Semi-Bold";
  src: url("../fonts/pretty/Pretty-SemiBold.woff2") format("woff2"), url("../fonts/pretty/Pretty-SemiBold.woff") format("woff"), url("../fonts/pretty/Pretty-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
.grey {
  color: #121820;
}

.white {
  color: #fff;
}

.small {
  font-size: small !important;
}

/* Buttons */
button, .abutton {
  padding: 4px 20px 4px 20px;
  border-radius: 25px;
  border: 0px;
  border-color: #fff;
  cursor: pointer;
  border: 1px solid;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 11px;
  text-decoration: none;
}

.abutton:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.button-blue {
  background: #335B4F;
  border-color: #335B4F;
  color: #fff;
}

.button-yellow, .btn-header-mobile-login {
  background: #B0F322;
  border-color: #B0F322;
  color: #121820;
}

.button-red {
  background: #B3261E;
  border-color: #B3261E;
  color: #fff;
}

.button-transparent-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.button-shadowed {
  background-color: rgba(0, 0, 0, 0.3);
}

.button-transparent-grey {
  background-color: transparent;
  border-color: #121820;
  color: #121820;
}

.button-transparent-yellow {
  background-color: transparent;
  border-color: #B0F322;
  color: #B0F322;
}

.button-transparent-blue {
  background-color: transparent;
  border-color: #335B4F;
  color: #335B4F;
}

.button-hover-red:hover {
  background: #B3261E;
  color: #fff;
  border-color: #B3261E;
}

.button-hover-yellow:hover {
  background: #B0F322;
  color: #ffffff;
  border-color: #B0F322;
}

.button-hover-transparent-yellow:hover {
  color: #B0F322;
  border-color: #B0F322;
}

.button-hover-transparent-blue:hover {
  color: #335B4F;
  border-color: #335B4F;
}

.button-hover-blue:hover {
  background: #335B4F;
  color: #fff;
  border-color: #335B4F;
}

.button-hover-grey:hover {
  background: #121820;
  color: #fff;
  border-color: #121820;
}

.button-hover-white:hover {
  background: #fff;
  color: #575757;
  border-color: #fff;
}

/* Links */
.href-blue, .href-grey, .href-yellow, .href-white {
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.href-blue {
  color: #335B4F;
}

.href-grey {
  color: #121820;
}

.href-yellow {
  color: #B0F322;
}

.href-white {
  color: #fff;
}

.href-blue:hover, href-grey:hover, .href-white:hover, .href-grey:hover, .href-yellow:hover {
  text-decoration: underline;
}

/* Containers */
.inner-container {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.content {
  width: 991px;
  overflow: hidden;
  margin: auto;
  -margin-bottom: 30px;
  padding: 5px;
}

.last-right {
  margin-right: 0px !important;
}

.first-left {
  margin-left: 0px !important;
}

/* Tags */
html, body {
  margin: 0px;
  min-height: 100%;
  background: #F4F1EB;
  height: 100%;
}

body {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#holder {
  position: relative;
}

.main-content {
  margin-top: 61px;
  color: #121820;
}

.two-column-layout .column-content {
  background-color: #00b3ee;
  position: absolute;
  top: 91px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}
.two-column-layout .column-content > .row {
  height: 100%;
}
.two-column-layout .column-content > .row .main-column {
  height: 100%;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}
@media only screen and (max-width: 959px) {
  .two-column-layout .column-content {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .two-column-layout .left-column {
    display: none !important;
  }
  .two-column-layout .right-column {
    width: 100% !important;
  }
}

#container {
  padding: 72px 0px 0px 0px;
}
@media (max-width: 960px) {
  #container {
    padding: 60px 0px 0px 0px;
  }
}

hr {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: auto;
  border: 0px;
  margin-bottom: 20px;
}

.static-page-header-big {
  height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.static-page-header-big h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #335B4F;
  font-size: 28px;
}
.static-page-header-big i {
  position: absolute;
  bottom: 60px;
  left: 46%;
}
@media screen and (max-width: 480px) {
  .static-page-header-big i {
    position: absolute;
    bottom: 60px;
    left: 41%;
  }
}

.static-page-header {
  text-align: center;
  display: flex;
  align-items: center;
}
.static-page-header h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #335B4F;
  font-size: 28px;
}

.static-page .static-page-header {
  margin-top: 61px;
}
.static-page .static-page-header-big {
  margin-top: 61px;
}

.static-page-transparent .static-page-header {
  margin-top: 0px;
}
.static-page-transparent .static-page-header-big {
  margin-top: 0px;
}

.static-page-content {
  margin-top: 0px;
}

#upArrow {
  display: block;
  position: fixed;
  width: 29px;
  height: 29px;
  left: 100%;
  margin-left: -50px;
  top: 100%;
  margin-top: -50px;
  background-image: url("../images/uparrow.png");
  z-index: 1000;
  cursor: pointer;
  display: none;
}

.top-info-band {
  padding: 15px 0;
  text-align: center;
}

.cookie-accept {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #fff;
}

#cookie-box {
  padding: 10px;
  position: fixed;
  width: 80%;
  background: #fff;
  left: 10%;
  height: 80%;
  top: 10%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.33);
  overflow: auto;
  display: none;
}

#cookie-close-container {
  width: 80%;
  text-align: right;
  position: fixed;
  margin-left: -15px;
}

.paralax {
  background-position: 50% 50%;
  background-size: 100% !important;
}

#mobile-menu-init {
  z-index: 1500;
  position: fixed;
  float: right;
  display: none;
  width: 55px;
  height: 55px;
  display: none;
  left: 100%;
  margin-left: -80px;
  margin-top: 18px;
}
#mobile-menu-init button {
  width: 55px;
  height: 55px;
  background-image: url(../images/mobile-menu-init.png);
  background-color: transparent;
  padding: 0px;
  border: 0px !important;
}

#mobile-menu {
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
#mobile-menu button {
  width: 50% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#mobile-menu span {
  display: block;
  margin-bottom: 10px;
}

#menu-top-right, #float-menu-copy {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  z-index: 100;
  text-align: right;
  width: 1052px;
}
#menu-top-right .menu-item, #float-menu-copy .menu-item {
  float: right;
}
#menu-top-right a, #menu-top-right span, #float-menu-copy a, #float-menu-copy span {
  margin-right: 15px;
}
#menu-top-right span, #float-menu-copy span {
  color: #121820;
}

.logged .avatar, .submenu-wrap .avatar {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-size: cover;
  margin-top: -10px;
}
.logged .hello, .submenu-wrap .hello {
  white-space: nowrap;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.logged .submenu, .submenu-wrap .submenu {
  display: none;
  padding: 0 10px 10px 10px;
  position: fixed;
  top: 70px;
  margin-left: -80px;
}
.logged .submenu ul, .submenu-wrap .submenu ul {
  padding: 3px 20px;
  margin-bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  list-style: none;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.logged .submenu ul li, .submenu-wrap .submenu ul li {
  margin-bottom: 3px;
}
.logged .submenu ul li a, .submenu-wrap .submenu ul li a {
  display: block;
  margin: 0 !important;
  padding: 5px 30px;
  color: #555;
  font-size: 13px;
}
.logged .submenu ul li a:hover, .submenu-wrap .submenu ul li a:hover {
  text-decoration: underline;
}
.logged .submenu ul li:not(:last-of-type), .submenu-wrap .submenu ul li:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
}

#float-menu {
  top: -70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 10000;
  padding: 20px;
  box-shadow: 1px 1px 15px 0px #ADADAD;
}
#float-menu a img {
  height: 25px;
  border: 0px;
}

#float-menu-copy {
  margin-top: -30px;
  margin-left: -855px;
}
#float-menu-copy span {
  color: #121820 !important;
}
#float-menu-copy .abutton {
  color: #fff !important;
}

/* Media queries */
@media all and (max-width: 991px) {
  /* Header */
  #float-menu {
    display: none;
  }
  #menu-top-right {
    display: none;
  }
  h1 {
    margin-top: 10px;
  }
  header .right, #logged {
    display: none;
  }
  #mobile-menu-init {
    display: block !important;
  }
  .content {
    width: 100%;
  }
  h2 {
    padding: 5px;
    width: auto !important;
  }
  footer {
    font-size: medium;
  }
  footer ul {
    padding: 20px;
  }
  footer select {
    width: 100%;
    padding: 10px;
    width: 90%;
  }
  footer .left {
    width: 100%;
    float: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #cookie-policy {
    width: 100%;
    text-align: center;
    margin-top: -75px;
    height: 100px;
  }
}
.row .col--small-padding-top {
  padding-top: 20px;
}

.form {
  padding: 30px;
  border-radius: 2px;
}
.form--background-black {
  background-color: #335B4F;
}
.form--background-black input {
  box-shadow: none !important;
}

.border-bottom-orange {
  padding-bottom: 20px;
  border-bottom: 1px solid #B0F322;
}

.hr-orange {
  border-top: 1px solid #B0F322;
}

.line--greyish-brow {
  border-top: 1px solid #121820;
}
.line--greyish {
  border-top: 1px solid #121820;
}

.footer-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  padding: 0;
  max-height: 100%;
  overflow: auto;
}
.footer-fixed-bottom .btn {
  margin: 10px 0;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
}
.overlay__box {
  width: 400px;
  position: relative;
  margin: 10% auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 40px 30px;
  pointer-events: all;
}
.overlay__box h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .overlay__box {
    width: 100%;
  }
}
.avatar--small {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-size: cover;
}

@media (max-width: 480px) {
  .modal {
    position: fixed;
    top: 3% !important;
    right: 1% !important;
    left: 1% !important;
    width: auto !important;
    margin: 0 !important;
    height: 80% !important;
  }
}
.parsley-error, input.error, textarea.error {
  border-color: #B3261E !important;
  background-color: rgba(201, 54, 67, 0.05);
}

span.error {
  color: #B3261E !important;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.parsley-errors-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
  color: #B3261E;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.navbar-fixed-remove {
  position: absolute !important;
}

.mobile--bar__sticky__bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  padding: 0;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  height: 50px;
}

.mobile-navigation-bar {
  padding: 13px 20px;
  border-bottom: 1px solid #121820;
}
.mobile-navigation-bar a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.mobile-navigation-bar i {
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.background__orange {
  background-color: #B0F322;
  color: #ffffff;
}
.background__orange a {
  color: #ffffff;
}
.background__orange span {
  color: #ffffff;
}
.background__orange p {
  color: #ffffff;
}

.text--orange-light {
  color: #B0F322;
}

@media (min-width: 768px) {
  .slowhop--modal.with-calendar .modal-dialog {
    width: 670px;
  }
}
.slowhop--modal .modal-dialog {
  border-radius: 2px;
  background-color: #ffffff;
  overflow: scroll;
}
.slowhop--modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.slowhop--modal .modal-body .modal-title h2 {
  margin-top: 0;
}
.slowhop--modal .modal-footer {
  border-top-color: #D5D5D5;
}
.slowhop--modal .modal-footer.no-border {
  border: 0;
}
.slowhop--modal .modal-footer.big-padding {
  padding: 15px 30px 30px;
}
.slowhop--modal h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
}
.slowhop--modal hr {
  border-top-color: #D5D5D5;
}
.slowhop--modal input, .slowhop--modal select, .slowhop--modal textarea {
  box-shadow: none;
  border: 1px solid #D5D5D5;
}

.overlay-panel {
  max-width: 690px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 10px;
}
.overlay-panel h3 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
}
.overlay-panel__centered {
  margin: auto;
}
.overlay-panel__dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.slowhop-datepicker {
  display: inline-block;
}
.slowhop-datepicker .ui-datepicker {
  width: auto !important;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 0 1px;
}
.slowhop-datepicker .ui-datepicker td a, .slowhop-datepicker .ui-datepicker td span {
  padding: 0;
}
.slowhop-datepicker .ui-datepicker .ui-icon-circle-triangle-w {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -223px -22px;
  width: 12px;
  height: 25px;
}
.slowhop-datepicker .ui-datepicker .ui-icon-circle-triangle-e {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -700px -439px;
  width: 12px;
  height: 25px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-prev, .slowhop-datepicker .ui-datepicker .ui-datepicker-next {
  height: 2.8em;
}
.slowhop-datepicker .ui-datepicker .ui-state-hover {
  border: none;
  background-color: #ffffff;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-header {
  background-color: #ffffff;
  border: none;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100% !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-group-first {
  margin-right: 10px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-group {
  width: auto;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-title {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: #121820;
  padding-top: 5px;
  padding-bottom: 5px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  border-top: 1px solid #D5D5D5;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #121820;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked {
  background-color: #D5D5D5;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked:hover {
  border: 2px solid #B3261E;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -203px -10px;
  width: 39px;
  height: 36px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM:hover {
  background-position: -10px -10px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM.error:hover {
  background-position: -203px -10px;
  border: 2px solid #B3261E;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM span {
  background-color: transparent !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -250px -10px;
  width: 39px;
  height: 36px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM:hover {
  background-position: -58px -11px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM.error:hover {
  background-position: -250px -10px;
  border: 2px solid #B3261E;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM span {
  background-color: transparent !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked span {
  background-color: #D5D5D5;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  border: solid 1px #F4F1EB;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked {
  background-color: #D6DEDC;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red {
  border: 2px solid #B3261E !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover a {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__permanent {
  background-color: #D6DEDC;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  pointer-events: auto;
  opacity: 1;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #ACACAC;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td span {
  border: none;
  text-align: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  border: none;
  text-align: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background-color: #335B4F;
  border-color: #335B4F;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #121820;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background-color: transparent;
  color: #121820;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background-color: transparent;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
  background-color: #335B4F;
  color: #121820;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight a {
  background-color: #335B4F !important;
  color: #121820;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form textarea, form select {
  box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  width: 100%;
  padding: 6px 12px;
}
form select {
  -webkit-appearance: none;
}
form input.with-icon {
  padding-left: 50px !important;
}
form .input-icon {
  position: absolute;
  bottom: 17px;
  left: 10px;
  color: #747474;
}

.login-form input[type=text], .login-form input[type=email], .login-form input[type=password], .login-form input[type=tel], .login-form textarea, .login-form select {
  box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  width: 100%;
  padding: 6px 12px;
}
.login-form select {
  -webkit-appearance: none;
}
.login-form input.with-icon {
  padding-left: 50px !important;
}
.login-form .input-icon {
  position: absolute;
  bottom: 17px;
  left: 10px;
  color: #747474;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=password], .form-group input[type=tel], .form-group textarea, .form-group select, .input-group input[type=text], .input-group input[type=email], .input-group input[type=password], .input-group input[type=tel], .input-group textarea, .input-group select {
  width: 100%;
  padding: 6px 12px;
  box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}
.form-group select, .input-group select {
  -webkit-appearance: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select {
  width: 100%;
  padding: 6px 12px;
  box-shadow: none;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}

select {
  -webkit-appearance: none;
}

select.error {
  border-color: #B3261E;
}

.form-group-with-icon {
  position: relative;
}

.chars-left {
  font-size: 12px;
  color: #ACACAC;
}

.modal .modal-content {
  border-radius: 0;
}

.svg-icon-close {
  font-size: 12px;
}

.modal-close-svg {
  float: right;
  cursor: pointer;
}

.separator-container {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.separator-container .separator-text {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.separator-container > span {
  position: relative;
  display: inline-block;
}
.separator-container > span:before, .separator-container > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #D5D5D5;
}
.separator-container > span:before {
  right: 100%;
  margin-right: 15px;
}
.separator-container > span:after {
  left: 100%;
  margin-left: 15px;
}

.authorization-modal span.error {
  float: left;
}
.authorization-modal .modal-content {
  min-height: 488px;
}
.authorization-modal .modal-header {
  padding-bottom: 0;
}
.authorization-modal .modal-body {
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.authorization-modal .title h4 {
  line-height: 1.4em;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #121820;
}
.authorization-modal .btn {
  width: 100%;
  height: 40px;
}
.authorization-modal .info-text {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
}
.authorization-modal label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #121820;
}
.authorization-modal input {
  font-weight: 400;
}
.authorization-modal .terms-and-conditions {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}
.authorization-modal .annotation {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  color: #747474;
}
.authorization-modal button {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.authorization-modal input {
  color: #121820;
}
.authorization-modal .registration-form-fields .form-group {
  clear: both;
}
.authorization-modal .remember-me label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.authorization-modal .remember-me label a {
  color: #B0F322;
}
.authorization-modal .remember-me .checkbox {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.authorization-modal .remember-me a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #121820;
  text-decoration: none;
}
.authorization-modal .consent {
  clear: both;
}
.authorization-modal .consent label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.authorization-modal .consent .checkbox {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.authorization-modal .consent a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #B0F322;
  text-decoration: none;
}
.authorization-modal .required:after {
  content: "*";
  color: #B3261E;
}
.authorization-modal .modal-confirmation-container p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #121820;
}
.authorization-modal .modal-confirmation-container .confirmation-email-holder {
  text-align: center;
  background-color: #F4F1EB;
  padding-top: 12px;
  padding-bottom: 12px;
}
.authorization-modal .modal-confirmation-container .confirmation-email-holder span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ACACAC;
}
.authorization-modal .confirmation-title {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 20px;
}

.btn.btn-facebook {
  color: #ffffff;
  background-color: #4867aa;
  text-shadow: none;
  box-shadow: none;
  border: none;
}
.btn.btn-facebook:hover {
  background-color: #29493F;
  color: #ffffff;
}

#login button {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#login .btn {
  width: 100%;
  height: 40px;
}

.svg-logo {
  font-size: 25px;
}
.svg-logo--white {
  color: #ffffff;
}

.border-bottom {
  border-bottom: 1px solid #D5D5D5;
}

.border-top {
  border-top: 1px solid #D5D5D5;
}

.border__right {
  border-right: 1px solid #D5D5D5;
}

a {
  cursor: pointer;
}

.click-able {
  cursor: pointer;
}

.notice-bar {
  text-align: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 5px;
  color: #B3261E !important;
}

.notice-bar--absolute {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 5px;
}

span.font-light, p.font-light, div.font-light, h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
  font-weight: 300;
}
span.font-regular, p.font-regular, div.font-regular, h1.font-regular, h2.font-regular, h3.font-regular, h4.font-regular, h5.font-regular, h6.font-regular {
  font-weight: 400;
}
span.font-bold, p.font-bold, div.font-bold, h1.font-bold, h2.font-bold, h3.font-bold, h4.font-bold, h5.font-bold, h6.font-bold {
  font-weight: 500;
}
span.font-small, p.font-small, div.font-small, h1.font-small, h2.font-small, h3.font-small, h4.font-small, h5.font-small, h6.font-small {
  font-size: 12px;
}

h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
}

@media (max-width: 767px) {
  .margin-xs-20 {
    margin-bottom: 30px;
  }
  .xs-center {
    text-align: center;
  }
}
input.input__phone {
  width: 150px;
}
input[type=text].input__phone {
  width: 150px;
}

select.select__language {
  width: 150px;
}

input.input__zip-code {
  width: 100px;
}
input[type=text].input__zip-code {
  width: 100px;
}

.two-column-container .left-content {
  display: inline-block;
}
.two-column-container .right-content {
  display: inline-block;
  vertical-align: top;
}

.text-with-small-emphasis {
  position: relative;
}
.text-with-small-emphasis .text-emphasis {
  position: absolute;
  background-color: #335B4F;
  width: 100px;
  height: 5px;
  left: 50%;
  margin-left: -50px;
  border-radius: 4px;
  bottom: -20px;
}
.text-with-small-emphasis .text-emphasis-orange {
  position: absolute;
  background-color: #B0F322;
  width: 100px;
  height: 5px;
  left: 50%;
  margin-left: -50px;
  border-radius: 4px;
  bottom: -20px;
}

.full-width {
  width: 100%;
}

.lazy, .lazy-img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.section-white {
  background-color: #ffffff;
}

.suffix-btn {
  margin-left: -4px;
}
.suffix-btn .btn {
  width: 150px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .suffix-btn .btn {
    width: 100px;
  }
}

.btn-block {
  display: flex;
}

.favorite-icon {
  right: 15px;
  top: 15px;
  position: absolute;
  z-index: 20;
  width: 25px;
  height: 21px;
}

.lang-picker-modal .modal-body {
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.lang-picker-modal .title {
  line-height: 1.4em;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #121820;
}

.langs-s__lang {
  width: 30%;
  color: #121820;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 15px;
  text-transform: capitalize;
}
.langs-s__lang img {
  width: 18px;
  margin: -3px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.langs-s__lang a {
  color: currentColor;
  text-transform: capitalize;
}

.langs-s__currency {
  width: 30%;
  color: #121820;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 15px;
}
.langs-s__currency div {
  color: #747474;
}
.langs-s__currency span {
  text-transform: lowercase;
}
.langs-s__currency a {
  color: currentColor;
  text-transform: capitalize;
}
.langs-s__currency button {
  color: currentColor;
  text-transform: capitalize;
  text-align: left;
  border: none;
  background: none;
  padding: 10px 5px;
}
.langs-s__currency .current {
  border-radius: 10px;
  border-color: grey;
  border-style: solid;
  border-width: thin;
}
.langs-s__currency button:hover {
  border-radius: 10px;
  border-color: grey;
  border-style: solid;
  border-width: thin;
}

.langs-s__title {
  color: #121820;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .langs-s__lang {
    width: 100%;
  }
}
.flex-container {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.gap-10 {
  display: flex;
  gap: 10px;
}

.align-items-flex-start {
  display: flex;
  align-items: flex-start;
}

div.radio-button-error {
  border: 1px solid #c93643 !important;
  background-color: rgba(201, 54, 67, 0.05);
  padding: 15px 10px 10px 10px;
}

#iban-error {
  margin-top: 8px;
}

.scroll-offset {
  scroll-margin-top: 100px;
}

/* Colors */
/* New */
/* Mixins */
/* Sizes */
/* Text */
.strong {
  font-weight: bold;
}

/* Backgrounds */
.bg-white, .slowhop-checkbox label:not(.label-normal), .slowhop-checkbox, .search .section-offer-col .note .note-text, .profile .profile-body .form-control, .profile .profile-body {
  background-color: #fff;
}

.greyish {
  color: #b5b5b5;
}

.greyish-brown {
  color: #4a4a4a;
}

.light-orange {
  color: #f6aa46 !important;
}

.warm-grey {
  color: #7b7b7b;
}

.error-red {
  color: #c93643;
}

.white-smoke {
  color: #f2f2f2;
}

.basic-blue {
  color: #6c9ed5;
}

.white {
  color: #ffffff;
}

/*header { background: #fff; }*/
.step0-init-buttons {
  padding: 20px;
  display: block;
  margin: auto;
  border-radius: 50px;
  border: 2px solid;
  margin-top: 30px;
  margin-bottom: 10px;
}

.step0-init-descriptions {
  margin-bottom: 30px;
}

#steps-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-align: center;
}
#steps-container .arrow {
  display: inline-block;
  width: 20px;
  background-image: url(../images/arrow.png);
  background-position: -13px -3px;
  margin-left: -3px;
  margin-right: -3px;
}
#steps-container .step {
  position: relative;
  font-size: 15px;
  border: 2px solid #c1bfc0;
  color: #BBAFAF;
  padding: 10px 15px 10px 15px;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
#steps-container .step.step-completed:after {
  font-size: 3em;
  content: "✔";
  position: absolute;
  bottom: 7px;
  right: -10px;
}
#steps-container .active {
  border-color: #61a6fb;
  color: #61a6fb;
}
#steps-container .step:hover {
  border-color: #61a6fb;
  color: #61a6fb;
}

#step-contents {
  width: 100%;
  margin-bottom: 50px;
  display: table;
}
#step-contents #step-content {
  width: 50%;
}
#step-contents #step-hint {
  width: 40%;
  padding-top: 20px;
}
#step-contents #step-hint img {
  display: block;
  float: left;
}
#step-contents #step-hint p, #step-contents #step-hint h4 {
  display: block;
  float: left;
  padding: 0px 0px 0px 30px;
  margin: 0px;
  color: #61a6fb;
}
#step-contents #step-hint h4 {
  font-size: 25px;
}
#step-contents #step-hint p {
  padding-top: 20px;
  padding-right: 15px;
  line-height: 20px;
  text-align: justify;
}
#step-contents #step-hint div {
  overflow: hidden;
}

#step-navigate {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #4f4f4f;
}
#step-navigate span {
  padding-right: 20px;
}

#step-content {
  padding-bottom: 10px;
  color: #4f4f4f;
  /* forms */
  /*    .must:after {
          content: " *";
          color: #ff0000;
      }*/
  /*	textarea, input, select {

          width: 100%;
          height: 200px;
          padding: 10px;
          border: 0px;
          box-shadow: 1px 2px 5px 0px #c6c6c6;
          outline: 0;
          @include font-lato(15px,300);
          border: 0px;
          display: inline-block;

      }
  */
}
#step-content span:not(.input-group-addon) {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #838383;
}
#step-content .errorfield {
  border: 1px solid #ff0000;
}
#step-content .select-group select {
  display: inline-block;
  width: auto;
  height: auto;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 15px 50px 15px 10px;
  border-right: 10px solid #fff;
  cursor: pointer;
  margin-right: 7px;
}
#step-content .select-group select:not(:first-of-type) {
  margin-left: 20px;
}
#step-content .dropzone {
  min-height: 150px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px 70px;
  overflow: hidden;
  border-radius: 8px;
}

.addimage {
  padding: 10px;
  color: #4f4f4f;
  background: #fff;
  display: block;
  border: 0px;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom: 20px;
}

.addimage:hover {
  background: #4f4f4f;
  color: #fff;
}

.tag {
  margin: 0 5px 5px 0;
  padding: 7px 20px;
  font-size: 12px;
  background: transparent;
  border-color: #838383;
  color: #838383;
}

.tag:hover {
  border-color: #61a6fb;
  color: #61a6fb;
}

.tag.selectedtag {
  background: #61a6fb;
  color: #fff;
  border-color: #61a6fb;
}

.addoffer-image-container {
  width: 45%;
  overflow: hidden;
  float: left;
  margin-right: 5%;
  margin-bottom: 10px;
  position: relative;
}
.addoffer-image-container .delete-image {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  background-image: url(../images/delete-image.png);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  left: 100%;
  margin-left: -30px;
}
.addoffer-image-container .image-wrapper {
  overflow: hidden;
  height: 160px;
  margin-bottom: 10px;
  background: #C7C7C7;
}
.addoffer-image-container .image-wrapper .image {
  width: 100%;
  background-size: cover;
}
#map-canvas {
  width: 100%;
  height: 500px;
}

/* MQ */
@media all and (max-width: 950px) {
  #steps-container {
    padding: 40px 0px 20px 0px;
  }
  #steps-container .arrow {
    display: none;
  }
  #step-contents #step-content, #step-contents #step-hint {
    width: 100%;
    margin-bottom: 20px;
  }
  #step-contents {
    margin-bottom: 30px;
  }
  #step-content input, #step-content textarea {
    padding: 20px;
  }
}
/* Colors */
/* New */
/* Mixins */
/* Sizes */
/* Text */
.strong {
  font-weight: bold;
}

/* Backgrounds */
.bg-white, .slowhop-checkbox label:not(.label-normal), .slowhop-checkbox, .search .section-offer-col .note .note-text, .profile .profile-body .form-control, .profile .profile-body {
  background-color: #fff;
}

.greyish {
  color: #b5b5b5;
}

.greyish-brown {
  color: #4a4a4a;
}

.light-orange {
  color: #f6aa46 !important;
}

.warm-grey {
  color: #7b7b7b;
}

.error-red {
  color: #c93643;
}

.white-smoke {
  color: #f2f2f2;
}

.basic-blue {
  color: #6c9ed5;
}

.white {
  color: #ffffff;
}

body.login-register-remind {
  /* Header */
  /* Button */
  /* Form */
  /* Media queries */
}
body.login-register-remind #container {
  padding-top: 120px;
}
body.login-register-remind #holder {
  background-image: url(../images/covers/cover_1.jpg);
  background-size: cover;
  min-height: 100%;
  min-height: 100vh;
}
body.login-register-remind #menu-top-right .abutton {
  color: #fff;
}
body.login-register-remind header {
  background: transparent;
  position: relative;
}
body.login-register-remind #menu-top-right {
  text-shadow: none !important;
}
body.login-register-remind #menu-top-right span {
  color: #fff;
}
body.login-register-remind #mobile-menu {
  margin-bottom: -120px;
}
body.login-register-remind .extra-login-button {
  color: #4f4f4f;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
  background-color: transparent;
  border-color: #4f4f4f;
  border-radius: 5px;
  font-size: 12px;
}
body.login-register-remind .fb-login {
  margin-right: 20px;
  background-position: 6px 7px;
  color: #61a6fb;
  border-color: #61a6fb;
  background-image: url(../images/fb_button.png);
}
body.login-register-remind .fb-login:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  background-image: url(../images/fb_button_hover.png);
}
body.login-register-remind .twitter-login {
  background-position: 10px 13px;
  background-image: url(../images/ikona_twitter_szara.png);
}
body.login-register-remind .twitter-login:hover {
  background-image: url(../images/ikona_twitter_biala.png);
  border-color: #2ba8e0;
  background-color: #2ba8e0;
  color: #fff;
}
body.login-register-remind .gplus-login {
  background-image: url(../images/g+.png);
  background-position: 7px 8px;
  padding-left: 40px;
  border-color: #cc3731;
  color: #cc3731;
}
body.login-register-remind .gplus-login:hover {
  border-color: #cc3731;
  background-color: #cc3731;
  background-image: url(../images/g+hover.png);
  color: #fff;
}
body.login-register-remind #alt-buttons-container {
  margin: auto;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
body.login-register-remind #auth-form-container {
  color: #fff;
  margin: auto;
  max-width: 425px;
  margin-bottom: 50px;
  text-align: center;
}
body.login-register-remind #auth-form-container .required:after {
  content: "*";
  color: #c93643;
}
body.login-register-remind #auth-form-container .small {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body.login-register-remind #auth-form-container .form-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
body.login-register-remind #auth-form-container .error {
  color: red !important;
}
body.login-register-remind #auth-form-container button[type=submit] {
  margin-top: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}
body.login-register-remind #auth-form-container input[type=checkbox] {
  margin-right: 5px;
}
body.login-register-remind #auth-form-container .sh-login-button {
  margin-top: 10px;
}
body.login-register-remind #auth-form-container .sh-reset-button button {
  border-radius: 4px;
}
body.login-register-remind #auth-form-container label.checkbox {
  cursor: pointer;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
body.login-register-remind #auth-form-container hr {
  background: grey;
  margin-top: 20px;
}
body.login-register-remind #auth-form-container h2 {
  margin-bottom: 30px;
}
body.login-register-remind #auth-form-container form input[type=text], body.login-register-remind #auth-form-container form input[type=password] {
  box-shadow: none;
  background-repeat: no-repeat;
  height: 50px;
  color: #4a4a4a;
}
body.login-register-remind #auth-form-container form p {
  line-height: 20px;
}
body.login-register-remind #auth-form-container form label {
  color: #fff;
}
@media all and (max-width: 650px) {
  body.login-register-remind #form-container {
    padding: 10px;
    border: 0px;
    margin-top: 0px;
    width: 100%;
  }
  body.login-register-remind #form-container #icon {
    margin: auto;
    position: relative;
    left: 0%;
    margin-bottom: 5px;
  }
  body.login-register-remind #form-container form input {
    padding: 15px 15px 15px 45px;
    width: 70%;
  }
  body.login-register-remind #alt-buttons-container {
    width: 70%;
  }
  body.login-register-remind #form-container #agreements {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto;
  }
}

/* Sets global and overrides Bootstrap vars */
/**
color: rgb(98, 164, 255);
*/
/* Vendor */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #F4F1EB;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #335B4F;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(23.5246478873, 41.9753521127, 36.4401408451);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #F4F1EB;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle, .section-offer-col .offer-owner-photo {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .ajaxLoader {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #B0F322;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B0F322;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline, .paginator {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li, .paginator > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 960px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 960px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1264px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 1904px) {
  .container {
    width: 1370px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 960px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1264px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1904px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #F4F1EB;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 959px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 37px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 40px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .control-label-text-left,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .control-label-text-left,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .control-label-text-left,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 960px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .form-inline .control-label-text-left {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 960px) {
  .form-horizontal .control-label, .form-horizontal .control-label-text-left {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 960px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .control-label-text-left {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .control-label-text-left {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #B0F322;
  border-color: rgb(166.2274678112, 238.5472103004, 12.9527896996);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
  border-color: rgb(81.9570815451, 117.6137339056, 6.3862660944);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
  border-color: rgb(125.7776824034, 180.4991416309, 9.8008583691);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
  background-image: none;
  border-color: rgb(125.7776824034, 180.4991416309, 9.8008583691);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(125.7776824034, 180.4991416309, 9.8008583691);
  border-color: rgb(81.9570815451, 117.6137339056, 6.3862660944);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #B0F322;
  border-color: rgb(166.2274678112, 238.5472103004, 12.9527896996);
}
.btn-primary .badge {
  color: #B0F322;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #335B4F;
  border-color: rgb(41.8415492958, 74.6584507042, 64.8133802817);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(32.6830985915, 58.3169014085, 50.6267605634);
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(32.6830985915, 58.3169014085, 50.6267605634);
  border-color: rgb(19.8612676056, 35.4387323944, 30.7654929577);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.6830985915, 58.3169014085, 50.6267605634);
  background-image: none;
  border-color: rgb(19.8612676056, 35.4387323944, 30.7654929577);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(19.8612676056, 35.4387323944, 30.7654929577);
  border-color: black;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #335B4F;
  border-color: rgb(41.8415492958, 74.6584507042, 64.8133802817);
}
.btn-info .badge {
  color: #335B4F;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #335B4F;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(23.5246478873, 41.9753521127, 36.4401408451);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 22px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #B0F322;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 960px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #335B4F;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #F4F1EB;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B0F322;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 960px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 960px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F4F1EB;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 960px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 960px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 960px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 600px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 960px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 960px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 960px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 960px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 959px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 960px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 960px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label, .navbar-form .control-label-text-left {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 959px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 960px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #4A4A4A;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(48.5, 48.5, 48.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4A4A4A;
}
.navbar-default .navbar-nav > li > a {
  color: #4A4A4A;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
@media (max-width: 959px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4A4A4A;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-link {
  color: #4A4A4A;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #4A4A4A;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 959px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "> ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #335B4F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(23.5246478873, 41.9753521127, 36.4401408451);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #B0F322;
  border-color: #B0F322;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #B0F322;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(149.3733905579, 214.3605150215, 11.6394849785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #335B4F;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(32.6830985915, 58.3169014085, 50.6267605634);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #335B4F;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #F4F1EB;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #335B4F;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #B0F322;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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);
  background-image: -o-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);
  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-info {
  background-color: #335B4F;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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);
  background-image: -o-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);
  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-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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);
  background-image: -o-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);
  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-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #B0F322;
  border-color: #B0F322;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(245.1673819742, 253.5064377682, 227.4935622318);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #B0F322;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B0F322;
  border-color: #B0F322;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B0F322;
}
.panel-primary > .panel-heading .badge {
  color: #B0F322;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B0F322;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 960px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1264px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 960px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block, .btn-search-submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 959px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 959px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 959px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 959px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 960px) and (max-width: 1263px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1263px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 960px) and (max-width: 1263px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 960px) and (max-width: 1263px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1264px) and (max-width: 1903px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1264px) and (max-width: 1903px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1264px) and (max-width: 1903px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1264px) and (max-width: 1903px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1904px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1904px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1904px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1904px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 959px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1263px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1264px) and (max-width: 1903px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1904px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
    max-height: 400px;
    overflow: auto;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

@media screen and (max-width: 480px) {
  .sweet-alert h2 {
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 30px;
    display: block;
  }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid rgb(179, 197, 219);
  background-color: rgba(255, 255, 255, 0.4);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-Index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-Index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-Index: 9;
  box-sizing: border-box;
  border: 1px solid black;
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.ol-zoom {
  top: 0.5em;
  left: 0.5em;
}

.ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}

.ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: rgba(0, 60, 136, 0.7);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px 0.5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 2px;
  left: 2px;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/* custom */
.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

/* Imports helpers */
@media (max-width: 1264px) {
  .rwd-break {
    display: block;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.right-150 {
  right: 150px;
}

.bottom-150 {
  bottom: 150px;
}

.offset-150 {
  margin: 150px;
}

.offset-top-150 {
  margin-top: 150px;
}

.offset-top-150-force {
  margin-top: 150px !important;
}

.offset-top-minus-150 {
  margin-top: -150px;
}

.offset-top-150-rwd {
  margin-top: 150px;
}
@media (max-width: 1264px) {
  .offset-top-150-rwd {
    margin-top: 0px;
  }
}

.offset-top-150-rwd-sm {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .offset-top-150-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-150 {
  margin-bottom: 150px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-150 {
    margin-bottom: -150px;
  }
}

.offset-bottom-minus-150 {
  margin-bottom: -150px;
}

.offset-bottom-150-force {
  margin-bottom: 150px !important;
}

.offset-left-150 {
  margin-left: 150px;
}

.offset-left-150-rwd {
  margin-left: 150px;
}
@media (max-width: 1264px) {
  .offset-left-150-rwd {
    margin-left: -15px;
  }
}

.offset-left-150-rwd-0 {
  margin-left: 150px;
}
@media (max-width: 1264px) {
  .offset-left-150-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-150 {
  margin-left: -150px;
}

.offset-right-150 {
  margin-right: 150px;
}

.offset-right-150-rwd {
  margin-right: 150px;
}
@media (max-width: 1264px) {
  .offset-right-150-rwd {
    margin-right: 0px;
  }
}

.padding-150 {
  padding: 150px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-150-force {
  padding-top: 150px !important;
}

.rwd-non-padding-left-150 {
  padding-left: 150px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-150 {
    padding-left: 15px;
  }
}

.right-145 {
  right: 145px;
}

.bottom-145 {
  bottom: 145px;
}

.offset-145 {
  margin: 145px;
}

.offset-top-145 {
  margin-top: 145px;
}

.offset-top-145-force {
  margin-top: 145px !important;
}

.offset-top-minus-145 {
  margin-top: -145px;
}

.offset-top-145-rwd {
  margin-top: 145px;
}
@media (max-width: 1264px) {
  .offset-top-145-rwd {
    margin-top: 0px;
  }
}

.offset-top-145-rwd-sm {
  margin-top: 145px;
}
@media (max-width: 960px) {
  .offset-top-145-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-145 {
  margin-bottom: 145px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-145 {
    margin-bottom: -145px;
  }
}

.offset-bottom-minus-145 {
  margin-bottom: -145px;
}

.offset-bottom-145-force {
  margin-bottom: 145px !important;
}

.offset-left-145 {
  margin-left: 145px;
}

.offset-left-145-rwd {
  margin-left: 145px;
}
@media (max-width: 1264px) {
  .offset-left-145-rwd {
    margin-left: -15px;
  }
}

.offset-left-145-rwd-0 {
  margin-left: 145px;
}
@media (max-width: 1264px) {
  .offset-left-145-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-145 {
  margin-left: -145px;
}

.offset-right-145 {
  margin-right: 145px;
}

.offset-right-145-rwd {
  margin-right: 145px;
}
@media (max-width: 1264px) {
  .offset-right-145-rwd {
    margin-right: 0px;
  }
}

.padding-145 {
  padding: 145px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-top-145-force {
  padding-top: 145px !important;
}

.rwd-non-padding-left-145 {
  padding-left: 145px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-145 {
    padding-left: 15px;
  }
}

.right-140 {
  right: 140px;
}

.bottom-140 {
  bottom: 140px;
}

.offset-140 {
  margin: 140px;
}

.offset-top-140 {
  margin-top: 140px;
}

.offset-top-140-force {
  margin-top: 140px !important;
}

.offset-top-minus-140 {
  margin-top: -140px;
}

.offset-top-140-rwd {
  margin-top: 140px;
}
@media (max-width: 1264px) {
  .offset-top-140-rwd {
    margin-top: 0px;
  }
}

.offset-top-140-rwd-sm {
  margin-top: 140px;
}
@media (max-width: 960px) {
  .offset-top-140-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-140 {
  margin-bottom: 140px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-140 {
    margin-bottom: -140px;
  }
}

.offset-bottom-minus-140 {
  margin-bottom: -140px;
}

.offset-bottom-140-force {
  margin-bottom: 140px !important;
}

.offset-left-140 {
  margin-left: 140px;
}

.offset-left-140-rwd {
  margin-left: 140px;
}
@media (max-width: 1264px) {
  .offset-left-140-rwd {
    margin-left: -15px;
  }
}

.offset-left-140-rwd-0 {
  margin-left: 140px;
}
@media (max-width: 1264px) {
  .offset-left-140-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-140 {
  margin-left: -140px;
}

.offset-right-140 {
  margin-right: 140px;
}

.offset-right-140-rwd {
  margin-right: 140px;
}
@media (max-width: 1264px) {
  .offset-right-140-rwd {
    margin-right: 0px;
  }
}

.padding-140 {
  padding: 140px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-140-force {
  padding-top: 140px !important;
}

.rwd-non-padding-left-140 {
  padding-left: 140px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-140 {
    padding-left: 15px;
  }
}

.right-135 {
  right: 135px;
}

.bottom-135 {
  bottom: 135px;
}

.offset-135 {
  margin: 135px;
}

.offset-top-135 {
  margin-top: 135px;
}

.offset-top-135-force {
  margin-top: 135px !important;
}

.offset-top-minus-135 {
  margin-top: -135px;
}

.offset-top-135-rwd {
  margin-top: 135px;
}
@media (max-width: 1264px) {
  .offset-top-135-rwd {
    margin-top: 0px;
  }
}

.offset-top-135-rwd-sm {
  margin-top: 135px;
}
@media (max-width: 960px) {
  .offset-top-135-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-135 {
  margin-bottom: 135px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-135 {
    margin-bottom: -135px;
  }
}

.offset-bottom-minus-135 {
  margin-bottom: -135px;
}

.offset-bottom-135-force {
  margin-bottom: 135px !important;
}

.offset-left-135 {
  margin-left: 135px;
}

.offset-left-135-rwd {
  margin-left: 135px;
}
@media (max-width: 1264px) {
  .offset-left-135-rwd {
    margin-left: -15px;
  }
}

.offset-left-135-rwd-0 {
  margin-left: 135px;
}
@media (max-width: 1264px) {
  .offset-left-135-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-135 {
  margin-left: -135px;
}

.offset-right-135 {
  margin-right: 135px;
}

.offset-right-135-rwd {
  margin-right: 135px;
}
@media (max-width: 1264px) {
  .offset-right-135-rwd {
    margin-right: 0px;
  }
}

.padding-135 {
  padding: 135px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-135-force {
  padding-top: 135px !important;
}

.rwd-non-padding-left-135 {
  padding-left: 135px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-135 {
    padding-left: 15px;
  }
}

.right-130 {
  right: 130px;
}

.bottom-130 {
  bottom: 130px;
}

.offset-130 {
  margin: 130px;
}

.offset-top-130 {
  margin-top: 130px;
}

.offset-top-130-force {
  margin-top: 130px !important;
}

.offset-top-minus-130 {
  margin-top: -130px;
}

.offset-top-130-rwd {
  margin-top: 130px;
}
@media (max-width: 1264px) {
  .offset-top-130-rwd {
    margin-top: 0px;
  }
}

.offset-top-130-rwd-sm {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .offset-top-130-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-130 {
  margin-bottom: 130px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-130 {
    margin-bottom: -130px;
  }
}

.offset-bottom-minus-130 {
  margin-bottom: -130px;
}

.offset-bottom-130-force {
  margin-bottom: 130px !important;
}

.offset-left-130 {
  margin-left: 130px;
}

.offset-left-130-rwd {
  margin-left: 130px;
}
@media (max-width: 1264px) {
  .offset-left-130-rwd {
    margin-left: -15px;
  }
}

.offset-left-130-rwd-0 {
  margin-left: 130px;
}
@media (max-width: 1264px) {
  .offset-left-130-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-130 {
  margin-left: -130px;
}

.offset-right-130 {
  margin-right: 130px;
}

.offset-right-130-rwd {
  margin-right: 130px;
}
@media (max-width: 1264px) {
  .offset-right-130-rwd {
    margin-right: 0px;
  }
}

.padding-130 {
  padding: 130px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-130-force {
  padding-top: 130px !important;
}

.rwd-non-padding-left-130 {
  padding-left: 130px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-130 {
    padding-left: 15px;
  }
}

.right-125 {
  right: 125px;
}

.bottom-125 {
  bottom: 125px;
}

.offset-125 {
  margin: 125px;
}

.offset-top-125 {
  margin-top: 125px;
}

.offset-top-125-force {
  margin-top: 125px !important;
}

.offset-top-minus-125 {
  margin-top: -125px;
}

.offset-top-125-rwd {
  margin-top: 125px;
}
@media (max-width: 1264px) {
  .offset-top-125-rwd {
    margin-top: 0px;
  }
}

.offset-top-125-rwd-sm {
  margin-top: 125px;
}
@media (max-width: 960px) {
  .offset-top-125-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-125 {
  margin-bottom: 125px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-125 {
    margin-bottom: -125px;
  }
}

.offset-bottom-minus-125 {
  margin-bottom: -125px;
}

.offset-bottom-125-force {
  margin-bottom: 125px !important;
}

.offset-left-125 {
  margin-left: 125px;
}

.offset-left-125-rwd {
  margin-left: 125px;
}
@media (max-width: 1264px) {
  .offset-left-125-rwd {
    margin-left: -15px;
  }
}

.offset-left-125-rwd-0 {
  margin-left: 125px;
}
@media (max-width: 1264px) {
  .offset-left-125-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-125 {
  margin-left: -125px;
}

.offset-right-125 {
  margin-right: 125px;
}

.offset-right-125-rwd {
  margin-right: 125px;
}
@media (max-width: 1264px) {
  .offset-right-125-rwd {
    margin-right: 0px;
  }
}

.padding-125 {
  padding: 125px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-125-force {
  padding-top: 125px !important;
}

.rwd-non-padding-left-125 {
  padding-left: 125px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-125 {
    padding-left: 15px;
  }
}

.right-120 {
  right: 120px;
}

.bottom-120 {
  bottom: 120px;
}

.offset-120 {
  margin: 120px;
}

.offset-top-120 {
  margin-top: 120px;
}

.offset-top-120-force {
  margin-top: 120px !important;
}

.offset-top-minus-120 {
  margin-top: -120px;
}

.offset-top-120-rwd {
  margin-top: 120px;
}
@media (max-width: 1264px) {
  .offset-top-120-rwd {
    margin-top: 0px;
  }
}

.offset-top-120-rwd-sm {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .offset-top-120-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-120 {
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-120 {
    margin-bottom: -120px;
  }
}

.offset-bottom-minus-120 {
  margin-bottom: -120px;
}

.offset-bottom-120-force {
  margin-bottom: 120px !important;
}

.offset-left-120 {
  margin-left: 120px;
}

.offset-left-120-rwd {
  margin-left: 120px;
}
@media (max-width: 1264px) {
  .offset-left-120-rwd {
    margin-left: -15px;
  }
}

.offset-left-120-rwd-0 {
  margin-left: 120px;
}
@media (max-width: 1264px) {
  .offset-left-120-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-120 {
  margin-left: -120px;
}

.offset-right-120 {
  margin-right: 120px;
}

.offset-right-120-rwd {
  margin-right: 120px;
}
@media (max-width: 1264px) {
  .offset-right-120-rwd {
    margin-right: 0px;
  }
}

.padding-120 {
  padding: 120px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-120-force {
  padding-top: 120px !important;
}

.rwd-non-padding-left-120 {
  padding-left: 120px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-120 {
    padding-left: 15px;
  }
}

.right-115 {
  right: 115px;
}

.bottom-115 {
  bottom: 115px;
}

.offset-115 {
  margin: 115px;
}

.offset-top-115 {
  margin-top: 115px;
}

.offset-top-115-force {
  margin-top: 115px !important;
}

.offset-top-minus-115 {
  margin-top: -115px;
}

.offset-top-115-rwd {
  margin-top: 115px;
}
@media (max-width: 1264px) {
  .offset-top-115-rwd {
    margin-top: 0px;
  }
}

.offset-top-115-rwd-sm {
  margin-top: 115px;
}
@media (max-width: 960px) {
  .offset-top-115-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-115 {
  margin-bottom: 115px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-115 {
    margin-bottom: -115px;
  }
}

.offset-bottom-minus-115 {
  margin-bottom: -115px;
}

.offset-bottom-115-force {
  margin-bottom: 115px !important;
}

.offset-left-115 {
  margin-left: 115px;
}

.offset-left-115-rwd {
  margin-left: 115px;
}
@media (max-width: 1264px) {
  .offset-left-115-rwd {
    margin-left: -15px;
  }
}

.offset-left-115-rwd-0 {
  margin-left: 115px;
}
@media (max-width: 1264px) {
  .offset-left-115-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-115 {
  margin-left: -115px;
}

.offset-right-115 {
  margin-right: 115px;
}

.offset-right-115-rwd {
  margin-right: 115px;
}
@media (max-width: 1264px) {
  .offset-right-115-rwd {
    margin-right: 0px;
  }
}

.padding-115 {
  padding: 115px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-115-force {
  padding-top: 115px !important;
}

.rwd-non-padding-left-115 {
  padding-left: 115px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-115 {
    padding-left: 15px;
  }
}

.right-110 {
  right: 110px;
}

.bottom-110 {
  bottom: 110px;
}

.offset-110 {
  margin: 110px;
}

.offset-top-110 {
  margin-top: 110px;
}

.offset-top-110-force {
  margin-top: 110px !important;
}

.offset-top-minus-110 {
  margin-top: -110px;
}

.offset-top-110-rwd {
  margin-top: 110px;
}
@media (max-width: 1264px) {
  .offset-top-110-rwd {
    margin-top: 0px;
  }
}

.offset-top-110-rwd-sm {
  margin-top: 110px;
}
@media (max-width: 960px) {
  .offset-top-110-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-110 {
  margin-bottom: 110px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-110 {
    margin-bottom: -110px;
  }
}

.offset-bottom-minus-110 {
  margin-bottom: -110px;
}

.offset-bottom-110-force {
  margin-bottom: 110px !important;
}

.offset-left-110 {
  margin-left: 110px;
}

.offset-left-110-rwd {
  margin-left: 110px;
}
@media (max-width: 1264px) {
  .offset-left-110-rwd {
    margin-left: -15px;
  }
}

.offset-left-110-rwd-0 {
  margin-left: 110px;
}
@media (max-width: 1264px) {
  .offset-left-110-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-110 {
  margin-left: -110px;
}

.offset-right-110 {
  margin-right: 110px;
}

.offset-right-110-rwd {
  margin-right: 110px;
}
@media (max-width: 1264px) {
  .offset-right-110-rwd {
    margin-right: 0px;
  }
}

.padding-110 {
  padding: 110px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-110-force {
  padding-top: 110px !important;
}

.rwd-non-padding-left-110 {
  padding-left: 110px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-110 {
    padding-left: 15px;
  }
}

.right-105 {
  right: 105px;
}

.bottom-105 {
  bottom: 105px;
}

.offset-105 {
  margin: 105px;
}

.offset-top-105 {
  margin-top: 105px;
}

.offset-top-105-force {
  margin-top: 105px !important;
}

.offset-top-minus-105 {
  margin-top: -105px;
}

.offset-top-105-rwd {
  margin-top: 105px;
}
@media (max-width: 1264px) {
  .offset-top-105-rwd {
    margin-top: 0px;
  }
}

.offset-top-105-rwd-sm {
  margin-top: 105px;
}
@media (max-width: 960px) {
  .offset-top-105-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-105 {
  margin-bottom: 105px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-105 {
    margin-bottom: -105px;
  }
}

.offset-bottom-minus-105 {
  margin-bottom: -105px;
}

.offset-bottom-105-force {
  margin-bottom: 105px !important;
}

.offset-left-105 {
  margin-left: 105px;
}

.offset-left-105-rwd {
  margin-left: 105px;
}
@media (max-width: 1264px) {
  .offset-left-105-rwd {
    margin-left: -15px;
  }
}

.offset-left-105-rwd-0 {
  margin-left: 105px;
}
@media (max-width: 1264px) {
  .offset-left-105-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-105 {
  margin-left: -105px;
}

.offset-right-105 {
  margin-right: 105px;
}

.offset-right-105-rwd {
  margin-right: 105px;
}
@media (max-width: 1264px) {
  .offset-right-105-rwd {
    margin-right: 0px;
  }
}

.padding-105 {
  padding: 105px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-105-force {
  padding-top: 105px !important;
}

.rwd-non-padding-left-105 {
  padding-left: 105px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-105 {
    padding-left: 15px;
  }
}

.right-100 {
  right: 100px;
}

.bottom-100 {
  bottom: 100px;
}

.offset-100 {
  margin: 100px;
}

.offset-top-100 {
  margin-top: 100px;
}

.offset-top-100-force {
  margin-top: 100px !important;
}

.offset-top-minus-100 {
  margin-top: -100px;
}

.offset-top-100-rwd {
  margin-top: 100px;
}
@media (max-width: 1264px) {
  .offset-top-100-rwd {
    margin-top: 0px;
  }
}

.offset-top-100-rwd-sm {
  margin-top: 100px;
}
@media (max-width: 960px) {
  .offset-top-100-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-100 {
    margin-bottom: -100px;
  }
}

.offset-bottom-minus-100 {
  margin-bottom: -100px;
}

.offset-bottom-100-force {
  margin-bottom: 100px !important;
}

.offset-left-100 {
  margin-left: 100px;
}

.offset-left-100-rwd {
  margin-left: 100px;
}
@media (max-width: 1264px) {
  .offset-left-100-rwd {
    margin-left: -15px;
  }
}

.offset-left-100-rwd-0 {
  margin-left: 100px;
}
@media (max-width: 1264px) {
  .offset-left-100-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-100 {
  margin-left: -100px;
}

.offset-right-100 {
  margin-right: 100px;
}

.offset-right-100-rwd {
  margin-right: 100px;
}
@media (max-width: 1264px) {
  .offset-right-100-rwd {
    margin-right: 0px;
  }
}

.padding-100 {
  padding: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-100-force {
  padding-top: 100px !important;
}

.rwd-non-padding-left-100 {
  padding-left: 100px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-100 {
    padding-left: 15px;
  }
}

.right-95 {
  right: 95px;
}

.bottom-95 {
  bottom: 95px;
}

.offset-95 {
  margin: 95px;
}

.offset-top-95 {
  margin-top: 95px;
}

.offset-top-95-force {
  margin-top: 95px !important;
}

.offset-top-minus-95 {
  margin-top: -95px;
}

.offset-top-95-rwd {
  margin-top: 95px;
}
@media (max-width: 1264px) {
  .offset-top-95-rwd {
    margin-top: 0px;
  }
}

.offset-top-95-rwd-sm {
  margin-top: 95px;
}
@media (max-width: 960px) {
  .offset-top-95-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-95 {
  margin-bottom: 95px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-95 {
    margin-bottom: -95px;
  }
}

.offset-bottom-minus-95 {
  margin-bottom: -95px;
}

.offset-bottom-95-force {
  margin-bottom: 95px !important;
}

.offset-left-95 {
  margin-left: 95px;
}

.offset-left-95-rwd {
  margin-left: 95px;
}
@media (max-width: 1264px) {
  .offset-left-95-rwd {
    margin-left: -15px;
  }
}

.offset-left-95-rwd-0 {
  margin-left: 95px;
}
@media (max-width: 1264px) {
  .offset-left-95-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-95 {
  margin-left: -95px;
}

.offset-right-95 {
  margin-right: 95px;
}

.offset-right-95-rwd {
  margin-right: 95px;
}
@media (max-width: 1264px) {
  .offset-right-95-rwd {
    margin-right: 0px;
  }
}

.padding-95 {
  padding: 95px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-95-force {
  padding-top: 95px !important;
}

.rwd-non-padding-left-95 {
  padding-left: 95px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-95 {
    padding-left: 15px;
  }
}

.right-90 {
  right: 90px;
}

.bottom-90 {
  bottom: 90px;
}

.offset-90 {
  margin: 90px;
}

.offset-top-90 {
  margin-top: 90px;
}

.offset-top-90-force {
  margin-top: 90px !important;
}

.offset-top-minus-90 {
  margin-top: -90px;
}

.offset-top-90-rwd {
  margin-top: 90px;
}
@media (max-width: 1264px) {
  .offset-top-90-rwd {
    margin-top: 0px;
  }
}

.offset-top-90-rwd-sm {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .offset-top-90-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-90 {
  margin-bottom: 90px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-90 {
    margin-bottom: -90px;
  }
}

.offset-bottom-minus-90 {
  margin-bottom: -90px;
}

.offset-bottom-90-force {
  margin-bottom: 90px !important;
}

.offset-left-90 {
  margin-left: 90px;
}

.offset-left-90-rwd {
  margin-left: 90px;
}
@media (max-width: 1264px) {
  .offset-left-90-rwd {
    margin-left: -15px;
  }
}

.offset-left-90-rwd-0 {
  margin-left: 90px;
}
@media (max-width: 1264px) {
  .offset-left-90-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-90 {
  margin-left: -90px;
}

.offset-right-90 {
  margin-right: 90px;
}

.offset-right-90-rwd {
  margin-right: 90px;
}
@media (max-width: 1264px) {
  .offset-right-90-rwd {
    margin-right: 0px;
  }
}

.padding-90 {
  padding: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-90-force {
  padding-top: 90px !important;
}

.rwd-non-padding-left-90 {
  padding-left: 90px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-90 {
    padding-left: 15px;
  }
}

.right-85 {
  right: 85px;
}

.bottom-85 {
  bottom: 85px;
}

.offset-85 {
  margin: 85px;
}

.offset-top-85 {
  margin-top: 85px;
}

.offset-top-85-force {
  margin-top: 85px !important;
}

.offset-top-minus-85 {
  margin-top: -85px;
}

.offset-top-85-rwd {
  margin-top: 85px;
}
@media (max-width: 1264px) {
  .offset-top-85-rwd {
    margin-top: 0px;
  }
}

.offset-top-85-rwd-sm {
  margin-top: 85px;
}
@media (max-width: 960px) {
  .offset-top-85-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-85 {
  margin-bottom: 85px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-85 {
    margin-bottom: -85px;
  }
}

.offset-bottom-minus-85 {
  margin-bottom: -85px;
}

.offset-bottom-85-force {
  margin-bottom: 85px !important;
}

.offset-left-85 {
  margin-left: 85px;
}

.offset-left-85-rwd {
  margin-left: 85px;
}
@media (max-width: 1264px) {
  .offset-left-85-rwd {
    margin-left: -15px;
  }
}

.offset-left-85-rwd-0 {
  margin-left: 85px;
}
@media (max-width: 1264px) {
  .offset-left-85-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-85 {
  margin-left: -85px;
}

.offset-right-85 {
  margin-right: 85px;
}

.offset-right-85-rwd {
  margin-right: 85px;
}
@media (max-width: 1264px) {
  .offset-right-85-rwd {
    margin-right: 0px;
  }
}

.padding-85 {
  padding: 85px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-85-force {
  padding-top: 85px !important;
}

.rwd-non-padding-left-85 {
  padding-left: 85px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-85 {
    padding-left: 15px;
  }
}

.right-80 {
  right: 80px;
}

.bottom-80 {
  bottom: 80px;
}

.offset-80 {
  margin: 80px;
}

.offset-top-80 {
  margin-top: 80px;
}

.offset-top-80-force {
  margin-top: 80px !important;
}

.offset-top-minus-80 {
  margin-top: -80px;
}

.offset-top-80-rwd {
  margin-top: 80px;
}
@media (max-width: 1264px) {
  .offset-top-80-rwd {
    margin-top: 0px;
  }
}

.offset-top-80-rwd-sm {
  margin-top: 80px;
}
@media (max-width: 960px) {
  .offset-top-80-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-80 {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-80 {
    margin-bottom: -80px;
  }
}

.offset-bottom-minus-80 {
  margin-bottom: -80px;
}

.offset-bottom-80-force {
  margin-bottom: 80px !important;
}

.offset-left-80 {
  margin-left: 80px;
}

.offset-left-80-rwd {
  margin-left: 80px;
}
@media (max-width: 1264px) {
  .offset-left-80-rwd {
    margin-left: -15px;
  }
}

.offset-left-80-rwd-0 {
  margin-left: 80px;
}
@media (max-width: 1264px) {
  .offset-left-80-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-80 {
  margin-left: -80px;
}

.offset-right-80 {
  margin-right: 80px;
}

.offset-right-80-rwd {
  margin-right: 80px;
}
@media (max-width: 1264px) {
  .offset-right-80-rwd {
    margin-right: 0px;
  }
}

.padding-80 {
  padding: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-80-force {
  padding-top: 80px !important;
}

.rwd-non-padding-left-80 {
  padding-left: 80px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-80 {
    padding-left: 15px;
  }
}

.right-75 {
  right: 75px;
}

.bottom-75 {
  bottom: 75px;
}

.offset-75 {
  margin: 75px;
}

.offset-top-75 {
  margin-top: 75px;
}

.offset-top-75-force {
  margin-top: 75px !important;
}

.offset-top-minus-75 {
  margin-top: -75px;
}

.offset-top-75-rwd {
  margin-top: 75px;
}
@media (max-width: 1264px) {
  .offset-top-75-rwd {
    margin-top: 0px;
  }
}

.offset-top-75-rwd-sm {
  margin-top: 75px;
}
@media (max-width: 960px) {
  .offset-top-75-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-75 {
  margin-bottom: 75px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-75 {
    margin-bottom: -75px;
  }
}

.offset-bottom-minus-75 {
  margin-bottom: -75px;
}

.offset-bottom-75-force {
  margin-bottom: 75px !important;
}

.offset-left-75 {
  margin-left: 75px;
}

.offset-left-75-rwd {
  margin-left: 75px;
}
@media (max-width: 1264px) {
  .offset-left-75-rwd {
    margin-left: -15px;
  }
}

.offset-left-75-rwd-0 {
  margin-left: 75px;
}
@media (max-width: 1264px) {
  .offset-left-75-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-75 {
  margin-left: -75px;
}

.offset-right-75 {
  margin-right: 75px;
}

.offset-right-75-rwd {
  margin-right: 75px;
}
@media (max-width: 1264px) {
  .offset-right-75-rwd {
    margin-right: 0px;
  }
}

.padding-75 {
  padding: 75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-75-force {
  padding-top: 75px !important;
}

.rwd-non-padding-left-75 {
  padding-left: 75px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-75 {
    padding-left: 15px;
  }
}

.right-70 {
  right: 70px;
}

.bottom-70 {
  bottom: 70px;
}

.offset-70 {
  margin: 70px;
}

.offset-top-70 {
  margin-top: 70px;
}

.offset-top-70-force {
  margin-top: 70px !important;
}

.offset-top-minus-70 {
  margin-top: -70px;
}

.offset-top-70-rwd {
  margin-top: 70px;
}
@media (max-width: 1264px) {
  .offset-top-70-rwd {
    margin-top: 0px;
  }
}

.offset-top-70-rwd-sm {
  margin-top: 70px;
}
@media (max-width: 960px) {
  .offset-top-70-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-70 {
  margin-bottom: 70px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-70 {
    margin-bottom: -70px;
  }
}

.offset-bottom-minus-70 {
  margin-bottom: -70px;
}

.offset-bottom-70-force {
  margin-bottom: 70px !important;
}

.offset-left-70 {
  margin-left: 70px;
}

.offset-left-70-rwd {
  margin-left: 70px;
}
@media (max-width: 1264px) {
  .offset-left-70-rwd {
    margin-left: -15px;
  }
}

.offset-left-70-rwd-0 {
  margin-left: 70px;
}
@media (max-width: 1264px) {
  .offset-left-70-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-70 {
  margin-left: -70px;
}

.offset-right-70 {
  margin-right: 70px;
}

.offset-right-70-rwd {
  margin-right: 70px;
}
@media (max-width: 1264px) {
  .offset-right-70-rwd {
    margin-right: 0px;
  }
}

.padding-70 {
  padding: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-70-force {
  padding-top: 70px !important;
}

.rwd-non-padding-left-70 {
  padding-left: 70px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-70 {
    padding-left: 15px;
  }
}

.right-65 {
  right: 65px;
}

.bottom-65 {
  bottom: 65px;
}

.offset-65 {
  margin: 65px;
}

.offset-top-65 {
  margin-top: 65px;
}

.offset-top-65-force {
  margin-top: 65px !important;
}

.offset-top-minus-65 {
  margin-top: -65px;
}

.offset-top-65-rwd {
  margin-top: 65px;
}
@media (max-width: 1264px) {
  .offset-top-65-rwd {
    margin-top: 0px;
  }
}

.offset-top-65-rwd-sm {
  margin-top: 65px;
}
@media (max-width: 960px) {
  .offset-top-65-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-65 {
  margin-bottom: 65px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-65 {
    margin-bottom: -65px;
  }
}

.offset-bottom-minus-65 {
  margin-bottom: -65px;
}

.offset-bottom-65-force {
  margin-bottom: 65px !important;
}

.offset-left-65 {
  margin-left: 65px;
}

.offset-left-65-rwd {
  margin-left: 65px;
}
@media (max-width: 1264px) {
  .offset-left-65-rwd {
    margin-left: -15px;
  }
}

.offset-left-65-rwd-0 {
  margin-left: 65px;
}
@media (max-width: 1264px) {
  .offset-left-65-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-65 {
  margin-left: -65px;
}

.offset-right-65 {
  margin-right: 65px;
}

.offset-right-65-rwd {
  margin-right: 65px;
}
@media (max-width: 1264px) {
  .offset-right-65-rwd {
    margin-right: 0px;
  }
}

.padding-65 {
  padding: 65px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-65-force {
  padding-top: 65px !important;
}

.rwd-non-padding-left-65 {
  padding-left: 65px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-65 {
    padding-left: 15px;
  }
}

.right-60 {
  right: 60px;
}

.bottom-60 {
  bottom: 60px;
}

.offset-60 {
  margin: 60px;
}

.offset-top-60 {
  margin-top: 60px;
}

.offset-top-60-force {
  margin-top: 60px !important;
}

.offset-top-minus-60 {
  margin-top: -60px;
}

.offset-top-60-rwd {
  margin-top: 60px;
}
@media (max-width: 1264px) {
  .offset-top-60-rwd {
    margin-top: 0px;
  }
}

.offset-top-60-rwd-sm {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .offset-top-60-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-60 {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-60 {
    margin-bottom: -60px;
  }
}

.offset-bottom-minus-60 {
  margin-bottom: -60px;
}

.offset-bottom-60-force {
  margin-bottom: 60px !important;
}

.offset-left-60 {
  margin-left: 60px;
}

.offset-left-60-rwd {
  margin-left: 60px;
}
@media (max-width: 1264px) {
  .offset-left-60-rwd {
    margin-left: -15px;
  }
}

.offset-left-60-rwd-0 {
  margin-left: 60px;
}
@media (max-width: 1264px) {
  .offset-left-60-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-60 {
  margin-left: -60px;
}

.offset-right-60 {
  margin-right: 60px;
}

.offset-right-60-rwd {
  margin-right: 60px;
}
@media (max-width: 1264px) {
  .offset-right-60-rwd {
    margin-right: 0px;
  }
}

.padding-60 {
  padding: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-60-force {
  padding-top: 60px !important;
}

.rwd-non-padding-left-60 {
  padding-left: 60px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-60 {
    padding-left: 15px;
  }
}

.right-55 {
  right: 55px;
}

.bottom-55 {
  bottom: 55px;
}

.offset-55 {
  margin: 55px;
}

.offset-top-55 {
  margin-top: 55px;
}

.offset-top-55-force {
  margin-top: 55px !important;
}

.offset-top-minus-55 {
  margin-top: -55px;
}

.offset-top-55-rwd {
  margin-top: 55px;
}
@media (max-width: 1264px) {
  .offset-top-55-rwd {
    margin-top: 0px;
  }
}

.offset-top-55-rwd-sm {
  margin-top: 55px;
}
@media (max-width: 960px) {
  .offset-top-55-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-55 {
  margin-bottom: 55px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-55 {
    margin-bottom: -55px;
  }
}

.offset-bottom-minus-55 {
  margin-bottom: -55px;
}

.offset-bottom-55-force {
  margin-bottom: 55px !important;
}

.offset-left-55 {
  margin-left: 55px;
}

.offset-left-55-rwd {
  margin-left: 55px;
}
@media (max-width: 1264px) {
  .offset-left-55-rwd {
    margin-left: -15px;
  }
}

.offset-left-55-rwd-0 {
  margin-left: 55px;
}
@media (max-width: 1264px) {
  .offset-left-55-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-55 {
  margin-left: -55px;
}

.offset-right-55 {
  margin-right: 55px;
}

.offset-right-55-rwd {
  margin-right: 55px;
}
@media (max-width: 1264px) {
  .offset-right-55-rwd {
    margin-right: 0px;
  }
}

.padding-55 {
  padding: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-55-force {
  padding-top: 55px !important;
}

.rwd-non-padding-left-55 {
  padding-left: 55px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-55 {
    padding-left: 15px;
  }
}

.right-50 {
  right: 50px;
}

.bottom-50 {
  bottom: 50px;
}

.offset-50 {
  margin: 50px;
}

.offset-top-50 {
  margin-top: 50px;
}

.offset-top-50-force {
  margin-top: 50px !important;
}

.offset-top-minus-50 {
  margin-top: -50px;
}

.offset-top-50-rwd {
  margin-top: 50px;
}
@media (max-width: 1264px) {
  .offset-top-50-rwd {
    margin-top: 0px;
  }
}

.offset-top-50-rwd-sm {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .offset-top-50-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-50 {
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-50 {
    margin-bottom: -50px;
  }
}

.offset-bottom-minus-50 {
  margin-bottom: -50px;
}

.offset-bottom-50-force {
  margin-bottom: 50px !important;
}

.offset-left-50 {
  margin-left: 50px;
}

.offset-left-50-rwd {
  margin-left: 50px;
}
@media (max-width: 1264px) {
  .offset-left-50-rwd {
    margin-left: -15px;
  }
}

.offset-left-50-rwd-0 {
  margin-left: 50px;
}
@media (max-width: 1264px) {
  .offset-left-50-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-50 {
  margin-left: -50px;
}

.offset-right-50 {
  margin-right: 50px;
}

.offset-right-50-rwd {
  margin-right: 50px;
}
@media (max-width: 1264px) {
  .offset-right-50-rwd {
    margin-right: 0px;
  }
}

.padding-50 {
  padding: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-50-force {
  padding-top: 50px !important;
}

.rwd-non-padding-left-50 {
  padding-left: 50px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-50 {
    padding-left: 15px;
  }
}

.right-45 {
  right: 45px;
}

.bottom-45 {
  bottom: 45px;
}

.offset-45 {
  margin: 45px;
}

.offset-top-45 {
  margin-top: 45px;
}

.offset-top-45-force {
  margin-top: 45px !important;
}

.offset-top-minus-45 {
  margin-top: -45px;
}

.offset-top-45-rwd {
  margin-top: 45px;
}
@media (max-width: 1264px) {
  .offset-top-45-rwd {
    margin-top: 0px;
  }
}

.offset-top-45-rwd-sm {
  margin-top: 45px;
}
@media (max-width: 960px) {
  .offset-top-45-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-45 {
  margin-bottom: 45px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-45 {
    margin-bottom: -45px;
  }
}

.offset-bottom-minus-45 {
  margin-bottom: -45px;
}

.offset-bottom-45-force {
  margin-bottom: 45px !important;
}

.offset-left-45 {
  margin-left: 45px;
}

.offset-left-45-rwd {
  margin-left: 45px;
}
@media (max-width: 1264px) {
  .offset-left-45-rwd {
    margin-left: -15px;
  }
}

.offset-left-45-rwd-0 {
  margin-left: 45px;
}
@media (max-width: 1264px) {
  .offset-left-45-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-45 {
  margin-left: -45px;
}

.offset-right-45 {
  margin-right: 45px;
}

.offset-right-45-rwd {
  margin-right: 45px;
}
@media (max-width: 1264px) {
  .offset-right-45-rwd {
    margin-right: 0px;
  }
}

.padding-45 {
  padding: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-45-force {
  padding-top: 45px !important;
}

.rwd-non-padding-left-45 {
  padding-left: 45px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-45 {
    padding-left: 15px;
  }
}

.right-40 {
  right: 40px;
}

.bottom-40 {
  bottom: 40px;
}

.offset-40 {
  margin: 40px;
}

.offset-top-40 {
  margin-top: 40px;
}

.offset-top-40-force {
  margin-top: 40px !important;
}

.offset-top-minus-40 {
  margin-top: -40px;
}

.offset-top-40-rwd {
  margin-top: 40px;
}
@media (max-width: 1264px) {
  .offset-top-40-rwd {
    margin-top: 0px;
  }
}

.offset-top-40-rwd-sm {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .offset-top-40-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-40 {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-40 {
    margin-bottom: -40px;
  }
}

.offset-bottom-minus-40 {
  margin-bottom: -40px;
}

.offset-bottom-40-force {
  margin-bottom: 40px !important;
}

.offset-left-40 {
  margin-left: 40px;
}

.offset-left-40-rwd {
  margin-left: 40px;
}
@media (max-width: 1264px) {
  .offset-left-40-rwd {
    margin-left: -15px;
  }
}

.offset-left-40-rwd-0 {
  margin-left: 40px;
}
@media (max-width: 1264px) {
  .offset-left-40-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-40 {
  margin-left: -40px;
}

.offset-right-40 {
  margin-right: 40px;
}

.offset-right-40-rwd {
  margin-right: 40px;
}
@media (max-width: 1264px) {
  .offset-right-40-rwd {
    margin-right: 0px;
  }
}

.padding-40 {
  padding: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-40-force {
  padding-top: 40px !important;
}

.rwd-non-padding-left-40 {
  padding-left: 40px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-40 {
    padding-left: 15px;
  }
}

.right-35 {
  right: 35px;
}

.bottom-35 {
  bottom: 35px;
}

.offset-35 {
  margin: 35px;
}

.offset-top-35 {
  margin-top: 35px;
}

.offset-top-35-force {
  margin-top: 35px !important;
}

.offset-top-minus-35 {
  margin-top: -35px;
}

.offset-top-35-rwd {
  margin-top: 35px;
}
@media (max-width: 1264px) {
  .offset-top-35-rwd {
    margin-top: 0px;
  }
}

.offset-top-35-rwd-sm {
  margin-top: 35px;
}
@media (max-width: 960px) {
  .offset-top-35-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-35 {
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-35 {
    margin-bottom: -35px;
  }
}

.offset-bottom-minus-35 {
  margin-bottom: -35px;
}

.offset-bottom-35-force {
  margin-bottom: 35px !important;
}

.offset-left-35 {
  margin-left: 35px;
}

.offset-left-35-rwd {
  margin-left: 35px;
}
@media (max-width: 1264px) {
  .offset-left-35-rwd {
    margin-left: -15px;
  }
}

.offset-left-35-rwd-0 {
  margin-left: 35px;
}
@media (max-width: 1264px) {
  .offset-left-35-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-35 {
  margin-left: -35px;
}

.offset-right-35 {
  margin-right: 35px;
}

.offset-right-35-rwd {
  margin-right: 35px;
}
@media (max-width: 1264px) {
  .offset-right-35-rwd {
    margin-right: 0px;
  }
}

.padding-35 {
  padding: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-35-force {
  padding-top: 35px !important;
}

.rwd-non-padding-left-35 {
  padding-left: 35px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-35 {
    padding-left: 15px;
  }
}

.right-30 {
  right: 30px;
}

.bottom-30 {
  bottom: 30px;
}

.offset-30 {
  margin: 30px;
}

.offset-top-30, .btn-search-submit {
  margin-top: 30px;
}

.offset-top-30-force {
  margin-top: 30px !important;
}

.offset-top-minus-30 {
  margin-top: -30px;
}

.offset-top-30-rwd {
  margin-top: 30px;
}
@media (max-width: 1264px) {
  .offset-top-30-rwd {
    margin-top: 0px;
  }
}

.offset-top-30-rwd-sm {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .offset-top-30-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-30 {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-30 {
    margin-bottom: -30px;
  }
}

.offset-bottom-minus-30 {
  margin-bottom: -30px;
}

.offset-bottom-30-force {
  margin-bottom: 30px !important;
}

.offset-left-30 {
  margin-left: 30px;
}

.offset-left-30-rwd {
  margin-left: 30px;
}
@media (max-width: 1264px) {
  .offset-left-30-rwd {
    margin-left: -15px;
  }
}

.offset-left-30-rwd-0 {
  margin-left: 30px;
}
@media (max-width: 1264px) {
  .offset-left-30-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-30 {
  margin-left: -30px;
}

.offset-right-30 {
  margin-right: 30px;
}

.offset-right-30-rwd {
  margin-right: 30px;
}
@media (max-width: 1264px) {
  .offset-right-30-rwd {
    margin-right: 0px;
  }
}

.padding-30 {
  padding: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-30-force {
  padding-top: 30px !important;
}

.rwd-non-padding-left-30 {
  padding-left: 30px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-30 {
    padding-left: 15px;
  }
}

.right-25 {
  right: 25px;
}

.bottom-25 {
  bottom: 25px;
}

.offset-25 {
  margin: 25px;
}

.offset-top-25 {
  margin-top: 25px;
}

.offset-top-25-force {
  margin-top: 25px !important;
}

.offset-top-minus-25 {
  margin-top: -25px;
}

.offset-top-25-rwd {
  margin-top: 25px;
}
@media (max-width: 1264px) {
  .offset-top-25-rwd {
    margin-top: 0px;
  }
}

.offset-top-25-rwd-sm {
  margin-top: 25px;
}
@media (max-width: 960px) {
  .offset-top-25-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-25 {
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-25 {
    margin-bottom: -25px;
  }
}

.offset-bottom-minus-25 {
  margin-bottom: -25px;
}

.offset-bottom-25-force {
  margin-bottom: 25px !important;
}

.offset-left-25 {
  margin-left: 25px;
}

.offset-left-25-rwd {
  margin-left: 25px;
}
@media (max-width: 1264px) {
  .offset-left-25-rwd {
    margin-left: -15px;
  }
}

.offset-left-25-rwd-0 {
  margin-left: 25px;
}
@media (max-width: 1264px) {
  .offset-left-25-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-25 {
  margin-left: -25px;
}

.offset-right-25 {
  margin-right: 25px;
}

.offset-right-25-rwd {
  margin-right: 25px;
}
@media (max-width: 1264px) {
  .offset-right-25-rwd {
    margin-right: 0px;
  }
}

.padding-25 {
  padding: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-25-force {
  padding-top: 25px !important;
}

.rwd-non-padding-left-25 {
  padding-left: 25px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-25 {
    padding-left: 15px;
  }
}

.right-20 {
  right: 20px;
}

.bottom-20 {
  bottom: 20px;
}

.offset-20 {
  margin: 20px;
}

.offset-top-20 {
  margin-top: 20px;
}

.offset-top-20-force {
  margin-top: 20px !important;
}

.offset-top-minus-20 {
  margin-top: -20px;
}

.offset-top-20-rwd {
  margin-top: 20px;
}
@media (max-width: 1264px) {
  .offset-top-20-rwd {
    margin-top: 0px;
  }
}

.offset-top-20-rwd-sm {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .offset-top-20-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-20 {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-20 {
    margin-bottom: -20px;
  }
}

.offset-bottom-minus-20 {
  margin-bottom: -20px;
}

.offset-bottom-20-force {
  margin-bottom: 20px !important;
}

.offset-left-20 {
  margin-left: 20px;
}

.offset-left-20-rwd {
  margin-left: 20px;
}
@media (max-width: 1264px) {
  .offset-left-20-rwd {
    margin-left: -15px;
  }
}

.offset-left-20-rwd-0 {
  margin-left: 20px;
}
@media (max-width: 1264px) {
  .offset-left-20-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-20 {
  margin-left: -20px;
}

.offset-right-20 {
  margin-right: 20px;
}

.offset-right-20-rwd {
  margin-right: 20px;
}
@media (max-width: 1264px) {
  .offset-right-20-rwd {
    margin-right: 0px;
  }
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-20-force {
  padding-top: 20px !important;
}

.rwd-non-padding-left-20 {
  padding-left: 20px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-20 {
    padding-left: 15px;
  }
}

.right-15 {
  right: 15px;
}

.bottom-15 {
  bottom: 15px;
}

.offset-15 {
  margin: 15px;
}

.offset-top-15 {
  margin-top: 15px;
}

.offset-top-15-force {
  margin-top: 15px !important;
}

.offset-top-minus-15 {
  margin-top: -15px;
}

.offset-top-15-rwd {
  margin-top: 15px;
}
@media (max-width: 1264px) {
  .offset-top-15-rwd {
    margin-top: 0px;
  }
}

.offset-top-15-rwd-sm {
  margin-top: 15px;
}
@media (max-width: 960px) {
  .offset-top-15-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-15 {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-15 {
    margin-bottom: -15px;
  }
}

.offset-bottom-minus-15 {
  margin-bottom: -15px;
}

.offset-bottom-15-force {
  margin-bottom: 15px !important;
}

.offset-left-15 {
  margin-left: 15px;
}

.offset-left-15-rwd {
  margin-left: 15px;
}
@media (max-width: 1264px) {
  .offset-left-15-rwd {
    margin-left: -15px;
  }
}

.offset-left-15-rwd-0 {
  margin-left: 15px;
}
@media (max-width: 1264px) {
  .offset-left-15-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-15 {
  margin-left: -15px;
}

.offset-right-15 {
  margin-right: 15px;
}

.offset-right-15-rwd {
  margin-right: 15px;
}
@media (max-width: 1264px) {
  .offset-right-15-rwd {
    margin-right: 0px;
  }
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-15-force {
  padding-top: 15px !important;
}

.rwd-non-padding-left-15 {
  padding-left: 15px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-15 {
    padding-left: 15px;
  }
}

.right-10 {
  right: 10px;
}

.bottom-10 {
  bottom: 10px;
}

.offset-10 {
  margin: 10px;
}

.offset-top-10 {
  margin-top: 10px;
}

.offset-top-10-force {
  margin-top: 10px !important;
}

.offset-top-minus-10 {
  margin-top: -10px;
}

.offset-top-10-rwd {
  margin-top: 10px;
}
@media (max-width: 1264px) {
  .offset-top-10-rwd {
    margin-top: 0px;
  }
}

.offset-top-10-rwd-sm {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .offset-top-10-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-10 {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-10 {
    margin-bottom: -10px;
  }
}

.offset-bottom-minus-10 {
  margin-bottom: -10px;
}

.offset-bottom-10-force {
  margin-bottom: 10px !important;
}

.offset-left-10 {
  margin-left: 10px;
}

.offset-left-10-rwd {
  margin-left: 10px;
}
@media (max-width: 1264px) {
  .offset-left-10-rwd {
    margin-left: -15px;
  }
}

.offset-left-10-rwd-0 {
  margin-left: 10px;
}
@media (max-width: 1264px) {
  .offset-left-10-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-10 {
  margin-left: -10px;
}

.offset-right-10 {
  margin-right: 10px;
}

.offset-right-10-rwd {
  margin-right: 10px;
}
@media (max-width: 1264px) {
  .offset-right-10-rwd {
    margin-right: 0px;
  }
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-10-force {
  padding-top: 10px !important;
}

.rwd-non-padding-left-10 {
  padding-left: 10px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-10 {
    padding-left: 15px;
  }
}

.right-5 {
  right: 5px;
}

.bottom-5 {
  bottom: 5px;
}

.offset-5 {
  margin: 5px;
}

.offset-top-5 {
  margin-top: 5px;
}

.offset-top-5-force {
  margin-top: 5px !important;
}

.offset-top-minus-5 {
  margin-top: -5px;
}

.offset-top-5-rwd {
  margin-top: 5px;
}
@media (max-width: 1264px) {
  .offset-top-5-rwd {
    margin-top: 0px;
  }
}

.offset-top-5-rwd-sm {
  margin-top: 5px;
}
@media (max-width: 960px) {
  .offset-top-5-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-5 {
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-5 {
    margin-bottom: -5px;
  }
}

.offset-bottom-minus-5 {
  margin-bottom: -5px;
}

.offset-bottom-5-force {
  margin-bottom: 5px !important;
}

.offset-left-5 {
  margin-left: 5px;
}

.offset-left-5-rwd {
  margin-left: 5px;
}
@media (max-width: 1264px) {
  .offset-left-5-rwd {
    margin-left: -15px;
  }
}

.offset-left-5-rwd-0 {
  margin-left: 5px;
}
@media (max-width: 1264px) {
  .offset-left-5-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-5 {
  margin-left: -5px;
}

.offset-right-5 {
  margin-right: 5px;
}

.offset-right-5-rwd {
  margin-right: 5px;
}
@media (max-width: 1264px) {
  .offset-right-5-rwd {
    margin-right: 0px;
  }
}

.padding-5 {
  padding: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-5-force {
  padding-top: 5px !important;
}

.rwd-non-padding-left-5 {
  padding-left: 5px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-5 {
    padding-left: 15px;
  }
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.offset-0 {
  margin: 0px;
}

.offset-top-0 {
  margin-top: 0px;
}

.offset-top-0-force {
  margin-top: 0px !important;
}

.offset-top-minus-0 {
  margin-top: 0px;
}

.offset-top-0-rwd {
  margin-top: 0px;
}
@media (max-width: 1264px) {
  .offset-top-0-rwd {
    margin-top: 0px;
  }
}

.offset-top-0-rwd-sm {
  margin-top: 0px;
}
@media (max-width: 960px) {
  .offset-top-0-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-0 {
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-0 {
    margin-bottom: 0px;
  }
}

.offset-bottom-minus-0 {
  margin-bottom: 0px;
}

.offset-bottom-0-force {
  margin-bottom: 0px !important;
}

.offset-left-0 {
  margin-left: 0px;
}

.offset-left-0-rwd {
  margin-left: 0px;
}
@media (max-width: 1264px) {
  .offset-left-0-rwd {
    margin-left: -15px;
  }
}

.offset-left-0-rwd-0 {
  margin-left: 0px;
}
@media (max-width: 1264px) {
  .offset-left-0-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-0 {
  margin-left: 0px;
}

.offset-right-0 {
  margin-right: 0px;
}

.offset-right-0-rwd {
  margin-right: 0px;
}
@media (max-width: 1264px) {
  .offset-right-0-rwd {
    margin-right: 0px;
  }
}

.padding-0 {
  padding: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-0-force {
  padding-top: 0px !important;
}

.rwd-non-padding-left-0 {
  padding-left: 0px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-0 {
    padding-left: 15px;
  }
}

/** BORDER RADIUS ex. border-radius-3 */
.border-radius-40 {
  border-radius: 40px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-20, .btn-search-tag, .btn-search-result-tag, .btn-search-submit, .btn-header-mobile-login, .btn-homepage-carousel-item, .btn-homepage-more {
  border-radius: 20px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-2, .slowhop-checkbox label:not(.label-normal):after {
  border-radius: 2px;
}

.border-radius-3, .slowhop-checkbox label:not(.label-normal) {
  border-radius: 3px;
}

/** border color-gen */
.border-white, .btn-homepage-carousel-item {
  border: 1px solid #ffffff;
}

.bg-white, .slowhop-checkbox label:not(.label-normal), .slowhop-checkbox, .search .section-offer-col .note .note-text, .profile .profile-body .form-control, .profile .profile-body {
  background-color: #ffffff;
}

.text-white, .search .section-offer-col .offer-hover-block, .btn-homepage-carousel-item, .font-white, .btn-profile-save, .btn-profile-save-sky, .btn-profile-save-orange {
  color: #ffffff;
}

.text-white-force, .font-white-force {
  color: #ffffff !important;
}

.box-shadow-white {
  box-shadow: 0 0 3px #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-white {
  color: #ffffff;
}
.link-white-white:hover, .link-white-white:active, .link-white-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-white {
  border: 1px solid #ffffff;
}
.border-white-white:hover, .border-white-white:active, .border-white-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-white-smoke {
  color: #ffffff;
}
.link-white-white-smoke:hover, .link-white-white-smoke:active, .link-white-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-white-smoke {
  border: 1px solid #ffffff;
}
.border-white-white-smoke:hover, .border-white-white-smoke:active, .border-white-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-light-orange {
  color: #ffffff;
}
.link-white-light-orange:hover, .link-white-light-orange:active, .link-white-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-light-orange {
  border: 1px solid #ffffff;
}
.border-white-light-orange:hover, .border-white-light-orange:active, .border-white-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-basic-blue {
  color: #ffffff;
}
.link-white-basic-blue:hover, .link-white-basic-blue:active, .link-white-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-basic-blue {
  border: 1px solid #ffffff;
}
.border-white-basic-blue:hover, .border-white-basic-blue:active, .border-white-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-greyish-brown {
  color: #ffffff;
}
.link-white-greyish-brown:hover, .link-white-greyish-brown:active, .link-white-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-greyish-brown {
  border: 1px solid #ffffff;
}
.border-white-greyish-brown:hover, .border-white-greyish-brown:active, .border-white-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-greyish {
  color: #ffffff;
}
.link-white-greyish:hover, .link-white-greyish:active, .link-white-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-greyish {
  border: 1px solid #ffffff;
}
.border-white-greyish:hover, .border-white-greyish:active, .border-white-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-pinkish-grey {
  color: #ffffff;
}
.link-white-pinkish-grey:hover, .link-white-pinkish-grey:active, .link-white-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-pinkish-grey {
  border: 1px solid #ffffff;
}
.border-white-pinkish-grey:hover, .border-white-pinkish-grey:active, .border-white-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-warm-grey {
  color: #ffffff;
}
.link-white-warm-grey:hover, .link-white-warm-grey:active, .link-white-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-warm-grey {
  border: 1px solid #ffffff;
}
.border-white-warm-grey:hover, .border-white-warm-grey:active, .border-white-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-black {
  color: #ffffff;
}
.link-white-black:hover, .link-white-black:active, .link-white-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-black {
  border: 1px solid #ffffff;
}
.border-white-black:hover, .border-white-black:active, .border-white-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-transparent {
  color: #ffffff;
}
.link-white-transparent:hover, .link-white-transparent:active, .link-white-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-transparent {
  border: 1px solid #ffffff;
}
.border-white-transparent:hover, .border-white-transparent:active, .border-white-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-lighten {
  color: #ffffff;
}
.link-white-gray-lighten:hover, .link-white-gray-lighten:active, .link-white-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-lighten {
  border: 1px solid #ffffff;
}
.border-white-gray-lighten:hover, .border-white-gray-lighten:active, .border-white-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-form-control {
  color: #ffffff;
}
.link-white-gray-form-control:hover, .link-white-gray-form-control:active, .link-white-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-form-control {
  border: 1px solid #ffffff;
}
.border-white-gray-form-control:hover, .border-white-gray-form-control:active, .border-white-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-lighten-less {
  color: #ffffff;
}
.link-white-gray-lighten-less:hover, .link-white-gray-lighten-less:active, .link-white-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-lighten-less {
  border: 1px solid #ffffff;
}
.border-white-gray-lighten-less:hover, .border-white-gray-lighten-less:active, .border-white-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray {
  color: #ffffff;
}
.link-white-gray:hover, .link-white-gray:active, .link-white-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray {
  border: 1px solid #ffffff;
}
.border-white-gray:hover, .border-white-gray:active, .border-white-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-profile {
  color: #ffffff;
}
.link-white-gray-profile:hover, .link-white-gray-profile:active, .link-white-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-profile {
  border: 1px solid #ffffff;
}
.border-white-gray-profile:hover, .border-white-gray-profile:active, .border-white-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-darken {
  color: #ffffff;
}
.link-white-gray-darken:hover, .link-white-gray-darken:active, .link-white-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-darken {
  border: 1px solid #ffffff;
}
.border-white-gray-darken:hover, .border-white-gray-darken:active, .border-white-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-dark {
  color: #ffffff;
}
.link-white-gray-dark:hover, .link-white-gray-dark:active, .link-white-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-dark {
  border: 1px solid #ffffff;
}
.border-white-gray-dark:hover, .border-white-gray-dark:active, .border-white-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-dark-headings {
  color: #ffffff;
}
.link-white-dark-headings:hover, .link-white-dark-headings:active, .link-white-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-dark-headings {
  border: 1px solid #ffffff;
}
.border-white-dark-headings:hover, .border-white-dark-headings:active, .border-white-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-dark {
  color: #ffffff;
}
.link-white-dark:hover, .link-white-dark:active, .link-white-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-dark {
  border: 1px solid #ffffff;
}
.border-white-dark:hover, .border-white-dark:active, .border-white-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-sky {
  color: #ffffff;
}
.link-white-sky:hover, .link-white-sky:active, .link-white-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-sky {
  border: 1px solid #ffffff;
}
.border-white-sky:hover, .border-white-sky:active, .border-white-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-orange {
  color: #ffffff;
}
.link-white-orange:hover, .link-white-orange:active, .link-white-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-orange {
  border: 1px solid #ffffff;
}
.border-white-orange:hover, .border-white-orange:active, .border-white-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-black-lighten {
  color: #ffffff;
}
.link-white-black-lighten:hover, .link-white-black-lighten:active, .link-white-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-black-lighten {
  border: 1px solid #ffffff;
}
.border-white-black-lighten:hover, .border-white-black-lighten:active, .border-white-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-red {
  color: #ffffff;
}
.link-white-red:hover, .link-white-red:active, .link-white-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-red {
  border: 1px solid #ffffff;
}
.border-white-red:hover, .border-white-red:active, .border-white-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-blue-dark {
  color: #ffffff;
}
.link-white-blue-dark:hover, .link-white-blue-dark:active, .link-white-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-blue-dark {
  border: 1px solid #ffffff;
}
.border-white-blue-dark:hover, .border-white-blue-dark:active, .border-white-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-gray-new-light {
  color: #ffffff;
}
.link-white-gray-new-light:hover, .link-white-gray-new-light:active, .link-white-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-gray-new-light {
  border: 1px solid #ffffff;
}
.border-white-gray-new-light:hover, .border-white-gray-new-light:active, .border-white-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-dark-orange {
  color: #ffffff;
}
.link-white-dark-orange:hover, .link-white-dark-orange:active, .link-white-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-dark-orange {
  border: 1px solid #ffffff;
}
.border-white-dark-orange:hover, .border-white-dark-orange:active, .border-white-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-sky-lighten {
  color: #ffffff;
}
.link-white-sky-lighten:hover, .link-white-sky-lighten:active, .link-white-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-sky-lighten {
  border: 1px solid #ffffff;
}
.border-white-sky-lighten:hover, .border-white-sky-lighten:active, .border-white-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-sky-darken {
  color: #ffffff;
}
.link-white-sky-darken:hover, .link-white-sky-darken:active, .link-white-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-sky-darken {
  border: 1px solid #ffffff;
}
.border-white-sky-darken:hover, .border-white-sky-darken:active, .border-white-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-white-smoke {
  border: 1px solid #F4F1EB;
}

.bg-white-smoke {
  background-color: #F4F1EB;
}

.text-white-smoke, .font-white-smoke {
  color: #F4F1EB;
}

.text-white-smoke-force, .font-white-smoke-force {
  color: #F4F1EB !important;
}

.box-shadow-white-smoke {
  box-shadow: 0 0 3px #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-white {
  color: #F4F1EB;
}
.link-white-smoke-white:hover, .link-white-smoke-white:active, .link-white-smoke-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-white {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-white:hover, .border-white-smoke-white:active, .border-white-smoke-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-white-smoke {
  color: #F4F1EB;
}
.link-white-smoke-white-smoke:hover, .link-white-smoke-white-smoke:active, .link-white-smoke-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-white-smoke {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-white-smoke:hover, .border-white-smoke-white-smoke:active, .border-white-smoke-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-light-orange {
  color: #F4F1EB;
}
.link-white-smoke-light-orange:hover, .link-white-smoke-light-orange:active, .link-white-smoke-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-light-orange {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-light-orange:hover, .border-white-smoke-light-orange:active, .border-white-smoke-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-basic-blue {
  color: #F4F1EB;
}
.link-white-smoke-basic-blue:hover, .link-white-smoke-basic-blue:active, .link-white-smoke-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-basic-blue {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-basic-blue:hover, .border-white-smoke-basic-blue:active, .border-white-smoke-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-greyish-brown {
  color: #F4F1EB;
}
.link-white-smoke-greyish-brown:hover, .link-white-smoke-greyish-brown:active, .link-white-smoke-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-greyish-brown {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-greyish-brown:hover, .border-white-smoke-greyish-brown:active, .border-white-smoke-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-greyish {
  color: #F4F1EB;
}
.link-white-smoke-greyish:hover, .link-white-smoke-greyish:active, .link-white-smoke-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-greyish {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-greyish:hover, .border-white-smoke-greyish:active, .border-white-smoke-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-pinkish-grey {
  color: #F4F1EB;
}
.link-white-smoke-pinkish-grey:hover, .link-white-smoke-pinkish-grey:active, .link-white-smoke-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-pinkish-grey {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-pinkish-grey:hover, .border-white-smoke-pinkish-grey:active, .border-white-smoke-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-warm-grey {
  color: #F4F1EB;
}
.link-white-smoke-warm-grey:hover, .link-white-smoke-warm-grey:active, .link-white-smoke-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-warm-grey {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-warm-grey:hover, .border-white-smoke-warm-grey:active, .border-white-smoke-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-black {
  color: #F4F1EB;
}
.link-white-smoke-black:hover, .link-white-smoke-black:active, .link-white-smoke-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-black {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-black:hover, .border-white-smoke-black:active, .border-white-smoke-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-transparent {
  color: #F4F1EB;
}
.link-white-smoke-transparent:hover, .link-white-smoke-transparent:active, .link-white-smoke-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-transparent {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-transparent:hover, .border-white-smoke-transparent:active, .border-white-smoke-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-lighten {
  color: #F4F1EB;
}
.link-white-smoke-gray-lighten:hover, .link-white-smoke-gray-lighten:active, .link-white-smoke-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-lighten {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-lighten:hover, .border-white-smoke-gray-lighten:active, .border-white-smoke-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-form-control {
  color: #F4F1EB;
}
.link-white-smoke-gray-form-control:hover, .link-white-smoke-gray-form-control:active, .link-white-smoke-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-form-control {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-form-control:hover, .border-white-smoke-gray-form-control:active, .border-white-smoke-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-lighten-less {
  color: #F4F1EB;
}
.link-white-smoke-gray-lighten-less:hover, .link-white-smoke-gray-lighten-less:active, .link-white-smoke-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-lighten-less {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-lighten-less:hover, .border-white-smoke-gray-lighten-less:active, .border-white-smoke-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray {
  color: #F4F1EB;
}
.link-white-smoke-gray:hover, .link-white-smoke-gray:active, .link-white-smoke-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray:hover, .border-white-smoke-gray:active, .border-white-smoke-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-profile {
  color: #F4F1EB;
}
.link-white-smoke-gray-profile:hover, .link-white-smoke-gray-profile:active, .link-white-smoke-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-profile {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-profile:hover, .border-white-smoke-gray-profile:active, .border-white-smoke-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-darken {
  color: #F4F1EB;
}
.link-white-smoke-gray-darken:hover, .link-white-smoke-gray-darken:active, .link-white-smoke-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-darken {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-darken:hover, .border-white-smoke-gray-darken:active, .border-white-smoke-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-dark {
  color: #F4F1EB;
}
.link-white-smoke-gray-dark:hover, .link-white-smoke-gray-dark:active, .link-white-smoke-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-dark {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-dark:hover, .border-white-smoke-gray-dark:active, .border-white-smoke-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-dark-headings {
  color: #F4F1EB;
}
.link-white-smoke-dark-headings:hover, .link-white-smoke-dark-headings:active, .link-white-smoke-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-dark-headings {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-dark-headings:hover, .border-white-smoke-dark-headings:active, .border-white-smoke-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-dark {
  color: #F4F1EB;
}
.link-white-smoke-dark:hover, .link-white-smoke-dark:active, .link-white-smoke-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-dark {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-dark:hover, .border-white-smoke-dark:active, .border-white-smoke-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-sky {
  color: #F4F1EB;
}
.link-white-smoke-sky:hover, .link-white-smoke-sky:active, .link-white-smoke-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-sky {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-sky:hover, .border-white-smoke-sky:active, .border-white-smoke-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-orange {
  color: #F4F1EB;
}
.link-white-smoke-orange:hover, .link-white-smoke-orange:active, .link-white-smoke-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-orange {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-orange:hover, .border-white-smoke-orange:active, .border-white-smoke-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-black-lighten {
  color: #F4F1EB;
}
.link-white-smoke-black-lighten:hover, .link-white-smoke-black-lighten:active, .link-white-smoke-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-black-lighten {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-black-lighten:hover, .border-white-smoke-black-lighten:active, .border-white-smoke-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-red {
  color: #F4F1EB;
}
.link-white-smoke-red:hover, .link-white-smoke-red:active, .link-white-smoke-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-red {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-red:hover, .border-white-smoke-red:active, .border-white-smoke-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-blue-dark {
  color: #F4F1EB;
}
.link-white-smoke-blue-dark:hover, .link-white-smoke-blue-dark:active, .link-white-smoke-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-blue-dark {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-blue-dark:hover, .border-white-smoke-blue-dark:active, .border-white-smoke-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-gray-new-light {
  color: #F4F1EB;
}
.link-white-smoke-gray-new-light:hover, .link-white-smoke-gray-new-light:active, .link-white-smoke-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-gray-new-light {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-gray-new-light:hover, .border-white-smoke-gray-new-light:active, .border-white-smoke-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-dark-orange {
  color: #F4F1EB;
}
.link-white-smoke-dark-orange:hover, .link-white-smoke-dark-orange:active, .link-white-smoke-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-dark-orange {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-dark-orange:hover, .border-white-smoke-dark-orange:active, .border-white-smoke-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-sky-lighten {
  color: #F4F1EB;
}
.link-white-smoke-sky-lighten:hover, .link-white-smoke-sky-lighten:active, .link-white-smoke-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-sky-lighten {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-sky-lighten:hover, .border-white-smoke-sky-lighten:active, .border-white-smoke-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-white-smoke-sky-darken {
  color: #F4F1EB;
}
.link-white-smoke-sky-darken:hover, .link-white-smoke-sky-darken:active, .link-white-smoke-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-white-smoke-sky-darken {
  border: 1px solid #F4F1EB;
}
.border-white-smoke-sky-darken:hover, .border-white-smoke-sky-darken:active, .border-white-smoke-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-light-orange {
  border: 1px solid #B0F322;
}

.bg-light-orange {
  background-color: #B0F322;
}

.text-light-orange, .font-light-orange {
  color: #B0F322;
}

.text-light-orange-force, .font-light-orange-force {
  color: #B0F322 !important;
}

.box-shadow-light-orange {
  box-shadow: 0 0 3px #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-white {
  color: #B0F322;
}
.link-light-orange-white:hover, .link-light-orange-white:active, .link-light-orange-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-white {
  border: 1px solid #B0F322;
}
.border-light-orange-white:hover, .border-light-orange-white:active, .border-light-orange-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-white-smoke {
  color: #B0F322;
}
.link-light-orange-white-smoke:hover, .link-light-orange-white-smoke:active, .link-light-orange-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-white-smoke {
  border: 1px solid #B0F322;
}
.border-light-orange-white-smoke:hover, .border-light-orange-white-smoke:active, .border-light-orange-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-light-orange {
  color: #B0F322;
}
.link-light-orange-light-orange:hover, .link-light-orange-light-orange:active, .link-light-orange-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-light-orange {
  border: 1px solid #B0F322;
}
.border-light-orange-light-orange:hover, .border-light-orange-light-orange:active, .border-light-orange-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-basic-blue {
  color: #B0F322;
}
.link-light-orange-basic-blue:hover, .link-light-orange-basic-blue:active, .link-light-orange-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-basic-blue {
  border: 1px solid #B0F322;
}
.border-light-orange-basic-blue:hover, .border-light-orange-basic-blue:active, .border-light-orange-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-greyish-brown {
  color: #B0F322;
}
.link-light-orange-greyish-brown:hover, .link-light-orange-greyish-brown:active, .link-light-orange-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-greyish-brown {
  border: 1px solid #B0F322;
}
.border-light-orange-greyish-brown:hover, .border-light-orange-greyish-brown:active, .border-light-orange-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-greyish {
  color: #B0F322;
}
.link-light-orange-greyish:hover, .link-light-orange-greyish:active, .link-light-orange-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-greyish {
  border: 1px solid #B0F322;
}
.border-light-orange-greyish:hover, .border-light-orange-greyish:active, .border-light-orange-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-pinkish-grey {
  color: #B0F322;
}
.link-light-orange-pinkish-grey:hover, .link-light-orange-pinkish-grey:active, .link-light-orange-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-pinkish-grey {
  border: 1px solid #B0F322;
}
.border-light-orange-pinkish-grey:hover, .border-light-orange-pinkish-grey:active, .border-light-orange-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-warm-grey {
  color: #B0F322;
}
.link-light-orange-warm-grey:hover, .link-light-orange-warm-grey:active, .link-light-orange-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-warm-grey {
  border: 1px solid #B0F322;
}
.border-light-orange-warm-grey:hover, .border-light-orange-warm-grey:active, .border-light-orange-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-black {
  color: #B0F322;
}
.link-light-orange-black:hover, .link-light-orange-black:active, .link-light-orange-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-black {
  border: 1px solid #B0F322;
}
.border-light-orange-black:hover, .border-light-orange-black:active, .border-light-orange-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-transparent {
  color: #B0F322;
}
.link-light-orange-transparent:hover, .link-light-orange-transparent:active, .link-light-orange-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-transparent {
  border: 1px solid #B0F322;
}
.border-light-orange-transparent:hover, .border-light-orange-transparent:active, .border-light-orange-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-lighten {
  color: #B0F322;
}
.link-light-orange-gray-lighten:hover, .link-light-orange-gray-lighten:active, .link-light-orange-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-lighten {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-lighten:hover, .border-light-orange-gray-lighten:active, .border-light-orange-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-form-control {
  color: #B0F322;
}
.link-light-orange-gray-form-control:hover, .link-light-orange-gray-form-control:active, .link-light-orange-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-form-control {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-form-control:hover, .border-light-orange-gray-form-control:active, .border-light-orange-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-lighten-less {
  color: #B0F322;
}
.link-light-orange-gray-lighten-less:hover, .link-light-orange-gray-lighten-less:active, .link-light-orange-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-lighten-less {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-lighten-less:hover, .border-light-orange-gray-lighten-less:active, .border-light-orange-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray {
  color: #B0F322;
}
.link-light-orange-gray:hover, .link-light-orange-gray:active, .link-light-orange-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray {
  border: 1px solid #B0F322;
}
.border-light-orange-gray:hover, .border-light-orange-gray:active, .border-light-orange-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-profile {
  color: #B0F322;
}
.link-light-orange-gray-profile:hover, .link-light-orange-gray-profile:active, .link-light-orange-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-profile {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-profile:hover, .border-light-orange-gray-profile:active, .border-light-orange-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-darken {
  color: #B0F322;
}
.link-light-orange-gray-darken:hover, .link-light-orange-gray-darken:active, .link-light-orange-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-darken {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-darken:hover, .border-light-orange-gray-darken:active, .border-light-orange-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-dark {
  color: #B0F322;
}
.link-light-orange-gray-dark:hover, .link-light-orange-gray-dark:active, .link-light-orange-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-dark {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-dark:hover, .border-light-orange-gray-dark:active, .border-light-orange-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-dark-headings {
  color: #B0F322;
}
.link-light-orange-dark-headings:hover, .link-light-orange-dark-headings:active, .link-light-orange-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-dark-headings {
  border: 1px solid #B0F322;
}
.border-light-orange-dark-headings:hover, .border-light-orange-dark-headings:active, .border-light-orange-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-dark {
  color: #B0F322;
}
.link-light-orange-dark:hover, .link-light-orange-dark:active, .link-light-orange-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-dark {
  border: 1px solid #B0F322;
}
.border-light-orange-dark:hover, .border-light-orange-dark:active, .border-light-orange-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-sky {
  color: #B0F322;
}
.link-light-orange-sky:hover, .link-light-orange-sky:active, .link-light-orange-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-sky {
  border: 1px solid #B0F322;
}
.border-light-orange-sky:hover, .border-light-orange-sky:active, .border-light-orange-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-orange {
  color: #B0F322;
}
.link-light-orange-orange:hover, .link-light-orange-orange:active, .link-light-orange-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-orange {
  border: 1px solid #B0F322;
}
.border-light-orange-orange:hover, .border-light-orange-orange:active, .border-light-orange-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-black-lighten {
  color: #B0F322;
}
.link-light-orange-black-lighten:hover, .link-light-orange-black-lighten:active, .link-light-orange-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-black-lighten {
  border: 1px solid #B0F322;
}
.border-light-orange-black-lighten:hover, .border-light-orange-black-lighten:active, .border-light-orange-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-red {
  color: #B0F322;
}
.link-light-orange-red:hover, .link-light-orange-red:active, .link-light-orange-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-red {
  border: 1px solid #B0F322;
}
.border-light-orange-red:hover, .border-light-orange-red:active, .border-light-orange-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-blue-dark {
  color: #B0F322;
}
.link-light-orange-blue-dark:hover, .link-light-orange-blue-dark:active, .link-light-orange-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-blue-dark {
  border: 1px solid #B0F322;
}
.border-light-orange-blue-dark:hover, .border-light-orange-blue-dark:active, .border-light-orange-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-gray-new-light {
  color: #B0F322;
}
.link-light-orange-gray-new-light:hover, .link-light-orange-gray-new-light:active, .link-light-orange-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-gray-new-light {
  border: 1px solid #B0F322;
}
.border-light-orange-gray-new-light:hover, .border-light-orange-gray-new-light:active, .border-light-orange-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-dark-orange {
  color: #B0F322;
}
.link-light-orange-dark-orange:hover, .link-light-orange-dark-orange:active, .link-light-orange-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-dark-orange {
  border: 1px solid #B0F322;
}
.border-light-orange-dark-orange:hover, .border-light-orange-dark-orange:active, .border-light-orange-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-sky-lighten {
  color: #B0F322;
}
.link-light-orange-sky-lighten:hover, .link-light-orange-sky-lighten:active, .link-light-orange-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-sky-lighten {
  border: 1px solid #B0F322;
}
.border-light-orange-sky-lighten:hover, .border-light-orange-sky-lighten:active, .border-light-orange-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-light-orange-sky-darken {
  color: #B0F322;
}
.link-light-orange-sky-darken:hover, .link-light-orange-sky-darken:active, .link-light-orange-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-light-orange-sky-darken {
  border: 1px solid #B0F322;
}
.border-light-orange-sky-darken:hover, .border-light-orange-sky-darken:active, .border-light-orange-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-basic-blue {
  border: 1px solid #335B4F;
}

.bg-basic-blue {
  background-color: #335B4F;
}

.text-basic-blue, .font-basic-blue {
  color: #335B4F;
}

.text-basic-blue-force, .font-basic-blue-force {
  color: #335B4F !important;
}

.box-shadow-basic-blue {
  box-shadow: 0 0 3px #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-white {
  color: #335B4F;
}
.link-basic-blue-white:hover, .link-basic-blue-white:active, .link-basic-blue-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-white {
  border: 1px solid #335B4F;
}
.border-basic-blue-white:hover, .border-basic-blue-white:active, .border-basic-blue-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-white-smoke {
  color: #335B4F;
}
.link-basic-blue-white-smoke:hover, .link-basic-blue-white-smoke:active, .link-basic-blue-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-white-smoke {
  border: 1px solid #335B4F;
}
.border-basic-blue-white-smoke:hover, .border-basic-blue-white-smoke:active, .border-basic-blue-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-light-orange {
  color: #335B4F;
}
.link-basic-blue-light-orange:hover, .link-basic-blue-light-orange:active, .link-basic-blue-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-light-orange {
  border: 1px solid #335B4F;
}
.border-basic-blue-light-orange:hover, .border-basic-blue-light-orange:active, .border-basic-blue-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-basic-blue {
  color: #335B4F;
}
.link-basic-blue-basic-blue:hover, .link-basic-blue-basic-blue:active, .link-basic-blue-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-basic-blue {
  border: 1px solid #335B4F;
}
.border-basic-blue-basic-blue:hover, .border-basic-blue-basic-blue:active, .border-basic-blue-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-greyish-brown {
  color: #335B4F;
}
.link-basic-blue-greyish-brown:hover, .link-basic-blue-greyish-brown:active, .link-basic-blue-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-greyish-brown {
  border: 1px solid #335B4F;
}
.border-basic-blue-greyish-brown:hover, .border-basic-blue-greyish-brown:active, .border-basic-blue-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-greyish {
  color: #335B4F;
}
.link-basic-blue-greyish:hover, .link-basic-blue-greyish:active, .link-basic-blue-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-greyish {
  border: 1px solid #335B4F;
}
.border-basic-blue-greyish:hover, .border-basic-blue-greyish:active, .border-basic-blue-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-pinkish-grey {
  color: #335B4F;
}
.link-basic-blue-pinkish-grey:hover, .link-basic-blue-pinkish-grey:active, .link-basic-blue-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-pinkish-grey {
  border: 1px solid #335B4F;
}
.border-basic-blue-pinkish-grey:hover, .border-basic-blue-pinkish-grey:active, .border-basic-blue-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-warm-grey {
  color: #335B4F;
}
.link-basic-blue-warm-grey:hover, .link-basic-blue-warm-grey:active, .link-basic-blue-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-warm-grey {
  border: 1px solid #335B4F;
}
.border-basic-blue-warm-grey:hover, .border-basic-blue-warm-grey:active, .border-basic-blue-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-black {
  color: #335B4F;
}
.link-basic-blue-black:hover, .link-basic-blue-black:active, .link-basic-blue-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-black {
  border: 1px solid #335B4F;
}
.border-basic-blue-black:hover, .border-basic-blue-black:active, .border-basic-blue-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-transparent {
  color: #335B4F;
}
.link-basic-blue-transparent:hover, .link-basic-blue-transparent:active, .link-basic-blue-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-transparent {
  border: 1px solid #335B4F;
}
.border-basic-blue-transparent:hover, .border-basic-blue-transparent:active, .border-basic-blue-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-lighten {
  color: #335B4F;
}
.link-basic-blue-gray-lighten:hover, .link-basic-blue-gray-lighten:active, .link-basic-blue-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-lighten {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-lighten:hover, .border-basic-blue-gray-lighten:active, .border-basic-blue-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-form-control {
  color: #335B4F;
}
.link-basic-blue-gray-form-control:hover, .link-basic-blue-gray-form-control:active, .link-basic-blue-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-form-control {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-form-control:hover, .border-basic-blue-gray-form-control:active, .border-basic-blue-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-lighten-less {
  color: #335B4F;
}
.link-basic-blue-gray-lighten-less:hover, .link-basic-blue-gray-lighten-less:active, .link-basic-blue-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-lighten-less {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-lighten-less:hover, .border-basic-blue-gray-lighten-less:active, .border-basic-blue-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray {
  color: #335B4F;
}
.link-basic-blue-gray:hover, .link-basic-blue-gray:active, .link-basic-blue-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray:hover, .border-basic-blue-gray:active, .border-basic-blue-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-profile {
  color: #335B4F;
}
.link-basic-blue-gray-profile:hover, .link-basic-blue-gray-profile:active, .link-basic-blue-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-profile {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-profile:hover, .border-basic-blue-gray-profile:active, .border-basic-blue-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-darken {
  color: #335B4F;
}
.link-basic-blue-gray-darken:hover, .link-basic-blue-gray-darken:active, .link-basic-blue-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-darken {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-darken:hover, .border-basic-blue-gray-darken:active, .border-basic-blue-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-dark {
  color: #335B4F;
}
.link-basic-blue-gray-dark:hover, .link-basic-blue-gray-dark:active, .link-basic-blue-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-dark {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-dark:hover, .border-basic-blue-gray-dark:active, .border-basic-blue-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-dark-headings {
  color: #335B4F;
}
.link-basic-blue-dark-headings:hover, .link-basic-blue-dark-headings:active, .link-basic-blue-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-dark-headings {
  border: 1px solid #335B4F;
}
.border-basic-blue-dark-headings:hover, .border-basic-blue-dark-headings:active, .border-basic-blue-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-dark {
  color: #335B4F;
}
.link-basic-blue-dark:hover, .link-basic-blue-dark:active, .link-basic-blue-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-dark {
  border: 1px solid #335B4F;
}
.border-basic-blue-dark:hover, .border-basic-blue-dark:active, .border-basic-blue-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-sky {
  color: #335B4F;
}
.link-basic-blue-sky:hover, .link-basic-blue-sky:active, .link-basic-blue-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-sky {
  border: 1px solid #335B4F;
}
.border-basic-blue-sky:hover, .border-basic-blue-sky:active, .border-basic-blue-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-orange {
  color: #335B4F;
}
.link-basic-blue-orange:hover, .link-basic-blue-orange:active, .link-basic-blue-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-orange {
  border: 1px solid #335B4F;
}
.border-basic-blue-orange:hover, .border-basic-blue-orange:active, .border-basic-blue-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-black-lighten {
  color: #335B4F;
}
.link-basic-blue-black-lighten:hover, .link-basic-blue-black-lighten:active, .link-basic-blue-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-black-lighten {
  border: 1px solid #335B4F;
}
.border-basic-blue-black-lighten:hover, .border-basic-blue-black-lighten:active, .border-basic-blue-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-red {
  color: #335B4F;
}
.link-basic-blue-red:hover, .link-basic-blue-red:active, .link-basic-blue-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-red {
  border: 1px solid #335B4F;
}
.border-basic-blue-red:hover, .border-basic-blue-red:active, .border-basic-blue-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-blue-dark {
  color: #335B4F;
}
.link-basic-blue-blue-dark:hover, .link-basic-blue-blue-dark:active, .link-basic-blue-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-blue-dark {
  border: 1px solid #335B4F;
}
.border-basic-blue-blue-dark:hover, .border-basic-blue-blue-dark:active, .border-basic-blue-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-gray-new-light {
  color: #335B4F;
}
.link-basic-blue-gray-new-light:hover, .link-basic-blue-gray-new-light:active, .link-basic-blue-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-gray-new-light {
  border: 1px solid #335B4F;
}
.border-basic-blue-gray-new-light:hover, .border-basic-blue-gray-new-light:active, .border-basic-blue-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-dark-orange {
  color: #335B4F;
}
.link-basic-blue-dark-orange:hover, .link-basic-blue-dark-orange:active, .link-basic-blue-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-dark-orange {
  border: 1px solid #335B4F;
}
.border-basic-blue-dark-orange:hover, .border-basic-blue-dark-orange:active, .border-basic-blue-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-sky-lighten {
  color: #335B4F;
}
.link-basic-blue-sky-lighten:hover, .link-basic-blue-sky-lighten:active, .link-basic-blue-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-sky-lighten {
  border: 1px solid #335B4F;
}
.border-basic-blue-sky-lighten:hover, .border-basic-blue-sky-lighten:active, .border-basic-blue-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-basic-blue-sky-darken {
  color: #335B4F;
}
.link-basic-blue-sky-darken:hover, .link-basic-blue-sky-darken:active, .link-basic-blue-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-basic-blue-sky-darken {
  border: 1px solid #335B4F;
}
.border-basic-blue-sky-darken:hover, .border-basic-blue-sky-darken:active, .border-basic-blue-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-greyish-brown {
  border: 1px solid #121820;
}

.bg-greyish-brown {
  background-color: #121820;
}

.text-greyish-brown, .font-greyish-brown {
  color: #121820;
}

.text-greyish-brown-force, .font-greyish-brown-force {
  color: #121820 !important;
}

.box-shadow-greyish-brown {
  box-shadow: 0 0 3px #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-white {
  color: #121820;
}
.link-greyish-brown-white:hover, .link-greyish-brown-white:active, .link-greyish-brown-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-white {
  border: 1px solid #121820;
}
.border-greyish-brown-white:hover, .border-greyish-brown-white:active, .border-greyish-brown-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-white-smoke {
  color: #121820;
}
.link-greyish-brown-white-smoke:hover, .link-greyish-brown-white-smoke:active, .link-greyish-brown-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-white-smoke {
  border: 1px solid #121820;
}
.border-greyish-brown-white-smoke:hover, .border-greyish-brown-white-smoke:active, .border-greyish-brown-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-light-orange {
  color: #121820;
}
.link-greyish-brown-light-orange:hover, .link-greyish-brown-light-orange:active, .link-greyish-brown-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-light-orange {
  border: 1px solid #121820;
}
.border-greyish-brown-light-orange:hover, .border-greyish-brown-light-orange:active, .border-greyish-brown-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-basic-blue {
  color: #121820;
}
.link-greyish-brown-basic-blue:hover, .link-greyish-brown-basic-blue:active, .link-greyish-brown-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-basic-blue {
  border: 1px solid #121820;
}
.border-greyish-brown-basic-blue:hover, .border-greyish-brown-basic-blue:active, .border-greyish-brown-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-greyish-brown {
  color: #121820;
}
.link-greyish-brown-greyish-brown:hover, .link-greyish-brown-greyish-brown:active, .link-greyish-brown-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-greyish-brown {
  border: 1px solid #121820;
}
.border-greyish-brown-greyish-brown:hover, .border-greyish-brown-greyish-brown:active, .border-greyish-brown-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-greyish {
  color: #121820;
}
.link-greyish-brown-greyish:hover, .link-greyish-brown-greyish:active, .link-greyish-brown-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-greyish {
  border: 1px solid #121820;
}
.border-greyish-brown-greyish:hover, .border-greyish-brown-greyish:active, .border-greyish-brown-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-pinkish-grey {
  color: #121820;
}
.link-greyish-brown-pinkish-grey:hover, .link-greyish-brown-pinkish-grey:active, .link-greyish-brown-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-pinkish-grey {
  border: 1px solid #121820;
}
.border-greyish-brown-pinkish-grey:hover, .border-greyish-brown-pinkish-grey:active, .border-greyish-brown-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-warm-grey {
  color: #121820;
}
.link-greyish-brown-warm-grey:hover, .link-greyish-brown-warm-grey:active, .link-greyish-brown-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-warm-grey {
  border: 1px solid #121820;
}
.border-greyish-brown-warm-grey:hover, .border-greyish-brown-warm-grey:active, .border-greyish-brown-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-black {
  color: #121820;
}
.link-greyish-brown-black:hover, .link-greyish-brown-black:active, .link-greyish-brown-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-black {
  border: 1px solid #121820;
}
.border-greyish-brown-black:hover, .border-greyish-brown-black:active, .border-greyish-brown-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-transparent {
  color: #121820;
}
.link-greyish-brown-transparent:hover, .link-greyish-brown-transparent:active, .link-greyish-brown-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-transparent {
  border: 1px solid #121820;
}
.border-greyish-brown-transparent:hover, .border-greyish-brown-transparent:active, .border-greyish-brown-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-lighten {
  color: #121820;
}
.link-greyish-brown-gray-lighten:hover, .link-greyish-brown-gray-lighten:active, .link-greyish-brown-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-lighten {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-lighten:hover, .border-greyish-brown-gray-lighten:active, .border-greyish-brown-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-form-control {
  color: #121820;
}
.link-greyish-brown-gray-form-control:hover, .link-greyish-brown-gray-form-control:active, .link-greyish-brown-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-form-control {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-form-control:hover, .border-greyish-brown-gray-form-control:active, .border-greyish-brown-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-lighten-less {
  color: #121820;
}
.link-greyish-brown-gray-lighten-less:hover, .link-greyish-brown-gray-lighten-less:active, .link-greyish-brown-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-lighten-less {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-lighten-less:hover, .border-greyish-brown-gray-lighten-less:active, .border-greyish-brown-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray {
  color: #121820;
}
.link-greyish-brown-gray:hover, .link-greyish-brown-gray:active, .link-greyish-brown-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray {
  border: 1px solid #121820;
}
.border-greyish-brown-gray:hover, .border-greyish-brown-gray:active, .border-greyish-brown-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-profile {
  color: #121820;
}
.link-greyish-brown-gray-profile:hover, .link-greyish-brown-gray-profile:active, .link-greyish-brown-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-profile {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-profile:hover, .border-greyish-brown-gray-profile:active, .border-greyish-brown-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-darken {
  color: #121820;
}
.link-greyish-brown-gray-darken:hover, .link-greyish-brown-gray-darken:active, .link-greyish-brown-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-darken {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-darken:hover, .border-greyish-brown-gray-darken:active, .border-greyish-brown-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-dark {
  color: #121820;
}
.link-greyish-brown-gray-dark:hover, .link-greyish-brown-gray-dark:active, .link-greyish-brown-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-dark {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-dark:hover, .border-greyish-brown-gray-dark:active, .border-greyish-brown-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-dark-headings {
  color: #121820;
}
.link-greyish-brown-dark-headings:hover, .link-greyish-brown-dark-headings:active, .link-greyish-brown-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-dark-headings {
  border: 1px solid #121820;
}
.border-greyish-brown-dark-headings:hover, .border-greyish-brown-dark-headings:active, .border-greyish-brown-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-dark {
  color: #121820;
}
.link-greyish-brown-dark:hover, .link-greyish-brown-dark:active, .link-greyish-brown-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-dark {
  border: 1px solid #121820;
}
.border-greyish-brown-dark:hover, .border-greyish-brown-dark:active, .border-greyish-brown-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-sky {
  color: #121820;
}
.link-greyish-brown-sky:hover, .link-greyish-brown-sky:active, .link-greyish-brown-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-sky {
  border: 1px solid #121820;
}
.border-greyish-brown-sky:hover, .border-greyish-brown-sky:active, .border-greyish-brown-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-orange {
  color: #121820;
}
.link-greyish-brown-orange:hover, .link-greyish-brown-orange:active, .link-greyish-brown-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-orange {
  border: 1px solid #121820;
}
.border-greyish-brown-orange:hover, .border-greyish-brown-orange:active, .border-greyish-brown-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-black-lighten {
  color: #121820;
}
.link-greyish-brown-black-lighten:hover, .link-greyish-brown-black-lighten:active, .link-greyish-brown-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-black-lighten {
  border: 1px solid #121820;
}
.border-greyish-brown-black-lighten:hover, .border-greyish-brown-black-lighten:active, .border-greyish-brown-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-red {
  color: #121820;
}
.link-greyish-brown-red:hover, .link-greyish-brown-red:active, .link-greyish-brown-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-red {
  border: 1px solid #121820;
}
.border-greyish-brown-red:hover, .border-greyish-brown-red:active, .border-greyish-brown-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-blue-dark {
  color: #121820;
}
.link-greyish-brown-blue-dark:hover, .link-greyish-brown-blue-dark:active, .link-greyish-brown-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-blue-dark {
  border: 1px solid #121820;
}
.border-greyish-brown-blue-dark:hover, .border-greyish-brown-blue-dark:active, .border-greyish-brown-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-gray-new-light {
  color: #121820;
}
.link-greyish-brown-gray-new-light:hover, .link-greyish-brown-gray-new-light:active, .link-greyish-brown-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-gray-new-light {
  border: 1px solid #121820;
}
.border-greyish-brown-gray-new-light:hover, .border-greyish-brown-gray-new-light:active, .border-greyish-brown-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-dark-orange {
  color: #121820;
}
.link-greyish-brown-dark-orange:hover, .link-greyish-brown-dark-orange:active, .link-greyish-brown-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-dark-orange {
  border: 1px solid #121820;
}
.border-greyish-brown-dark-orange:hover, .border-greyish-brown-dark-orange:active, .border-greyish-brown-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-sky-lighten {
  color: #121820;
}
.link-greyish-brown-sky-lighten:hover, .link-greyish-brown-sky-lighten:active, .link-greyish-brown-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-sky-lighten {
  border: 1px solid #121820;
}
.border-greyish-brown-sky-lighten:hover, .border-greyish-brown-sky-lighten:active, .border-greyish-brown-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-brown-sky-darken {
  color: #121820;
}
.link-greyish-brown-sky-darken:hover, .link-greyish-brown-sky-darken:active, .link-greyish-brown-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-brown-sky-darken {
  border: 1px solid #121820;
}
.border-greyish-brown-sky-darken:hover, .border-greyish-brown-sky-darken:active, .border-greyish-brown-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-greyish {
  border: 1px solid #ACACAC;
}

.bg-greyish {
  background-color: #ACACAC;
}

.text-greyish, .font-greyish {
  color: #ACACAC;
}

.text-greyish-force, .font-greyish-force {
  color: #ACACAC !important;
}

.box-shadow-greyish {
  box-shadow: 0 0 3px #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-white {
  color: #ACACAC;
}
.link-greyish-white:hover, .link-greyish-white:active, .link-greyish-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-white {
  border: 1px solid #ACACAC;
}
.border-greyish-white:hover, .border-greyish-white:active, .border-greyish-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-white-smoke {
  color: #ACACAC;
}
.link-greyish-white-smoke:hover, .link-greyish-white-smoke:active, .link-greyish-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-white-smoke {
  border: 1px solid #ACACAC;
}
.border-greyish-white-smoke:hover, .border-greyish-white-smoke:active, .border-greyish-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-light-orange {
  color: #ACACAC;
}
.link-greyish-light-orange:hover, .link-greyish-light-orange:active, .link-greyish-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-light-orange {
  border: 1px solid #ACACAC;
}
.border-greyish-light-orange:hover, .border-greyish-light-orange:active, .border-greyish-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-basic-blue {
  color: #ACACAC;
}
.link-greyish-basic-blue:hover, .link-greyish-basic-blue:active, .link-greyish-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-basic-blue {
  border: 1px solid #ACACAC;
}
.border-greyish-basic-blue:hover, .border-greyish-basic-blue:active, .border-greyish-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-greyish-brown {
  color: #ACACAC;
}
.link-greyish-greyish-brown:hover, .link-greyish-greyish-brown:active, .link-greyish-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-greyish-brown {
  border: 1px solid #ACACAC;
}
.border-greyish-greyish-brown:hover, .border-greyish-greyish-brown:active, .border-greyish-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-greyish {
  color: #ACACAC;
}
.link-greyish-greyish:hover, .link-greyish-greyish:active, .link-greyish-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-greyish {
  border: 1px solid #ACACAC;
}
.border-greyish-greyish:hover, .border-greyish-greyish:active, .border-greyish-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-pinkish-grey {
  color: #ACACAC;
}
.link-greyish-pinkish-grey:hover, .link-greyish-pinkish-grey:active, .link-greyish-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-pinkish-grey {
  border: 1px solid #ACACAC;
}
.border-greyish-pinkish-grey:hover, .border-greyish-pinkish-grey:active, .border-greyish-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-warm-grey {
  color: #ACACAC;
}
.link-greyish-warm-grey:hover, .link-greyish-warm-grey:active, .link-greyish-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-warm-grey {
  border: 1px solid #ACACAC;
}
.border-greyish-warm-grey:hover, .border-greyish-warm-grey:active, .border-greyish-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-black {
  color: #ACACAC;
}
.link-greyish-black:hover, .link-greyish-black:active, .link-greyish-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-black {
  border: 1px solid #ACACAC;
}
.border-greyish-black:hover, .border-greyish-black:active, .border-greyish-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-transparent {
  color: #ACACAC;
}
.link-greyish-transparent:hover, .link-greyish-transparent:active, .link-greyish-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-transparent {
  border: 1px solid #ACACAC;
}
.border-greyish-transparent:hover, .border-greyish-transparent:active, .border-greyish-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-lighten {
  color: #ACACAC;
}
.link-greyish-gray-lighten:hover, .link-greyish-gray-lighten:active, .link-greyish-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-lighten {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-lighten:hover, .border-greyish-gray-lighten:active, .border-greyish-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-form-control {
  color: #ACACAC;
}
.link-greyish-gray-form-control:hover, .link-greyish-gray-form-control:active, .link-greyish-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-form-control {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-form-control:hover, .border-greyish-gray-form-control:active, .border-greyish-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-lighten-less {
  color: #ACACAC;
}
.link-greyish-gray-lighten-less:hover, .link-greyish-gray-lighten-less:active, .link-greyish-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-lighten-less {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-lighten-less:hover, .border-greyish-gray-lighten-less:active, .border-greyish-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray {
  color: #ACACAC;
}
.link-greyish-gray:hover, .link-greyish-gray:active, .link-greyish-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray {
  border: 1px solid #ACACAC;
}
.border-greyish-gray:hover, .border-greyish-gray:active, .border-greyish-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-profile {
  color: #ACACAC;
}
.link-greyish-gray-profile:hover, .link-greyish-gray-profile:active, .link-greyish-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-profile {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-profile:hover, .border-greyish-gray-profile:active, .border-greyish-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-darken {
  color: #ACACAC;
}
.link-greyish-gray-darken:hover, .link-greyish-gray-darken:active, .link-greyish-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-darken {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-darken:hover, .border-greyish-gray-darken:active, .border-greyish-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-dark {
  color: #ACACAC;
}
.link-greyish-gray-dark:hover, .link-greyish-gray-dark:active, .link-greyish-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-dark {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-dark:hover, .border-greyish-gray-dark:active, .border-greyish-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-dark-headings {
  color: #ACACAC;
}
.link-greyish-dark-headings:hover, .link-greyish-dark-headings:active, .link-greyish-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-dark-headings {
  border: 1px solid #ACACAC;
}
.border-greyish-dark-headings:hover, .border-greyish-dark-headings:active, .border-greyish-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-dark {
  color: #ACACAC;
}
.link-greyish-dark:hover, .link-greyish-dark:active, .link-greyish-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-dark {
  border: 1px solid #ACACAC;
}
.border-greyish-dark:hover, .border-greyish-dark:active, .border-greyish-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-sky {
  color: #ACACAC;
}
.link-greyish-sky:hover, .link-greyish-sky:active, .link-greyish-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-sky {
  border: 1px solid #ACACAC;
}
.border-greyish-sky:hover, .border-greyish-sky:active, .border-greyish-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-orange {
  color: #ACACAC;
}
.link-greyish-orange:hover, .link-greyish-orange:active, .link-greyish-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-orange {
  border: 1px solid #ACACAC;
}
.border-greyish-orange:hover, .border-greyish-orange:active, .border-greyish-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-black-lighten {
  color: #ACACAC;
}
.link-greyish-black-lighten:hover, .link-greyish-black-lighten:active, .link-greyish-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-black-lighten {
  border: 1px solid #ACACAC;
}
.border-greyish-black-lighten:hover, .border-greyish-black-lighten:active, .border-greyish-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-red {
  color: #ACACAC;
}
.link-greyish-red:hover, .link-greyish-red:active, .link-greyish-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-red {
  border: 1px solid #ACACAC;
}
.border-greyish-red:hover, .border-greyish-red:active, .border-greyish-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-blue-dark {
  color: #ACACAC;
}
.link-greyish-blue-dark:hover, .link-greyish-blue-dark:active, .link-greyish-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-blue-dark {
  border: 1px solid #ACACAC;
}
.border-greyish-blue-dark:hover, .border-greyish-blue-dark:active, .border-greyish-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-gray-new-light {
  color: #ACACAC;
}
.link-greyish-gray-new-light:hover, .link-greyish-gray-new-light:active, .link-greyish-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-gray-new-light {
  border: 1px solid #ACACAC;
}
.border-greyish-gray-new-light:hover, .border-greyish-gray-new-light:active, .border-greyish-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-dark-orange {
  color: #ACACAC;
}
.link-greyish-dark-orange:hover, .link-greyish-dark-orange:active, .link-greyish-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-dark-orange {
  border: 1px solid #ACACAC;
}
.border-greyish-dark-orange:hover, .border-greyish-dark-orange:active, .border-greyish-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-sky-lighten {
  color: #ACACAC;
}
.link-greyish-sky-lighten:hover, .link-greyish-sky-lighten:active, .link-greyish-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-sky-lighten {
  border: 1px solid #ACACAC;
}
.border-greyish-sky-lighten:hover, .border-greyish-sky-lighten:active, .border-greyish-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-greyish-sky-darken {
  color: #ACACAC;
}
.link-greyish-sky-darken:hover, .link-greyish-sky-darken:active, .link-greyish-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-greyish-sky-darken {
  border: 1px solid #ACACAC;
}
.border-greyish-sky-darken:hover, .border-greyish-sky-darken:active, .border-greyish-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-pinkish-grey {
  border: 1px solid #D5D5D5;
}

.bg-pinkish-grey {
  background-color: #D5D5D5;
}

.text-pinkish-grey, .font-pinkish-grey {
  color: #D5D5D5;
}

.text-pinkish-grey-force, .font-pinkish-grey-force {
  color: #D5D5D5 !important;
}

.box-shadow-pinkish-grey {
  box-shadow: 0 0 3px #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-white {
  color: #D5D5D5;
}
.link-pinkish-grey-white:hover, .link-pinkish-grey-white:active, .link-pinkish-grey-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-white {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-white:hover, .border-pinkish-grey-white:active, .border-pinkish-grey-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-white-smoke {
  color: #D5D5D5;
}
.link-pinkish-grey-white-smoke:hover, .link-pinkish-grey-white-smoke:active, .link-pinkish-grey-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-white-smoke {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-white-smoke:hover, .border-pinkish-grey-white-smoke:active, .border-pinkish-grey-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-light-orange {
  color: #D5D5D5;
}
.link-pinkish-grey-light-orange:hover, .link-pinkish-grey-light-orange:active, .link-pinkish-grey-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-light-orange {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-light-orange:hover, .border-pinkish-grey-light-orange:active, .border-pinkish-grey-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-basic-blue {
  color: #D5D5D5;
}
.link-pinkish-grey-basic-blue:hover, .link-pinkish-grey-basic-blue:active, .link-pinkish-grey-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-basic-blue {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-basic-blue:hover, .border-pinkish-grey-basic-blue:active, .border-pinkish-grey-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-greyish-brown {
  color: #D5D5D5;
}
.link-pinkish-grey-greyish-brown:hover, .link-pinkish-grey-greyish-brown:active, .link-pinkish-grey-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-greyish-brown {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-greyish-brown:hover, .border-pinkish-grey-greyish-brown:active, .border-pinkish-grey-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-greyish {
  color: #D5D5D5;
}
.link-pinkish-grey-greyish:hover, .link-pinkish-grey-greyish:active, .link-pinkish-grey-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-greyish {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-greyish:hover, .border-pinkish-grey-greyish:active, .border-pinkish-grey-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-pinkish-grey {
  color: #D5D5D5;
}
.link-pinkish-grey-pinkish-grey:hover, .link-pinkish-grey-pinkish-grey:active, .link-pinkish-grey-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-pinkish-grey {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-pinkish-grey:hover, .border-pinkish-grey-pinkish-grey:active, .border-pinkish-grey-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-warm-grey {
  color: #D5D5D5;
}
.link-pinkish-grey-warm-grey:hover, .link-pinkish-grey-warm-grey:active, .link-pinkish-grey-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-warm-grey {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-warm-grey:hover, .border-pinkish-grey-warm-grey:active, .border-pinkish-grey-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-black {
  color: #D5D5D5;
}
.link-pinkish-grey-black:hover, .link-pinkish-grey-black:active, .link-pinkish-grey-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-black {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-black:hover, .border-pinkish-grey-black:active, .border-pinkish-grey-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-transparent {
  color: #D5D5D5;
}
.link-pinkish-grey-transparent:hover, .link-pinkish-grey-transparent:active, .link-pinkish-grey-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-transparent {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-transparent:hover, .border-pinkish-grey-transparent:active, .border-pinkish-grey-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-lighten {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-lighten:hover, .link-pinkish-grey-gray-lighten:active, .link-pinkish-grey-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-lighten {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-lighten:hover, .border-pinkish-grey-gray-lighten:active, .border-pinkish-grey-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-form-control {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-form-control:hover, .link-pinkish-grey-gray-form-control:active, .link-pinkish-grey-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-form-control {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-form-control:hover, .border-pinkish-grey-gray-form-control:active, .border-pinkish-grey-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-lighten-less {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-lighten-less:hover, .link-pinkish-grey-gray-lighten-less:active, .link-pinkish-grey-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-lighten-less {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-lighten-less:hover, .border-pinkish-grey-gray-lighten-less:active, .border-pinkish-grey-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray {
  color: #D5D5D5;
}
.link-pinkish-grey-gray:hover, .link-pinkish-grey-gray:active, .link-pinkish-grey-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray:hover, .border-pinkish-grey-gray:active, .border-pinkish-grey-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-profile {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-profile:hover, .link-pinkish-grey-gray-profile:active, .link-pinkish-grey-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-profile {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-profile:hover, .border-pinkish-grey-gray-profile:active, .border-pinkish-grey-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-darken {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-darken:hover, .link-pinkish-grey-gray-darken:active, .link-pinkish-grey-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-darken {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-darken:hover, .border-pinkish-grey-gray-darken:active, .border-pinkish-grey-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-dark {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-dark:hover, .link-pinkish-grey-gray-dark:active, .link-pinkish-grey-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-dark {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-dark:hover, .border-pinkish-grey-gray-dark:active, .border-pinkish-grey-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-dark-headings {
  color: #D5D5D5;
}
.link-pinkish-grey-dark-headings:hover, .link-pinkish-grey-dark-headings:active, .link-pinkish-grey-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-dark-headings {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-dark-headings:hover, .border-pinkish-grey-dark-headings:active, .border-pinkish-grey-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-dark {
  color: #D5D5D5;
}
.link-pinkish-grey-dark:hover, .link-pinkish-grey-dark:active, .link-pinkish-grey-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-dark {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-dark:hover, .border-pinkish-grey-dark:active, .border-pinkish-grey-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-sky {
  color: #D5D5D5;
}
.link-pinkish-grey-sky:hover, .link-pinkish-grey-sky:active, .link-pinkish-grey-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-sky {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-sky:hover, .border-pinkish-grey-sky:active, .border-pinkish-grey-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-orange {
  color: #D5D5D5;
}
.link-pinkish-grey-orange:hover, .link-pinkish-grey-orange:active, .link-pinkish-grey-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-orange {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-orange:hover, .border-pinkish-grey-orange:active, .border-pinkish-grey-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-black-lighten {
  color: #D5D5D5;
}
.link-pinkish-grey-black-lighten:hover, .link-pinkish-grey-black-lighten:active, .link-pinkish-grey-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-black-lighten {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-black-lighten:hover, .border-pinkish-grey-black-lighten:active, .border-pinkish-grey-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-red {
  color: #D5D5D5;
}
.link-pinkish-grey-red:hover, .link-pinkish-grey-red:active, .link-pinkish-grey-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-red {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-red:hover, .border-pinkish-grey-red:active, .border-pinkish-grey-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-blue-dark {
  color: #D5D5D5;
}
.link-pinkish-grey-blue-dark:hover, .link-pinkish-grey-blue-dark:active, .link-pinkish-grey-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-blue-dark {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-blue-dark:hover, .border-pinkish-grey-blue-dark:active, .border-pinkish-grey-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-gray-new-light {
  color: #D5D5D5;
}
.link-pinkish-grey-gray-new-light:hover, .link-pinkish-grey-gray-new-light:active, .link-pinkish-grey-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-gray-new-light {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-gray-new-light:hover, .border-pinkish-grey-gray-new-light:active, .border-pinkish-grey-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-dark-orange {
  color: #D5D5D5;
}
.link-pinkish-grey-dark-orange:hover, .link-pinkish-grey-dark-orange:active, .link-pinkish-grey-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-dark-orange {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-dark-orange:hover, .border-pinkish-grey-dark-orange:active, .border-pinkish-grey-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-sky-lighten {
  color: #D5D5D5;
}
.link-pinkish-grey-sky-lighten:hover, .link-pinkish-grey-sky-lighten:active, .link-pinkish-grey-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-sky-lighten {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-sky-lighten:hover, .border-pinkish-grey-sky-lighten:active, .border-pinkish-grey-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-pinkish-grey-sky-darken {
  color: #D5D5D5;
}
.link-pinkish-grey-sky-darken:hover, .link-pinkish-grey-sky-darken:active, .link-pinkish-grey-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-pinkish-grey-sky-darken {
  border: 1px solid #D5D5D5;
}
.border-pinkish-grey-sky-darken:hover, .border-pinkish-grey-sky-darken:active, .border-pinkish-grey-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-warm-grey {
  border: 1px solid #747474;
}

.bg-warm-grey {
  background-color: #747474;
}

.text-warm-grey, .font-warm-grey {
  color: #747474;
}

.text-warm-grey-force, .font-warm-grey-force {
  color: #747474 !important;
}

.box-shadow-warm-grey {
  box-shadow: 0 0 3px #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-white {
  color: #747474;
}
.link-warm-grey-white:hover, .link-warm-grey-white:active, .link-warm-grey-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-white {
  border: 1px solid #747474;
}
.border-warm-grey-white:hover, .border-warm-grey-white:active, .border-warm-grey-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-white-smoke {
  color: #747474;
}
.link-warm-grey-white-smoke:hover, .link-warm-grey-white-smoke:active, .link-warm-grey-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-white-smoke {
  border: 1px solid #747474;
}
.border-warm-grey-white-smoke:hover, .border-warm-grey-white-smoke:active, .border-warm-grey-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-light-orange {
  color: #747474;
}
.link-warm-grey-light-orange:hover, .link-warm-grey-light-orange:active, .link-warm-grey-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-light-orange {
  border: 1px solid #747474;
}
.border-warm-grey-light-orange:hover, .border-warm-grey-light-orange:active, .border-warm-grey-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-basic-blue {
  color: #747474;
}
.link-warm-grey-basic-blue:hover, .link-warm-grey-basic-blue:active, .link-warm-grey-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-basic-blue {
  border: 1px solid #747474;
}
.border-warm-grey-basic-blue:hover, .border-warm-grey-basic-blue:active, .border-warm-grey-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-greyish-brown {
  color: #747474;
}
.link-warm-grey-greyish-brown:hover, .link-warm-grey-greyish-brown:active, .link-warm-grey-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-greyish-brown {
  border: 1px solid #747474;
}
.border-warm-grey-greyish-brown:hover, .border-warm-grey-greyish-brown:active, .border-warm-grey-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-greyish {
  color: #747474;
}
.link-warm-grey-greyish:hover, .link-warm-grey-greyish:active, .link-warm-grey-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-greyish {
  border: 1px solid #747474;
}
.border-warm-grey-greyish:hover, .border-warm-grey-greyish:active, .border-warm-grey-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-pinkish-grey {
  color: #747474;
}
.link-warm-grey-pinkish-grey:hover, .link-warm-grey-pinkish-grey:active, .link-warm-grey-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-pinkish-grey {
  border: 1px solid #747474;
}
.border-warm-grey-pinkish-grey:hover, .border-warm-grey-pinkish-grey:active, .border-warm-grey-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-warm-grey {
  color: #747474;
}
.link-warm-grey-warm-grey:hover, .link-warm-grey-warm-grey:active, .link-warm-grey-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-warm-grey {
  border: 1px solid #747474;
}
.border-warm-grey-warm-grey:hover, .border-warm-grey-warm-grey:active, .border-warm-grey-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-black {
  color: #747474;
}
.link-warm-grey-black:hover, .link-warm-grey-black:active, .link-warm-grey-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-black {
  border: 1px solid #747474;
}
.border-warm-grey-black:hover, .border-warm-grey-black:active, .border-warm-grey-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-transparent {
  color: #747474;
}
.link-warm-grey-transparent:hover, .link-warm-grey-transparent:active, .link-warm-grey-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-transparent {
  border: 1px solid #747474;
}
.border-warm-grey-transparent:hover, .border-warm-grey-transparent:active, .border-warm-grey-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-lighten {
  color: #747474;
}
.link-warm-grey-gray-lighten:hover, .link-warm-grey-gray-lighten:active, .link-warm-grey-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-lighten {
  border: 1px solid #747474;
}
.border-warm-grey-gray-lighten:hover, .border-warm-grey-gray-lighten:active, .border-warm-grey-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-form-control {
  color: #747474;
}
.link-warm-grey-gray-form-control:hover, .link-warm-grey-gray-form-control:active, .link-warm-grey-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-form-control {
  border: 1px solid #747474;
}
.border-warm-grey-gray-form-control:hover, .border-warm-grey-gray-form-control:active, .border-warm-grey-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-lighten-less {
  color: #747474;
}
.link-warm-grey-gray-lighten-less:hover, .link-warm-grey-gray-lighten-less:active, .link-warm-grey-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-lighten-less {
  border: 1px solid #747474;
}
.border-warm-grey-gray-lighten-less:hover, .border-warm-grey-gray-lighten-less:active, .border-warm-grey-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray {
  color: #747474;
}
.link-warm-grey-gray:hover, .link-warm-grey-gray:active, .link-warm-grey-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray {
  border: 1px solid #747474;
}
.border-warm-grey-gray:hover, .border-warm-grey-gray:active, .border-warm-grey-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-profile {
  color: #747474;
}
.link-warm-grey-gray-profile:hover, .link-warm-grey-gray-profile:active, .link-warm-grey-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-profile {
  border: 1px solid #747474;
}
.border-warm-grey-gray-profile:hover, .border-warm-grey-gray-profile:active, .border-warm-grey-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-darken {
  color: #747474;
}
.link-warm-grey-gray-darken:hover, .link-warm-grey-gray-darken:active, .link-warm-grey-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-darken {
  border: 1px solid #747474;
}
.border-warm-grey-gray-darken:hover, .border-warm-grey-gray-darken:active, .border-warm-grey-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-dark {
  color: #747474;
}
.link-warm-grey-gray-dark:hover, .link-warm-grey-gray-dark:active, .link-warm-grey-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-dark {
  border: 1px solid #747474;
}
.border-warm-grey-gray-dark:hover, .border-warm-grey-gray-dark:active, .border-warm-grey-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-dark-headings {
  color: #747474;
}
.link-warm-grey-dark-headings:hover, .link-warm-grey-dark-headings:active, .link-warm-grey-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-dark-headings {
  border: 1px solid #747474;
}
.border-warm-grey-dark-headings:hover, .border-warm-grey-dark-headings:active, .border-warm-grey-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-dark {
  color: #747474;
}
.link-warm-grey-dark:hover, .link-warm-grey-dark:active, .link-warm-grey-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-dark {
  border: 1px solid #747474;
}
.border-warm-grey-dark:hover, .border-warm-grey-dark:active, .border-warm-grey-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-sky {
  color: #747474;
}
.link-warm-grey-sky:hover, .link-warm-grey-sky:active, .link-warm-grey-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-sky {
  border: 1px solid #747474;
}
.border-warm-grey-sky:hover, .border-warm-grey-sky:active, .border-warm-grey-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-orange {
  color: #747474;
}
.link-warm-grey-orange:hover, .link-warm-grey-orange:active, .link-warm-grey-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-orange {
  border: 1px solid #747474;
}
.border-warm-grey-orange:hover, .border-warm-grey-orange:active, .border-warm-grey-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-black-lighten {
  color: #747474;
}
.link-warm-grey-black-lighten:hover, .link-warm-grey-black-lighten:active, .link-warm-grey-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-black-lighten {
  border: 1px solid #747474;
}
.border-warm-grey-black-lighten:hover, .border-warm-grey-black-lighten:active, .border-warm-grey-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-red {
  color: #747474;
}
.link-warm-grey-red:hover, .link-warm-grey-red:active, .link-warm-grey-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-red {
  border: 1px solid #747474;
}
.border-warm-grey-red:hover, .border-warm-grey-red:active, .border-warm-grey-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-blue-dark {
  color: #747474;
}
.link-warm-grey-blue-dark:hover, .link-warm-grey-blue-dark:active, .link-warm-grey-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-blue-dark {
  border: 1px solid #747474;
}
.border-warm-grey-blue-dark:hover, .border-warm-grey-blue-dark:active, .border-warm-grey-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-gray-new-light {
  color: #747474;
}
.link-warm-grey-gray-new-light:hover, .link-warm-grey-gray-new-light:active, .link-warm-grey-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-gray-new-light {
  border: 1px solid #747474;
}
.border-warm-grey-gray-new-light:hover, .border-warm-grey-gray-new-light:active, .border-warm-grey-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-dark-orange {
  color: #747474;
}
.link-warm-grey-dark-orange:hover, .link-warm-grey-dark-orange:active, .link-warm-grey-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-dark-orange {
  border: 1px solid #747474;
}
.border-warm-grey-dark-orange:hover, .border-warm-grey-dark-orange:active, .border-warm-grey-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-sky-lighten {
  color: #747474;
}
.link-warm-grey-sky-lighten:hover, .link-warm-grey-sky-lighten:active, .link-warm-grey-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-sky-lighten {
  border: 1px solid #747474;
}
.border-warm-grey-sky-lighten:hover, .border-warm-grey-sky-lighten:active, .border-warm-grey-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-warm-grey-sky-darken {
  color: #747474;
}
.link-warm-grey-sky-darken:hover, .link-warm-grey-sky-darken:active, .link-warm-grey-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-warm-grey-sky-darken {
  border: 1px solid #747474;
}
.border-warm-grey-sky-darken:hover, .border-warm-grey-sky-darken:active, .border-warm-grey-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-black {
  border: 1px solid #000000;
}

.bg-black {
  background-color: #000000;
}

.text-black, .font-black {
  color: #000000;
}

.text-black-force, .font-black-force {
  color: #000000 !important;
}

.box-shadow-black {
  box-shadow: 0 0 3px #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-white {
  color: #000000;
}
.link-black-white:hover, .link-black-white:active, .link-black-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-white {
  border: 1px solid #000000;
}
.border-black-white:hover, .border-black-white:active, .border-black-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-white-smoke {
  color: #000000;
}
.link-black-white-smoke:hover, .link-black-white-smoke:active, .link-black-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-white-smoke {
  border: 1px solid #000000;
}
.border-black-white-smoke:hover, .border-black-white-smoke:active, .border-black-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-light-orange {
  color: #000000;
}
.link-black-light-orange:hover, .link-black-light-orange:active, .link-black-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-light-orange {
  border: 1px solid #000000;
}
.border-black-light-orange:hover, .border-black-light-orange:active, .border-black-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-basic-blue {
  color: #000000;
}
.link-black-basic-blue:hover, .link-black-basic-blue:active, .link-black-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-basic-blue {
  border: 1px solid #000000;
}
.border-black-basic-blue:hover, .border-black-basic-blue:active, .border-black-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-greyish-brown {
  color: #000000;
}
.link-black-greyish-brown:hover, .link-black-greyish-brown:active, .link-black-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-greyish-brown {
  border: 1px solid #000000;
}
.border-black-greyish-brown:hover, .border-black-greyish-brown:active, .border-black-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-greyish {
  color: #000000;
}
.link-black-greyish:hover, .link-black-greyish:active, .link-black-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-greyish {
  border: 1px solid #000000;
}
.border-black-greyish:hover, .border-black-greyish:active, .border-black-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-pinkish-grey {
  color: #000000;
}
.link-black-pinkish-grey:hover, .link-black-pinkish-grey:active, .link-black-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-pinkish-grey {
  border: 1px solid #000000;
}
.border-black-pinkish-grey:hover, .border-black-pinkish-grey:active, .border-black-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-warm-grey {
  color: #000000;
}
.link-black-warm-grey:hover, .link-black-warm-grey:active, .link-black-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-warm-grey {
  border: 1px solid #000000;
}
.border-black-warm-grey:hover, .border-black-warm-grey:active, .border-black-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-black, .search-category-link {
  color: #000000;
}
.link-black-black:hover, .search-category-link:hover, .link-black-black:active, .search-category-link:active, .link-black-black.active, .active.search-category-link {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-black {
  border: 1px solid #000000;
}
.border-black-black:hover, .border-black-black:active, .border-black-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-transparent {
  color: #000000;
}
.link-black-transparent:hover, .link-black-transparent:active, .link-black-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-transparent {
  border: 1px solid #000000;
}
.border-black-transparent:hover, .border-black-transparent:active, .border-black-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-lighten {
  color: #000000;
}
.link-black-gray-lighten:hover, .link-black-gray-lighten:active, .link-black-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-lighten {
  border: 1px solid #000000;
}
.border-black-gray-lighten:hover, .border-black-gray-lighten:active, .border-black-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-form-control {
  color: #000000;
}
.link-black-gray-form-control:hover, .link-black-gray-form-control:active, .link-black-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-form-control {
  border: 1px solid #000000;
}
.border-black-gray-form-control:hover, .border-black-gray-form-control:active, .border-black-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-lighten-less {
  color: #000000;
}
.link-black-gray-lighten-less:hover, .link-black-gray-lighten-less:active, .link-black-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-lighten-less {
  border: 1px solid #000000;
}
.border-black-gray-lighten-less:hover, .border-black-gray-lighten-less:active, .border-black-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray {
  color: #000000;
}
.link-black-gray:hover, .link-black-gray:active, .link-black-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray {
  border: 1px solid #000000;
}
.border-black-gray:hover, .border-black-gray:active, .border-black-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-profile {
  color: #000000;
}
.link-black-gray-profile:hover, .link-black-gray-profile:active, .link-black-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-profile {
  border: 1px solid #000000;
}
.border-black-gray-profile:hover, .border-black-gray-profile:active, .border-black-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-darken {
  color: #000000;
}
.link-black-gray-darken:hover, .link-black-gray-darken:active, .link-black-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-darken {
  border: 1px solid #000000;
}
.border-black-gray-darken:hover, .border-black-gray-darken:active, .border-black-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-dark {
  color: #000000;
}
.link-black-gray-dark:hover, .link-black-gray-dark:active, .link-black-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-dark {
  border: 1px solid #000000;
}
.border-black-gray-dark:hover, .border-black-gray-dark:active, .border-black-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-dark-headings {
  color: #000000;
}
.link-black-dark-headings:hover, .link-black-dark-headings:active, .link-black-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-dark-headings {
  border: 1px solid #000000;
}
.border-black-dark-headings:hover, .border-black-dark-headings:active, .border-black-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-dark {
  color: #000000;
}
.link-black-dark:hover, .link-black-dark:active, .link-black-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-dark {
  border: 1px solid #000000;
}
.border-black-dark:hover, .border-black-dark:active, .border-black-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-sky {
  color: #000000;
}
.link-black-sky:hover, .link-black-sky:active, .link-black-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-sky {
  border: 1px solid #000000;
}
.border-black-sky:hover, .border-black-sky:active, .border-black-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-orange {
  color: #000000;
}
.link-black-orange:hover, .link-black-orange:active, .link-black-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-orange {
  border: 1px solid #000000;
}
.border-black-orange:hover, .border-black-orange:active, .border-black-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-black-lighten {
  color: #000000;
}
.link-black-black-lighten:hover, .link-black-black-lighten:active, .link-black-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-black-lighten {
  border: 1px solid #000000;
}
.border-black-black-lighten:hover, .border-black-black-lighten:active, .border-black-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-red {
  color: #000000;
}
.link-black-red:hover, .link-black-red:active, .link-black-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-red {
  border: 1px solid #000000;
}
.border-black-red:hover, .border-black-red:active, .border-black-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-blue-dark {
  color: #000000;
}
.link-black-blue-dark:hover, .link-black-blue-dark:active, .link-black-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-blue-dark {
  border: 1px solid #000000;
}
.border-black-blue-dark:hover, .border-black-blue-dark:active, .border-black-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-gray-new-light {
  color: #000000;
}
.link-black-gray-new-light:hover, .link-black-gray-new-light:active, .link-black-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-gray-new-light {
  border: 1px solid #000000;
}
.border-black-gray-new-light:hover, .border-black-gray-new-light:active, .border-black-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-dark-orange {
  color: #000000;
}
.link-black-dark-orange:hover, .link-black-dark-orange:active, .link-black-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-dark-orange {
  border: 1px solid #000000;
}
.border-black-dark-orange:hover, .border-black-dark-orange:active, .border-black-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-sky-lighten {
  color: #000000;
}
.link-black-sky-lighten:hover, .link-black-sky-lighten:active, .link-black-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-sky-lighten {
  border: 1px solid #000000;
}
.border-black-sky-lighten:hover, .border-black-sky-lighten:active, .border-black-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-sky-darken {
  color: #000000;
}
.link-black-sky-darken:hover, .link-black-sky-darken:active, .link-black-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-sky-darken {
  border: 1px solid #000000;
}
.border-black-sky-darken:hover, .border-black-sky-darken:active, .border-black-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-transparent {
  border: 1px solid rgba(0,0,0,0);
}

.bg-transparent, .btn-search-tag, .btn-search-result-tag, .btn-search-submit, .btn-homepage-carousel-item, .btn-homepage-more {
  background-color: rgba(0,0,0,0);
}

.text-transparent, .font-transparent {
  color: rgba(0,0,0,0);
}

.text-transparent-force, .font-transparent-force {
  color: rgba(0,0,0,0) !important;
}

.box-shadow-transparent {
  box-shadow: 0 0 3px rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-white {
  color: rgba(0,0,0,0);
}
.link-transparent-white:hover, .link-transparent-white:active, .link-transparent-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-white {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-white:hover, .border-transparent-white:active, .border-transparent-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-white-smoke {
  color: rgba(0,0,0,0);
}
.link-transparent-white-smoke:hover, .link-transparent-white-smoke:active, .link-transparent-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-white-smoke {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-white-smoke:hover, .border-transparent-white-smoke:active, .border-transparent-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-light-orange {
  color: rgba(0,0,0,0);
}
.link-transparent-light-orange:hover, .link-transparent-light-orange:active, .link-transparent-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-light-orange {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-light-orange:hover, .border-transparent-light-orange:active, .border-transparent-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-basic-blue {
  color: rgba(0,0,0,0);
}
.link-transparent-basic-blue:hover, .link-transparent-basic-blue:active, .link-transparent-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-basic-blue {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-basic-blue:hover, .border-transparent-basic-blue:active, .border-transparent-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-greyish-brown {
  color: rgba(0,0,0,0);
}
.link-transparent-greyish-brown:hover, .link-transparent-greyish-brown:active, .link-transparent-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-greyish-brown {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-greyish-brown:hover, .border-transparent-greyish-brown:active, .border-transparent-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-greyish {
  color: rgba(0,0,0,0);
}
.link-transparent-greyish:hover, .link-transparent-greyish:active, .link-transparent-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-greyish {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-greyish:hover, .border-transparent-greyish:active, .border-transparent-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-pinkish-grey {
  color: rgba(0,0,0,0);
}
.link-transparent-pinkish-grey:hover, .link-transparent-pinkish-grey:active, .link-transparent-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-pinkish-grey {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-pinkish-grey:hover, .border-transparent-pinkish-grey:active, .border-transparent-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-warm-grey {
  color: rgba(0,0,0,0);
}
.link-transparent-warm-grey:hover, .link-transparent-warm-grey:active, .link-transparent-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-warm-grey {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-warm-grey:hover, .border-transparent-warm-grey:active, .border-transparent-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-black {
  color: rgba(0,0,0,0);
}
.link-transparent-black:hover, .link-transparent-black:active, .link-transparent-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-black {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-black:hover, .border-transparent-black:active, .border-transparent-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-transparent {
  color: rgba(0,0,0,0);
}
.link-transparent-transparent:hover, .link-transparent-transparent:active, .link-transparent-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-transparent {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-transparent:hover, .border-transparent-transparent:active, .border-transparent-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-lighten {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-lighten:hover, .link-transparent-gray-lighten:active, .link-transparent-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-lighten {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-lighten:hover, .border-transparent-gray-lighten:active, .border-transparent-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-form-control {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-form-control:hover, .link-transparent-gray-form-control:active, .link-transparent-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-form-control {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-form-control:hover, .border-transparent-gray-form-control:active, .border-transparent-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-lighten-less {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-lighten-less:hover, .link-transparent-gray-lighten-less:active, .link-transparent-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-lighten-less {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-lighten-less:hover, .border-transparent-gray-lighten-less:active, .border-transparent-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray {
  color: rgba(0,0,0,0);
}
.link-transparent-gray:hover, .link-transparent-gray:active, .link-transparent-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray:hover, .border-transparent-gray:active, .border-transparent-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-profile {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-profile:hover, .link-transparent-gray-profile:active, .link-transparent-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-profile {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-profile:hover, .border-transparent-gray-profile:active, .border-transparent-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-darken {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-darken:hover, .link-transparent-gray-darken:active, .link-transparent-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-darken {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-darken:hover, .border-transparent-gray-darken:active, .border-transparent-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-dark {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-dark:hover, .link-transparent-gray-dark:active, .link-transparent-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-dark {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-dark:hover, .border-transparent-gray-dark:active, .border-transparent-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-dark-headings {
  color: rgba(0,0,0,0);
}
.link-transparent-dark-headings:hover, .link-transparent-dark-headings:active, .link-transparent-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-dark-headings {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-dark-headings:hover, .border-transparent-dark-headings:active, .border-transparent-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-dark {
  color: rgba(0,0,0,0);
}
.link-transparent-dark:hover, .link-transparent-dark:active, .link-transparent-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-dark {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-dark:hover, .border-transparent-dark:active, .border-transparent-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-sky {
  color: rgba(0,0,0,0);
}
.link-transparent-sky:hover, .link-transparent-sky:active, .link-transparent-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-sky {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-sky:hover, .border-transparent-sky:active, .border-transparent-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-orange {
  color: rgba(0,0,0,0);
}
.link-transparent-orange:hover, .link-transparent-orange:active, .link-transparent-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-orange {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-orange:hover, .border-transparent-orange:active, .border-transparent-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-black-lighten {
  color: rgba(0,0,0,0);
}
.link-transparent-black-lighten:hover, .link-transparent-black-lighten:active, .link-transparent-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-black-lighten {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-black-lighten:hover, .border-transparent-black-lighten:active, .border-transparent-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-red {
  color: rgba(0,0,0,0);
}
.link-transparent-red:hover, .link-transparent-red:active, .link-transparent-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-red {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-red:hover, .border-transparent-red:active, .border-transparent-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-blue-dark {
  color: rgba(0,0,0,0);
}
.link-transparent-blue-dark:hover, .link-transparent-blue-dark:active, .link-transparent-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-blue-dark {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-blue-dark:hover, .border-transparent-blue-dark:active, .border-transparent-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-gray-new-light {
  color: rgba(0,0,0,0);
}
.link-transparent-gray-new-light:hover, .link-transparent-gray-new-light:active, .link-transparent-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-gray-new-light {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-gray-new-light:hover, .border-transparent-gray-new-light:active, .border-transparent-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-dark-orange {
  color: rgba(0,0,0,0);
}
.link-transparent-dark-orange:hover, .link-transparent-dark-orange:active, .link-transparent-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-dark-orange {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-dark-orange:hover, .border-transparent-dark-orange:active, .border-transparent-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-sky-lighten {
  color: rgba(0,0,0,0);
}
.link-transparent-sky-lighten:hover, .link-transparent-sky-lighten:active, .link-transparent-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-sky-lighten {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-sky-lighten:hover, .border-transparent-sky-lighten:active, .border-transparent-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-transparent-sky-darken {
  color: rgba(0,0,0,0);
}
.link-transparent-sky-darken:hover, .link-transparent-sky-darken:active, .link-transparent-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-transparent-sky-darken {
  border: 1px solid rgba(0,0,0,0);
}
.border-transparent-sky-darken:hover, .border-transparent-sky-darken:active, .border-transparent-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-lighten {
  border: 1px solid #F1F1F1;
}

.bg-gray-lighten {
  background-color: #F1F1F1;
}

.text-gray-lighten, .font-gray-lighten {
  color: #F1F1F1;
}

.text-gray-lighten-force, .font-gray-lighten-force {
  color: #F1F1F1 !important;
}

.box-shadow-gray-lighten {
  box-shadow: 0 0 3px #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-white {
  color: #F1F1F1;
}
.link-gray-lighten-white:hover, .link-gray-lighten-white:active, .link-gray-lighten-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-white {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-white:hover, .border-gray-lighten-white:active, .border-gray-lighten-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-white-smoke {
  color: #F1F1F1;
}
.link-gray-lighten-white-smoke:hover, .link-gray-lighten-white-smoke:active, .link-gray-lighten-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-white-smoke {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-white-smoke:hover, .border-gray-lighten-white-smoke:active, .border-gray-lighten-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-light-orange {
  color: #F1F1F1;
}
.link-gray-lighten-light-orange:hover, .link-gray-lighten-light-orange:active, .link-gray-lighten-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-light-orange {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-light-orange:hover, .border-gray-lighten-light-orange:active, .border-gray-lighten-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-basic-blue {
  color: #F1F1F1;
}
.link-gray-lighten-basic-blue:hover, .link-gray-lighten-basic-blue:active, .link-gray-lighten-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-basic-blue {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-basic-blue:hover, .border-gray-lighten-basic-blue:active, .border-gray-lighten-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-greyish-brown {
  color: #F1F1F1;
}
.link-gray-lighten-greyish-brown:hover, .link-gray-lighten-greyish-brown:active, .link-gray-lighten-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-greyish-brown {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-greyish-brown:hover, .border-gray-lighten-greyish-brown:active, .border-gray-lighten-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-greyish {
  color: #F1F1F1;
}
.link-gray-lighten-greyish:hover, .link-gray-lighten-greyish:active, .link-gray-lighten-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-greyish {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-greyish:hover, .border-gray-lighten-greyish:active, .border-gray-lighten-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-pinkish-grey {
  color: #F1F1F1;
}
.link-gray-lighten-pinkish-grey:hover, .link-gray-lighten-pinkish-grey:active, .link-gray-lighten-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-pinkish-grey {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-pinkish-grey:hover, .border-gray-lighten-pinkish-grey:active, .border-gray-lighten-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-warm-grey {
  color: #F1F1F1;
}
.link-gray-lighten-warm-grey:hover, .link-gray-lighten-warm-grey:active, .link-gray-lighten-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-warm-grey {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-warm-grey:hover, .border-gray-lighten-warm-grey:active, .border-gray-lighten-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-black {
  color: #F1F1F1;
}
.link-gray-lighten-black:hover, .link-gray-lighten-black:active, .link-gray-lighten-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-black {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-black:hover, .border-gray-lighten-black:active, .border-gray-lighten-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-transparent {
  color: #F1F1F1;
}
.link-gray-lighten-transparent:hover, .link-gray-lighten-transparent:active, .link-gray-lighten-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-transparent {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-transparent:hover, .border-gray-lighten-transparent:active, .border-gray-lighten-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-lighten, .profile-menu ul li a {
  color: #F1F1F1;
}
.link-gray-lighten-gray-lighten:hover, .profile-menu ul li a:hover, .link-gray-lighten-gray-lighten:active, .profile-menu ul li a:active, .link-gray-lighten-gray-lighten.active, .profile-menu ul li a.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-lighten {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-lighten:hover, .border-gray-lighten-gray-lighten:active, .border-gray-lighten-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-form-control {
  color: #F1F1F1;
}
.link-gray-lighten-gray-form-control:hover, .link-gray-lighten-gray-form-control:active, .link-gray-lighten-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-form-control {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-form-control:hover, .border-gray-lighten-gray-form-control:active, .border-gray-lighten-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-lighten-less {
  color: #F1F1F1;
}
.link-gray-lighten-gray-lighten-less:hover, .link-gray-lighten-gray-lighten-less:active, .link-gray-lighten-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-lighten-less {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-lighten-less:hover, .border-gray-lighten-gray-lighten-less:active, .border-gray-lighten-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray {
  color: #F1F1F1;
}
.link-gray-lighten-gray:hover, .link-gray-lighten-gray:active, .link-gray-lighten-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray:hover, .border-gray-lighten-gray:active, .border-gray-lighten-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-profile {
  color: #F1F1F1;
}
.link-gray-lighten-gray-profile:hover, .link-gray-lighten-gray-profile:active, .link-gray-lighten-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-profile {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-profile:hover, .border-gray-lighten-gray-profile:active, .border-gray-lighten-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-darken {
  color: #F1F1F1;
}
.link-gray-lighten-gray-darken:hover, .link-gray-lighten-gray-darken:active, .link-gray-lighten-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-darken {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-darken:hover, .border-gray-lighten-gray-darken:active, .border-gray-lighten-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-dark {
  color: #F1F1F1;
}
.link-gray-lighten-gray-dark:hover, .link-gray-lighten-gray-dark:active, .link-gray-lighten-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-dark {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-dark:hover, .border-gray-lighten-gray-dark:active, .border-gray-lighten-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-dark-headings {
  color: #F1F1F1;
}
.link-gray-lighten-dark-headings:hover, .link-gray-lighten-dark-headings:active, .link-gray-lighten-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-dark-headings {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-dark-headings:hover, .border-gray-lighten-dark-headings:active, .border-gray-lighten-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-dark {
  color: #F1F1F1;
}
.link-gray-lighten-dark:hover, .link-gray-lighten-dark:active, .link-gray-lighten-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-dark {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-dark:hover, .border-gray-lighten-dark:active, .border-gray-lighten-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-sky {
  color: #F1F1F1;
}
.link-gray-lighten-sky:hover, .link-gray-lighten-sky:active, .link-gray-lighten-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-sky {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-sky:hover, .border-gray-lighten-sky:active, .border-gray-lighten-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-orange {
  color: #F1F1F1;
}
.link-gray-lighten-orange:hover, .link-gray-lighten-orange:active, .link-gray-lighten-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-orange {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-orange:hover, .border-gray-lighten-orange:active, .border-gray-lighten-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-black-lighten {
  color: #F1F1F1;
}
.link-gray-lighten-black-lighten:hover, .link-gray-lighten-black-lighten:active, .link-gray-lighten-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-black-lighten {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-black-lighten:hover, .border-gray-lighten-black-lighten:active, .border-gray-lighten-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-red {
  color: #F1F1F1;
}
.link-gray-lighten-red:hover, .link-gray-lighten-red:active, .link-gray-lighten-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-red {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-red:hover, .border-gray-lighten-red:active, .border-gray-lighten-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-blue-dark {
  color: #F1F1F1;
}
.link-gray-lighten-blue-dark:hover, .link-gray-lighten-blue-dark:active, .link-gray-lighten-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-blue-dark {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-blue-dark:hover, .border-gray-lighten-blue-dark:active, .border-gray-lighten-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-gray-new-light {
  color: #F1F1F1;
}
.link-gray-lighten-gray-new-light:hover, .link-gray-lighten-gray-new-light:active, .link-gray-lighten-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-gray-new-light {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-gray-new-light:hover, .border-gray-lighten-gray-new-light:active, .border-gray-lighten-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-dark-orange {
  color: #F1F1F1;
}
.link-gray-lighten-dark-orange:hover, .link-gray-lighten-dark-orange:active, .link-gray-lighten-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-dark-orange {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-dark-orange:hover, .border-gray-lighten-dark-orange:active, .border-gray-lighten-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-sky-lighten {
  color: #F1F1F1;
}
.link-gray-lighten-sky-lighten:hover, .link-gray-lighten-sky-lighten:active, .link-gray-lighten-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-sky-lighten {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-sky-lighten:hover, .border-gray-lighten-sky-lighten:active, .border-gray-lighten-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-sky-darken {
  color: #F1F1F1;
}
.link-gray-lighten-sky-darken:hover, .link-gray-lighten-sky-darken:active, .link-gray-lighten-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-sky-darken {
  border: 1px solid #F1F1F1;
}
.border-gray-lighten-sky-darken:hover, .border-gray-lighten-sky-darken:active, .border-gray-lighten-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-form-control, .profile .profile-body .form-control {
  border: 1px solid #D5D5D5;
}

.bg-gray-form-control {
  background-color: #D5D5D5;
}

.text-gray-form-control, .font-gray-form-control {
  color: #D5D5D5;
}

.text-gray-form-control-force, .font-gray-form-control-force {
  color: #D5D5D5 !important;
}

.box-shadow-gray-form-control {
  box-shadow: 0 0 3px #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-white {
  color: #D5D5D5;
}
.link-gray-form-control-white:hover, .link-gray-form-control-white:active, .link-gray-form-control-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-white {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-white:hover, .border-gray-form-control-white:active, .border-gray-form-control-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-white-smoke {
  color: #D5D5D5;
}
.link-gray-form-control-white-smoke:hover, .link-gray-form-control-white-smoke:active, .link-gray-form-control-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-white-smoke {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-white-smoke:hover, .border-gray-form-control-white-smoke:active, .border-gray-form-control-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-light-orange {
  color: #D5D5D5;
}
.link-gray-form-control-light-orange:hover, .link-gray-form-control-light-orange:active, .link-gray-form-control-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-light-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-light-orange:hover, .border-gray-form-control-light-orange:active, .border-gray-form-control-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-basic-blue {
  color: #D5D5D5;
}
.link-gray-form-control-basic-blue:hover, .link-gray-form-control-basic-blue:active, .link-gray-form-control-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-basic-blue {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-basic-blue:hover, .border-gray-form-control-basic-blue:active, .border-gray-form-control-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-greyish-brown {
  color: #D5D5D5;
}
.link-gray-form-control-greyish-brown:hover, .link-gray-form-control-greyish-brown:active, .link-gray-form-control-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-greyish-brown {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-greyish-brown:hover, .border-gray-form-control-greyish-brown:active, .border-gray-form-control-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-greyish {
  color: #D5D5D5;
}
.link-gray-form-control-greyish:hover, .link-gray-form-control-greyish:active, .link-gray-form-control-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-greyish {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-greyish:hover, .border-gray-form-control-greyish:active, .border-gray-form-control-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-pinkish-grey {
  color: #D5D5D5;
}
.link-gray-form-control-pinkish-grey:hover, .link-gray-form-control-pinkish-grey:active, .link-gray-form-control-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-pinkish-grey {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-pinkish-grey:hover, .border-gray-form-control-pinkish-grey:active, .border-gray-form-control-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-warm-grey {
  color: #D5D5D5;
}
.link-gray-form-control-warm-grey:hover, .link-gray-form-control-warm-grey:active, .link-gray-form-control-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-warm-grey {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-warm-grey:hover, .border-gray-form-control-warm-grey:active, .border-gray-form-control-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-black {
  color: #D5D5D5;
}
.link-gray-form-control-black:hover, .link-gray-form-control-black:active, .link-gray-form-control-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-black {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-black:hover, .border-gray-form-control-black:active, .border-gray-form-control-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-transparent {
  color: #D5D5D5;
}
.link-gray-form-control-transparent:hover, .link-gray-form-control-transparent:active, .link-gray-form-control-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-transparent {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-transparent:hover, .border-gray-form-control-transparent:active, .border-gray-form-control-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-lighten {
  color: #D5D5D5;
}
.link-gray-form-control-gray-lighten:hover, .link-gray-form-control-gray-lighten:active, .link-gray-form-control-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-lighten:hover, .border-gray-form-control-gray-lighten:active, .border-gray-form-control-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-form-control {
  color: #D5D5D5;
}
.link-gray-form-control-gray-form-control:hover, .link-gray-form-control-gray-form-control:active, .link-gray-form-control-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-form-control {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-form-control:hover, .border-gray-form-control-gray-form-control:active, .border-gray-form-control-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-lighten-less {
  color: #D5D5D5;
}
.link-gray-form-control-gray-lighten-less:hover, .link-gray-form-control-gray-lighten-less:active, .link-gray-form-control-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-lighten-less {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-lighten-less:hover, .border-gray-form-control-gray-lighten-less:active, .border-gray-form-control-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray {
  color: #D5D5D5;
}
.link-gray-form-control-gray:hover, .link-gray-form-control-gray:active, .link-gray-form-control-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray:hover, .border-gray-form-control-gray:active, .border-gray-form-control-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-profile {
  color: #D5D5D5;
}
.link-gray-form-control-gray-profile:hover, .link-gray-form-control-gray-profile:active, .link-gray-form-control-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-profile {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-profile:hover, .border-gray-form-control-gray-profile:active, .border-gray-form-control-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-darken {
  color: #D5D5D5;
}
.link-gray-form-control-gray-darken:hover, .link-gray-form-control-gray-darken:active, .link-gray-form-control-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-darken {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-darken:hover, .border-gray-form-control-gray-darken:active, .border-gray-form-control-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-dark {
  color: #D5D5D5;
}
.link-gray-form-control-gray-dark:hover, .link-gray-form-control-gray-dark:active, .link-gray-form-control-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-dark:hover, .border-gray-form-control-gray-dark:active, .border-gray-form-control-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-dark-headings {
  color: #D5D5D5;
}
.link-gray-form-control-dark-headings:hover, .link-gray-form-control-dark-headings:active, .link-gray-form-control-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-dark-headings {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-dark-headings:hover, .border-gray-form-control-dark-headings:active, .border-gray-form-control-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-dark {
  color: #D5D5D5;
}
.link-gray-form-control-dark:hover, .link-gray-form-control-dark:active, .link-gray-form-control-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-dark:hover, .border-gray-form-control-dark:active, .border-gray-form-control-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-sky {
  color: #D5D5D5;
}
.link-gray-form-control-sky:hover, .link-gray-form-control-sky:active, .link-gray-form-control-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-sky {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-sky:hover, .border-gray-form-control-sky:active, .border-gray-form-control-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-orange {
  color: #D5D5D5;
}
.link-gray-form-control-orange:hover, .link-gray-form-control-orange:active, .link-gray-form-control-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-orange:hover, .border-gray-form-control-orange:active, .border-gray-form-control-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-black-lighten {
  color: #D5D5D5;
}
.link-gray-form-control-black-lighten:hover, .link-gray-form-control-black-lighten:active, .link-gray-form-control-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-black-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-black-lighten:hover, .border-gray-form-control-black-lighten:active, .border-gray-form-control-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-red {
  color: #D5D5D5;
}
.link-gray-form-control-red:hover, .link-gray-form-control-red:active, .link-gray-form-control-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-red {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-red:hover, .border-gray-form-control-red:active, .border-gray-form-control-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-blue-dark {
  color: #D5D5D5;
}
.link-gray-form-control-blue-dark:hover, .link-gray-form-control-blue-dark:active, .link-gray-form-control-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-blue-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-blue-dark:hover, .border-gray-form-control-blue-dark:active, .border-gray-form-control-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-gray-new-light {
  color: #D5D5D5;
}
.link-gray-form-control-gray-new-light:hover, .link-gray-form-control-gray-new-light:active, .link-gray-form-control-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-gray-new-light {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-gray-new-light:hover, .border-gray-form-control-gray-new-light:active, .border-gray-form-control-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-dark-orange {
  color: #D5D5D5;
}
.link-gray-form-control-dark-orange:hover, .link-gray-form-control-dark-orange:active, .link-gray-form-control-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-dark-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-dark-orange:hover, .border-gray-form-control-dark-orange:active, .border-gray-form-control-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-sky-lighten {
  color: #D5D5D5;
}
.link-gray-form-control-sky-lighten:hover, .link-gray-form-control-sky-lighten:active, .link-gray-form-control-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-sky-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-sky-lighten:hover, .border-gray-form-control-sky-lighten:active, .border-gray-form-control-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-form-control-sky-darken {
  color: #D5D5D5;
}
.link-gray-form-control-sky-darken:hover, .link-gray-form-control-sky-darken:active, .link-gray-form-control-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-form-control-sky-darken {
  border: 1px solid #D5D5D5;
}
.border-gray-form-control-sky-darken:hover, .border-gray-form-control-sky-darken:active, .border-gray-form-control-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-lighten-less, .slowhop-checkbox label:not(.label-normal), .profile .profile-body, .btn-profile-save, .btn-profile-save-sky, .btn-profile-save-orange {
  border: 1px solid #D5D5D5;
}

.bg-gray-lighten-less {
  background-color: #D5D5D5;
}

.text-gray-lighten-less, .font-gray-lighten-less, .ajaxLoader, .profile .profile-body .profile-form-custom-text, .profile .profile-body form label {
  color: #D5D5D5;
}

.text-gray-lighten-less-force, .font-gray-lighten-less-force {
  color: #D5D5D5 !important;
}

.box-shadow-gray-lighten-less {
  box-shadow: 0 0 3px #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-white {
  color: #D5D5D5;
}
.link-gray-lighten-less-white:hover, .link-gray-lighten-less-white:active, .link-gray-lighten-less-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-white {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-white:hover, .border-gray-lighten-less-white:active, .border-gray-lighten-less-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-white-smoke {
  color: #D5D5D5;
}
.link-gray-lighten-less-white-smoke:hover, .link-gray-lighten-less-white-smoke:active, .link-gray-lighten-less-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-white-smoke {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-white-smoke:hover, .border-gray-lighten-less-white-smoke:active, .border-gray-lighten-less-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-light-orange {
  color: #D5D5D5;
}
.link-gray-lighten-less-light-orange:hover, .link-gray-lighten-less-light-orange:active, .link-gray-lighten-less-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-light-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-light-orange:hover, .border-gray-lighten-less-light-orange:active, .border-gray-lighten-less-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-basic-blue {
  color: #D5D5D5;
}
.link-gray-lighten-less-basic-blue:hover, .link-gray-lighten-less-basic-blue:active, .link-gray-lighten-less-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-basic-blue {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-basic-blue:hover, .border-gray-lighten-less-basic-blue:active, .border-gray-lighten-less-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-greyish-brown {
  color: #D5D5D5;
}
.link-gray-lighten-less-greyish-brown:hover, .link-gray-lighten-less-greyish-brown:active, .link-gray-lighten-less-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-greyish-brown {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-greyish-brown:hover, .border-gray-lighten-less-greyish-brown:active, .border-gray-lighten-less-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-greyish {
  color: #D5D5D5;
}
.link-gray-lighten-less-greyish:hover, .link-gray-lighten-less-greyish:active, .link-gray-lighten-less-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-greyish {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-greyish:hover, .border-gray-lighten-less-greyish:active, .border-gray-lighten-less-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-pinkish-grey {
  color: #D5D5D5;
}
.link-gray-lighten-less-pinkish-grey:hover, .link-gray-lighten-less-pinkish-grey:active, .link-gray-lighten-less-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-pinkish-grey {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-pinkish-grey:hover, .border-gray-lighten-less-pinkish-grey:active, .border-gray-lighten-less-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-warm-grey {
  color: #D5D5D5;
}
.link-gray-lighten-less-warm-grey:hover, .link-gray-lighten-less-warm-grey:active, .link-gray-lighten-less-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-warm-grey {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-warm-grey:hover, .border-gray-lighten-less-warm-grey:active, .border-gray-lighten-less-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-black {
  color: #D5D5D5;
}
.link-gray-lighten-less-black:hover, .link-gray-lighten-less-black:active, .link-gray-lighten-less-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-black {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-black:hover, .border-gray-lighten-less-black:active, .border-gray-lighten-less-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-transparent {
  color: #D5D5D5;
}
.link-gray-lighten-less-transparent:hover, .link-gray-lighten-less-transparent:active, .link-gray-lighten-less-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-transparent {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-transparent:hover, .border-gray-lighten-less-transparent:active, .border-gray-lighten-less-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-lighten {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-lighten:hover, .link-gray-lighten-less-gray-lighten:active, .link-gray-lighten-less-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-lighten:hover, .border-gray-lighten-less-gray-lighten:active, .border-gray-lighten-less-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-form-control {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-form-control:hover, .link-gray-lighten-less-gray-form-control:active, .link-gray-lighten-less-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-form-control {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-form-control:hover, .border-gray-lighten-less-gray-form-control:active, .border-gray-lighten-less-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-lighten-less {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-lighten-less:hover, .link-gray-lighten-less-gray-lighten-less:active, .link-gray-lighten-less-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-lighten-less {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-lighten-less:hover, .border-gray-lighten-less-gray-lighten-less:active, .border-gray-lighten-less-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray:hover, .link-gray-lighten-less-gray:active, .link-gray-lighten-less-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray:hover, .border-gray-lighten-less-gray:active, .border-gray-lighten-less-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-profile {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-profile:hover, .link-gray-lighten-less-gray-profile:active, .link-gray-lighten-less-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-profile {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-profile:hover, .border-gray-lighten-less-gray-profile:active, .border-gray-lighten-less-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-darken {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-darken:hover, .link-gray-lighten-less-gray-darken:active, .link-gray-lighten-less-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-darken {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-darken:hover, .border-gray-lighten-less-gray-darken:active, .border-gray-lighten-less-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-dark {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-dark:hover, .link-gray-lighten-less-gray-dark:active, .link-gray-lighten-less-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-dark:hover, .border-gray-lighten-less-gray-dark:active, .border-gray-lighten-less-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-dark-headings {
  color: #D5D5D5;
}
.link-gray-lighten-less-dark-headings:hover, .link-gray-lighten-less-dark-headings:active, .link-gray-lighten-less-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-dark-headings {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-dark-headings:hover, .border-gray-lighten-less-dark-headings:active, .border-gray-lighten-less-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-dark {
  color: #D5D5D5;
}
.link-gray-lighten-less-dark:hover, .link-gray-lighten-less-dark:active, .link-gray-lighten-less-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-dark:hover, .border-gray-lighten-less-dark:active, .border-gray-lighten-less-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-sky {
  color: #D5D5D5;
}
.link-gray-lighten-less-sky:hover, .link-gray-lighten-less-sky:active, .link-gray-lighten-less-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-sky {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-sky:hover, .border-gray-lighten-less-sky:active, .border-gray-lighten-less-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-orange {
  color: #D5D5D5;
}
.link-gray-lighten-less-orange:hover, .link-gray-lighten-less-orange:active, .link-gray-lighten-less-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-orange:hover, .border-gray-lighten-less-orange:active, .border-gray-lighten-less-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-black-lighten {
  color: #D5D5D5;
}
.link-gray-lighten-less-black-lighten:hover, .link-gray-lighten-less-black-lighten:active, .link-gray-lighten-less-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-black-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-black-lighten:hover, .border-gray-lighten-less-black-lighten:active, .border-gray-lighten-less-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-red {
  color: #D5D5D5;
}
.link-gray-lighten-less-red:hover, .link-gray-lighten-less-red:active, .link-gray-lighten-less-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-red {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-red:hover, .border-gray-lighten-less-red:active, .border-gray-lighten-less-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-blue-dark {
  color: #D5D5D5;
}
.link-gray-lighten-less-blue-dark:hover, .link-gray-lighten-less-blue-dark:active, .link-gray-lighten-less-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-blue-dark {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-blue-dark:hover, .border-gray-lighten-less-blue-dark:active, .border-gray-lighten-less-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-gray-new-light {
  color: #D5D5D5;
}
.link-gray-lighten-less-gray-new-light:hover, .link-gray-lighten-less-gray-new-light:active, .link-gray-lighten-less-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-gray-new-light {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-gray-new-light:hover, .border-gray-lighten-less-gray-new-light:active, .border-gray-lighten-less-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-dark-orange {
  color: #D5D5D5;
}
.link-gray-lighten-less-dark-orange:hover, .link-gray-lighten-less-dark-orange:active, .link-gray-lighten-less-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-dark-orange {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-dark-orange:hover, .border-gray-lighten-less-dark-orange:active, .border-gray-lighten-less-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-sky-lighten {
  color: #D5D5D5;
}
.link-gray-lighten-less-sky-lighten:hover, .link-gray-lighten-less-sky-lighten:active, .link-gray-lighten-less-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-sky-lighten {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-sky-lighten:hover, .border-gray-lighten-less-sky-lighten:active, .border-gray-lighten-less-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-lighten-less-sky-darken {
  color: #D5D5D5;
}
.link-gray-lighten-less-sky-darken:hover, .link-gray-lighten-less-sky-darken:active, .link-gray-lighten-less-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-lighten-less-sky-darken {
  border: 1px solid #D5D5D5;
}
.border-gray-lighten-less-sky-darken:hover, .border-gray-lighten-less-sky-darken:active, .border-gray-lighten-less-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray, .btn-homepage-more {
  border: 1px solid #ACACAC;
}

.bg-gray {
  background-color: #ACACAC;
}

.text-gray, .btn-homepage-more, .font-gray {
  color: #ACACAC;
}

.text-gray-force, .font-gray-force {
  color: #ACACAC !important;
}

.box-shadow-gray {
  box-shadow: 0 0 3px #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-white {
  color: #ACACAC;
}
.link-gray-white:hover, .link-gray-white:active, .link-gray-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-white {
  border: 1px solid #ACACAC;
}
.border-gray-white:hover, .border-gray-white:active, .border-gray-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-white-smoke {
  color: #ACACAC;
}
.link-gray-white-smoke:hover, .link-gray-white-smoke:active, .link-gray-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-white-smoke {
  border: 1px solid #ACACAC;
}
.border-gray-white-smoke:hover, .border-gray-white-smoke:active, .border-gray-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-light-orange {
  color: #ACACAC;
}
.link-gray-light-orange:hover, .link-gray-light-orange:active, .link-gray-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-light-orange {
  border: 1px solid #ACACAC;
}
.border-gray-light-orange:hover, .border-gray-light-orange:active, .border-gray-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-basic-blue {
  color: #ACACAC;
}
.link-gray-basic-blue:hover, .link-gray-basic-blue:active, .link-gray-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-basic-blue {
  border: 1px solid #ACACAC;
}
.border-gray-basic-blue:hover, .border-gray-basic-blue:active, .border-gray-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-greyish-brown {
  color: #ACACAC;
}
.link-gray-greyish-brown:hover, .link-gray-greyish-brown:active, .link-gray-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-greyish-brown {
  border: 1px solid #ACACAC;
}
.border-gray-greyish-brown:hover, .border-gray-greyish-brown:active, .border-gray-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-greyish {
  color: #ACACAC;
}
.link-gray-greyish:hover, .link-gray-greyish:active, .link-gray-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-greyish {
  border: 1px solid #ACACAC;
}
.border-gray-greyish:hover, .border-gray-greyish:active, .border-gray-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-pinkish-grey {
  color: #ACACAC;
}
.link-gray-pinkish-grey:hover, .link-gray-pinkish-grey:active, .link-gray-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-pinkish-grey {
  border: 1px solid #ACACAC;
}
.border-gray-pinkish-grey:hover, .border-gray-pinkish-grey:active, .border-gray-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-warm-grey {
  color: #ACACAC;
}
.link-gray-warm-grey:hover, .link-gray-warm-grey:active, .link-gray-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-warm-grey {
  border: 1px solid #ACACAC;
}
.border-gray-warm-grey:hover, .border-gray-warm-grey:active, .border-gray-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-black {
  color: #ACACAC;
}
.link-gray-black:hover, .link-gray-black:active, .link-gray-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-black {
  border: 1px solid #ACACAC;
}
.border-gray-black:hover, .border-gray-black:active, .border-gray-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-transparent {
  color: #ACACAC;
}
.link-gray-transparent:hover, .link-gray-transparent:active, .link-gray-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-transparent {
  border: 1px solid #ACACAC;
}
.border-gray-transparent:hover, .border-gray-transparent:active, .border-gray-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-lighten {
  color: #ACACAC;
}
.link-gray-gray-lighten:hover, .link-gray-gray-lighten:active, .link-gray-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-lighten {
  border: 1px solid #ACACAC;
}
.border-gray-gray-lighten:hover, .border-gray-gray-lighten:active, .border-gray-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-form-control {
  color: #ACACAC;
}
.link-gray-gray-form-control:hover, .link-gray-gray-form-control:active, .link-gray-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-form-control {
  border: 1px solid #ACACAC;
}
.border-gray-gray-form-control:hover, .border-gray-gray-form-control:active, .border-gray-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-lighten-less {
  color: #ACACAC;
}
.link-gray-gray-lighten-less:hover, .link-gray-gray-lighten-less:active, .link-gray-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-lighten-less {
  border: 1px solid #ACACAC;
}
.border-gray-gray-lighten-less:hover, .border-gray-gray-lighten-less:active, .border-gray-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray {
  color: #ACACAC;
}
.link-gray-gray:hover, .link-gray-gray:active, .link-gray-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray {
  border: 1px solid #ACACAC;
}
.border-gray-gray:hover, .border-gray-gray:active, .border-gray-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-profile {
  color: #ACACAC;
}
.link-gray-gray-profile:hover, .link-gray-gray-profile:active, .link-gray-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-profile {
  border: 1px solid #ACACAC;
}
.border-gray-gray-profile:hover, .border-gray-gray-profile:active, .border-gray-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-darken {
  color: #ACACAC;
}
.link-gray-gray-darken:hover, .link-gray-gray-darken:active, .link-gray-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-darken {
  border: 1px solid #ACACAC;
}
.border-gray-gray-darken:hover, .border-gray-gray-darken:active, .border-gray-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-dark {
  color: #ACACAC;
}
.link-gray-gray-dark:hover, .link-gray-gray-dark:active, .link-gray-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-dark {
  border: 1px solid #ACACAC;
}
.border-gray-gray-dark:hover, .border-gray-gray-dark:active, .border-gray-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-headings {
  color: #ACACAC;
}
.link-gray-dark-headings:hover, .link-gray-dark-headings:active, .link-gray-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-headings {
  border: 1px solid #ACACAC;
}
.border-gray-dark-headings:hover, .border-gray-dark-headings:active, .border-gray-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark {
  color: #ACACAC;
}
.link-gray-dark:hover, .link-gray-dark:active, .link-gray-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark {
  border: 1px solid #ACACAC;
}
.border-gray-dark:hover, .border-gray-dark:active, .border-gray-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-sky {
  color: #ACACAC;
}
.link-gray-sky:hover, .link-gray-sky:active, .link-gray-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-sky {
  border: 1px solid #ACACAC;
}
.border-gray-sky:hover, .border-gray-sky:active, .border-gray-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-orange {
  color: #ACACAC;
}
.link-gray-orange:hover, .link-gray-orange:active, .link-gray-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-orange {
  border: 1px solid #ACACAC;
}
.border-gray-orange:hover, .border-gray-orange:active, .border-gray-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-black-lighten {
  color: #ACACAC;
}
.link-gray-black-lighten:hover, .link-gray-black-lighten:active, .link-gray-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-black-lighten {
  border: 1px solid #ACACAC;
}
.border-gray-black-lighten:hover, .border-gray-black-lighten:active, .border-gray-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-red {
  color: #ACACAC;
}
.link-gray-red:hover, .link-gray-red:active, .link-gray-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-red {
  border: 1px solid #ACACAC;
}
.border-gray-red:hover, .border-gray-red:active, .border-gray-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-blue-dark {
  color: #ACACAC;
}
.link-gray-blue-dark:hover, .link-gray-blue-dark:active, .link-gray-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-blue-dark {
  border: 1px solid #ACACAC;
}
.border-gray-blue-dark:hover, .border-gray-blue-dark:active, .border-gray-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-gray-new-light {
  color: #ACACAC;
}
.link-gray-gray-new-light:hover, .link-gray-gray-new-light:active, .link-gray-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-gray-new-light {
  border: 1px solid #ACACAC;
}
.border-gray-gray-new-light:hover, .border-gray-gray-new-light:active, .border-gray-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-orange {
  color: #ACACAC;
}
.link-gray-dark-orange:hover, .link-gray-dark-orange:active, .link-gray-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-orange {
  border: 1px solid #ACACAC;
}
.border-gray-dark-orange:hover, .border-gray-dark-orange:active, .border-gray-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-sky-lighten {
  color: #ACACAC;
}
.link-gray-sky-lighten:hover, .link-gray-sky-lighten:active, .link-gray-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-sky-lighten {
  border: 1px solid #ACACAC;
}
.border-gray-sky-lighten:hover, .border-gray-sky-lighten:active, .border-gray-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-sky-darken {
  color: #ACACAC;
}
.link-gray-sky-darken:hover, .link-gray-sky-darken:active, .link-gray-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-sky-darken {
  border: 1px solid #ACACAC;
}
.border-gray-sky-darken:hover, .border-gray-sky-darken:active, .border-gray-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-profile {
  border: 1px solid #747474;
}

.bg-gray-profile, .profile-menu {
  background-color: #747474;
}

.text-gray-profile, .font-gray-profile {
  color: #747474;
}

.text-gray-profile-force, .font-gray-profile-force {
  color: #747474 !important;
}

.box-shadow-gray-profile {
  box-shadow: 0 0 3px #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-white {
  color: #747474;
}
.link-gray-profile-white:hover, .link-gray-profile-white:active, .link-gray-profile-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-white {
  border: 1px solid #747474;
}
.border-gray-profile-white:hover, .border-gray-profile-white:active, .border-gray-profile-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-white-smoke {
  color: #747474;
}
.link-gray-profile-white-smoke:hover, .link-gray-profile-white-smoke:active, .link-gray-profile-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-white-smoke {
  border: 1px solid #747474;
}
.border-gray-profile-white-smoke:hover, .border-gray-profile-white-smoke:active, .border-gray-profile-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-light-orange {
  color: #747474;
}
.link-gray-profile-light-orange:hover, .link-gray-profile-light-orange:active, .link-gray-profile-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-light-orange {
  border: 1px solid #747474;
}
.border-gray-profile-light-orange:hover, .border-gray-profile-light-orange:active, .border-gray-profile-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-basic-blue {
  color: #747474;
}
.link-gray-profile-basic-blue:hover, .link-gray-profile-basic-blue:active, .link-gray-profile-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-basic-blue {
  border: 1px solid #747474;
}
.border-gray-profile-basic-blue:hover, .border-gray-profile-basic-blue:active, .border-gray-profile-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-greyish-brown {
  color: #747474;
}
.link-gray-profile-greyish-brown:hover, .link-gray-profile-greyish-brown:active, .link-gray-profile-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-greyish-brown {
  border: 1px solid #747474;
}
.border-gray-profile-greyish-brown:hover, .border-gray-profile-greyish-brown:active, .border-gray-profile-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-greyish {
  color: #747474;
}
.link-gray-profile-greyish:hover, .link-gray-profile-greyish:active, .link-gray-profile-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-greyish {
  border: 1px solid #747474;
}
.border-gray-profile-greyish:hover, .border-gray-profile-greyish:active, .border-gray-profile-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-pinkish-grey {
  color: #747474;
}
.link-gray-profile-pinkish-grey:hover, .link-gray-profile-pinkish-grey:active, .link-gray-profile-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-pinkish-grey {
  border: 1px solid #747474;
}
.border-gray-profile-pinkish-grey:hover, .border-gray-profile-pinkish-grey:active, .border-gray-profile-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-warm-grey {
  color: #747474;
}
.link-gray-profile-warm-grey:hover, .link-gray-profile-warm-grey:active, .link-gray-profile-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-warm-grey {
  border: 1px solid #747474;
}
.border-gray-profile-warm-grey:hover, .border-gray-profile-warm-grey:active, .border-gray-profile-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-black {
  color: #747474;
}
.link-gray-profile-black:hover, .link-gray-profile-black:active, .link-gray-profile-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-black {
  border: 1px solid #747474;
}
.border-gray-profile-black:hover, .border-gray-profile-black:active, .border-gray-profile-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-transparent {
  color: #747474;
}
.link-gray-profile-transparent:hover, .link-gray-profile-transparent:active, .link-gray-profile-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-transparent {
  border: 1px solid #747474;
}
.border-gray-profile-transparent:hover, .border-gray-profile-transparent:active, .border-gray-profile-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-lighten {
  color: #747474;
}
.link-gray-profile-gray-lighten:hover, .link-gray-profile-gray-lighten:active, .link-gray-profile-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-lighten {
  border: 1px solid #747474;
}
.border-gray-profile-gray-lighten:hover, .border-gray-profile-gray-lighten:active, .border-gray-profile-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-form-control {
  color: #747474;
}
.link-gray-profile-gray-form-control:hover, .link-gray-profile-gray-form-control:active, .link-gray-profile-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-form-control {
  border: 1px solid #747474;
}
.border-gray-profile-gray-form-control:hover, .border-gray-profile-gray-form-control:active, .border-gray-profile-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-lighten-less {
  color: #747474;
}
.link-gray-profile-gray-lighten-less:hover, .link-gray-profile-gray-lighten-less:active, .link-gray-profile-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-lighten-less {
  border: 1px solid #747474;
}
.border-gray-profile-gray-lighten-less:hover, .border-gray-profile-gray-lighten-less:active, .border-gray-profile-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray {
  color: #747474;
}
.link-gray-profile-gray:hover, .link-gray-profile-gray:active, .link-gray-profile-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray {
  border: 1px solid #747474;
}
.border-gray-profile-gray:hover, .border-gray-profile-gray:active, .border-gray-profile-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-profile {
  color: #747474;
}
.link-gray-profile-gray-profile:hover, .link-gray-profile-gray-profile:active, .link-gray-profile-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-profile {
  border: 1px solid #747474;
}
.border-gray-profile-gray-profile:hover, .border-gray-profile-gray-profile:active, .border-gray-profile-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-darken {
  color: #747474;
}
.link-gray-profile-gray-darken:hover, .link-gray-profile-gray-darken:active, .link-gray-profile-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-darken {
  border: 1px solid #747474;
}
.border-gray-profile-gray-darken:hover, .border-gray-profile-gray-darken:active, .border-gray-profile-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-dark {
  color: #747474;
}
.link-gray-profile-gray-dark:hover, .link-gray-profile-gray-dark:active, .link-gray-profile-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-dark {
  border: 1px solid #747474;
}
.border-gray-profile-gray-dark:hover, .border-gray-profile-gray-dark:active, .border-gray-profile-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-dark-headings {
  color: #747474;
}
.link-gray-profile-dark-headings:hover, .link-gray-profile-dark-headings:active, .link-gray-profile-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-dark-headings {
  border: 1px solid #747474;
}
.border-gray-profile-dark-headings:hover, .border-gray-profile-dark-headings:active, .border-gray-profile-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-dark {
  color: #747474;
}
.link-gray-profile-dark:hover, .link-gray-profile-dark:active, .link-gray-profile-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-dark {
  border: 1px solid #747474;
}
.border-gray-profile-dark:hover, .border-gray-profile-dark:active, .border-gray-profile-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-sky {
  color: #747474;
}
.link-gray-profile-sky:hover, .link-gray-profile-sky:active, .link-gray-profile-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-sky {
  border: 1px solid #747474;
}
.border-gray-profile-sky:hover, .border-gray-profile-sky:active, .border-gray-profile-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-orange {
  color: #747474;
}
.link-gray-profile-orange:hover, .link-gray-profile-orange:active, .link-gray-profile-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-orange {
  border: 1px solid #747474;
}
.border-gray-profile-orange:hover, .border-gray-profile-orange:active, .border-gray-profile-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-black-lighten {
  color: #747474;
}
.link-gray-profile-black-lighten:hover, .link-gray-profile-black-lighten:active, .link-gray-profile-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-black-lighten {
  border: 1px solid #747474;
}
.border-gray-profile-black-lighten:hover, .border-gray-profile-black-lighten:active, .border-gray-profile-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-red {
  color: #747474;
}
.link-gray-profile-red:hover, .link-gray-profile-red:active, .link-gray-profile-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-red {
  border: 1px solid #747474;
}
.border-gray-profile-red:hover, .border-gray-profile-red:active, .border-gray-profile-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-blue-dark {
  color: #747474;
}
.link-gray-profile-blue-dark:hover, .link-gray-profile-blue-dark:active, .link-gray-profile-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-blue-dark {
  border: 1px solid #747474;
}
.border-gray-profile-blue-dark:hover, .border-gray-profile-blue-dark:active, .border-gray-profile-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-gray-new-light {
  color: #747474;
}
.link-gray-profile-gray-new-light:hover, .link-gray-profile-gray-new-light:active, .link-gray-profile-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-gray-new-light {
  border: 1px solid #747474;
}
.border-gray-profile-gray-new-light:hover, .border-gray-profile-gray-new-light:active, .border-gray-profile-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-dark-orange {
  color: #747474;
}
.link-gray-profile-dark-orange:hover, .link-gray-profile-dark-orange:active, .link-gray-profile-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-dark-orange {
  border: 1px solid #747474;
}
.border-gray-profile-dark-orange:hover, .border-gray-profile-dark-orange:active, .border-gray-profile-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-sky-lighten {
  color: #747474;
}
.link-gray-profile-sky-lighten:hover, .link-gray-profile-sky-lighten:active, .link-gray-profile-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-sky-lighten {
  border: 1px solid #747474;
}
.border-gray-profile-sky-lighten:hover, .border-gray-profile-sky-lighten:active, .border-gray-profile-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-profile-sky-darken {
  color: #747474;
}
.link-gray-profile-sky-darken:hover, .link-gray-profile-sky-darken:active, .link-gray-profile-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-profile-sky-darken {
  border: 1px solid #747474;
}
.border-gray-profile-sky-darken:hover, .border-gray-profile-sky-darken:active, .border-gray-profile-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-darken {
  border: 1px solid #121820;
}

.bg-gray-darken {
  background-color: #121820;
}

.text-gray-darken, .font-gray-darken {
  color: #121820;
}

.text-gray-darken-force, .font-gray-darken-force {
  color: #121820 !important;
}

.box-shadow-gray-darken {
  box-shadow: 0 0 3px #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-white {
  color: #121820;
}
.link-gray-darken-white:hover, .link-gray-darken-white:active, .link-gray-darken-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-white {
  border: 1px solid #121820;
}
.border-gray-darken-white:hover, .border-gray-darken-white:active, .border-gray-darken-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-white-smoke {
  color: #121820;
}
.link-gray-darken-white-smoke:hover, .link-gray-darken-white-smoke:active, .link-gray-darken-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-white-smoke {
  border: 1px solid #121820;
}
.border-gray-darken-white-smoke:hover, .border-gray-darken-white-smoke:active, .border-gray-darken-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-light-orange {
  color: #121820;
}
.link-gray-darken-light-orange:hover, .link-gray-darken-light-orange:active, .link-gray-darken-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-light-orange {
  border: 1px solid #121820;
}
.border-gray-darken-light-orange:hover, .border-gray-darken-light-orange:active, .border-gray-darken-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-basic-blue {
  color: #121820;
}
.link-gray-darken-basic-blue:hover, .link-gray-darken-basic-blue:active, .link-gray-darken-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-basic-blue {
  border: 1px solid #121820;
}
.border-gray-darken-basic-blue:hover, .border-gray-darken-basic-blue:active, .border-gray-darken-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-greyish-brown {
  color: #121820;
}
.link-gray-darken-greyish-brown:hover, .link-gray-darken-greyish-brown:active, .link-gray-darken-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-greyish-brown {
  border: 1px solid #121820;
}
.border-gray-darken-greyish-brown:hover, .border-gray-darken-greyish-brown:active, .border-gray-darken-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-greyish {
  color: #121820;
}
.link-gray-darken-greyish:hover, .link-gray-darken-greyish:active, .link-gray-darken-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-greyish {
  border: 1px solid #121820;
}
.border-gray-darken-greyish:hover, .border-gray-darken-greyish:active, .border-gray-darken-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-pinkish-grey {
  color: #121820;
}
.link-gray-darken-pinkish-grey:hover, .link-gray-darken-pinkish-grey:active, .link-gray-darken-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-pinkish-grey {
  border: 1px solid #121820;
}
.border-gray-darken-pinkish-grey:hover, .border-gray-darken-pinkish-grey:active, .border-gray-darken-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-warm-grey {
  color: #121820;
}
.link-gray-darken-warm-grey:hover, .link-gray-darken-warm-grey:active, .link-gray-darken-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-warm-grey {
  border: 1px solid #121820;
}
.border-gray-darken-warm-grey:hover, .border-gray-darken-warm-grey:active, .border-gray-darken-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-black {
  color: #121820;
}
.link-gray-darken-black:hover, .link-gray-darken-black:active, .link-gray-darken-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-black {
  border: 1px solid #121820;
}
.border-gray-darken-black:hover, .border-gray-darken-black:active, .border-gray-darken-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-transparent {
  color: #121820;
}
.link-gray-darken-transparent:hover, .link-gray-darken-transparent:active, .link-gray-darken-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-transparent {
  border: 1px solid #121820;
}
.border-gray-darken-transparent:hover, .border-gray-darken-transparent:active, .border-gray-darken-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-lighten {
  color: #121820;
}
.link-gray-darken-gray-lighten:hover, .link-gray-darken-gray-lighten:active, .link-gray-darken-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-lighten {
  border: 1px solid #121820;
}
.border-gray-darken-gray-lighten:hover, .border-gray-darken-gray-lighten:active, .border-gray-darken-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-form-control {
  color: #121820;
}
.link-gray-darken-gray-form-control:hover, .link-gray-darken-gray-form-control:active, .link-gray-darken-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-form-control {
  border: 1px solid #121820;
}
.border-gray-darken-gray-form-control:hover, .border-gray-darken-gray-form-control:active, .border-gray-darken-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-lighten-less {
  color: #121820;
}
.link-gray-darken-gray-lighten-less:hover, .link-gray-darken-gray-lighten-less:active, .link-gray-darken-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-lighten-less {
  border: 1px solid #121820;
}
.border-gray-darken-gray-lighten-less:hover, .border-gray-darken-gray-lighten-less:active, .border-gray-darken-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray {
  color: #121820;
}
.link-gray-darken-gray:hover, .link-gray-darken-gray:active, .link-gray-darken-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray {
  border: 1px solid #121820;
}
.border-gray-darken-gray:hover, .border-gray-darken-gray:active, .border-gray-darken-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-profile {
  color: #121820;
}
.link-gray-darken-gray-profile:hover, .link-gray-darken-gray-profile:active, .link-gray-darken-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-profile {
  border: 1px solid #121820;
}
.border-gray-darken-gray-profile:hover, .border-gray-darken-gray-profile:active, .border-gray-darken-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-darken {
  color: #121820;
}
.link-gray-darken-gray-darken:hover, .link-gray-darken-gray-darken:active, .link-gray-darken-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-darken {
  border: 1px solid #121820;
}
.border-gray-darken-gray-darken:hover, .border-gray-darken-gray-darken:active, .border-gray-darken-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-dark {
  color: #121820;
}
.link-gray-darken-gray-dark:hover, .link-gray-darken-gray-dark:active, .link-gray-darken-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-dark {
  border: 1px solid #121820;
}
.border-gray-darken-gray-dark:hover, .border-gray-darken-gray-dark:active, .border-gray-darken-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-dark-headings {
  color: #121820;
}
.link-gray-darken-dark-headings:hover, .link-gray-darken-dark-headings:active, .link-gray-darken-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-dark-headings {
  border: 1px solid #121820;
}
.border-gray-darken-dark-headings:hover, .border-gray-darken-dark-headings:active, .border-gray-darken-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-dark {
  color: #121820;
}
.link-gray-darken-dark:hover, .link-gray-darken-dark:active, .link-gray-darken-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-dark {
  border: 1px solid #121820;
}
.border-gray-darken-dark:hover, .border-gray-darken-dark:active, .border-gray-darken-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-sky {
  color: #121820;
}
.link-gray-darken-sky:hover, .link-gray-darken-sky:active, .link-gray-darken-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-sky {
  border: 1px solid #121820;
}
.border-gray-darken-sky:hover, .border-gray-darken-sky:active, .border-gray-darken-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-orange {
  color: #121820;
}
.link-gray-darken-orange:hover, .link-gray-darken-orange:active, .link-gray-darken-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-orange {
  border: 1px solid #121820;
}
.border-gray-darken-orange:hover, .border-gray-darken-orange:active, .border-gray-darken-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-black-lighten {
  color: #121820;
}
.link-gray-darken-black-lighten:hover, .link-gray-darken-black-lighten:active, .link-gray-darken-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-black-lighten {
  border: 1px solid #121820;
}
.border-gray-darken-black-lighten:hover, .border-gray-darken-black-lighten:active, .border-gray-darken-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-red {
  color: #121820;
}
.link-gray-darken-red:hover, .link-gray-darken-red:active, .link-gray-darken-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-red {
  border: 1px solid #121820;
}
.border-gray-darken-red:hover, .border-gray-darken-red:active, .border-gray-darken-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-blue-dark {
  color: #121820;
}
.link-gray-darken-blue-dark:hover, .link-gray-darken-blue-dark:active, .link-gray-darken-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-blue-dark {
  border: 1px solid #121820;
}
.border-gray-darken-blue-dark:hover, .border-gray-darken-blue-dark:active, .border-gray-darken-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-gray-new-light {
  color: #121820;
}
.link-gray-darken-gray-new-light:hover, .link-gray-darken-gray-new-light:active, .link-gray-darken-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-gray-new-light {
  border: 1px solid #121820;
}
.border-gray-darken-gray-new-light:hover, .border-gray-darken-gray-new-light:active, .border-gray-darken-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-dark-orange {
  color: #121820;
}
.link-gray-darken-dark-orange:hover, .link-gray-darken-dark-orange:active, .link-gray-darken-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-dark-orange {
  border: 1px solid #121820;
}
.border-gray-darken-dark-orange:hover, .border-gray-darken-dark-orange:active, .border-gray-darken-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-sky-lighten {
  color: #121820;
}
.link-gray-darken-sky-lighten:hover, .link-gray-darken-sky-lighten:active, .link-gray-darken-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-sky-lighten {
  border: 1px solid #121820;
}
.border-gray-darken-sky-lighten:hover, .border-gray-darken-sky-lighten:active, .border-gray-darken-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-darken-sky-darken {
  color: #121820;
}
.link-gray-darken-sky-darken:hover, .link-gray-darken-sky-darken:active, .link-gray-darken-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-darken-sky-darken {
  border: 1px solid #121820;
}
.border-gray-darken-sky-darken:hover, .border-gray-darken-sky-darken:active, .border-gray-darken-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-dark {
  border: 1px solid #000000;
}

.bg-gray-dark {
  background-color: #000000;
}

.text-gray-dark, .section-offer-col .offer-bottom-text, .font-gray-dark {
  color: #000000;
}

.text-gray-dark-force, .font-gray-dark-force {
  color: #000000 !important;
}

.box-shadow-gray-dark {
  box-shadow: 0 0 3px #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-white {
  color: #000000;
}
.link-gray-dark-white:hover, .link-gray-dark-white:active, .link-gray-dark-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-white {
  border: 1px solid #000000;
}
.border-gray-dark-white:hover, .border-gray-dark-white:active, .border-gray-dark-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-white-smoke {
  color: #000000;
}
.link-gray-dark-white-smoke:hover, .link-gray-dark-white-smoke:active, .link-gray-dark-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-white-smoke {
  border: 1px solid #000000;
}
.border-gray-dark-white-smoke:hover, .border-gray-dark-white-smoke:active, .border-gray-dark-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-light-orange {
  color: #000000;
}
.link-gray-dark-light-orange:hover, .link-gray-dark-light-orange:active, .link-gray-dark-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-light-orange {
  border: 1px solid #000000;
}
.border-gray-dark-light-orange:hover, .border-gray-dark-light-orange:active, .border-gray-dark-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-basic-blue {
  color: #000000;
}
.link-gray-dark-basic-blue:hover, .link-gray-dark-basic-blue:active, .link-gray-dark-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-basic-blue {
  border: 1px solid #000000;
}
.border-gray-dark-basic-blue:hover, .border-gray-dark-basic-blue:active, .border-gray-dark-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-greyish-brown {
  color: #000000;
}
.link-gray-dark-greyish-brown:hover, .link-gray-dark-greyish-brown:active, .link-gray-dark-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-greyish-brown {
  border: 1px solid #000000;
}
.border-gray-dark-greyish-brown:hover, .border-gray-dark-greyish-brown:active, .border-gray-dark-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-greyish {
  color: #000000;
}
.link-gray-dark-greyish:hover, .link-gray-dark-greyish:active, .link-gray-dark-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-greyish {
  border: 1px solid #000000;
}
.border-gray-dark-greyish:hover, .border-gray-dark-greyish:active, .border-gray-dark-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-pinkish-grey {
  color: #000000;
}
.link-gray-dark-pinkish-grey:hover, .link-gray-dark-pinkish-grey:active, .link-gray-dark-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-pinkish-grey {
  border: 1px solid #000000;
}
.border-gray-dark-pinkish-grey:hover, .border-gray-dark-pinkish-grey:active, .border-gray-dark-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-warm-grey {
  color: #000000;
}
.link-gray-dark-warm-grey:hover, .link-gray-dark-warm-grey:active, .link-gray-dark-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-warm-grey {
  border: 1px solid #000000;
}
.border-gray-dark-warm-grey:hover, .border-gray-dark-warm-grey:active, .border-gray-dark-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-black {
  color: #000000;
}
.link-gray-dark-black:hover, .link-gray-dark-black:active, .link-gray-dark-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-black {
  border: 1px solid #000000;
}
.border-gray-dark-black:hover, .border-gray-dark-black:active, .border-gray-dark-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-transparent {
  color: #000000;
}
.link-gray-dark-transparent:hover, .link-gray-dark-transparent:active, .link-gray-dark-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-transparent {
  border: 1px solid #000000;
}
.border-gray-dark-transparent:hover, .border-gray-dark-transparent:active, .border-gray-dark-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-lighten {
  color: #000000;
}
.link-gray-dark-gray-lighten:hover, .link-gray-dark-gray-lighten:active, .link-gray-dark-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-lighten {
  border: 1px solid #000000;
}
.border-gray-dark-gray-lighten:hover, .border-gray-dark-gray-lighten:active, .border-gray-dark-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-form-control {
  color: #000000;
}
.link-gray-dark-gray-form-control:hover, .link-gray-dark-gray-form-control:active, .link-gray-dark-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-form-control {
  border: 1px solid #000000;
}
.border-gray-dark-gray-form-control:hover, .border-gray-dark-gray-form-control:active, .border-gray-dark-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-lighten-less {
  color: #000000;
}
.link-gray-dark-gray-lighten-less:hover, .link-gray-dark-gray-lighten-less:active, .link-gray-dark-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-lighten-less {
  border: 1px solid #000000;
}
.border-gray-dark-gray-lighten-less:hover, .border-gray-dark-gray-lighten-less:active, .border-gray-dark-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray {
  color: #000000;
}
.link-gray-dark-gray:hover, .link-gray-dark-gray:active, .link-gray-dark-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray {
  border: 1px solid #000000;
}
.border-gray-dark-gray:hover, .border-gray-dark-gray:active, .border-gray-dark-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-profile {
  color: #000000;
}
.link-gray-dark-gray-profile:hover, .link-gray-dark-gray-profile:active, .link-gray-dark-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-profile {
  border: 1px solid #000000;
}
.border-gray-dark-gray-profile:hover, .border-gray-dark-gray-profile:active, .border-gray-dark-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-darken {
  color: #000000;
}
.link-gray-dark-gray-darken:hover, .link-gray-dark-gray-darken:active, .link-gray-dark-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-darken {
  border: 1px solid #000000;
}
.border-gray-dark-gray-darken:hover, .border-gray-dark-gray-darken:active, .border-gray-dark-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-dark {
  color: #000000;
}
.link-gray-dark-gray-dark:hover, .link-gray-dark-gray-dark:active, .link-gray-dark-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-dark {
  border: 1px solid #000000;
}
.border-gray-dark-gray-dark:hover, .border-gray-dark-gray-dark:active, .border-gray-dark-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-dark-headings {
  color: #000000;
}
.link-gray-dark-dark-headings:hover, .link-gray-dark-dark-headings:active, .link-gray-dark-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-dark-headings {
  border: 1px solid #000000;
}
.border-gray-dark-dark-headings:hover, .border-gray-dark-dark-headings:active, .border-gray-dark-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-dark {
  color: #000000;
}
.link-gray-dark-dark:hover, .link-gray-dark-dark:active, .link-gray-dark-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-dark {
  border: 1px solid #000000;
}
.border-gray-dark-dark:hover, .border-gray-dark-dark:active, .border-gray-dark-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-sky {
  color: #000000;
}
.link-gray-dark-sky:hover, .link-gray-dark-sky:active, .link-gray-dark-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-sky {
  border: 1px solid #000000;
}
.border-gray-dark-sky:hover, .border-gray-dark-sky:active, .border-gray-dark-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-orange {
  color: #000000;
}
.link-gray-dark-orange:hover, .link-gray-dark-orange:active, .link-gray-dark-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-orange {
  border: 1px solid #000000;
}
.border-gray-dark-orange:hover, .border-gray-dark-orange:active, .border-gray-dark-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-black-lighten {
  color: #000000;
}
.link-gray-dark-black-lighten:hover, .link-gray-dark-black-lighten:active, .link-gray-dark-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-black-lighten {
  border: 1px solid #000000;
}
.border-gray-dark-black-lighten:hover, .border-gray-dark-black-lighten:active, .border-gray-dark-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-red {
  color: #000000;
}
.link-gray-dark-red:hover, .link-gray-dark-red:active, .link-gray-dark-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-red {
  border: 1px solid #000000;
}
.border-gray-dark-red:hover, .border-gray-dark-red:active, .border-gray-dark-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-blue-dark {
  color: #000000;
}
.link-gray-dark-blue-dark:hover, .link-gray-dark-blue-dark:active, .link-gray-dark-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-blue-dark {
  border: 1px solid #000000;
}
.border-gray-dark-blue-dark:hover, .border-gray-dark-blue-dark:active, .border-gray-dark-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-gray-new-light {
  color: #000000;
}
.link-gray-dark-gray-new-light:hover, .link-gray-dark-gray-new-light:active, .link-gray-dark-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-gray-new-light {
  border: 1px solid #000000;
}
.border-gray-dark-gray-new-light:hover, .border-gray-dark-gray-new-light:active, .border-gray-dark-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-dark-orange {
  color: #000000;
}
.link-gray-dark-dark-orange:hover, .link-gray-dark-dark-orange:active, .link-gray-dark-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-dark-orange {
  border: 1px solid #000000;
}
.border-gray-dark-dark-orange:hover, .border-gray-dark-dark-orange:active, .border-gray-dark-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-sky-lighten {
  color: #000000;
}
.link-gray-dark-sky-lighten:hover, .link-gray-dark-sky-lighten:active, .link-gray-dark-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-sky-lighten {
  border: 1px solid #000000;
}
.border-gray-dark-sky-lighten:hover, .border-gray-dark-sky-lighten:active, .border-gray-dark-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-dark-sky-darken {
  color: #000000;
}
.link-gray-dark-sky-darken:hover, .link-gray-dark-sky-darken:active, .link-gray-dark-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-dark-sky-darken {
  border: 1px solid #000000;
}
.border-gray-dark-sky-darken:hover, .border-gray-dark-sky-darken:active, .border-gray-dark-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-dark-headings {
  border: 1px solid #ACACAC;
}

.bg-dark-headings {
  background-color: #ACACAC;
}

.text-dark-headings, .font-dark-headings {
  color: #ACACAC;
}

.text-dark-headings-force, .font-dark-headings-force {
  color: #ACACAC !important;
}

.box-shadow-dark-headings {
  box-shadow: 0 0 3px #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-white {
  color: #ACACAC;
}
.link-dark-headings-white:hover, .link-dark-headings-white:active, .link-dark-headings-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-white {
  border: 1px solid #ACACAC;
}
.border-dark-headings-white:hover, .border-dark-headings-white:active, .border-dark-headings-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-white-smoke {
  color: #ACACAC;
}
.link-dark-headings-white-smoke:hover, .link-dark-headings-white-smoke:active, .link-dark-headings-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-white-smoke {
  border: 1px solid #ACACAC;
}
.border-dark-headings-white-smoke:hover, .border-dark-headings-white-smoke:active, .border-dark-headings-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-light-orange {
  color: #ACACAC;
}
.link-dark-headings-light-orange:hover, .link-dark-headings-light-orange:active, .link-dark-headings-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-light-orange {
  border: 1px solid #ACACAC;
}
.border-dark-headings-light-orange:hover, .border-dark-headings-light-orange:active, .border-dark-headings-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-basic-blue {
  color: #ACACAC;
}
.link-dark-headings-basic-blue:hover, .link-dark-headings-basic-blue:active, .link-dark-headings-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-basic-blue {
  border: 1px solid #ACACAC;
}
.border-dark-headings-basic-blue:hover, .border-dark-headings-basic-blue:active, .border-dark-headings-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-greyish-brown {
  color: #ACACAC;
}
.link-dark-headings-greyish-brown:hover, .link-dark-headings-greyish-brown:active, .link-dark-headings-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-greyish-brown {
  border: 1px solid #ACACAC;
}
.border-dark-headings-greyish-brown:hover, .border-dark-headings-greyish-brown:active, .border-dark-headings-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-greyish {
  color: #ACACAC;
}
.link-dark-headings-greyish:hover, .link-dark-headings-greyish:active, .link-dark-headings-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-greyish {
  border: 1px solid #ACACAC;
}
.border-dark-headings-greyish:hover, .border-dark-headings-greyish:active, .border-dark-headings-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-pinkish-grey {
  color: #ACACAC;
}
.link-dark-headings-pinkish-grey:hover, .link-dark-headings-pinkish-grey:active, .link-dark-headings-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-pinkish-grey {
  border: 1px solid #ACACAC;
}
.border-dark-headings-pinkish-grey:hover, .border-dark-headings-pinkish-grey:active, .border-dark-headings-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-warm-grey {
  color: #ACACAC;
}
.link-dark-headings-warm-grey:hover, .link-dark-headings-warm-grey:active, .link-dark-headings-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-warm-grey {
  border: 1px solid #ACACAC;
}
.border-dark-headings-warm-grey:hover, .border-dark-headings-warm-grey:active, .border-dark-headings-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-black {
  color: #ACACAC;
}
.link-dark-headings-black:hover, .link-dark-headings-black:active, .link-dark-headings-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-black {
  border: 1px solid #ACACAC;
}
.border-dark-headings-black:hover, .border-dark-headings-black:active, .border-dark-headings-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-transparent {
  color: #ACACAC;
}
.link-dark-headings-transparent:hover, .link-dark-headings-transparent:active, .link-dark-headings-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-transparent {
  border: 1px solid #ACACAC;
}
.border-dark-headings-transparent:hover, .border-dark-headings-transparent:active, .border-dark-headings-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-lighten {
  color: #ACACAC;
}
.link-dark-headings-gray-lighten:hover, .link-dark-headings-gray-lighten:active, .link-dark-headings-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-lighten:hover, .border-dark-headings-gray-lighten:active, .border-dark-headings-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-form-control {
  color: #ACACAC;
}
.link-dark-headings-gray-form-control:hover, .link-dark-headings-gray-form-control:active, .link-dark-headings-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-form-control {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-form-control:hover, .border-dark-headings-gray-form-control:active, .border-dark-headings-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-lighten-less {
  color: #ACACAC;
}
.link-dark-headings-gray-lighten-less:hover, .link-dark-headings-gray-lighten-less:active, .link-dark-headings-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-lighten-less {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-lighten-less:hover, .border-dark-headings-gray-lighten-less:active, .border-dark-headings-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray {
  color: #ACACAC;
}
.link-dark-headings-gray:hover, .link-dark-headings-gray:active, .link-dark-headings-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray:hover, .border-dark-headings-gray:active, .border-dark-headings-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-profile {
  color: #ACACAC;
}
.link-dark-headings-gray-profile:hover, .link-dark-headings-gray-profile:active, .link-dark-headings-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-profile {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-profile:hover, .border-dark-headings-gray-profile:active, .border-dark-headings-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-darken {
  color: #ACACAC;
}
.link-dark-headings-gray-darken:hover, .link-dark-headings-gray-darken:active, .link-dark-headings-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-darken {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-darken:hover, .border-dark-headings-gray-darken:active, .border-dark-headings-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-dark {
  color: #ACACAC;
}
.link-dark-headings-gray-dark:hover, .link-dark-headings-gray-dark:active, .link-dark-headings-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-dark {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-dark:hover, .border-dark-headings-gray-dark:active, .border-dark-headings-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-dark-headings {
  color: #ACACAC;
}
.link-dark-headings-dark-headings:hover, .link-dark-headings-dark-headings:active, .link-dark-headings-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-dark-headings {
  border: 1px solid #ACACAC;
}
.border-dark-headings-dark-headings:hover, .border-dark-headings-dark-headings:active, .border-dark-headings-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-dark {
  color: #ACACAC;
}
.link-dark-headings-dark:hover, .link-dark-headings-dark:active, .link-dark-headings-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-dark {
  border: 1px solid #ACACAC;
}
.border-dark-headings-dark:hover, .border-dark-headings-dark:active, .border-dark-headings-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-sky {
  color: #ACACAC;
}
.link-dark-headings-sky:hover, .link-dark-headings-sky:active, .link-dark-headings-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-sky {
  border: 1px solid #ACACAC;
}
.border-dark-headings-sky:hover, .border-dark-headings-sky:active, .border-dark-headings-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-orange {
  color: #ACACAC;
}
.link-dark-headings-orange:hover, .link-dark-headings-orange:active, .link-dark-headings-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-orange {
  border: 1px solid #ACACAC;
}
.border-dark-headings-orange:hover, .border-dark-headings-orange:active, .border-dark-headings-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-black-lighten {
  color: #ACACAC;
}
.link-dark-headings-black-lighten:hover, .link-dark-headings-black-lighten:active, .link-dark-headings-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-black-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-headings-black-lighten:hover, .border-dark-headings-black-lighten:active, .border-dark-headings-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-red {
  color: #ACACAC;
}
.link-dark-headings-red:hover, .link-dark-headings-red:active, .link-dark-headings-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-red {
  border: 1px solid #ACACAC;
}
.border-dark-headings-red:hover, .border-dark-headings-red:active, .border-dark-headings-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-blue-dark {
  color: #ACACAC;
}
.link-dark-headings-blue-dark:hover, .link-dark-headings-blue-dark:active, .link-dark-headings-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-blue-dark {
  border: 1px solid #ACACAC;
}
.border-dark-headings-blue-dark:hover, .border-dark-headings-blue-dark:active, .border-dark-headings-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-gray-new-light {
  color: #ACACAC;
}
.link-dark-headings-gray-new-light:hover, .link-dark-headings-gray-new-light:active, .link-dark-headings-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-gray-new-light {
  border: 1px solid #ACACAC;
}
.border-dark-headings-gray-new-light:hover, .border-dark-headings-gray-new-light:active, .border-dark-headings-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-dark-orange {
  color: #ACACAC;
}
.link-dark-headings-dark-orange:hover, .link-dark-headings-dark-orange:active, .link-dark-headings-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-dark-orange {
  border: 1px solid #ACACAC;
}
.border-dark-headings-dark-orange:hover, .border-dark-headings-dark-orange:active, .border-dark-headings-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-sky-lighten {
  color: #ACACAC;
}
.link-dark-headings-sky-lighten:hover, .link-dark-headings-sky-lighten:active, .link-dark-headings-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-sky-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-headings-sky-lighten:hover, .border-dark-headings-sky-lighten:active, .border-dark-headings-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-headings-sky-darken {
  color: #ACACAC;
}
.link-dark-headings-sky-darken:hover, .link-dark-headings-sky-darken:active, .link-dark-headings-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-headings-sky-darken {
  border: 1px solid #ACACAC;
}
.border-dark-headings-sky-darken:hover, .border-dark-headings-sky-darken:active, .border-dark-headings-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-dark {
  border: 1px solid #ACACAC;
}

.bg-dark {
  background-color: #ACACAC;
}

.text-dark, .font-dark {
  color: #ACACAC;
}

.text-dark-force, .font-dark-force {
  color: #ACACAC !important;
}

.box-shadow-dark {
  box-shadow: 0 0 3px #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-white {
  color: #ACACAC;
}
.link-dark-white:hover, .link-dark-white:active, .link-dark-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-white {
  border: 1px solid #ACACAC;
}
.border-dark-white:hover, .border-dark-white:active, .border-dark-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-white-smoke {
  color: #ACACAC;
}
.link-dark-white-smoke:hover, .link-dark-white-smoke:active, .link-dark-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-white-smoke {
  border: 1px solid #ACACAC;
}
.border-dark-white-smoke:hover, .border-dark-white-smoke:active, .border-dark-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-light-orange {
  color: #ACACAC;
}
.link-dark-light-orange:hover, .link-dark-light-orange:active, .link-dark-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-light-orange {
  border: 1px solid #ACACAC;
}
.border-dark-light-orange:hover, .border-dark-light-orange:active, .border-dark-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-basic-blue {
  color: #ACACAC;
}
.link-dark-basic-blue:hover, .link-dark-basic-blue:active, .link-dark-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-basic-blue {
  border: 1px solid #ACACAC;
}
.border-dark-basic-blue:hover, .border-dark-basic-blue:active, .border-dark-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-greyish-brown {
  color: #ACACAC;
}
.link-dark-greyish-brown:hover, .link-dark-greyish-brown:active, .link-dark-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-greyish-brown {
  border: 1px solid #ACACAC;
}
.border-dark-greyish-brown:hover, .border-dark-greyish-brown:active, .border-dark-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-greyish {
  color: #ACACAC;
}
.link-dark-greyish:hover, .link-dark-greyish:active, .link-dark-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-greyish {
  border: 1px solid #ACACAC;
}
.border-dark-greyish:hover, .border-dark-greyish:active, .border-dark-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-pinkish-grey {
  color: #ACACAC;
}
.link-dark-pinkish-grey:hover, .link-dark-pinkish-grey:active, .link-dark-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-pinkish-grey {
  border: 1px solid #ACACAC;
}
.border-dark-pinkish-grey:hover, .border-dark-pinkish-grey:active, .border-dark-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-warm-grey {
  color: #ACACAC;
}
.link-dark-warm-grey:hover, .link-dark-warm-grey:active, .link-dark-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-warm-grey {
  border: 1px solid #ACACAC;
}
.border-dark-warm-grey:hover, .border-dark-warm-grey:active, .border-dark-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-black {
  color: #ACACAC;
}
.link-dark-black:hover, .link-dark-black:active, .link-dark-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-black {
  border: 1px solid #ACACAC;
}
.border-dark-black:hover, .border-dark-black:active, .border-dark-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-transparent {
  color: #ACACAC;
}
.link-dark-transparent:hover, .link-dark-transparent:active, .link-dark-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-transparent {
  border: 1px solid #ACACAC;
}
.border-dark-transparent:hover, .border-dark-transparent:active, .border-dark-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-lighten {
  color: #ACACAC;
}
.link-dark-gray-lighten:hover, .link-dark-gray-lighten:active, .link-dark-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-gray-lighten:hover, .border-dark-gray-lighten:active, .border-dark-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-form-control {
  color: #ACACAC;
}
.link-dark-gray-form-control:hover, .link-dark-gray-form-control:active, .link-dark-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-form-control {
  border: 1px solid #ACACAC;
}
.border-dark-gray-form-control:hover, .border-dark-gray-form-control:active, .border-dark-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-lighten-less {
  color: #ACACAC;
}
.link-dark-gray-lighten-less:hover, .link-dark-gray-lighten-less:active, .link-dark-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-lighten-less {
  border: 1px solid #ACACAC;
}
.border-dark-gray-lighten-less:hover, .border-dark-gray-lighten-less:active, .border-dark-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray {
  color: #ACACAC;
}
.link-dark-gray:hover, .link-dark-gray:active, .link-dark-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray {
  border: 1px solid #ACACAC;
}
.border-dark-gray:hover, .border-dark-gray:active, .border-dark-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-profile {
  color: #ACACAC;
}
.link-dark-gray-profile:hover, .link-dark-gray-profile:active, .link-dark-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-profile {
  border: 1px solid #ACACAC;
}
.border-dark-gray-profile:hover, .border-dark-gray-profile:active, .border-dark-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-darken {
  color: #ACACAC;
}
.link-dark-gray-darken:hover, .link-dark-gray-darken:active, .link-dark-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-darken {
  border: 1px solid #ACACAC;
}
.border-dark-gray-darken:hover, .border-dark-gray-darken:active, .border-dark-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-dark {
  color: #ACACAC;
}
.link-dark-gray-dark:hover, .link-dark-gray-dark:active, .link-dark-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-dark {
  border: 1px solid #ACACAC;
}
.border-dark-gray-dark:hover, .border-dark-gray-dark:active, .border-dark-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-dark-headings {
  color: #ACACAC;
}
.link-dark-dark-headings:hover, .link-dark-dark-headings:active, .link-dark-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-dark-headings {
  border: 1px solid #ACACAC;
}
.border-dark-dark-headings:hover, .border-dark-dark-headings:active, .border-dark-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-dark {
  color: #ACACAC;
}
.link-dark-dark:hover, .link-dark-dark:active, .link-dark-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-dark {
  border: 1px solid #ACACAC;
}
.border-dark-dark:hover, .border-dark-dark:active, .border-dark-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-sky {
  color: #ACACAC;
}
.link-dark-sky:hover, .link-dark-sky:active, .link-dark-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-sky {
  border: 1px solid #ACACAC;
}
.border-dark-sky:hover, .border-dark-sky:active, .border-dark-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange {
  color: #ACACAC;
}
.link-dark-orange:hover, .link-dark-orange:active, .link-dark-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange {
  border: 1px solid #ACACAC;
}
.border-dark-orange:hover, .border-dark-orange:active, .border-dark-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-black-lighten {
  color: #ACACAC;
}
.link-dark-black-lighten:hover, .link-dark-black-lighten:active, .link-dark-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-black-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-black-lighten:hover, .border-dark-black-lighten:active, .border-dark-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-red {
  color: #ACACAC;
}
.link-dark-red:hover, .link-dark-red:active, .link-dark-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-red {
  border: 1px solid #ACACAC;
}
.border-dark-red:hover, .border-dark-red:active, .border-dark-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-blue-dark {
  color: #ACACAC;
}
.link-dark-blue-dark:hover, .link-dark-blue-dark:active, .link-dark-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-blue-dark {
  border: 1px solid #ACACAC;
}
.border-dark-blue-dark:hover, .border-dark-blue-dark:active, .border-dark-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-gray-new-light {
  color: #ACACAC;
}
.link-dark-gray-new-light:hover, .link-dark-gray-new-light:active, .link-dark-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-gray-new-light {
  border: 1px solid #ACACAC;
}
.border-dark-gray-new-light:hover, .border-dark-gray-new-light:active, .border-dark-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-dark-orange {
  color: #ACACAC;
}
.link-dark-dark-orange:hover, .link-dark-dark-orange:active, .link-dark-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-dark-orange {
  border: 1px solid #ACACAC;
}
.border-dark-dark-orange:hover, .border-dark-dark-orange:active, .border-dark-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-sky-lighten {
  color: #ACACAC;
}
.link-dark-sky-lighten:hover, .link-dark-sky-lighten:active, .link-dark-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-sky-lighten {
  border: 1px solid #ACACAC;
}
.border-dark-sky-lighten:hover, .border-dark-sky-lighten:active, .border-dark-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-sky-darken {
  color: #ACACAC;
}
.link-dark-sky-darken:hover, .link-dark-sky-darken:active, .link-dark-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-sky-darken {
  border: 1px solid #ACACAC;
}
.border-dark-sky-darken:hover, .border-dark-sky-darken:active, .border-dark-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-sky {
  border: 1px solid #335B4F;
}

.bg-sky, .ui-slider .ui-slider-range, .btn-profile-save-sky {
  background-color: #335B4F;
}

.text-sky, .articles .section-offer-col .offer-bottom-text, .search .section-offer-col .note .note-text, .font-sky {
  color: #335B4F;
}

.text-sky-force, .font-sky-force {
  color: #335B4F !important;
}

.box-shadow-sky {
  box-shadow: 0 0 3px #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-white {
  color: #335B4F;
}
.link-sky-white:hover, .link-sky-white:active, .link-sky-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-white {
  border: 1px solid #335B4F;
}
.border-sky-white:hover, .border-sky-white:active, .border-sky-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-white-smoke {
  color: #335B4F;
}
.link-sky-white-smoke:hover, .link-sky-white-smoke:active, .link-sky-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-white-smoke {
  border: 1px solid #335B4F;
}
.border-sky-white-smoke:hover, .border-sky-white-smoke:active, .border-sky-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-light-orange {
  color: #335B4F;
}
.link-sky-light-orange:hover, .link-sky-light-orange:active, .link-sky-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-light-orange {
  border: 1px solid #335B4F;
}
.border-sky-light-orange:hover, .border-sky-light-orange:active, .border-sky-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-basic-blue {
  color: #335B4F;
}
.link-sky-basic-blue:hover, .link-sky-basic-blue:active, .link-sky-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-basic-blue {
  border: 1px solid #335B4F;
}
.border-sky-basic-blue:hover, .border-sky-basic-blue:active, .border-sky-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-greyish-brown {
  color: #335B4F;
}
.link-sky-greyish-brown:hover, .link-sky-greyish-brown:active, .link-sky-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-greyish-brown {
  border: 1px solid #335B4F;
}
.border-sky-greyish-brown:hover, .border-sky-greyish-brown:active, .border-sky-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-greyish {
  color: #335B4F;
}
.link-sky-greyish:hover, .link-sky-greyish:active, .link-sky-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-greyish {
  border: 1px solid #335B4F;
}
.border-sky-greyish:hover, .border-sky-greyish:active, .border-sky-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-pinkish-grey {
  color: #335B4F;
}
.link-sky-pinkish-grey:hover, .link-sky-pinkish-grey:active, .link-sky-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-pinkish-grey {
  border: 1px solid #335B4F;
}
.border-sky-pinkish-grey:hover, .border-sky-pinkish-grey:active, .border-sky-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-warm-grey {
  color: #335B4F;
}
.link-sky-warm-grey:hover, .link-sky-warm-grey:active, .link-sky-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-warm-grey {
  border: 1px solid #335B4F;
}
.border-sky-warm-grey:hover, .border-sky-warm-grey:active, .border-sky-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-black {
  color: #335B4F;
}
.link-sky-black:hover, .link-sky-black:active, .link-sky-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-black {
  border: 1px solid #335B4F;
}
.border-sky-black:hover, .border-sky-black:active, .border-sky-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-transparent {
  color: #335B4F;
}
.link-sky-transparent:hover, .link-sky-transparent:active, .link-sky-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-transparent {
  border: 1px solid #335B4F;
}
.border-sky-transparent:hover, .border-sky-transparent:active, .border-sky-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-lighten {
  color: #335B4F;
}
.link-sky-gray-lighten:hover, .link-sky-gray-lighten:active, .link-sky-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-lighten {
  border: 1px solid #335B4F;
}
.border-sky-gray-lighten:hover, .border-sky-gray-lighten:active, .border-sky-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-form-control {
  color: #335B4F;
}
.link-sky-gray-form-control:hover, .link-sky-gray-form-control:active, .link-sky-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-form-control {
  border: 1px solid #335B4F;
}
.border-sky-gray-form-control:hover, .border-sky-gray-form-control:active, .border-sky-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-lighten-less {
  color: #335B4F;
}
.link-sky-gray-lighten-less:hover, .link-sky-gray-lighten-less:active, .link-sky-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-lighten-less {
  border: 1px solid #335B4F;
}
.border-sky-gray-lighten-less:hover, .border-sky-gray-lighten-less:active, .border-sky-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray {
  color: #335B4F;
}
.link-sky-gray:hover, .link-sky-gray:active, .link-sky-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray {
  border: 1px solid #335B4F;
}
.border-sky-gray:hover, .border-sky-gray:active, .border-sky-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-profile {
  color: #335B4F;
}
.link-sky-gray-profile:hover, .link-sky-gray-profile:active, .link-sky-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-profile {
  border: 1px solid #335B4F;
}
.border-sky-gray-profile:hover, .border-sky-gray-profile:active, .border-sky-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-darken {
  color: #335B4F;
}
.link-sky-gray-darken:hover, .link-sky-gray-darken:active, .link-sky-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-darken {
  border: 1px solid #335B4F;
}
.border-sky-gray-darken:hover, .border-sky-gray-darken:active, .border-sky-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-dark {
  color: #335B4F;
}
.link-sky-gray-dark:hover, .link-sky-gray-dark:active, .link-sky-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-dark {
  border: 1px solid #335B4F;
}
.border-sky-gray-dark:hover, .border-sky-gray-dark:active, .border-sky-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-dark-headings {
  color: #335B4F;
}
.link-sky-dark-headings:hover, .link-sky-dark-headings:active, .link-sky-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-dark-headings {
  border: 1px solid #335B4F;
}
.border-sky-dark-headings:hover, .border-sky-dark-headings:active, .border-sky-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-dark {
  color: #335B4F;
}
.link-sky-dark:hover, .link-sky-dark:active, .link-sky-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-dark {
  border: 1px solid #335B4F;
}
.border-sky-dark:hover, .border-sky-dark:active, .border-sky-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-sky {
  color: #335B4F;
}
.link-sky-sky:hover, .link-sky-sky:active, .link-sky-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-sky {
  border: 1px solid #335B4F;
}
.border-sky-sky:hover, .border-sky-sky:active, .border-sky-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-orange, .paginator a, .btn-search-tag, .btn-search-result-tag, .btn-search-submit {
  color: #335B4F;
}
.link-sky-orange:hover, .paginator a:hover, .btn-search-tag:hover, .btn-search-result-tag:hover, .btn-search-submit:hover, .link-sky-orange:active, .paginator a:active, .btn-search-tag:active, .btn-search-result-tag:active, .btn-search-submit:active, .link-sky-orange.active, .paginator a.active, .active.btn-search-tag, .active.btn-search-result-tag, .active.btn-search-submit {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-orange, .btn-search-tag, .btn-search-result-tag, .btn-search-submit {
  border: 1px solid #335B4F;
}
.border-sky-orange:hover, .btn-search-tag:hover, .btn-search-result-tag:hover, .btn-search-submit:hover, .border-sky-orange:active, .btn-search-tag:active, .btn-search-result-tag:active, .btn-search-submit:active, .border-sky-orange.active, .active.btn-search-tag, .active.btn-search-result-tag, .active.btn-search-submit {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-black-lighten {
  color: #335B4F;
}
.link-sky-black-lighten:hover, .link-sky-black-lighten:active, .link-sky-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-black-lighten {
  border: 1px solid #335B4F;
}
.border-sky-black-lighten:hover, .border-sky-black-lighten:active, .border-sky-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-red {
  color: #335B4F;
}
.link-sky-red:hover, .link-sky-red:active, .link-sky-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-red {
  border: 1px solid #335B4F;
}
.border-sky-red:hover, .border-sky-red:active, .border-sky-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-blue-dark {
  color: #335B4F;
}
.link-sky-blue-dark:hover, .link-sky-blue-dark:active, .link-sky-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-blue-dark {
  border: 1px solid #335B4F;
}
.border-sky-blue-dark:hover, .border-sky-blue-dark:active, .border-sky-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-gray-new-light {
  color: #335B4F;
}
.link-sky-gray-new-light:hover, .link-sky-gray-new-light:active, .link-sky-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-gray-new-light {
  border: 1px solid #335B4F;
}
.border-sky-gray-new-light:hover, .border-sky-gray-new-light:active, .border-sky-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-dark-orange {
  color: #335B4F;
}
.link-sky-dark-orange:hover, .link-sky-dark-orange:active, .link-sky-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-dark-orange {
  border: 1px solid #335B4F;
}
.border-sky-dark-orange:hover, .border-sky-dark-orange:active, .border-sky-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-sky-lighten {
  color: #335B4F;
}
.link-sky-sky-lighten:hover, .link-sky-sky-lighten:active, .link-sky-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-sky-lighten {
  border: 1px solid #335B4F;
}
.border-sky-sky-lighten:hover, .border-sky-sky-lighten:active, .border-sky-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-sky-darken {
  color: #335B4F;
}
.link-sky-sky-darken:hover, .link-sky-sky-darken:active, .link-sky-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-sky-darken {
  border: 1px solid #335B4F;
}
.border-sky-sky-darken:hover, .border-sky-sky-darken:active, .border-sky-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-orange, .form-control.form-control-orange-outline {
  border: 1px solid #B0F322;
}

.bg-orange, .btn-profile-save-orange {
  background-color: #B0F322;
}

.text-orange, .font-orange {
  color: #B0F322;
}

.text-orange-force, .font-orange-force {
  color: #B0F322 !important;
}

.box-shadow-orange {
  box-shadow: 0 0 3px #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-white {
  color: #B0F322;
}
.link-orange-white:hover, .link-orange-white:active, .link-orange-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-white {
  border: 1px solid #B0F322;
}
.border-orange-white:hover, .border-orange-white:active, .border-orange-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-white-smoke {
  color: #B0F322;
}
.link-orange-white-smoke:hover, .link-orange-white-smoke:active, .link-orange-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-white-smoke {
  border: 1px solid #B0F322;
}
.border-orange-white-smoke:hover, .border-orange-white-smoke:active, .border-orange-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-light-orange {
  color: #B0F322;
}
.link-orange-light-orange:hover, .link-orange-light-orange:active, .link-orange-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-light-orange {
  border: 1px solid #B0F322;
}
.border-orange-light-orange:hover, .border-orange-light-orange:active, .border-orange-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-basic-blue {
  color: #B0F322;
}
.link-orange-basic-blue:hover, .link-orange-basic-blue:active, .link-orange-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-basic-blue {
  border: 1px solid #B0F322;
}
.border-orange-basic-blue:hover, .border-orange-basic-blue:active, .border-orange-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-greyish-brown {
  color: #B0F322;
}
.link-orange-greyish-brown:hover, .link-orange-greyish-brown:active, .link-orange-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-greyish-brown {
  border: 1px solid #B0F322;
}
.border-orange-greyish-brown:hover, .border-orange-greyish-brown:active, .border-orange-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-greyish {
  color: #B0F322;
}
.link-orange-greyish:hover, .link-orange-greyish:active, .link-orange-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-greyish {
  border: 1px solid #B0F322;
}
.border-orange-greyish:hover, .border-orange-greyish:active, .border-orange-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-pinkish-grey {
  color: #B0F322;
}
.link-orange-pinkish-grey:hover, .link-orange-pinkish-grey:active, .link-orange-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-pinkish-grey {
  border: 1px solid #B0F322;
}
.border-orange-pinkish-grey:hover, .border-orange-pinkish-grey:active, .border-orange-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-warm-grey {
  color: #B0F322;
}
.link-orange-warm-grey:hover, .link-orange-warm-grey:active, .link-orange-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-warm-grey {
  border: 1px solid #B0F322;
}
.border-orange-warm-grey:hover, .border-orange-warm-grey:active, .border-orange-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-black {
  color: #B0F322;
}
.link-orange-black:hover, .link-orange-black:active, .link-orange-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-black {
  border: 1px solid #B0F322;
}
.border-orange-black:hover, .border-orange-black:active, .border-orange-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-transparent {
  color: #B0F322;
}
.link-orange-transparent:hover, .link-orange-transparent:active, .link-orange-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-transparent {
  border: 1px solid #B0F322;
}
.border-orange-transparent:hover, .border-orange-transparent:active, .border-orange-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-lighten {
  color: #B0F322;
}
.link-orange-gray-lighten:hover, .link-orange-gray-lighten:active, .link-orange-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-lighten {
  border: 1px solid #B0F322;
}
.border-orange-gray-lighten:hover, .border-orange-gray-lighten:active, .border-orange-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-form-control {
  color: #B0F322;
}
.link-orange-gray-form-control:hover, .link-orange-gray-form-control:active, .link-orange-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-form-control {
  border: 1px solid #B0F322;
}
.border-orange-gray-form-control:hover, .border-orange-gray-form-control:active, .border-orange-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-lighten-less {
  color: #B0F322;
}
.link-orange-gray-lighten-less:hover, .link-orange-gray-lighten-less:active, .link-orange-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-lighten-less {
  border: 1px solid #B0F322;
}
.border-orange-gray-lighten-less:hover, .border-orange-gray-lighten-less:active, .border-orange-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray {
  color: #B0F322;
}
.link-orange-gray:hover, .link-orange-gray:active, .link-orange-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray {
  border: 1px solid #B0F322;
}
.border-orange-gray:hover, .border-orange-gray:active, .border-orange-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-profile {
  color: #B0F322;
}
.link-orange-gray-profile:hover, .link-orange-gray-profile:active, .link-orange-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-profile {
  border: 1px solid #B0F322;
}
.border-orange-gray-profile:hover, .border-orange-gray-profile:active, .border-orange-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-darken {
  color: #B0F322;
}
.link-orange-gray-darken:hover, .link-orange-gray-darken:active, .link-orange-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-darken {
  border: 1px solid #B0F322;
}
.border-orange-gray-darken:hover, .border-orange-gray-darken:active, .border-orange-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-dark {
  color: #B0F322;
}
.link-orange-gray-dark:hover, .link-orange-gray-dark:active, .link-orange-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-dark {
  border: 1px solid #B0F322;
}
.border-orange-gray-dark:hover, .border-orange-gray-dark:active, .border-orange-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-dark-headings {
  color: #B0F322;
}
.link-orange-dark-headings:hover, .link-orange-dark-headings:active, .link-orange-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-dark-headings {
  border: 1px solid #B0F322;
}
.border-orange-dark-headings:hover, .border-orange-dark-headings:active, .border-orange-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-dark {
  color: #B0F322;
}
.link-orange-dark:hover, .link-orange-dark:active, .link-orange-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-dark {
  border: 1px solid #B0F322;
}
.border-orange-dark:hover, .border-orange-dark:active, .border-orange-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-sky {
  color: #B0F322;
}
.link-orange-sky:hover, .link-orange-sky:active, .link-orange-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-sky {
  border: 1px solid #B0F322;
}
.border-orange-sky:hover, .border-orange-sky:active, .border-orange-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-orange {
  color: #B0F322;
}
.link-orange-orange:hover, .link-orange-orange:active, .link-orange-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-orange {
  border: 1px solid #B0F322;
}
.border-orange-orange:hover, .border-orange-orange:active, .border-orange-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-black-lighten {
  color: #B0F322;
}
.link-orange-black-lighten:hover, .link-orange-black-lighten:active, .link-orange-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-black-lighten {
  border: 1px solid #B0F322;
}
.border-orange-black-lighten:hover, .border-orange-black-lighten:active, .border-orange-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-red {
  color: #B0F322;
}
.link-orange-red:hover, .link-orange-red:active, .link-orange-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-red {
  border: 1px solid #B0F322;
}
.border-orange-red:hover, .border-orange-red:active, .border-orange-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-blue-dark {
  color: #B0F322;
}
.link-orange-blue-dark:hover, .link-orange-blue-dark:active, .link-orange-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-blue-dark {
  border: 1px solid #B0F322;
}
.border-orange-blue-dark:hover, .border-orange-blue-dark:active, .border-orange-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-gray-new-light {
  color: #B0F322;
}
.link-orange-gray-new-light:hover, .link-orange-gray-new-light:active, .link-orange-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-gray-new-light {
  border: 1px solid #B0F322;
}
.border-orange-gray-new-light:hover, .border-orange-gray-new-light:active, .border-orange-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-dark-orange {
  color: #B0F322;
}
.link-orange-dark-orange:hover, .link-orange-dark-orange:active, .link-orange-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-dark-orange {
  border: 1px solid #B0F322;
}
.border-orange-dark-orange:hover, .border-orange-dark-orange:active, .border-orange-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-sky-lighten {
  color: #B0F322;
}
.link-orange-sky-lighten:hover, .link-orange-sky-lighten:active, .link-orange-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-sky-lighten {
  border: 1px solid #B0F322;
}
.border-orange-sky-lighten:hover, .border-orange-sky-lighten:active, .border-orange-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-orange-sky-darken {
  color: #B0F322;
}
.link-orange-sky-darken:hover, .link-orange-sky-darken:active, .link-orange-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-orange-sky-darken {
  border: 1px solid #B0F322;
}
.border-orange-sky-darken:hover, .border-orange-sky-darken:active, .border-orange-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-black-lighten {
  border: 1px solid #121820;
}

.bg-black-lighten {
  background-color: #121820;
}

.text-black-lighten, .product-description p, .font-black-lighten {
  color: #121820;
}

.text-black-lighten-force, .font-black-lighten-force {
  color: #121820 !important;
}

.box-shadow-black-lighten {
  box-shadow: 0 0 3px #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-white {
  color: #121820;
}
.link-black-lighten-white:hover, .link-black-lighten-white:active, .link-black-lighten-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-white {
  border: 1px solid #121820;
}
.border-black-lighten-white:hover, .border-black-lighten-white:active, .border-black-lighten-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-white-smoke {
  color: #121820;
}
.link-black-lighten-white-smoke:hover, .link-black-lighten-white-smoke:active, .link-black-lighten-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-white-smoke {
  border: 1px solid #121820;
}
.border-black-lighten-white-smoke:hover, .border-black-lighten-white-smoke:active, .border-black-lighten-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-light-orange {
  color: #121820;
}
.link-black-lighten-light-orange:hover, .link-black-lighten-light-orange:active, .link-black-lighten-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-light-orange {
  border: 1px solid #121820;
}
.border-black-lighten-light-orange:hover, .border-black-lighten-light-orange:active, .border-black-lighten-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-basic-blue {
  color: #121820;
}
.link-black-lighten-basic-blue:hover, .link-black-lighten-basic-blue:active, .link-black-lighten-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-basic-blue {
  border: 1px solid #121820;
}
.border-black-lighten-basic-blue:hover, .border-black-lighten-basic-blue:active, .border-black-lighten-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-greyish-brown {
  color: #121820;
}
.link-black-lighten-greyish-brown:hover, .link-black-lighten-greyish-brown:active, .link-black-lighten-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-greyish-brown {
  border: 1px solid #121820;
}
.border-black-lighten-greyish-brown:hover, .border-black-lighten-greyish-brown:active, .border-black-lighten-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-greyish {
  color: #121820;
}
.link-black-lighten-greyish:hover, .link-black-lighten-greyish:active, .link-black-lighten-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-greyish {
  border: 1px solid #121820;
}
.border-black-lighten-greyish:hover, .border-black-lighten-greyish:active, .border-black-lighten-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-pinkish-grey {
  color: #121820;
}
.link-black-lighten-pinkish-grey:hover, .link-black-lighten-pinkish-grey:active, .link-black-lighten-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-pinkish-grey {
  border: 1px solid #121820;
}
.border-black-lighten-pinkish-grey:hover, .border-black-lighten-pinkish-grey:active, .border-black-lighten-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-warm-grey {
  color: #121820;
}
.link-black-lighten-warm-grey:hover, .link-black-lighten-warm-grey:active, .link-black-lighten-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-warm-grey {
  border: 1px solid #121820;
}
.border-black-lighten-warm-grey:hover, .border-black-lighten-warm-grey:active, .border-black-lighten-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-black {
  color: #121820;
}
.link-black-lighten-black:hover, .link-black-lighten-black:active, .link-black-lighten-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-black {
  border: 1px solid #121820;
}
.border-black-lighten-black:hover, .border-black-lighten-black:active, .border-black-lighten-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-transparent {
  color: #121820;
}
.link-black-lighten-transparent:hover, .link-black-lighten-transparent:active, .link-black-lighten-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-transparent {
  border: 1px solid #121820;
}
.border-black-lighten-transparent:hover, .border-black-lighten-transparent:active, .border-black-lighten-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-lighten {
  color: #121820;
}
.link-black-lighten-gray-lighten:hover, .link-black-lighten-gray-lighten:active, .link-black-lighten-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-lighten {
  border: 1px solid #121820;
}
.border-black-lighten-gray-lighten:hover, .border-black-lighten-gray-lighten:active, .border-black-lighten-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-form-control {
  color: #121820;
}
.link-black-lighten-gray-form-control:hover, .link-black-lighten-gray-form-control:active, .link-black-lighten-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-form-control {
  border: 1px solid #121820;
}
.border-black-lighten-gray-form-control:hover, .border-black-lighten-gray-form-control:active, .border-black-lighten-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-lighten-less {
  color: #121820;
}
.link-black-lighten-gray-lighten-less:hover, .link-black-lighten-gray-lighten-less:active, .link-black-lighten-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-lighten-less {
  border: 1px solid #121820;
}
.border-black-lighten-gray-lighten-less:hover, .border-black-lighten-gray-lighten-less:active, .border-black-lighten-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray {
  color: #121820;
}
.link-black-lighten-gray:hover, .link-black-lighten-gray:active, .link-black-lighten-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray {
  border: 1px solid #121820;
}
.border-black-lighten-gray:hover, .border-black-lighten-gray:active, .border-black-lighten-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-profile {
  color: #121820;
}
.link-black-lighten-gray-profile:hover, .link-black-lighten-gray-profile:active, .link-black-lighten-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-profile {
  border: 1px solid #121820;
}
.border-black-lighten-gray-profile:hover, .border-black-lighten-gray-profile:active, .border-black-lighten-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-darken {
  color: #121820;
}
.link-black-lighten-gray-darken:hover, .link-black-lighten-gray-darken:active, .link-black-lighten-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-darken {
  border: 1px solid #121820;
}
.border-black-lighten-gray-darken:hover, .border-black-lighten-gray-darken:active, .border-black-lighten-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-dark {
  color: #121820;
}
.link-black-lighten-gray-dark:hover, .link-black-lighten-gray-dark:active, .link-black-lighten-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-dark {
  border: 1px solid #121820;
}
.border-black-lighten-gray-dark:hover, .border-black-lighten-gray-dark:active, .border-black-lighten-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-dark-headings {
  color: #121820;
}
.link-black-lighten-dark-headings:hover, .link-black-lighten-dark-headings:active, .link-black-lighten-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-dark-headings {
  border: 1px solid #121820;
}
.border-black-lighten-dark-headings:hover, .border-black-lighten-dark-headings:active, .border-black-lighten-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-dark {
  color: #121820;
}
.link-black-lighten-dark:hover, .link-black-lighten-dark:active, .link-black-lighten-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-dark {
  border: 1px solid #121820;
}
.border-black-lighten-dark:hover, .border-black-lighten-dark:active, .border-black-lighten-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-sky {
  color: #121820;
}
.link-black-lighten-sky:hover, .link-black-lighten-sky:active, .link-black-lighten-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-sky {
  border: 1px solid #121820;
}
.border-black-lighten-sky:hover, .border-black-lighten-sky:active, .border-black-lighten-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-orange {
  color: #121820;
}
.link-black-lighten-orange:hover, .link-black-lighten-orange:active, .link-black-lighten-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-orange {
  border: 1px solid #121820;
}
.border-black-lighten-orange:hover, .border-black-lighten-orange:active, .border-black-lighten-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-black-lighten {
  color: #121820;
}
.link-black-lighten-black-lighten:hover, .link-black-lighten-black-lighten:active, .link-black-lighten-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-black-lighten {
  border: 1px solid #121820;
}
.border-black-lighten-black-lighten:hover, .border-black-lighten-black-lighten:active, .border-black-lighten-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-red {
  color: #121820;
}
.link-black-lighten-red:hover, .link-black-lighten-red:active, .link-black-lighten-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-red {
  border: 1px solid #121820;
}
.border-black-lighten-red:hover, .border-black-lighten-red:active, .border-black-lighten-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-blue-dark {
  color: #121820;
}
.link-black-lighten-blue-dark:hover, .link-black-lighten-blue-dark:active, .link-black-lighten-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-blue-dark {
  border: 1px solid #121820;
}
.border-black-lighten-blue-dark:hover, .border-black-lighten-blue-dark:active, .border-black-lighten-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-gray-new-light {
  color: #121820;
}
.link-black-lighten-gray-new-light:hover, .link-black-lighten-gray-new-light:active, .link-black-lighten-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-gray-new-light {
  border: 1px solid #121820;
}
.border-black-lighten-gray-new-light:hover, .border-black-lighten-gray-new-light:active, .border-black-lighten-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-dark-orange {
  color: #121820;
}
.link-black-lighten-dark-orange:hover, .link-black-lighten-dark-orange:active, .link-black-lighten-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-dark-orange {
  border: 1px solid #121820;
}
.border-black-lighten-dark-orange:hover, .border-black-lighten-dark-orange:active, .border-black-lighten-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-sky-lighten {
  color: #121820;
}
.link-black-lighten-sky-lighten:hover, .link-black-lighten-sky-lighten:active, .link-black-lighten-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-sky-lighten {
  border: 1px solid #121820;
}
.border-black-lighten-sky-lighten:hover, .border-black-lighten-sky-lighten:active, .border-black-lighten-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-black-lighten-sky-darken {
  color: #121820;
}
.link-black-lighten-sky-darken:hover, .link-black-lighten-sky-darken:active, .link-black-lighten-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-black-lighten-sky-darken {
  border: 1px solid #121820;
}
.border-black-lighten-sky-darken:hover, .border-black-lighten-sky-darken:active, .border-black-lighten-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-red {
  border: 1px solid #B3261E;
}

.bg-red {
  background-color: #B3261E;
}

.text-red, .font-red {
  color: #B3261E;
}

.text-red-force, .font-red-force {
  color: #B3261E !important;
}

.box-shadow-red {
  box-shadow: 0 0 3px #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-white {
  color: #B3261E;
}
.link-red-white:hover, .link-red-white:active, .link-red-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-white {
  border: 1px solid #B3261E;
}
.border-red-white:hover, .border-red-white:active, .border-red-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-white-smoke {
  color: #B3261E;
}
.link-red-white-smoke:hover, .link-red-white-smoke:active, .link-red-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-white-smoke {
  border: 1px solid #B3261E;
}
.border-red-white-smoke:hover, .border-red-white-smoke:active, .border-red-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-light-orange {
  color: #B3261E;
}
.link-red-light-orange:hover, .link-red-light-orange:active, .link-red-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-light-orange {
  border: 1px solid #B3261E;
}
.border-red-light-orange:hover, .border-red-light-orange:active, .border-red-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-basic-blue {
  color: #B3261E;
}
.link-red-basic-blue:hover, .link-red-basic-blue:active, .link-red-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-basic-blue {
  border: 1px solid #B3261E;
}
.border-red-basic-blue:hover, .border-red-basic-blue:active, .border-red-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-greyish-brown {
  color: #B3261E;
}
.link-red-greyish-brown:hover, .link-red-greyish-brown:active, .link-red-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-greyish-brown {
  border: 1px solid #B3261E;
}
.border-red-greyish-brown:hover, .border-red-greyish-brown:active, .border-red-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-greyish {
  color: #B3261E;
}
.link-red-greyish:hover, .link-red-greyish:active, .link-red-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-greyish {
  border: 1px solid #B3261E;
}
.border-red-greyish:hover, .border-red-greyish:active, .border-red-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-pinkish-grey {
  color: #B3261E;
}
.link-red-pinkish-grey:hover, .link-red-pinkish-grey:active, .link-red-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-pinkish-grey {
  border: 1px solid #B3261E;
}
.border-red-pinkish-grey:hover, .border-red-pinkish-grey:active, .border-red-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-warm-grey {
  color: #B3261E;
}
.link-red-warm-grey:hover, .link-red-warm-grey:active, .link-red-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-warm-grey {
  border: 1px solid #B3261E;
}
.border-red-warm-grey:hover, .border-red-warm-grey:active, .border-red-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-black {
  color: #B3261E;
}
.link-red-black:hover, .link-red-black:active, .link-red-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-black {
  border: 1px solid #B3261E;
}
.border-red-black:hover, .border-red-black:active, .border-red-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-transparent {
  color: #B3261E;
}
.link-red-transparent:hover, .link-red-transparent:active, .link-red-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-transparent {
  border: 1px solid #B3261E;
}
.border-red-transparent:hover, .border-red-transparent:active, .border-red-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-lighten {
  color: #B3261E;
}
.link-red-gray-lighten:hover, .link-red-gray-lighten:active, .link-red-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-lighten {
  border: 1px solid #B3261E;
}
.border-red-gray-lighten:hover, .border-red-gray-lighten:active, .border-red-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-form-control {
  color: #B3261E;
}
.link-red-gray-form-control:hover, .link-red-gray-form-control:active, .link-red-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-form-control {
  border: 1px solid #B3261E;
}
.border-red-gray-form-control:hover, .border-red-gray-form-control:active, .border-red-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-lighten-less {
  color: #B3261E;
}
.link-red-gray-lighten-less:hover, .link-red-gray-lighten-less:active, .link-red-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-lighten-less {
  border: 1px solid #B3261E;
}
.border-red-gray-lighten-less:hover, .border-red-gray-lighten-less:active, .border-red-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray {
  color: #B3261E;
}
.link-red-gray:hover, .link-red-gray:active, .link-red-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray {
  border: 1px solid #B3261E;
}
.border-red-gray:hover, .border-red-gray:active, .border-red-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-profile {
  color: #B3261E;
}
.link-red-gray-profile:hover, .link-red-gray-profile:active, .link-red-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-profile {
  border: 1px solid #B3261E;
}
.border-red-gray-profile:hover, .border-red-gray-profile:active, .border-red-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-darken {
  color: #B3261E;
}
.link-red-gray-darken:hover, .link-red-gray-darken:active, .link-red-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-darken {
  border: 1px solid #B3261E;
}
.border-red-gray-darken:hover, .border-red-gray-darken:active, .border-red-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-dark {
  color: #B3261E;
}
.link-red-gray-dark:hover, .link-red-gray-dark:active, .link-red-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-dark {
  border: 1px solid #B3261E;
}
.border-red-gray-dark:hover, .border-red-gray-dark:active, .border-red-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-dark-headings {
  color: #B3261E;
}
.link-red-dark-headings:hover, .link-red-dark-headings:active, .link-red-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-dark-headings {
  border: 1px solid #B3261E;
}
.border-red-dark-headings:hover, .border-red-dark-headings:active, .border-red-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-dark {
  color: #B3261E;
}
.link-red-dark:hover, .link-red-dark:active, .link-red-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-dark {
  border: 1px solid #B3261E;
}
.border-red-dark:hover, .border-red-dark:active, .border-red-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-sky {
  color: #B3261E;
}
.link-red-sky:hover, .link-red-sky:active, .link-red-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-sky {
  border: 1px solid #B3261E;
}
.border-red-sky:hover, .border-red-sky:active, .border-red-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-orange {
  color: #B3261E;
}
.link-red-orange:hover, .link-red-orange:active, .link-red-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-orange {
  border: 1px solid #B3261E;
}
.border-red-orange:hover, .border-red-orange:active, .border-red-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-black-lighten {
  color: #B3261E;
}
.link-red-black-lighten:hover, .link-red-black-lighten:active, .link-red-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-black-lighten {
  border: 1px solid #B3261E;
}
.border-red-black-lighten:hover, .border-red-black-lighten:active, .border-red-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-red {
  color: #B3261E;
}
.link-red-red:hover, .link-red-red:active, .link-red-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-red {
  border: 1px solid #B3261E;
}
.border-red-red:hover, .border-red-red:active, .border-red-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-blue-dark {
  color: #B3261E;
}
.link-red-blue-dark:hover, .link-red-blue-dark:active, .link-red-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-blue-dark {
  border: 1px solid #B3261E;
}
.border-red-blue-dark:hover, .border-red-blue-dark:active, .border-red-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-gray-new-light {
  color: #B3261E;
}
.link-red-gray-new-light:hover, .link-red-gray-new-light:active, .link-red-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-gray-new-light {
  border: 1px solid #B3261E;
}
.border-red-gray-new-light:hover, .border-red-gray-new-light:active, .border-red-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-dark-orange {
  color: #B3261E;
}
.link-red-dark-orange:hover, .link-red-dark-orange:active, .link-red-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-dark-orange {
  border: 1px solid #B3261E;
}
.border-red-dark-orange:hover, .border-red-dark-orange:active, .border-red-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-sky-lighten {
  color: #B3261E;
}
.link-red-sky-lighten:hover, .link-red-sky-lighten:active, .link-red-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-sky-lighten {
  border: 1px solid #B3261E;
}
.border-red-sky-lighten:hover, .border-red-sky-lighten:active, .border-red-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-red-sky-darken {
  color: #B3261E;
}
.link-red-sky-darken:hover, .link-red-sky-darken:active, .link-red-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-red-sky-darken {
  border: 1px solid #B3261E;
}
.border-red-sky-darken:hover, .border-red-sky-darken:active, .border-red-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-blue-dark {
  border: 1px solid #A1DF1D;
}

.bg-blue-dark {
  background-color: #A1DF1D;
}

.text-blue-dark, .font-blue-dark {
  color: #A1DF1D;
}

.text-blue-dark-force, .font-blue-dark-force {
  color: #A1DF1D !important;
}

.box-shadow-blue-dark {
  box-shadow: 0 0 3px #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-white {
  color: #A1DF1D;
}
.link-blue-dark-white:hover, .link-blue-dark-white:active, .link-blue-dark-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-white {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-white:hover, .border-blue-dark-white:active, .border-blue-dark-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-white-smoke {
  color: #A1DF1D;
}
.link-blue-dark-white-smoke:hover, .link-blue-dark-white-smoke:active, .link-blue-dark-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-white-smoke {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-white-smoke:hover, .border-blue-dark-white-smoke:active, .border-blue-dark-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-light-orange {
  color: #A1DF1D;
}
.link-blue-dark-light-orange:hover, .link-blue-dark-light-orange:active, .link-blue-dark-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-light-orange {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-light-orange:hover, .border-blue-dark-light-orange:active, .border-blue-dark-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-basic-blue {
  color: #A1DF1D;
}
.link-blue-dark-basic-blue:hover, .link-blue-dark-basic-blue:active, .link-blue-dark-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-basic-blue {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-basic-blue:hover, .border-blue-dark-basic-blue:active, .border-blue-dark-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-greyish-brown {
  color: #A1DF1D;
}
.link-blue-dark-greyish-brown:hover, .link-blue-dark-greyish-brown:active, .link-blue-dark-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-greyish-brown {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-greyish-brown:hover, .border-blue-dark-greyish-brown:active, .border-blue-dark-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-greyish {
  color: #A1DF1D;
}
.link-blue-dark-greyish:hover, .link-blue-dark-greyish:active, .link-blue-dark-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-greyish {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-greyish:hover, .border-blue-dark-greyish:active, .border-blue-dark-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-pinkish-grey {
  color: #A1DF1D;
}
.link-blue-dark-pinkish-grey:hover, .link-blue-dark-pinkish-grey:active, .link-blue-dark-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-pinkish-grey {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-pinkish-grey:hover, .border-blue-dark-pinkish-grey:active, .border-blue-dark-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-warm-grey {
  color: #A1DF1D;
}
.link-blue-dark-warm-grey:hover, .link-blue-dark-warm-grey:active, .link-blue-dark-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-warm-grey {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-warm-grey:hover, .border-blue-dark-warm-grey:active, .border-blue-dark-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-black {
  color: #A1DF1D;
}
.link-blue-dark-black:hover, .link-blue-dark-black:active, .link-blue-dark-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-black {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-black:hover, .border-blue-dark-black:active, .border-blue-dark-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-transparent {
  color: #A1DF1D;
}
.link-blue-dark-transparent:hover, .link-blue-dark-transparent:active, .link-blue-dark-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-transparent {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-transparent:hover, .border-blue-dark-transparent:active, .border-blue-dark-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-lighten {
  color: #A1DF1D;
}
.link-blue-dark-gray-lighten:hover, .link-blue-dark-gray-lighten:active, .link-blue-dark-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-lighten {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-lighten:hover, .border-blue-dark-gray-lighten:active, .border-blue-dark-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-form-control {
  color: #A1DF1D;
}
.link-blue-dark-gray-form-control:hover, .link-blue-dark-gray-form-control:active, .link-blue-dark-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-form-control {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-form-control:hover, .border-blue-dark-gray-form-control:active, .border-blue-dark-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-lighten-less {
  color: #A1DF1D;
}
.link-blue-dark-gray-lighten-less:hover, .link-blue-dark-gray-lighten-less:active, .link-blue-dark-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-lighten-less {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-lighten-less:hover, .border-blue-dark-gray-lighten-less:active, .border-blue-dark-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray {
  color: #A1DF1D;
}
.link-blue-dark-gray:hover, .link-blue-dark-gray:active, .link-blue-dark-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray:hover, .border-blue-dark-gray:active, .border-blue-dark-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-profile {
  color: #A1DF1D;
}
.link-blue-dark-gray-profile:hover, .link-blue-dark-gray-profile:active, .link-blue-dark-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-profile {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-profile:hover, .border-blue-dark-gray-profile:active, .border-blue-dark-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-darken {
  color: #A1DF1D;
}
.link-blue-dark-gray-darken:hover, .link-blue-dark-gray-darken:active, .link-blue-dark-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-darken {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-darken:hover, .border-blue-dark-gray-darken:active, .border-blue-dark-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-dark {
  color: #A1DF1D;
}
.link-blue-dark-gray-dark:hover, .link-blue-dark-gray-dark:active, .link-blue-dark-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-dark {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-dark:hover, .border-blue-dark-gray-dark:active, .border-blue-dark-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-dark-headings {
  color: #A1DF1D;
}
.link-blue-dark-dark-headings:hover, .link-blue-dark-dark-headings:active, .link-blue-dark-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-dark-headings {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-dark-headings:hover, .border-blue-dark-dark-headings:active, .border-blue-dark-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-dark {
  color: #A1DF1D;
}
.link-blue-dark-dark:hover, .link-blue-dark-dark:active, .link-blue-dark-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-dark {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-dark:hover, .border-blue-dark-dark:active, .border-blue-dark-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-sky {
  color: #A1DF1D;
}
.link-blue-dark-sky:hover, .link-blue-dark-sky:active, .link-blue-dark-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-sky {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-sky:hover, .border-blue-dark-sky:active, .border-blue-dark-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-orange {
  color: #A1DF1D;
}
.link-blue-dark-orange:hover, .link-blue-dark-orange:active, .link-blue-dark-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-orange {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-orange:hover, .border-blue-dark-orange:active, .border-blue-dark-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-black-lighten {
  color: #A1DF1D;
}
.link-blue-dark-black-lighten:hover, .link-blue-dark-black-lighten:active, .link-blue-dark-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-black-lighten {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-black-lighten:hover, .border-blue-dark-black-lighten:active, .border-blue-dark-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-red {
  color: #A1DF1D;
}
.link-blue-dark-red:hover, .link-blue-dark-red:active, .link-blue-dark-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-red {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-red:hover, .border-blue-dark-red:active, .border-blue-dark-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-blue-dark {
  color: #A1DF1D;
}
.link-blue-dark-blue-dark:hover, .link-blue-dark-blue-dark:active, .link-blue-dark-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-blue-dark {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-blue-dark:hover, .border-blue-dark-blue-dark:active, .border-blue-dark-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-gray-new-light {
  color: #A1DF1D;
}
.link-blue-dark-gray-new-light:hover, .link-blue-dark-gray-new-light:active, .link-blue-dark-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-gray-new-light {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-gray-new-light:hover, .border-blue-dark-gray-new-light:active, .border-blue-dark-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-dark-orange {
  color: #A1DF1D;
}
.link-blue-dark-dark-orange:hover, .link-blue-dark-dark-orange:active, .link-blue-dark-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-dark-orange {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-dark-orange:hover, .border-blue-dark-dark-orange:active, .border-blue-dark-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-sky-lighten {
  color: #A1DF1D;
}
.link-blue-dark-sky-lighten:hover, .link-blue-dark-sky-lighten:active, .link-blue-dark-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-sky-lighten {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-sky-lighten:hover, .border-blue-dark-sky-lighten:active, .border-blue-dark-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-blue-dark-sky-darken {
  color: #A1DF1D;
}
.link-blue-dark-sky-darken:hover, .link-blue-dark-sky-darken:active, .link-blue-dark-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-blue-dark-sky-darken {
  border: 1px solid #A1DF1D;
}
.border-blue-dark-sky-darken:hover, .border-blue-dark-sky-darken:active, .border-blue-dark-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-gray-new-light {
  border: 1px solid #121820;
}

.bg-gray-new-light {
  background-color: #121820;
}

.text-gray-new-light, .font-gray-new-light {
  color: #121820;
}

.text-gray-new-light-force, .font-gray-new-light-force {
  color: #121820 !important;
}

.box-shadow-gray-new-light {
  box-shadow: 0 0 3px #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-white {
  color: #121820;
}
.link-gray-new-light-white:hover, .link-gray-new-light-white:active, .link-gray-new-light-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-white {
  border: 1px solid #121820;
}
.border-gray-new-light-white:hover, .border-gray-new-light-white:active, .border-gray-new-light-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-white-smoke {
  color: #121820;
}
.link-gray-new-light-white-smoke:hover, .link-gray-new-light-white-smoke:active, .link-gray-new-light-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-white-smoke {
  border: 1px solid #121820;
}
.border-gray-new-light-white-smoke:hover, .border-gray-new-light-white-smoke:active, .border-gray-new-light-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-light-orange {
  color: #121820;
}
.link-gray-new-light-light-orange:hover, .link-gray-new-light-light-orange:active, .link-gray-new-light-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-light-orange {
  border: 1px solid #121820;
}
.border-gray-new-light-light-orange:hover, .border-gray-new-light-light-orange:active, .border-gray-new-light-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-basic-blue {
  color: #121820;
}
.link-gray-new-light-basic-blue:hover, .link-gray-new-light-basic-blue:active, .link-gray-new-light-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-basic-blue {
  border: 1px solid #121820;
}
.border-gray-new-light-basic-blue:hover, .border-gray-new-light-basic-blue:active, .border-gray-new-light-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-greyish-brown {
  color: #121820;
}
.link-gray-new-light-greyish-brown:hover, .link-gray-new-light-greyish-brown:active, .link-gray-new-light-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-greyish-brown {
  border: 1px solid #121820;
}
.border-gray-new-light-greyish-brown:hover, .border-gray-new-light-greyish-brown:active, .border-gray-new-light-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-greyish {
  color: #121820;
}
.link-gray-new-light-greyish:hover, .link-gray-new-light-greyish:active, .link-gray-new-light-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-greyish {
  border: 1px solid #121820;
}
.border-gray-new-light-greyish:hover, .border-gray-new-light-greyish:active, .border-gray-new-light-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-pinkish-grey {
  color: #121820;
}
.link-gray-new-light-pinkish-grey:hover, .link-gray-new-light-pinkish-grey:active, .link-gray-new-light-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-pinkish-grey {
  border: 1px solid #121820;
}
.border-gray-new-light-pinkish-grey:hover, .border-gray-new-light-pinkish-grey:active, .border-gray-new-light-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-warm-grey {
  color: #121820;
}
.link-gray-new-light-warm-grey:hover, .link-gray-new-light-warm-grey:active, .link-gray-new-light-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-warm-grey {
  border: 1px solid #121820;
}
.border-gray-new-light-warm-grey:hover, .border-gray-new-light-warm-grey:active, .border-gray-new-light-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-black {
  color: #121820;
}
.link-gray-new-light-black:hover, .link-gray-new-light-black:active, .link-gray-new-light-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-black {
  border: 1px solid #121820;
}
.border-gray-new-light-black:hover, .border-gray-new-light-black:active, .border-gray-new-light-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-transparent {
  color: #121820;
}
.link-gray-new-light-transparent:hover, .link-gray-new-light-transparent:active, .link-gray-new-light-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-transparent {
  border: 1px solid #121820;
}
.border-gray-new-light-transparent:hover, .border-gray-new-light-transparent:active, .border-gray-new-light-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-lighten {
  color: #121820;
}
.link-gray-new-light-gray-lighten:hover, .link-gray-new-light-gray-lighten:active, .link-gray-new-light-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-lighten {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-lighten:hover, .border-gray-new-light-gray-lighten:active, .border-gray-new-light-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-form-control {
  color: #121820;
}
.link-gray-new-light-gray-form-control:hover, .link-gray-new-light-gray-form-control:active, .link-gray-new-light-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-form-control {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-form-control:hover, .border-gray-new-light-gray-form-control:active, .border-gray-new-light-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-lighten-less {
  color: #121820;
}
.link-gray-new-light-gray-lighten-less:hover, .link-gray-new-light-gray-lighten-less:active, .link-gray-new-light-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-lighten-less {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-lighten-less:hover, .border-gray-new-light-gray-lighten-less:active, .border-gray-new-light-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray {
  color: #121820;
}
.link-gray-new-light-gray:hover, .link-gray-new-light-gray:active, .link-gray-new-light-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray {
  border: 1px solid #121820;
}
.border-gray-new-light-gray:hover, .border-gray-new-light-gray:active, .border-gray-new-light-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-profile {
  color: #121820;
}
.link-gray-new-light-gray-profile:hover, .link-gray-new-light-gray-profile:active, .link-gray-new-light-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-profile {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-profile:hover, .border-gray-new-light-gray-profile:active, .border-gray-new-light-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-darken {
  color: #121820;
}
.link-gray-new-light-gray-darken:hover, .link-gray-new-light-gray-darken:active, .link-gray-new-light-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-darken {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-darken:hover, .border-gray-new-light-gray-darken:active, .border-gray-new-light-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-dark {
  color: #121820;
}
.link-gray-new-light-gray-dark:hover, .link-gray-new-light-gray-dark:active, .link-gray-new-light-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-dark {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-dark:hover, .border-gray-new-light-gray-dark:active, .border-gray-new-light-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-dark-headings {
  color: #121820;
}
.link-gray-new-light-dark-headings:hover, .link-gray-new-light-dark-headings:active, .link-gray-new-light-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-dark-headings {
  border: 1px solid #121820;
}
.border-gray-new-light-dark-headings:hover, .border-gray-new-light-dark-headings:active, .border-gray-new-light-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-dark {
  color: #121820;
}
.link-gray-new-light-dark:hover, .link-gray-new-light-dark:active, .link-gray-new-light-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-dark {
  border: 1px solid #121820;
}
.border-gray-new-light-dark:hover, .border-gray-new-light-dark:active, .border-gray-new-light-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-sky {
  color: #121820;
}
.link-gray-new-light-sky:hover, .link-gray-new-light-sky:active, .link-gray-new-light-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-sky {
  border: 1px solid #121820;
}
.border-gray-new-light-sky:hover, .border-gray-new-light-sky:active, .border-gray-new-light-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-orange {
  color: #121820;
}
.link-gray-new-light-orange:hover, .link-gray-new-light-orange:active, .link-gray-new-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-orange {
  border: 1px solid #121820;
}
.border-gray-new-light-orange:hover, .border-gray-new-light-orange:active, .border-gray-new-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-black-lighten {
  color: #121820;
}
.link-gray-new-light-black-lighten:hover, .link-gray-new-light-black-lighten:active, .link-gray-new-light-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-black-lighten {
  border: 1px solid #121820;
}
.border-gray-new-light-black-lighten:hover, .border-gray-new-light-black-lighten:active, .border-gray-new-light-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-red {
  color: #121820;
}
.link-gray-new-light-red:hover, .link-gray-new-light-red:active, .link-gray-new-light-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-red {
  border: 1px solid #121820;
}
.border-gray-new-light-red:hover, .border-gray-new-light-red:active, .border-gray-new-light-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-blue-dark {
  color: #121820;
}
.link-gray-new-light-blue-dark:hover, .link-gray-new-light-blue-dark:active, .link-gray-new-light-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-blue-dark {
  border: 1px solid #121820;
}
.border-gray-new-light-blue-dark:hover, .border-gray-new-light-blue-dark:active, .border-gray-new-light-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-gray-new-light {
  color: #121820;
}
.link-gray-new-light-gray-new-light:hover, .link-gray-new-light-gray-new-light:active, .link-gray-new-light-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-gray-new-light {
  border: 1px solid #121820;
}
.border-gray-new-light-gray-new-light:hover, .border-gray-new-light-gray-new-light:active, .border-gray-new-light-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-dark-orange {
  color: #121820;
}
.link-gray-new-light-dark-orange:hover, .link-gray-new-light-dark-orange:active, .link-gray-new-light-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-dark-orange {
  border: 1px solid #121820;
}
.border-gray-new-light-dark-orange:hover, .border-gray-new-light-dark-orange:active, .border-gray-new-light-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-sky-lighten {
  color: #121820;
}
.link-gray-new-light-sky-lighten:hover, .link-gray-new-light-sky-lighten:active, .link-gray-new-light-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-sky-lighten {
  border: 1px solid #121820;
}
.border-gray-new-light-sky-lighten:hover, .border-gray-new-light-sky-lighten:active, .border-gray-new-light-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-gray-new-light-sky-darken {
  color: #121820;
}
.link-gray-new-light-sky-darken:hover, .link-gray-new-light-sky-darken:active, .link-gray-new-light-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-gray-new-light-sky-darken {
  border: 1px solid #121820;
}
.border-gray-new-light-sky-darken:hover, .border-gray-new-light-sky-darken:active, .border-gray-new-light-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-dark-orange {
  border: 1px solid #A1DF1D;
}

.bg-dark-orange {
  background-color: #A1DF1D;
}

.text-dark-orange, .font-dark-orange {
  color: #A1DF1D;
}

.text-dark-orange-force, .font-dark-orange-force {
  color: #A1DF1D !important;
}

.box-shadow-dark-orange {
  box-shadow: 0 0 3px #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-white {
  color: #A1DF1D;
}
.link-dark-orange-white:hover, .link-dark-orange-white:active, .link-dark-orange-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-white {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-white:hover, .border-dark-orange-white:active, .border-dark-orange-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-white-smoke {
  color: #A1DF1D;
}
.link-dark-orange-white-smoke:hover, .link-dark-orange-white-smoke:active, .link-dark-orange-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-white-smoke {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-white-smoke:hover, .border-dark-orange-white-smoke:active, .border-dark-orange-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-light-orange {
  color: #A1DF1D;
}
.link-dark-orange-light-orange:hover, .link-dark-orange-light-orange:active, .link-dark-orange-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-light-orange {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-light-orange:hover, .border-dark-orange-light-orange:active, .border-dark-orange-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-basic-blue {
  color: #A1DF1D;
}
.link-dark-orange-basic-blue:hover, .link-dark-orange-basic-blue:active, .link-dark-orange-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-basic-blue {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-basic-blue:hover, .border-dark-orange-basic-blue:active, .border-dark-orange-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-greyish-brown {
  color: #A1DF1D;
}
.link-dark-orange-greyish-brown:hover, .link-dark-orange-greyish-brown:active, .link-dark-orange-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-greyish-brown {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-greyish-brown:hover, .border-dark-orange-greyish-brown:active, .border-dark-orange-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-greyish {
  color: #A1DF1D;
}
.link-dark-orange-greyish:hover, .link-dark-orange-greyish:active, .link-dark-orange-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-greyish {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-greyish:hover, .border-dark-orange-greyish:active, .border-dark-orange-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-pinkish-grey {
  color: #A1DF1D;
}
.link-dark-orange-pinkish-grey:hover, .link-dark-orange-pinkish-grey:active, .link-dark-orange-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-pinkish-grey {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-pinkish-grey:hover, .border-dark-orange-pinkish-grey:active, .border-dark-orange-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-warm-grey {
  color: #A1DF1D;
}
.link-dark-orange-warm-grey:hover, .link-dark-orange-warm-grey:active, .link-dark-orange-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-warm-grey {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-warm-grey:hover, .border-dark-orange-warm-grey:active, .border-dark-orange-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-black {
  color: #A1DF1D;
}
.link-dark-orange-black:hover, .link-dark-orange-black:active, .link-dark-orange-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-black {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-black:hover, .border-dark-orange-black:active, .border-dark-orange-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-transparent {
  color: #A1DF1D;
}
.link-dark-orange-transparent:hover, .link-dark-orange-transparent:active, .link-dark-orange-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-transparent {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-transparent:hover, .border-dark-orange-transparent:active, .border-dark-orange-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-lighten {
  color: #A1DF1D;
}
.link-dark-orange-gray-lighten:hover, .link-dark-orange-gray-lighten:active, .link-dark-orange-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-lighten {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-lighten:hover, .border-dark-orange-gray-lighten:active, .border-dark-orange-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-form-control {
  color: #A1DF1D;
}
.link-dark-orange-gray-form-control:hover, .link-dark-orange-gray-form-control:active, .link-dark-orange-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-form-control {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-form-control:hover, .border-dark-orange-gray-form-control:active, .border-dark-orange-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-lighten-less {
  color: #A1DF1D;
}
.link-dark-orange-gray-lighten-less:hover, .link-dark-orange-gray-lighten-less:active, .link-dark-orange-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-lighten-less {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-lighten-less:hover, .border-dark-orange-gray-lighten-less:active, .border-dark-orange-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray {
  color: #A1DF1D;
}
.link-dark-orange-gray:hover, .link-dark-orange-gray:active, .link-dark-orange-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray:hover, .border-dark-orange-gray:active, .border-dark-orange-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-profile {
  color: #A1DF1D;
}
.link-dark-orange-gray-profile:hover, .link-dark-orange-gray-profile:active, .link-dark-orange-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-profile {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-profile:hover, .border-dark-orange-gray-profile:active, .border-dark-orange-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-darken {
  color: #A1DF1D;
}
.link-dark-orange-gray-darken:hover, .link-dark-orange-gray-darken:active, .link-dark-orange-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-darken {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-darken:hover, .border-dark-orange-gray-darken:active, .border-dark-orange-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-dark {
  color: #A1DF1D;
}
.link-dark-orange-gray-dark:hover, .link-dark-orange-gray-dark:active, .link-dark-orange-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-dark {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-dark:hover, .border-dark-orange-gray-dark:active, .border-dark-orange-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-dark-headings {
  color: #A1DF1D;
}
.link-dark-orange-dark-headings:hover, .link-dark-orange-dark-headings:active, .link-dark-orange-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-dark-headings {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-dark-headings:hover, .border-dark-orange-dark-headings:active, .border-dark-orange-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-dark {
  color: #A1DF1D;
}
.link-dark-orange-dark:hover, .link-dark-orange-dark:active, .link-dark-orange-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-dark {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-dark:hover, .border-dark-orange-dark:active, .border-dark-orange-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-sky {
  color: #A1DF1D;
}
.link-dark-orange-sky:hover, .link-dark-orange-sky:active, .link-dark-orange-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-sky {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-sky:hover, .border-dark-orange-sky:active, .border-dark-orange-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-orange {
  color: #A1DF1D;
}
.link-dark-orange-orange:hover, .link-dark-orange-orange:active, .link-dark-orange-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-orange {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-orange:hover, .border-dark-orange-orange:active, .border-dark-orange-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-black-lighten {
  color: #A1DF1D;
}
.link-dark-orange-black-lighten:hover, .link-dark-orange-black-lighten:active, .link-dark-orange-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-black-lighten {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-black-lighten:hover, .border-dark-orange-black-lighten:active, .border-dark-orange-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-red {
  color: #A1DF1D;
}
.link-dark-orange-red:hover, .link-dark-orange-red:active, .link-dark-orange-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-red {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-red:hover, .border-dark-orange-red:active, .border-dark-orange-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-blue-dark {
  color: #A1DF1D;
}
.link-dark-orange-blue-dark:hover, .link-dark-orange-blue-dark:active, .link-dark-orange-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-blue-dark {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-blue-dark:hover, .border-dark-orange-blue-dark:active, .border-dark-orange-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-gray-new-light {
  color: #A1DF1D;
}
.link-dark-orange-gray-new-light:hover, .link-dark-orange-gray-new-light:active, .link-dark-orange-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-gray-new-light {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-gray-new-light:hover, .border-dark-orange-gray-new-light:active, .border-dark-orange-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-dark-orange {
  color: #A1DF1D;
}
.link-dark-orange-dark-orange:hover, .link-dark-orange-dark-orange:active, .link-dark-orange-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-dark-orange {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-dark-orange:hover, .border-dark-orange-dark-orange:active, .border-dark-orange-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-sky-lighten {
  color: #A1DF1D;
}
.link-dark-orange-sky-lighten:hover, .link-dark-orange-sky-lighten:active, .link-dark-orange-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-sky-lighten {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-sky-lighten:hover, .border-dark-orange-sky-lighten:active, .border-dark-orange-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-dark-orange-sky-darken {
  color: #A1DF1D;
}
.link-dark-orange-sky-darken:hover, .link-dark-orange-sky-darken:active, .link-dark-orange-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-dark-orange-sky-darken {
  border: 1px solid #A1DF1D;
}
.border-dark-orange-sky-darken:hover, .border-dark-orange-sky-darken:active, .border-dark-orange-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-sky-lighten {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

.bg-sky-lighten {
  background-color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

.text-sky-lighten, .font-sky-lighten {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

.text-sky-lighten-force, .font-sky-lighten-force {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169) !important;
}

.box-shadow-sky-lighten {
  box-shadow: 0 0 3px rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-white {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-white:hover, .link-sky-lighten-white:active, .link-sky-lighten-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-white {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-white:hover, .border-sky-lighten-white:active, .border-sky-lighten-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-white-smoke {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-white-smoke:hover, .link-sky-lighten-white-smoke:active, .link-sky-lighten-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-white-smoke {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-white-smoke:hover, .border-sky-lighten-white-smoke:active, .border-sky-lighten-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-light-orange {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-light-orange:hover, .link-sky-lighten-light-orange:active, .link-sky-lighten-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-light-orange {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-light-orange:hover, .border-sky-lighten-light-orange:active, .border-sky-lighten-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-basic-blue {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-basic-blue:hover, .link-sky-lighten-basic-blue:active, .link-sky-lighten-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-basic-blue {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-basic-blue:hover, .border-sky-lighten-basic-blue:active, .border-sky-lighten-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-greyish-brown {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-greyish-brown:hover, .link-sky-lighten-greyish-brown:active, .link-sky-lighten-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-greyish-brown {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-greyish-brown:hover, .border-sky-lighten-greyish-brown:active, .border-sky-lighten-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-greyish {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-greyish:hover, .link-sky-lighten-greyish:active, .link-sky-lighten-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-greyish {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-greyish:hover, .border-sky-lighten-greyish:active, .border-sky-lighten-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-pinkish-grey {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-pinkish-grey:hover, .link-sky-lighten-pinkish-grey:active, .link-sky-lighten-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-pinkish-grey {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-pinkish-grey:hover, .border-sky-lighten-pinkish-grey:active, .border-sky-lighten-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-warm-grey {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-warm-grey:hover, .link-sky-lighten-warm-grey:active, .link-sky-lighten-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-warm-grey {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-warm-grey:hover, .border-sky-lighten-warm-grey:active, .border-sky-lighten-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-black {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-black:hover, .link-sky-lighten-black:active, .link-sky-lighten-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-black {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-black:hover, .border-sky-lighten-black:active, .border-sky-lighten-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-transparent {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-transparent:hover, .link-sky-lighten-transparent:active, .link-sky-lighten-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-transparent {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-transparent:hover, .border-sky-lighten-transparent:active, .border-sky-lighten-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-lighten {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-lighten:hover, .link-sky-lighten-gray-lighten:active, .link-sky-lighten-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-lighten {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-lighten:hover, .border-sky-lighten-gray-lighten:active, .border-sky-lighten-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-form-control {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-form-control:hover, .link-sky-lighten-gray-form-control:active, .link-sky-lighten-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-form-control {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-form-control:hover, .border-sky-lighten-gray-form-control:active, .border-sky-lighten-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-lighten-less {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-lighten-less:hover, .link-sky-lighten-gray-lighten-less:active, .link-sky-lighten-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-lighten-less {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-lighten-less:hover, .border-sky-lighten-gray-lighten-less:active, .border-sky-lighten-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray:hover, .link-sky-lighten-gray:active, .link-sky-lighten-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray:hover, .border-sky-lighten-gray:active, .border-sky-lighten-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-profile {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-profile:hover, .link-sky-lighten-gray-profile:active, .link-sky-lighten-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-profile {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-profile:hover, .border-sky-lighten-gray-profile:active, .border-sky-lighten-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-darken {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-darken:hover, .link-sky-lighten-gray-darken:active, .link-sky-lighten-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-darken {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-darken:hover, .border-sky-lighten-gray-darken:active, .border-sky-lighten-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-dark {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-dark:hover, .link-sky-lighten-gray-dark:active, .link-sky-lighten-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-dark {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-dark:hover, .border-sky-lighten-gray-dark:active, .border-sky-lighten-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-dark-headings {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-dark-headings:hover, .link-sky-lighten-dark-headings:active, .link-sky-lighten-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-dark-headings {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-dark-headings:hover, .border-sky-lighten-dark-headings:active, .border-sky-lighten-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-dark {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-dark:hover, .link-sky-lighten-dark:active, .link-sky-lighten-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-dark {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-dark:hover, .border-sky-lighten-dark:active, .border-sky-lighten-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-sky {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-sky:hover, .link-sky-lighten-sky:active, .link-sky-lighten-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-sky {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-sky:hover, .border-sky-lighten-sky:active, .border-sky-lighten-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-orange {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-orange:hover, .link-sky-lighten-orange:active, .link-sky-lighten-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-orange {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-orange:hover, .border-sky-lighten-orange:active, .border-sky-lighten-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-black-lighten {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-black-lighten:hover, .link-sky-lighten-black-lighten:active, .link-sky-lighten-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-black-lighten {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-black-lighten:hover, .border-sky-lighten-black-lighten:active, .border-sky-lighten-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-red {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-red:hover, .link-sky-lighten-red:active, .link-sky-lighten-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-red {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-red:hover, .border-sky-lighten-red:active, .border-sky-lighten-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-blue-dark {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-blue-dark:hover, .link-sky-lighten-blue-dark:active, .link-sky-lighten-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-blue-dark {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-blue-dark:hover, .border-sky-lighten-blue-dark:active, .border-sky-lighten-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-gray-new-light {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-gray-new-light:hover, .link-sky-lighten-gray-new-light:active, .link-sky-lighten-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-gray-new-light {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-gray-new-light:hover, .border-sky-lighten-gray-new-light:active, .border-sky-lighten-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-dark-orange {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-dark-orange:hover, .link-sky-lighten-dark-orange:active, .link-sky-lighten-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-dark-orange {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-dark-orange:hover, .border-sky-lighten-dark-orange:active, .border-sky-lighten-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-sky-lighten {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-sky-lighten:hover, .link-sky-lighten-sky-lighten:active, .link-sky-lighten-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-sky-lighten {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-sky-lighten:hover, .border-sky-lighten-sky-lighten:active, .border-sky-lighten-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-lighten-sky-darken {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.link-sky-lighten-sky-darken:hover, .link-sky-lighten-sky-darken:active, .link-sky-lighten-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-lighten-sky-darken {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}
.border-sky-lighten-sky-darken:hover, .border-sky-lighten-sky-darken:active, .border-sky-lighten-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.border-sky-darken {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.bg-sky-darken {
  background-color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.text-sky-darken, .font-sky-darken {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

.text-sky-darken-force, .font-sky-darken-force {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831) !important;
}

.box-shadow-sky-darken {
  box-shadow: 0 0 3px rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-white {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-white:hover, .link-sky-darken-white:active, .link-sky-darken-white.active {
  color: #ffffff;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-white {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-white:hover, .border-sky-darken-white:active, .border-sky-darken-white.active {
  border: 1px solid #ffffff;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-white-smoke {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-white-smoke:hover, .link-sky-darken-white-smoke:active, .link-sky-darken-white-smoke.active {
  color: #F4F1EB;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-white-smoke {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-white-smoke:hover, .border-sky-darken-white-smoke:active, .border-sky-darken-white-smoke.active {
  border: 1px solid #F4F1EB;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-light-orange {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-light-orange:hover, .link-sky-darken-light-orange:active, .link-sky-darken-light-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-light-orange {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-light-orange:hover, .border-sky-darken-light-orange:active, .border-sky-darken-light-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-basic-blue {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-basic-blue:hover, .link-sky-darken-basic-blue:active, .link-sky-darken-basic-blue.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-basic-blue {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-basic-blue:hover, .border-sky-darken-basic-blue:active, .border-sky-darken-basic-blue.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-greyish-brown {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-greyish-brown:hover, .link-sky-darken-greyish-brown:active, .link-sky-darken-greyish-brown.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-greyish-brown {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-greyish-brown:hover, .border-sky-darken-greyish-brown:active, .border-sky-darken-greyish-brown.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-greyish {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-greyish:hover, .link-sky-darken-greyish:active, .link-sky-darken-greyish.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-greyish {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-greyish:hover, .border-sky-darken-greyish:active, .border-sky-darken-greyish.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-pinkish-grey {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-pinkish-grey:hover, .link-sky-darken-pinkish-grey:active, .link-sky-darken-pinkish-grey.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-pinkish-grey {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-pinkish-grey:hover, .border-sky-darken-pinkish-grey:active, .border-sky-darken-pinkish-grey.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-warm-grey {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-warm-grey:hover, .link-sky-darken-warm-grey:active, .link-sky-darken-warm-grey.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-warm-grey {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-warm-grey:hover, .border-sky-darken-warm-grey:active, .border-sky-darken-warm-grey.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-black {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-black:hover, .link-sky-darken-black:active, .link-sky-darken-black.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-black {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-black:hover, .border-sky-darken-black:active, .border-sky-darken-black.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-transparent {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-transparent:hover, .link-sky-darken-transparent:active, .link-sky-darken-transparent.active {
  color: rgba(0,0,0,0);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-transparent {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-transparent:hover, .border-sky-darken-transparent:active, .border-sky-darken-transparent.active {
  border: 1px solid rgba(0,0,0,0);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-lighten {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-lighten:hover, .link-sky-darken-gray-lighten:active, .link-sky-darken-gray-lighten.active {
  color: #F1F1F1;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-lighten {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-lighten:hover, .border-sky-darken-gray-lighten:active, .border-sky-darken-gray-lighten.active {
  border: 1px solid #F1F1F1;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-form-control {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-form-control:hover, .link-sky-darken-gray-form-control:active, .link-sky-darken-gray-form-control.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-form-control {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-form-control:hover, .border-sky-darken-gray-form-control:active, .border-sky-darken-gray-form-control.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-lighten-less {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-lighten-less:hover, .link-sky-darken-gray-lighten-less:active, .link-sky-darken-gray-lighten-less.active {
  color: #D5D5D5;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-lighten-less {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-lighten-less:hover, .border-sky-darken-gray-lighten-less:active, .border-sky-darken-gray-lighten-less.active {
  border: 1px solid #D5D5D5;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray:hover, .link-sky-darken-gray:active, .link-sky-darken-gray.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray:hover, .border-sky-darken-gray:active, .border-sky-darken-gray.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-profile {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-profile:hover, .link-sky-darken-gray-profile:active, .link-sky-darken-gray-profile.active {
  color: #747474;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-profile {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-profile:hover, .border-sky-darken-gray-profile:active, .border-sky-darken-gray-profile.active {
  border: 1px solid #747474;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-darken {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-darken:hover, .link-sky-darken-gray-darken:active, .link-sky-darken-gray-darken.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-darken {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-darken:hover, .border-sky-darken-gray-darken:active, .border-sky-darken-gray-darken.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-dark {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-dark:hover, .link-sky-darken-gray-dark:active, .link-sky-darken-gray-dark.active {
  color: #000000;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-dark {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-dark:hover, .border-sky-darken-gray-dark:active, .border-sky-darken-gray-dark.active {
  border: 1px solid #000000;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-dark-headings {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-dark-headings:hover, .link-sky-darken-dark-headings:active, .link-sky-darken-dark-headings.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-dark-headings {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-dark-headings:hover, .border-sky-darken-dark-headings:active, .border-sky-darken-dark-headings.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-dark {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-dark:hover, .link-sky-darken-dark:active, .link-sky-darken-dark.active {
  color: #ACACAC;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-dark {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-dark:hover, .border-sky-darken-dark:active, .border-sky-darken-dark.active {
  border: 1px solid #ACACAC;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-sky {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-sky:hover, .link-sky-darken-sky:active, .link-sky-darken-sky.active {
  color: #335B4F;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-sky {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-sky:hover, .border-sky-darken-sky:active, .border-sky-darken-sky.active {
  border: 1px solid #335B4F;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-orange {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-orange:hover, .link-sky-darken-orange:active, .link-sky-darken-orange.active {
  color: #B0F322;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-orange {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-orange:hover, .border-sky-darken-orange:active, .border-sky-darken-orange.active {
  border: 1px solid #B0F322;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-black-lighten {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-black-lighten:hover, .link-sky-darken-black-lighten:active, .link-sky-darken-black-lighten.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-black-lighten {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-black-lighten:hover, .border-sky-darken-black-lighten:active, .border-sky-darken-black-lighten.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-red {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-red:hover, .link-sky-darken-red:active, .link-sky-darken-red.active {
  color: #B3261E;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-red {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-red:hover, .border-sky-darken-red:active, .border-sky-darken-red.active {
  border: 1px solid #B3261E;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-blue-dark {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-blue-dark:hover, .link-sky-darken-blue-dark:active, .link-sky-darken-blue-dark.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-blue-dark {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-blue-dark:hover, .border-sky-darken-blue-dark:active, .border-sky-darken-blue-dark.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-gray-new-light {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-gray-new-light:hover, .link-sky-darken-gray-new-light:active, .link-sky-darken-gray-new-light.active {
  color: #121820;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-gray-new-light {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-gray-new-light:hover, .border-sky-darken-gray-new-light:active, .border-sky-darken-gray-new-light.active {
  border: 1px solid #121820;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-dark-orange {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-dark-orange:hover, .link-sky-darken-dark-orange:active, .link-sky-darken-dark-orange.active {
  color: #A1DF1D;
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-dark-orange {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-dark-orange:hover, .border-sky-darken-dark-orange:active, .border-sky-darken-dark-orange.active {
  border: 1px solid #A1DF1D;
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-sky-lighten {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-sky-lighten:hover, .link-sky-darken-sky-lighten:active, .link-sky-darken-sky-lighten.active {
  color: rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-sky-lighten {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-sky-lighten:hover, .border-sky-darken-sky-lighten:active, .border-sky-darken-sky-lighten.active {
  border: 1px solid rgb(89.4654929577, 159.6345070423, 138.5838028169);
}

/**
    create link which change color on hover or active
    namming: link-{color}-{color-on-hover}, example: link-white-black
*/
.link-sky-darken-sky-darken {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.link-sky-darken-sky-darken:hover, .link-sky-darken-sky-darken:active, .link-sky-darken-sky-darken.active {
  color: rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/**
    create border which change color on hover or active
    namming: border-{color}-{color-on-hover}, example: border-white-black
*/
.border-sky-darken-sky-darken {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}
.border-sky-darken-sky-darken:hover, .border-sky-darken-sky-darken:active, .border-sky-darken-sky-darken.active {
  border: 1px solid rgb(12.5345070423, 22.3654929577, 19.4161971831);
}

/** Opacities ex. border-radius-3 */
.opacity-10 {
  opacity: 1;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

@media (max-width: 1264px) {
  .rwd-break {
    display: block;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.right-150 {
  right: 150px;
}

.bottom-150 {
  bottom: 150px;
}

.offset-150 {
  margin: 150px;
}

.offset-top-150 {
  margin-top: 150px;
}

.offset-top-150-force {
  margin-top: 150px !important;
}

.offset-top-minus-150 {
  margin-top: -150px;
}

.offset-top-150-rwd {
  margin-top: 150px;
}
@media (max-width: 1264px) {
  .offset-top-150-rwd {
    margin-top: 0px;
  }
}

.offset-top-150-rwd-sm {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .offset-top-150-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-150 {
  margin-bottom: 150px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-150 {
    margin-bottom: -150px;
  }
}

.offset-bottom-minus-150 {
  margin-bottom: -150px;
}

.offset-bottom-150-force {
  margin-bottom: 150px !important;
}

.offset-left-150 {
  margin-left: 150px;
}

.offset-left-150-rwd {
  margin-left: 150px;
}
@media (max-width: 1264px) {
  .offset-left-150-rwd {
    margin-left: -15px;
  }
}

.offset-left-150-rwd-0 {
  margin-left: 150px;
}
@media (max-width: 1264px) {
  .offset-left-150-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-150 {
  margin-left: -150px;
}

.offset-right-150 {
  margin-right: 150px;
}

.offset-right-150-rwd {
  margin-right: 150px;
}
@media (max-width: 1264px) {
  .offset-right-150-rwd {
    margin-right: 0px;
  }
}

.padding-150 {
  padding: 150px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-150-force {
  padding-top: 150px !important;
}

.rwd-non-padding-left-150 {
  padding-left: 150px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-150 {
    padding-left: 15px;
  }
}

.right-145 {
  right: 145px;
}

.bottom-145 {
  bottom: 145px;
}

.offset-145 {
  margin: 145px;
}

.offset-top-145 {
  margin-top: 145px;
}

.offset-top-145-force {
  margin-top: 145px !important;
}

.offset-top-minus-145 {
  margin-top: -145px;
}

.offset-top-145-rwd {
  margin-top: 145px;
}
@media (max-width: 1264px) {
  .offset-top-145-rwd {
    margin-top: 0px;
  }
}

.offset-top-145-rwd-sm {
  margin-top: 145px;
}
@media (max-width: 960px) {
  .offset-top-145-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-145 {
  margin-bottom: 145px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-145 {
    margin-bottom: -145px;
  }
}

.offset-bottom-minus-145 {
  margin-bottom: -145px;
}

.offset-bottom-145-force {
  margin-bottom: 145px !important;
}

.offset-left-145 {
  margin-left: 145px;
}

.offset-left-145-rwd {
  margin-left: 145px;
}
@media (max-width: 1264px) {
  .offset-left-145-rwd {
    margin-left: -15px;
  }
}

.offset-left-145-rwd-0 {
  margin-left: 145px;
}
@media (max-width: 1264px) {
  .offset-left-145-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-145 {
  margin-left: -145px;
}

.offset-right-145 {
  margin-right: 145px;
}

.offset-right-145-rwd {
  margin-right: 145px;
}
@media (max-width: 1264px) {
  .offset-right-145-rwd {
    margin-right: 0px;
  }
}

.padding-145 {
  padding: 145px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-top-145-force {
  padding-top: 145px !important;
}

.rwd-non-padding-left-145 {
  padding-left: 145px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-145 {
    padding-left: 15px;
  }
}

.right-140 {
  right: 140px;
}

.bottom-140 {
  bottom: 140px;
}

.offset-140 {
  margin: 140px;
}

.offset-top-140 {
  margin-top: 140px;
}

.offset-top-140-force {
  margin-top: 140px !important;
}

.offset-top-minus-140 {
  margin-top: -140px;
}

.offset-top-140-rwd {
  margin-top: 140px;
}
@media (max-width: 1264px) {
  .offset-top-140-rwd {
    margin-top: 0px;
  }
}

.offset-top-140-rwd-sm {
  margin-top: 140px;
}
@media (max-width: 960px) {
  .offset-top-140-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-140 {
  margin-bottom: 140px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-140 {
    margin-bottom: -140px;
  }
}

.offset-bottom-minus-140 {
  margin-bottom: -140px;
}

.offset-bottom-140-force {
  margin-bottom: 140px !important;
}

.offset-left-140 {
  margin-left: 140px;
}

.offset-left-140-rwd {
  margin-left: 140px;
}
@media (max-width: 1264px) {
  .offset-left-140-rwd {
    margin-left: -15px;
  }
}

.offset-left-140-rwd-0 {
  margin-left: 140px;
}
@media (max-width: 1264px) {
  .offset-left-140-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-140 {
  margin-left: -140px;
}

.offset-right-140 {
  margin-right: 140px;
}

.offset-right-140-rwd {
  margin-right: 140px;
}
@media (max-width: 1264px) {
  .offset-right-140-rwd {
    margin-right: 0px;
  }
}

.padding-140 {
  padding: 140px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-140-force {
  padding-top: 140px !important;
}

.rwd-non-padding-left-140 {
  padding-left: 140px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-140 {
    padding-left: 15px;
  }
}

.right-135 {
  right: 135px;
}

.bottom-135 {
  bottom: 135px;
}

.offset-135 {
  margin: 135px;
}

.offset-top-135 {
  margin-top: 135px;
}

.offset-top-135-force {
  margin-top: 135px !important;
}

.offset-top-minus-135 {
  margin-top: -135px;
}

.offset-top-135-rwd {
  margin-top: 135px;
}
@media (max-width: 1264px) {
  .offset-top-135-rwd {
    margin-top: 0px;
  }
}

.offset-top-135-rwd-sm {
  margin-top: 135px;
}
@media (max-width: 960px) {
  .offset-top-135-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-135 {
  margin-bottom: 135px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-135 {
    margin-bottom: -135px;
  }
}

.offset-bottom-minus-135 {
  margin-bottom: -135px;
}

.offset-bottom-135-force {
  margin-bottom: 135px !important;
}

.offset-left-135 {
  margin-left: 135px;
}

.offset-left-135-rwd {
  margin-left: 135px;
}
@media (max-width: 1264px) {
  .offset-left-135-rwd {
    margin-left: -15px;
  }
}

.offset-left-135-rwd-0 {
  margin-left: 135px;
}
@media (max-width: 1264px) {
  .offset-left-135-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-135 {
  margin-left: -135px;
}

.offset-right-135 {
  margin-right: 135px;
}

.offset-right-135-rwd {
  margin-right: 135px;
}
@media (max-width: 1264px) {
  .offset-right-135-rwd {
    margin-right: 0px;
  }
}

.padding-135 {
  padding: 135px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-135-force {
  padding-top: 135px !important;
}

.rwd-non-padding-left-135 {
  padding-left: 135px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-135 {
    padding-left: 15px;
  }
}

.right-130 {
  right: 130px;
}

.bottom-130 {
  bottom: 130px;
}

.offset-130 {
  margin: 130px;
}

.offset-top-130 {
  margin-top: 130px;
}

.offset-top-130-force {
  margin-top: 130px !important;
}

.offset-top-minus-130 {
  margin-top: -130px;
}

.offset-top-130-rwd {
  margin-top: 130px;
}
@media (max-width: 1264px) {
  .offset-top-130-rwd {
    margin-top: 0px;
  }
}

.offset-top-130-rwd-sm {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .offset-top-130-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-130 {
  margin-bottom: 130px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-130 {
    margin-bottom: -130px;
  }
}

.offset-bottom-minus-130 {
  margin-bottom: -130px;
}

.offset-bottom-130-force {
  margin-bottom: 130px !important;
}

.offset-left-130 {
  margin-left: 130px;
}

.offset-left-130-rwd {
  margin-left: 130px;
}
@media (max-width: 1264px) {
  .offset-left-130-rwd {
    margin-left: -15px;
  }
}

.offset-left-130-rwd-0 {
  margin-left: 130px;
}
@media (max-width: 1264px) {
  .offset-left-130-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-130 {
  margin-left: -130px;
}

.offset-right-130 {
  margin-right: 130px;
}

.offset-right-130-rwd {
  margin-right: 130px;
}
@media (max-width: 1264px) {
  .offset-right-130-rwd {
    margin-right: 0px;
  }
}

.padding-130 {
  padding: 130px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-130-force {
  padding-top: 130px !important;
}

.rwd-non-padding-left-130 {
  padding-left: 130px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-130 {
    padding-left: 15px;
  }
}

.right-125 {
  right: 125px;
}

.bottom-125 {
  bottom: 125px;
}

.offset-125 {
  margin: 125px;
}

.offset-top-125 {
  margin-top: 125px;
}

.offset-top-125-force {
  margin-top: 125px !important;
}

.offset-top-minus-125 {
  margin-top: -125px;
}

.offset-top-125-rwd {
  margin-top: 125px;
}
@media (max-width: 1264px) {
  .offset-top-125-rwd {
    margin-top: 0px;
  }
}

.offset-top-125-rwd-sm {
  margin-top: 125px;
}
@media (max-width: 960px) {
  .offset-top-125-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-125 {
  margin-bottom: 125px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-125 {
    margin-bottom: -125px;
  }
}

.offset-bottom-minus-125 {
  margin-bottom: -125px;
}

.offset-bottom-125-force {
  margin-bottom: 125px !important;
}

.offset-left-125 {
  margin-left: 125px;
}

.offset-left-125-rwd {
  margin-left: 125px;
}
@media (max-width: 1264px) {
  .offset-left-125-rwd {
    margin-left: -15px;
  }
}

.offset-left-125-rwd-0 {
  margin-left: 125px;
}
@media (max-width: 1264px) {
  .offset-left-125-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-125 {
  margin-left: -125px;
}

.offset-right-125 {
  margin-right: 125px;
}

.offset-right-125-rwd {
  margin-right: 125px;
}
@media (max-width: 1264px) {
  .offset-right-125-rwd {
    margin-right: 0px;
  }
}

.padding-125 {
  padding: 125px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-125-force {
  padding-top: 125px !important;
}

.rwd-non-padding-left-125 {
  padding-left: 125px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-125 {
    padding-left: 15px;
  }
}

.right-120 {
  right: 120px;
}

.bottom-120 {
  bottom: 120px;
}

.offset-120 {
  margin: 120px;
}

.offset-top-120 {
  margin-top: 120px;
}

.offset-top-120-force {
  margin-top: 120px !important;
}

.offset-top-minus-120 {
  margin-top: -120px;
}

.offset-top-120-rwd {
  margin-top: 120px;
}
@media (max-width: 1264px) {
  .offset-top-120-rwd {
    margin-top: 0px;
  }
}

.offset-top-120-rwd-sm {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .offset-top-120-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-120 {
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-120 {
    margin-bottom: -120px;
  }
}

.offset-bottom-minus-120 {
  margin-bottom: -120px;
}

.offset-bottom-120-force {
  margin-bottom: 120px !important;
}

.offset-left-120 {
  margin-left: 120px;
}

.offset-left-120-rwd {
  margin-left: 120px;
}
@media (max-width: 1264px) {
  .offset-left-120-rwd {
    margin-left: -15px;
  }
}

.offset-left-120-rwd-0 {
  margin-left: 120px;
}
@media (max-width: 1264px) {
  .offset-left-120-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-120 {
  margin-left: -120px;
}

.offset-right-120 {
  margin-right: 120px;
}

.offset-right-120-rwd {
  margin-right: 120px;
}
@media (max-width: 1264px) {
  .offset-right-120-rwd {
    margin-right: 0px;
  }
}

.padding-120 {
  padding: 120px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-120-force {
  padding-top: 120px !important;
}

.rwd-non-padding-left-120 {
  padding-left: 120px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-120 {
    padding-left: 15px;
  }
}

.right-115 {
  right: 115px;
}

.bottom-115 {
  bottom: 115px;
}

.offset-115 {
  margin: 115px;
}

.offset-top-115 {
  margin-top: 115px;
}

.offset-top-115-force {
  margin-top: 115px !important;
}

.offset-top-minus-115 {
  margin-top: -115px;
}

.offset-top-115-rwd {
  margin-top: 115px;
}
@media (max-width: 1264px) {
  .offset-top-115-rwd {
    margin-top: 0px;
  }
}

.offset-top-115-rwd-sm {
  margin-top: 115px;
}
@media (max-width: 960px) {
  .offset-top-115-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-115 {
  margin-bottom: 115px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-115 {
    margin-bottom: -115px;
  }
}

.offset-bottom-minus-115 {
  margin-bottom: -115px;
}

.offset-bottom-115-force {
  margin-bottom: 115px !important;
}

.offset-left-115 {
  margin-left: 115px;
}

.offset-left-115-rwd {
  margin-left: 115px;
}
@media (max-width: 1264px) {
  .offset-left-115-rwd {
    margin-left: -15px;
  }
}

.offset-left-115-rwd-0 {
  margin-left: 115px;
}
@media (max-width: 1264px) {
  .offset-left-115-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-115 {
  margin-left: -115px;
}

.offset-right-115 {
  margin-right: 115px;
}

.offset-right-115-rwd {
  margin-right: 115px;
}
@media (max-width: 1264px) {
  .offset-right-115-rwd {
    margin-right: 0px;
  }
}

.padding-115 {
  padding: 115px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-115-force {
  padding-top: 115px !important;
}

.rwd-non-padding-left-115 {
  padding-left: 115px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-115 {
    padding-left: 15px;
  }
}

.right-110 {
  right: 110px;
}

.bottom-110 {
  bottom: 110px;
}

.offset-110 {
  margin: 110px;
}

.offset-top-110 {
  margin-top: 110px;
}

.offset-top-110-force {
  margin-top: 110px !important;
}

.offset-top-minus-110 {
  margin-top: -110px;
}

.offset-top-110-rwd {
  margin-top: 110px;
}
@media (max-width: 1264px) {
  .offset-top-110-rwd {
    margin-top: 0px;
  }
}

.offset-top-110-rwd-sm {
  margin-top: 110px;
}
@media (max-width: 960px) {
  .offset-top-110-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-110 {
  margin-bottom: 110px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-110 {
    margin-bottom: -110px;
  }
}

.offset-bottom-minus-110 {
  margin-bottom: -110px;
}

.offset-bottom-110-force {
  margin-bottom: 110px !important;
}

.offset-left-110 {
  margin-left: 110px;
}

.offset-left-110-rwd {
  margin-left: 110px;
}
@media (max-width: 1264px) {
  .offset-left-110-rwd {
    margin-left: -15px;
  }
}

.offset-left-110-rwd-0 {
  margin-left: 110px;
}
@media (max-width: 1264px) {
  .offset-left-110-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-110 {
  margin-left: -110px;
}

.offset-right-110 {
  margin-right: 110px;
}

.offset-right-110-rwd {
  margin-right: 110px;
}
@media (max-width: 1264px) {
  .offset-right-110-rwd {
    margin-right: 0px;
  }
}

.padding-110 {
  padding: 110px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-110-force {
  padding-top: 110px !important;
}

.rwd-non-padding-left-110 {
  padding-left: 110px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-110 {
    padding-left: 15px;
  }
}

.right-105 {
  right: 105px;
}

.bottom-105 {
  bottom: 105px;
}

.offset-105 {
  margin: 105px;
}

.offset-top-105 {
  margin-top: 105px;
}

.offset-top-105-force {
  margin-top: 105px !important;
}

.offset-top-minus-105 {
  margin-top: -105px;
}

.offset-top-105-rwd {
  margin-top: 105px;
}
@media (max-width: 1264px) {
  .offset-top-105-rwd {
    margin-top: 0px;
  }
}

.offset-top-105-rwd-sm {
  margin-top: 105px;
}
@media (max-width: 960px) {
  .offset-top-105-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-105 {
  margin-bottom: 105px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-105 {
    margin-bottom: -105px;
  }
}

.offset-bottom-minus-105 {
  margin-bottom: -105px;
}

.offset-bottom-105-force {
  margin-bottom: 105px !important;
}

.offset-left-105 {
  margin-left: 105px;
}

.offset-left-105-rwd {
  margin-left: 105px;
}
@media (max-width: 1264px) {
  .offset-left-105-rwd {
    margin-left: -15px;
  }
}

.offset-left-105-rwd-0 {
  margin-left: 105px;
}
@media (max-width: 1264px) {
  .offset-left-105-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-105 {
  margin-left: -105px;
}

.offset-right-105 {
  margin-right: 105px;
}

.offset-right-105-rwd {
  margin-right: 105px;
}
@media (max-width: 1264px) {
  .offset-right-105-rwd {
    margin-right: 0px;
  }
}

.padding-105 {
  padding: 105px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-105-force {
  padding-top: 105px !important;
}

.rwd-non-padding-left-105 {
  padding-left: 105px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-105 {
    padding-left: 15px;
  }
}

.right-100 {
  right: 100px;
}

.bottom-100 {
  bottom: 100px;
}

.offset-100 {
  margin: 100px;
}

.offset-top-100 {
  margin-top: 100px;
}

.offset-top-100-force {
  margin-top: 100px !important;
}

.offset-top-minus-100 {
  margin-top: -100px;
}

.offset-top-100-rwd {
  margin-top: 100px;
}
@media (max-width: 1264px) {
  .offset-top-100-rwd {
    margin-top: 0px;
  }
}

.offset-top-100-rwd-sm {
  margin-top: 100px;
}
@media (max-width: 960px) {
  .offset-top-100-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-100 {
    margin-bottom: -100px;
  }
}

.offset-bottom-minus-100 {
  margin-bottom: -100px;
}

.offset-bottom-100-force {
  margin-bottom: 100px !important;
}

.offset-left-100 {
  margin-left: 100px;
}

.offset-left-100-rwd {
  margin-left: 100px;
}
@media (max-width: 1264px) {
  .offset-left-100-rwd {
    margin-left: -15px;
  }
}

.offset-left-100-rwd-0 {
  margin-left: 100px;
}
@media (max-width: 1264px) {
  .offset-left-100-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-100 {
  margin-left: -100px;
}

.offset-right-100 {
  margin-right: 100px;
}

.offset-right-100-rwd {
  margin-right: 100px;
}
@media (max-width: 1264px) {
  .offset-right-100-rwd {
    margin-right: 0px;
  }
}

.padding-100 {
  padding: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-100-force {
  padding-top: 100px !important;
}

.rwd-non-padding-left-100 {
  padding-left: 100px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-100 {
    padding-left: 15px;
  }
}

.right-95 {
  right: 95px;
}

.bottom-95 {
  bottom: 95px;
}

.offset-95 {
  margin: 95px;
}

.offset-top-95 {
  margin-top: 95px;
}

.offset-top-95-force {
  margin-top: 95px !important;
}

.offset-top-minus-95 {
  margin-top: -95px;
}

.offset-top-95-rwd {
  margin-top: 95px;
}
@media (max-width: 1264px) {
  .offset-top-95-rwd {
    margin-top: 0px;
  }
}

.offset-top-95-rwd-sm {
  margin-top: 95px;
}
@media (max-width: 960px) {
  .offset-top-95-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-95 {
  margin-bottom: 95px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-95 {
    margin-bottom: -95px;
  }
}

.offset-bottom-minus-95 {
  margin-bottom: -95px;
}

.offset-bottom-95-force {
  margin-bottom: 95px !important;
}

.offset-left-95 {
  margin-left: 95px;
}

.offset-left-95-rwd {
  margin-left: 95px;
}
@media (max-width: 1264px) {
  .offset-left-95-rwd {
    margin-left: -15px;
  }
}

.offset-left-95-rwd-0 {
  margin-left: 95px;
}
@media (max-width: 1264px) {
  .offset-left-95-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-95 {
  margin-left: -95px;
}

.offset-right-95 {
  margin-right: 95px;
}

.offset-right-95-rwd {
  margin-right: 95px;
}
@media (max-width: 1264px) {
  .offset-right-95-rwd {
    margin-right: 0px;
  }
}

.padding-95 {
  padding: 95px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-95-force {
  padding-top: 95px !important;
}

.rwd-non-padding-left-95 {
  padding-left: 95px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-95 {
    padding-left: 15px;
  }
}

.right-90 {
  right: 90px;
}

.bottom-90 {
  bottom: 90px;
}

.offset-90 {
  margin: 90px;
}

.offset-top-90 {
  margin-top: 90px;
}

.offset-top-90-force {
  margin-top: 90px !important;
}

.offset-top-minus-90 {
  margin-top: -90px;
}

.offset-top-90-rwd {
  margin-top: 90px;
}
@media (max-width: 1264px) {
  .offset-top-90-rwd {
    margin-top: 0px;
  }
}

.offset-top-90-rwd-sm {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .offset-top-90-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-90 {
  margin-bottom: 90px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-90 {
    margin-bottom: -90px;
  }
}

.offset-bottom-minus-90 {
  margin-bottom: -90px;
}

.offset-bottom-90-force {
  margin-bottom: 90px !important;
}

.offset-left-90 {
  margin-left: 90px;
}

.offset-left-90-rwd {
  margin-left: 90px;
}
@media (max-width: 1264px) {
  .offset-left-90-rwd {
    margin-left: -15px;
  }
}

.offset-left-90-rwd-0 {
  margin-left: 90px;
}
@media (max-width: 1264px) {
  .offset-left-90-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-90 {
  margin-left: -90px;
}

.offset-right-90 {
  margin-right: 90px;
}

.offset-right-90-rwd {
  margin-right: 90px;
}
@media (max-width: 1264px) {
  .offset-right-90-rwd {
    margin-right: 0px;
  }
}

.padding-90 {
  padding: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-90-force {
  padding-top: 90px !important;
}

.rwd-non-padding-left-90 {
  padding-left: 90px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-90 {
    padding-left: 15px;
  }
}

.right-85 {
  right: 85px;
}

.bottom-85 {
  bottom: 85px;
}

.offset-85 {
  margin: 85px;
}

.offset-top-85 {
  margin-top: 85px;
}

.offset-top-85-force {
  margin-top: 85px !important;
}

.offset-top-minus-85 {
  margin-top: -85px;
}

.offset-top-85-rwd {
  margin-top: 85px;
}
@media (max-width: 1264px) {
  .offset-top-85-rwd {
    margin-top: 0px;
  }
}

.offset-top-85-rwd-sm {
  margin-top: 85px;
}
@media (max-width: 960px) {
  .offset-top-85-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-85 {
  margin-bottom: 85px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-85 {
    margin-bottom: -85px;
  }
}

.offset-bottom-minus-85 {
  margin-bottom: -85px;
}

.offset-bottom-85-force {
  margin-bottom: 85px !important;
}

.offset-left-85 {
  margin-left: 85px;
}

.offset-left-85-rwd {
  margin-left: 85px;
}
@media (max-width: 1264px) {
  .offset-left-85-rwd {
    margin-left: -15px;
  }
}

.offset-left-85-rwd-0 {
  margin-left: 85px;
}
@media (max-width: 1264px) {
  .offset-left-85-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-85 {
  margin-left: -85px;
}

.offset-right-85 {
  margin-right: 85px;
}

.offset-right-85-rwd {
  margin-right: 85px;
}
@media (max-width: 1264px) {
  .offset-right-85-rwd {
    margin-right: 0px;
  }
}

.padding-85 {
  padding: 85px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-85-force {
  padding-top: 85px !important;
}

.rwd-non-padding-left-85 {
  padding-left: 85px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-85 {
    padding-left: 15px;
  }
}

.right-80 {
  right: 80px;
}

.bottom-80 {
  bottom: 80px;
}

.offset-80 {
  margin: 80px;
}

.offset-top-80 {
  margin-top: 80px;
}

.offset-top-80-force {
  margin-top: 80px !important;
}

.offset-top-minus-80 {
  margin-top: -80px;
}

.offset-top-80-rwd {
  margin-top: 80px;
}
@media (max-width: 1264px) {
  .offset-top-80-rwd {
    margin-top: 0px;
  }
}

.offset-top-80-rwd-sm {
  margin-top: 80px;
}
@media (max-width: 960px) {
  .offset-top-80-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-80 {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-80 {
    margin-bottom: -80px;
  }
}

.offset-bottom-minus-80 {
  margin-bottom: -80px;
}

.offset-bottom-80-force {
  margin-bottom: 80px !important;
}

.offset-left-80 {
  margin-left: 80px;
}

.offset-left-80-rwd {
  margin-left: 80px;
}
@media (max-width: 1264px) {
  .offset-left-80-rwd {
    margin-left: -15px;
  }
}

.offset-left-80-rwd-0 {
  margin-left: 80px;
}
@media (max-width: 1264px) {
  .offset-left-80-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-80 {
  margin-left: -80px;
}

.offset-right-80 {
  margin-right: 80px;
}

.offset-right-80-rwd {
  margin-right: 80px;
}
@media (max-width: 1264px) {
  .offset-right-80-rwd {
    margin-right: 0px;
  }
}

.padding-80 {
  padding: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-80-force {
  padding-top: 80px !important;
}

.rwd-non-padding-left-80 {
  padding-left: 80px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-80 {
    padding-left: 15px;
  }
}

.right-75 {
  right: 75px;
}

.bottom-75 {
  bottom: 75px;
}

.offset-75 {
  margin: 75px;
}

.offset-top-75 {
  margin-top: 75px;
}

.offset-top-75-force {
  margin-top: 75px !important;
}

.offset-top-minus-75 {
  margin-top: -75px;
}

.offset-top-75-rwd {
  margin-top: 75px;
}
@media (max-width: 1264px) {
  .offset-top-75-rwd {
    margin-top: 0px;
  }
}

.offset-top-75-rwd-sm {
  margin-top: 75px;
}
@media (max-width: 960px) {
  .offset-top-75-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-75 {
  margin-bottom: 75px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-75 {
    margin-bottom: -75px;
  }
}

.offset-bottom-minus-75 {
  margin-bottom: -75px;
}

.offset-bottom-75-force {
  margin-bottom: 75px !important;
}

.offset-left-75 {
  margin-left: 75px;
}

.offset-left-75-rwd {
  margin-left: 75px;
}
@media (max-width: 1264px) {
  .offset-left-75-rwd {
    margin-left: -15px;
  }
}

.offset-left-75-rwd-0 {
  margin-left: 75px;
}
@media (max-width: 1264px) {
  .offset-left-75-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-75 {
  margin-left: -75px;
}

.offset-right-75 {
  margin-right: 75px;
}

.offset-right-75-rwd {
  margin-right: 75px;
}
@media (max-width: 1264px) {
  .offset-right-75-rwd {
    margin-right: 0px;
  }
}

.padding-75 {
  padding: 75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-75-force {
  padding-top: 75px !important;
}

.rwd-non-padding-left-75 {
  padding-left: 75px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-75 {
    padding-left: 15px;
  }
}

.right-70 {
  right: 70px;
}

.bottom-70 {
  bottom: 70px;
}

.offset-70 {
  margin: 70px;
}

.offset-top-70 {
  margin-top: 70px;
}

.offset-top-70-force {
  margin-top: 70px !important;
}

.offset-top-minus-70 {
  margin-top: -70px;
}

.offset-top-70-rwd {
  margin-top: 70px;
}
@media (max-width: 1264px) {
  .offset-top-70-rwd {
    margin-top: 0px;
  }
}

.offset-top-70-rwd-sm {
  margin-top: 70px;
}
@media (max-width: 960px) {
  .offset-top-70-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-70 {
  margin-bottom: 70px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-70 {
    margin-bottom: -70px;
  }
}

.offset-bottom-minus-70 {
  margin-bottom: -70px;
}

.offset-bottom-70-force {
  margin-bottom: 70px !important;
}

.offset-left-70 {
  margin-left: 70px;
}

.offset-left-70-rwd {
  margin-left: 70px;
}
@media (max-width: 1264px) {
  .offset-left-70-rwd {
    margin-left: -15px;
  }
}

.offset-left-70-rwd-0 {
  margin-left: 70px;
}
@media (max-width: 1264px) {
  .offset-left-70-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-70 {
  margin-left: -70px;
}

.offset-right-70 {
  margin-right: 70px;
}

.offset-right-70-rwd {
  margin-right: 70px;
}
@media (max-width: 1264px) {
  .offset-right-70-rwd {
    margin-right: 0px;
  }
}

.padding-70 {
  padding: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-70-force {
  padding-top: 70px !important;
}

.rwd-non-padding-left-70 {
  padding-left: 70px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-70 {
    padding-left: 15px;
  }
}

.right-65 {
  right: 65px;
}

.bottom-65 {
  bottom: 65px;
}

.offset-65 {
  margin: 65px;
}

.offset-top-65 {
  margin-top: 65px;
}

.offset-top-65-force {
  margin-top: 65px !important;
}

.offset-top-minus-65 {
  margin-top: -65px;
}

.offset-top-65-rwd {
  margin-top: 65px;
}
@media (max-width: 1264px) {
  .offset-top-65-rwd {
    margin-top: 0px;
  }
}

.offset-top-65-rwd-sm {
  margin-top: 65px;
}
@media (max-width: 960px) {
  .offset-top-65-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-65 {
  margin-bottom: 65px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-65 {
    margin-bottom: -65px;
  }
}

.offset-bottom-minus-65 {
  margin-bottom: -65px;
}

.offset-bottom-65-force {
  margin-bottom: 65px !important;
}

.offset-left-65 {
  margin-left: 65px;
}

.offset-left-65-rwd {
  margin-left: 65px;
}
@media (max-width: 1264px) {
  .offset-left-65-rwd {
    margin-left: -15px;
  }
}

.offset-left-65-rwd-0 {
  margin-left: 65px;
}
@media (max-width: 1264px) {
  .offset-left-65-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-65 {
  margin-left: -65px;
}

.offset-right-65 {
  margin-right: 65px;
}

.offset-right-65-rwd {
  margin-right: 65px;
}
@media (max-width: 1264px) {
  .offset-right-65-rwd {
    margin-right: 0px;
  }
}

.padding-65 {
  padding: 65px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-65-force {
  padding-top: 65px !important;
}

.rwd-non-padding-left-65 {
  padding-left: 65px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-65 {
    padding-left: 15px;
  }
}

.right-60 {
  right: 60px;
}

.bottom-60 {
  bottom: 60px;
}

.offset-60 {
  margin: 60px;
}

.offset-top-60 {
  margin-top: 60px;
}

.offset-top-60-force {
  margin-top: 60px !important;
}

.offset-top-minus-60 {
  margin-top: -60px;
}

.offset-top-60-rwd {
  margin-top: 60px;
}
@media (max-width: 1264px) {
  .offset-top-60-rwd {
    margin-top: 0px;
  }
}

.offset-top-60-rwd-sm {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .offset-top-60-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-60 {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-60 {
    margin-bottom: -60px;
  }
}

.offset-bottom-minus-60 {
  margin-bottom: -60px;
}

.offset-bottom-60-force {
  margin-bottom: 60px !important;
}

.offset-left-60 {
  margin-left: 60px;
}

.offset-left-60-rwd {
  margin-left: 60px;
}
@media (max-width: 1264px) {
  .offset-left-60-rwd {
    margin-left: -15px;
  }
}

.offset-left-60-rwd-0 {
  margin-left: 60px;
}
@media (max-width: 1264px) {
  .offset-left-60-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-60 {
  margin-left: -60px;
}

.offset-right-60 {
  margin-right: 60px;
}

.offset-right-60-rwd {
  margin-right: 60px;
}
@media (max-width: 1264px) {
  .offset-right-60-rwd {
    margin-right: 0px;
  }
}

.padding-60 {
  padding: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-60-force {
  padding-top: 60px !important;
}

.rwd-non-padding-left-60 {
  padding-left: 60px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-60 {
    padding-left: 15px;
  }
}

.right-55 {
  right: 55px;
}

.bottom-55 {
  bottom: 55px;
}

.offset-55 {
  margin: 55px;
}

.offset-top-55 {
  margin-top: 55px;
}

.offset-top-55-force {
  margin-top: 55px !important;
}

.offset-top-minus-55 {
  margin-top: -55px;
}

.offset-top-55-rwd {
  margin-top: 55px;
}
@media (max-width: 1264px) {
  .offset-top-55-rwd {
    margin-top: 0px;
  }
}

.offset-top-55-rwd-sm {
  margin-top: 55px;
}
@media (max-width: 960px) {
  .offset-top-55-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-55 {
  margin-bottom: 55px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-55 {
    margin-bottom: -55px;
  }
}

.offset-bottom-minus-55 {
  margin-bottom: -55px;
}

.offset-bottom-55-force {
  margin-bottom: 55px !important;
}

.offset-left-55 {
  margin-left: 55px;
}

.offset-left-55-rwd {
  margin-left: 55px;
}
@media (max-width: 1264px) {
  .offset-left-55-rwd {
    margin-left: -15px;
  }
}

.offset-left-55-rwd-0 {
  margin-left: 55px;
}
@media (max-width: 1264px) {
  .offset-left-55-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-55 {
  margin-left: -55px;
}

.offset-right-55 {
  margin-right: 55px;
}

.offset-right-55-rwd {
  margin-right: 55px;
}
@media (max-width: 1264px) {
  .offset-right-55-rwd {
    margin-right: 0px;
  }
}

.padding-55 {
  padding: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-55-force {
  padding-top: 55px !important;
}

.rwd-non-padding-left-55 {
  padding-left: 55px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-55 {
    padding-left: 15px;
  }
}

.right-50 {
  right: 50px;
}

.bottom-50 {
  bottom: 50px;
}

.offset-50 {
  margin: 50px;
}

.offset-top-50 {
  margin-top: 50px;
}

.offset-top-50-force {
  margin-top: 50px !important;
}

.offset-top-minus-50 {
  margin-top: -50px;
}

.offset-top-50-rwd {
  margin-top: 50px;
}
@media (max-width: 1264px) {
  .offset-top-50-rwd {
    margin-top: 0px;
  }
}

.offset-top-50-rwd-sm {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .offset-top-50-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-50 {
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-50 {
    margin-bottom: -50px;
  }
}

.offset-bottom-minus-50 {
  margin-bottom: -50px;
}

.offset-bottom-50-force {
  margin-bottom: 50px !important;
}

.offset-left-50 {
  margin-left: 50px;
}

.offset-left-50-rwd {
  margin-left: 50px;
}
@media (max-width: 1264px) {
  .offset-left-50-rwd {
    margin-left: -15px;
  }
}

.offset-left-50-rwd-0 {
  margin-left: 50px;
}
@media (max-width: 1264px) {
  .offset-left-50-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-50 {
  margin-left: -50px;
}

.offset-right-50 {
  margin-right: 50px;
}

.offset-right-50-rwd {
  margin-right: 50px;
}
@media (max-width: 1264px) {
  .offset-right-50-rwd {
    margin-right: 0px;
  }
}

.padding-50 {
  padding: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-50-force {
  padding-top: 50px !important;
}

.rwd-non-padding-left-50 {
  padding-left: 50px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-50 {
    padding-left: 15px;
  }
}

.right-45 {
  right: 45px;
}

.bottom-45 {
  bottom: 45px;
}

.offset-45 {
  margin: 45px;
}

.offset-top-45 {
  margin-top: 45px;
}

.offset-top-45-force {
  margin-top: 45px !important;
}

.offset-top-minus-45 {
  margin-top: -45px;
}

.offset-top-45-rwd {
  margin-top: 45px;
}
@media (max-width: 1264px) {
  .offset-top-45-rwd {
    margin-top: 0px;
  }
}

.offset-top-45-rwd-sm {
  margin-top: 45px;
}
@media (max-width: 960px) {
  .offset-top-45-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-45 {
  margin-bottom: 45px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-45 {
    margin-bottom: -45px;
  }
}

.offset-bottom-minus-45 {
  margin-bottom: -45px;
}

.offset-bottom-45-force {
  margin-bottom: 45px !important;
}

.offset-left-45 {
  margin-left: 45px;
}

.offset-left-45-rwd {
  margin-left: 45px;
}
@media (max-width: 1264px) {
  .offset-left-45-rwd {
    margin-left: -15px;
  }
}

.offset-left-45-rwd-0 {
  margin-left: 45px;
}
@media (max-width: 1264px) {
  .offset-left-45-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-45 {
  margin-left: -45px;
}

.offset-right-45 {
  margin-right: 45px;
}

.offset-right-45-rwd {
  margin-right: 45px;
}
@media (max-width: 1264px) {
  .offset-right-45-rwd {
    margin-right: 0px;
  }
}

.padding-45 {
  padding: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-45-force {
  padding-top: 45px !important;
}

.rwd-non-padding-left-45 {
  padding-left: 45px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-45 {
    padding-left: 15px;
  }
}

.right-40 {
  right: 40px;
}

.bottom-40 {
  bottom: 40px;
}

.offset-40 {
  margin: 40px;
}

.offset-top-40 {
  margin-top: 40px;
}

.offset-top-40-force {
  margin-top: 40px !important;
}

.offset-top-minus-40 {
  margin-top: -40px;
}

.offset-top-40-rwd {
  margin-top: 40px;
}
@media (max-width: 1264px) {
  .offset-top-40-rwd {
    margin-top: 0px;
  }
}

.offset-top-40-rwd-sm {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .offset-top-40-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-40 {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-40 {
    margin-bottom: -40px;
  }
}

.offset-bottom-minus-40 {
  margin-bottom: -40px;
}

.offset-bottom-40-force {
  margin-bottom: 40px !important;
}

.offset-left-40 {
  margin-left: 40px;
}

.offset-left-40-rwd {
  margin-left: 40px;
}
@media (max-width: 1264px) {
  .offset-left-40-rwd {
    margin-left: -15px;
  }
}

.offset-left-40-rwd-0 {
  margin-left: 40px;
}
@media (max-width: 1264px) {
  .offset-left-40-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-40 {
  margin-left: -40px;
}

.offset-right-40 {
  margin-right: 40px;
}

.offset-right-40-rwd {
  margin-right: 40px;
}
@media (max-width: 1264px) {
  .offset-right-40-rwd {
    margin-right: 0px;
  }
}

.padding-40 {
  padding: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-40-force {
  padding-top: 40px !important;
}

.rwd-non-padding-left-40 {
  padding-left: 40px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-40 {
    padding-left: 15px;
  }
}

.right-35 {
  right: 35px;
}

.bottom-35 {
  bottom: 35px;
}

.offset-35 {
  margin: 35px;
}

.offset-top-35 {
  margin-top: 35px;
}

.offset-top-35-force {
  margin-top: 35px !important;
}

.offset-top-minus-35 {
  margin-top: -35px;
}

.offset-top-35-rwd {
  margin-top: 35px;
}
@media (max-width: 1264px) {
  .offset-top-35-rwd {
    margin-top: 0px;
  }
}

.offset-top-35-rwd-sm {
  margin-top: 35px;
}
@media (max-width: 960px) {
  .offset-top-35-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-35 {
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-35 {
    margin-bottom: -35px;
  }
}

.offset-bottom-minus-35 {
  margin-bottom: -35px;
}

.offset-bottom-35-force {
  margin-bottom: 35px !important;
}

.offset-left-35 {
  margin-left: 35px;
}

.offset-left-35-rwd {
  margin-left: 35px;
}
@media (max-width: 1264px) {
  .offset-left-35-rwd {
    margin-left: -15px;
  }
}

.offset-left-35-rwd-0 {
  margin-left: 35px;
}
@media (max-width: 1264px) {
  .offset-left-35-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-35 {
  margin-left: -35px;
}

.offset-right-35 {
  margin-right: 35px;
}

.offset-right-35-rwd {
  margin-right: 35px;
}
@media (max-width: 1264px) {
  .offset-right-35-rwd {
    margin-right: 0px;
  }
}

.padding-35 {
  padding: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-35-force {
  padding-top: 35px !important;
}

.rwd-non-padding-left-35 {
  padding-left: 35px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-35 {
    padding-left: 15px;
  }
}

.right-30 {
  right: 30px;
}

.bottom-30 {
  bottom: 30px;
}

.offset-30 {
  margin: 30px;
}

.offset-top-30, .btn-search-submit {
  margin-top: 30px;
}

.offset-top-30-force {
  margin-top: 30px !important;
}

.offset-top-minus-30 {
  margin-top: -30px;
}

.offset-top-30-rwd {
  margin-top: 30px;
}
@media (max-width: 1264px) {
  .offset-top-30-rwd {
    margin-top: 0px;
  }
}

.offset-top-30-rwd-sm {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .offset-top-30-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-30 {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-30 {
    margin-bottom: -30px;
  }
}

.offset-bottom-minus-30 {
  margin-bottom: -30px;
}

.offset-bottom-30-force {
  margin-bottom: 30px !important;
}

.offset-left-30 {
  margin-left: 30px;
}

.offset-left-30-rwd {
  margin-left: 30px;
}
@media (max-width: 1264px) {
  .offset-left-30-rwd {
    margin-left: -15px;
  }
}

.offset-left-30-rwd-0 {
  margin-left: 30px;
}
@media (max-width: 1264px) {
  .offset-left-30-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-30 {
  margin-left: -30px;
}

.offset-right-30 {
  margin-right: 30px;
}

.offset-right-30-rwd {
  margin-right: 30px;
}
@media (max-width: 1264px) {
  .offset-right-30-rwd {
    margin-right: 0px;
  }
}

.padding-30 {
  padding: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-30-force {
  padding-top: 30px !important;
}

.rwd-non-padding-left-30 {
  padding-left: 30px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-30 {
    padding-left: 15px;
  }
}

.right-25 {
  right: 25px;
}

.bottom-25 {
  bottom: 25px;
}

.offset-25 {
  margin: 25px;
}

.offset-top-25 {
  margin-top: 25px;
}

.offset-top-25-force {
  margin-top: 25px !important;
}

.offset-top-minus-25 {
  margin-top: -25px;
}

.offset-top-25-rwd {
  margin-top: 25px;
}
@media (max-width: 1264px) {
  .offset-top-25-rwd {
    margin-top: 0px;
  }
}

.offset-top-25-rwd-sm {
  margin-top: 25px;
}
@media (max-width: 960px) {
  .offset-top-25-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-25 {
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-25 {
    margin-bottom: -25px;
  }
}

.offset-bottom-minus-25 {
  margin-bottom: -25px;
}

.offset-bottom-25-force {
  margin-bottom: 25px !important;
}

.offset-left-25 {
  margin-left: 25px;
}

.offset-left-25-rwd {
  margin-left: 25px;
}
@media (max-width: 1264px) {
  .offset-left-25-rwd {
    margin-left: -15px;
  }
}

.offset-left-25-rwd-0 {
  margin-left: 25px;
}
@media (max-width: 1264px) {
  .offset-left-25-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-25 {
  margin-left: -25px;
}

.offset-right-25 {
  margin-right: 25px;
}

.offset-right-25-rwd {
  margin-right: 25px;
}
@media (max-width: 1264px) {
  .offset-right-25-rwd {
    margin-right: 0px;
  }
}

.padding-25 {
  padding: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-25-force {
  padding-top: 25px !important;
}

.rwd-non-padding-left-25 {
  padding-left: 25px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-25 {
    padding-left: 15px;
  }
}

.right-20 {
  right: 20px;
}

.bottom-20 {
  bottom: 20px;
}

.offset-20 {
  margin: 20px;
}

.offset-top-20 {
  margin-top: 20px;
}

.offset-top-20-force {
  margin-top: 20px !important;
}

.offset-top-minus-20 {
  margin-top: -20px;
}

.offset-top-20-rwd {
  margin-top: 20px;
}
@media (max-width: 1264px) {
  .offset-top-20-rwd {
    margin-top: 0px;
  }
}

.offset-top-20-rwd-sm {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .offset-top-20-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-20 {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-20 {
    margin-bottom: -20px;
  }
}

.offset-bottom-minus-20 {
  margin-bottom: -20px;
}

.offset-bottom-20-force {
  margin-bottom: 20px !important;
}

.offset-left-20 {
  margin-left: 20px;
}

.offset-left-20-rwd {
  margin-left: 20px;
}
@media (max-width: 1264px) {
  .offset-left-20-rwd {
    margin-left: -15px;
  }
}

.offset-left-20-rwd-0 {
  margin-left: 20px;
}
@media (max-width: 1264px) {
  .offset-left-20-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-20 {
  margin-left: -20px;
}

.offset-right-20 {
  margin-right: 20px;
}

.offset-right-20-rwd {
  margin-right: 20px;
}
@media (max-width: 1264px) {
  .offset-right-20-rwd {
    margin-right: 0px;
  }
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-20-force {
  padding-top: 20px !important;
}

.rwd-non-padding-left-20 {
  padding-left: 20px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-20 {
    padding-left: 15px;
  }
}

.right-15 {
  right: 15px;
}

.bottom-15 {
  bottom: 15px;
}

.offset-15 {
  margin: 15px;
}

.offset-top-15 {
  margin-top: 15px;
}

.offset-top-15-force {
  margin-top: 15px !important;
}

.offset-top-minus-15 {
  margin-top: -15px;
}

.offset-top-15-rwd {
  margin-top: 15px;
}
@media (max-width: 1264px) {
  .offset-top-15-rwd {
    margin-top: 0px;
  }
}

.offset-top-15-rwd-sm {
  margin-top: 15px;
}
@media (max-width: 960px) {
  .offset-top-15-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-15 {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-15 {
    margin-bottom: -15px;
  }
}

.offset-bottom-minus-15 {
  margin-bottom: -15px;
}

.offset-bottom-15-force {
  margin-bottom: 15px !important;
}

.offset-left-15 {
  margin-left: 15px;
}

.offset-left-15-rwd {
  margin-left: 15px;
}
@media (max-width: 1264px) {
  .offset-left-15-rwd {
    margin-left: -15px;
  }
}

.offset-left-15-rwd-0 {
  margin-left: 15px;
}
@media (max-width: 1264px) {
  .offset-left-15-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-15 {
  margin-left: -15px;
}

.offset-right-15 {
  margin-right: 15px;
}

.offset-right-15-rwd {
  margin-right: 15px;
}
@media (max-width: 1264px) {
  .offset-right-15-rwd {
    margin-right: 0px;
  }
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-15-force {
  padding-top: 15px !important;
}

.rwd-non-padding-left-15 {
  padding-left: 15px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-15 {
    padding-left: 15px;
  }
}

.right-10 {
  right: 10px;
}

.bottom-10 {
  bottom: 10px;
}

.offset-10 {
  margin: 10px;
}

.offset-top-10 {
  margin-top: 10px;
}

.offset-top-10-force {
  margin-top: 10px !important;
}

.offset-top-minus-10 {
  margin-top: -10px;
}

.offset-top-10-rwd {
  margin-top: 10px;
}
@media (max-width: 1264px) {
  .offset-top-10-rwd {
    margin-top: 0px;
  }
}

.offset-top-10-rwd-sm {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .offset-top-10-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-10 {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-10 {
    margin-bottom: -10px;
  }
}

.offset-bottom-minus-10 {
  margin-bottom: -10px;
}

.offset-bottom-10-force {
  margin-bottom: 10px !important;
}

.offset-left-10 {
  margin-left: 10px;
}

.offset-left-10-rwd {
  margin-left: 10px;
}
@media (max-width: 1264px) {
  .offset-left-10-rwd {
    margin-left: -15px;
  }
}

.offset-left-10-rwd-0 {
  margin-left: 10px;
}
@media (max-width: 1264px) {
  .offset-left-10-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-10 {
  margin-left: -10px;
}

.offset-right-10 {
  margin-right: 10px;
}

.offset-right-10-rwd {
  margin-right: 10px;
}
@media (max-width: 1264px) {
  .offset-right-10-rwd {
    margin-right: 0px;
  }
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-10-force {
  padding-top: 10px !important;
}

.rwd-non-padding-left-10 {
  padding-left: 10px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-10 {
    padding-left: 15px;
  }
}

.right-5 {
  right: 5px;
}

.bottom-5 {
  bottom: 5px;
}

.offset-5 {
  margin: 5px;
}

.offset-top-5 {
  margin-top: 5px;
}

.offset-top-5-force {
  margin-top: 5px !important;
}

.offset-top-minus-5 {
  margin-top: -5px;
}

.offset-top-5-rwd {
  margin-top: 5px;
}
@media (max-width: 1264px) {
  .offset-top-5-rwd {
    margin-top: 0px;
  }
}

.offset-top-5-rwd-sm {
  margin-top: 5px;
}
@media (max-width: 960px) {
  .offset-top-5-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-5 {
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-5 {
    margin-bottom: -5px;
  }
}

.offset-bottom-minus-5 {
  margin-bottom: -5px;
}

.offset-bottom-5-force {
  margin-bottom: 5px !important;
}

.offset-left-5 {
  margin-left: 5px;
}

.offset-left-5-rwd {
  margin-left: 5px;
}
@media (max-width: 1264px) {
  .offset-left-5-rwd {
    margin-left: -15px;
  }
}

.offset-left-5-rwd-0 {
  margin-left: 5px;
}
@media (max-width: 1264px) {
  .offset-left-5-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-5 {
  margin-left: -5px;
}

.offset-right-5 {
  margin-right: 5px;
}

.offset-right-5-rwd {
  margin-right: 5px;
}
@media (max-width: 1264px) {
  .offset-right-5-rwd {
    margin-right: 0px;
  }
}

.padding-5 {
  padding: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-5-force {
  padding-top: 5px !important;
}

.rwd-non-padding-left-5 {
  padding-left: 5px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-5 {
    padding-left: 15px;
  }
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.offset-0 {
  margin: 0px;
}

.offset-top-0 {
  margin-top: 0px;
}

.offset-top-0-force {
  margin-top: 0px !important;
}

.offset-top-minus-0 {
  margin-top: 0px;
}

.offset-top-0-rwd {
  margin-top: 0px;
}
@media (max-width: 1264px) {
  .offset-top-0-rwd {
    margin-top: 0px;
  }
}

.offset-top-0-rwd-sm {
  margin-top: 0px;
}
@media (max-width: 960px) {
  .offset-top-0-rwd-sm {
    margin-top: 0px;
  }
}

.offset-bottom-0 {
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .margin-bottom-rwd-sm-minus-0 {
    margin-bottom: 0px;
  }
}

.offset-bottom-minus-0 {
  margin-bottom: 0px;
}

.offset-bottom-0-force {
  margin-bottom: 0px !important;
}

.offset-left-0 {
  margin-left: 0px;
}

.offset-left-0-rwd {
  margin-left: 0px;
}
@media (max-width: 1264px) {
  .offset-left-0-rwd {
    margin-left: -15px;
  }
}

.offset-left-0-rwd-0 {
  margin-left: 0px;
}
@media (max-width: 1264px) {
  .offset-left-0-rwd-0 {
    margin-left: 0;
  }
}

.offset-left-minus-0 {
  margin-left: 0px;
}

.offset-right-0 {
  margin-right: 0px;
}

.offset-right-0-rwd {
  margin-right: 0px;
}
@media (max-width: 1264px) {
  .offset-right-0-rwd {
    margin-right: 0px;
  }
}

.padding-0 {
  padding: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-0-force {
  padding-top: 0px !important;
}

.rwd-non-padding-left-0 {
  padding-left: 0px;
}
@media (max-width: 1264px) {
  .rwd-non-padding-left-0 {
    padding-left: 15px;
  }
}

.btn-all, .btn-profile-save, .btn-profile-save-sky, .btn-profile-save-orange, .btn-search-result-tag, .btn-search-submit, .btn-search-tag, .btn-header-mobile-login, .btn-homepage-carousel-item, .btn-homepage-more {
  white-space: nowrap;
}

.btn-homepage-more {
  padding: 10px 35px;
}

.btn-homepage-carousel-item {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 35px;
}

.btn-search-tag, .btn-search-result-tag, .btn-search-submit {
  font-size: 11px;
}
.btn-search-tag.btn, .btn.btn-search-result-tag, .btn.btn-search-submit {
  box-shadow: none;
}

.btn-search-submit {
  font-size: 14px;
  font-weight: 900;
  border-width: 2px;
  padding: 10px 35px;
}
.btn-search-submit:hover, .btn-search-submit:active,
.btn-search-submit .active {
  border-width: 2px;
}

.btn-search-result-tag {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.btn-profile-save, .btn-profile-save-sky, .btn-profile-save-orange {
  width: 100%;
}

.btn-modal-full-width {
  width: 100%;
  height: 40px;
  line-height: 26px;
}

.btn {
  border-radius: 24px;
}
.btn--orange {
  background: #B0F322;
  border-color: #B0F322;
  color: #4a4a4a;
}
.btn--orange:hover {
  background-color: #B0F322;
  border-color: #B0F322;
  color: #ffffff !important;
}
.btn--orange-transparent {
  background: transparent;
  border-color: #335B4F !important;
  border-width: 1px;
  border-style: solid;
  color: #335B4F;
}
.btn--orange-transparent:hover {
  color: #ffffff !important;
  background-color: #335B4F;
}
.btn--orange-transparent-no-border {
  background: transparent;
  color: #335B4F;
}
.btn--white {
  background: transparent;
  border-color: #ffffff !important;
  color: #ffffff;
}
.btn--white:hover {
  border-color: #B0F322 !important;
  color: #B0F322 !important;
}
.btn--pinkish-grey-transparent {
  border: 1px solid #d0d0d0 !important;
  color: #d0d0d0;
}
.btn--full-width {
  width: 100%;
}
.btn--fixed-width {
  width: 176px;
}
@media (max-width: 960px) {
  .btn--fixed-width {
    width: 130px;
  }
}

.active.active-bold, .profile-menu ul li.active, .active.search-category-link,
*:active.active-bold,
.profile-menu ul li:active,
*.search-category-link:active,
*:hover.active-bold,
.profile-menu ul li:hover,
*.search-category-link:hover {
  font-weight: 900;
}
.active.active-underline, .profile-menu ul li.active,
*:active.active-underline,
.profile-menu ul li:active,
*:hover.active-underline,
.profile-menu ul li:hover {
  text-decoration: underline;
}
.active.non-decorated, .search .active.section-offer-col, .profile-menu ul li a.active, .active.search-category-link, .active.btn-search-result-tag,
*:active.non-decorated,
.search *.section-offer-col:active,
.profile-menu ul li a:active,
*.search-category-link:active,
*.btn-search-result-tag:active,
*:hover.non-decorated,
.search *.section-offer-col:hover,
.profile-menu ul li a:hover,
*.search-category-link:hover,
*.btn-search-result-tag:hover {
  text-decoration: none;
}

.slowhop-yellow-input {
  background-color: white;
  color: #f6aa46 !important;
}
.slowhop-yellow-input::-webkit-input-placeholder {
  color: #f6aa46 !important;
}
.slowhop-yellow-input:-moz-placeholder {
  color: #f6aa46 !important;
}
.slowhop-yellow-input::-moz-placeholder {
  color: #f6aa46 !important;
}
.slowhop-yellow-input:-ms-input-placeholder {
  color: #f6aa46 !important;
}

.show-on-parent-hover,
.show-on-prev-hover {
  visibility: hidden;
}

*:hover > .show-on-parent-hover,
*:hover + .show-on-prev-hover {
  visibility: visible;
}

.table-block {
  display: table;
  width: 100%;
  height: 100%;
}
.table-block .table-cell-block {
  display: table-cell;
  vertical-align: middle;
}
.table-block .table-cell-block .table-cell-center-text {
  width: 100%;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-top-0 {
  margin-top: 0px;
}

.padding-0 {
  padding: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

/* Imports layout style */
footer {
  background-color: #F4F1EB;
  color: #121820;
  width: 100%;
  margin: auto;
  padding: 24px 0;
}
footer.standard-footer {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
footer.standard-footer h1 {
  font-family: "Pretty-Semi-Bold", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 8px 0 0;
  padding: 11px 0 6px 0;
}
footer.standard-footer a, footer.standard-footer span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
footer.standard-footer ul {
  padding: 12px 0;
}
footer.standard-footer ul li {
  margin: 0 0 4px;
  padding: 0;
  line-height: 18px;
}
footer.standard-footer .row {
  padding: 12px 0;
}
footer.standard-footer #newsletter {
  text-align: right;
}
footer.standard-footer div.newsletter-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 424px;
}
footer.standard-footer div.newsletter-box a.btn-newsletter {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 24px;
  margin: 12px 0;
  background: #B0F322;
  border-radius: 24px;
  border: 1px solid #B0F322;
  line-height: 16px;
}
footer.standard-footer div.newsletter-box img {
  display: block;
  margin: 12px 0 0 12px;
}
footer.standard-footer div#socials-container {
  padding-bottom: 16px;
}
footer.standard-footer div#socials-container a {
  display: inline-block;
  margin: 0 16px 0 0;
}
footer.standard-footer div#copyrights-container {
  padding: 0 0 16px 0;
}
footer.standard-footer div#copyrights-container p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  padding: 0;
}
footer.standard-footer div#copyrights-container p i {
  background-image: url("/assets/images/hug.svg");
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  footer footer.standard-footer {
    text-align: left;
    font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  footer footer.standard-footer a, footer footer.standard-footer span {
    font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  footer footer.standard-footer span {
    text-align: center;
    display: block;
  }
  footer footer.standard-footer h1 {
    font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0px 8px 0px 0px;
    line-height: 19.2px;
  }
}
footer.footer-creator {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 15px;
}
footer p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  padding: 12px 0;
}
footer a {
  color: #121820;
  text-decoration: none;
  border: 0px;
  line-height: 18px;
}
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #121820;
}
footer #tags li a {
  padding: 3px 13px;
  font-size: 12px;
  display: block;
  text-align: center;
}
footer #tags li a:hover {
  text-decoration: none;
  border-color: #ffe08e;
  color: #ffe08e;
}
footer .input-group input.form-control {
  height: 25px;
  font-size: 11px;
  box-shadow: none;
}
footer .input-group button.btn {
  height: 25px;
  line-height: 24px;
  padding: 0px 15px;
}
footer label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
footer select {
  height: 25px;
  width: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  margin-bottom: 3px;
  box-shadow: none;
}
footer select:active, footer select:focus {
  border-color: #fff;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding-bottom: 5px;
}
footer hr {
  width: 100%;
  color: #c6c6c6;
  height: 1px;
}
footer #thankyou {
  display: none;
  padding: 10px 0px 10px 0px;
}
footer #social {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
}
footer #social span {
  padding-top: -5px;
}
footer #social ul {
  list-style-type: none;
  display: inline-block;
}
footer #social ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
}
footer #social ul li img {
  width: 100%;
  height: 100%;
}
footer #social span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 959px) {
  footer {
    text-align: left;
    padding-top: 0;
  }
  footer h4 {
    margin-top: 25px;
  }
  footer .input-group {
    max-width: 190px;
    margin: 0 auto;
  }
  footer select {
    margin: 0 auto;
  }
  footer #tags li a {
    max-width: 190px;
    display: inline-block;
  }
  footer #social {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  footer ul li {
    padding: 0 0 10px 0;
  }
}

.navbar {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 72px;
  background-color: #F4F1EB;
}
.navbar.navbar-host {
  background-color: #E8F1E0;
}
.navbar.navbar-host .navbar-collapse {
  background-color: #E8F1E0;
}
.navbar.navbar-host .navbar-header .toggles-container .navbar-toggle.close-button, .navbar.navbar-host .navbar-header .toggles-container .navbar-toggle.collapsed.regular-menu img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(19%) saturate(737%) hue-rotate(111deg) brightness(100%) contrast(94%);
}
@media (max-width: 959px) {
  .navbar {
    height: 60px;
  }
}
@media (min-width: 960px) {
  .navbar .container {
    display: flex;
    width: 960px;
  }
}
@media (min-width: 1264px) {
  .navbar .container {
    width: 1230px;
  }
}
@media (min-width: 1904px) {
  .navbar .container {
    width: 1370px;
  }
}
.navbar.navbar-default {
  border: none;
}
.navbar .avatar {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  background-size: cover;
  margin-top: -10px;
}
.navbar .nav-icon-test {
  background-image: url(../images/nav-icon/expand-orange.gif);
  display: inline-block;
  background-size: 15px 15px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 20px !important;
}
.navbar #account {
  position: relative;
}
.navbar #account a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  vertical-align: top;
}
.navbar #account.open ul.dropdown-menu {
  display: block;
}
.navbar #account ul.dropdown-menu {
  margin-top: 10px;
  display: none;
}
.navbar #account ul.dropdown-menu li {
  padding: 0 10px 5px 10px;
  display: block !important;
}
.navbar #account ul.dropdown-menu li .open {
  background-color: white;
}
.navbar #account ul.dropdown-menu a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #4f4f4f !important;
}
.navbar #account ul.dropdown-menu a:hover {
  color: #B0F322 !important;
  background-color: white;
}
.navbar #account ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.navbar #account ul.dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar.background-transparent {
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.navbar.background-transparent .nav-item a {
  color: #ffffff;
}
.navbar.background-transparent .nav-item a:hover {
  color: #ffffff;
}
.navbar.background-transparent .logo-container, .navbar.background-transparent .logo-mobile-container {
  margin: 0 16px 0 0;
}
.navbar.background-transparent .logo-container a, .navbar.background-transparent .logo-mobile-container a {
  color: #ffffff;
}
.navbar.background-transparent .logo-mobile-container a {
  color: #ffffff;
}
.navbar.background-transparent .logo-mobile-container .cls-1 {
  fill: #ffffff;
}
.navbar.background-white .btn--white {
  border-color: #f6aa46 !important;
  color: #f6aa46 !important;
}
.navbar.background-white .btn--white:hover {
  border-color: #f6aa46 !important;
  background-color: #f6aa46 !important;
  color: #ffffff !important;
}
.navbar .logo-container {
  margin: 0 16px 0 0;
}
.navbar .logo-container a {
  color: #4f4f4f;
}
@media (max-width: 959px) {
  .navbar .logo-container {
    margin: 0 16px 0 16px;
  }
}
.navbar .logo-mobile-container a {
  color: #4f4f4f;
}
.navbar .logo-mobile-container .cls-1 {
  fill: #6c9ed5;
}
.navbar .navbar-account {
  white-space: nowrap;
  display: block;
  padding: 11px 0;
  height: 72px;
}
@media (max-width: 959px) {
  .navbar .navbar-account {
    height: 60px;
  }
}
.navbar .navbar-account ul.navbar-right {
  white-space: nowrap;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar .navbar-account ul.navbar-right li {
  display: block;
  margin: 0;
}
.navbar .navbar-account ul.navbar-right li button {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid #ACACAC;
  line-height: 16px;
}
.navbar .navbar-account ul.navbar-right li button img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
}
.navbar .navbar-account ul.navbar-right li button.login-link {
  max-width: 206px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  padding: 8px 24px 8px 16px;
}
.navbar .navbar-account ul.navbar-right li button:hover {
  border: 1px solid #747474;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 200px;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul {
  background-color: #F4F1EB;
  padding: 24px;
  margin: 20px 0 0 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul.dropdown-host {
  background-color: #E8F1E0;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul li {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 12px 0;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul li.divider {
  margin: 24px 0 24px 0;
  background: #D5D5D5;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul li a.btn {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid #ACACAC;
  line-height: 16px;
  text-decoration: none;
  display: block;
  margin: 0;
}
.navbar .navbar-account ul.navbar-right li .dropdown-menu ul li a.btn:hover {
  border: 1px solid #747474;
  text-decoration: none;
  font-weight: 400;
}
.navbar .navbar-account ul.navbar-right li.lang-item {
  margin-right: 24px;
}
.navbar .navbar-header {
  width: 100vw;
  padding: 11px 0;
  height: 72px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .navbar .navbar-header {
    height: 60px;
    padding: 4px 0;
  }
}
.navbar .navbar-header .toggles-container {
  margin: 0 16px 0 auto;
  display: none;
}
@media (max-width: 959px) {
  .navbar .navbar-header .toggles-container {
    display: flex;
  }
}
.navbar .navbar-header .toggles-container .navbar-toggle {
  margin: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.navbar .navbar-header .toggles-container .navbar-toggle.regular-menu {
  margin-left: 24px;
}
.navbar .navbar-header .toggles-container .navbar-toggle.user-menu img {
  border-radius: 50%;
  object-fit: cover;
}
.navbar .navbar-header .toggles-container .navbar-toggle.close-button {
  background-image: url("../images/close.svg");
}
.navbar .navbar-header .toggles-container .navbar-toggle.toggle-icon-btn img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(6%) saturate(3798%) hue-rotate(175deg) brightness(97%) contrast(93%);
}
.navbar .navbar-header ul.links {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar .navbar-header ul.links .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-header ul.links li {
  display: flex;
  margin: 0;
}
.navbar .navbar-header ul.links li span, .navbar .navbar-header ul.links li a {
  padding: 16px;
}
.navbar .navbar-header ul.links li span:hover, .navbar .navbar-header ul.links li a:hover {
  background-color: #E7FF83;
  border-radius: 24px;
}
.navbar .navbar-header ul.links li .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar .navbar-header ul.links li .dropdown-menu ul {
  background-color: #F4F1EB;
  padding: 24px;
  margin: 30px 0 0 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 200px;
}
.navbar .navbar-header ul.links li .dropdown-menu ul.dropdown-host {
  background-color: #E8F1E0;
}
.navbar .navbar-header ul.links li .dropdown-menu ul li {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 12px 0;
}
.navbar .navbar-header ul.links li .dropdown-menu ul li a {
  padding: 0;
}
.navbar .navbar-header ul.links li .dropdown-menu ul li a:hover {
  background-color: transparent;
}
.navbar .navbar-header ul.links li .dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-header ul.links li .dropdown-menu ul li.divider {
  background: #D5D5D5;
}
.navbar .navbar-collapse {
  display: none !important;
  padding: 20px 16px 16px 16px;
  background-color: #F4F1EB;
  border-top: 1px solid #D5D5D5;
  max-height: none;
}
@media (max-width: 959px) {
  .navbar .navbar-collapse.in, .navbar .navbar-collapse.collapsing {
    display: block !important;
    height: calc(100svh - 60px);
  }
}
.navbar .navbar-collapse .collapse-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 98px);
}
.navbar .navbar-collapse .collapse-container .menu {
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
}
.navbar .navbar-collapse .collapse-container .menu ul {
  list-style: none;
  padding: 0;
}
.navbar .navbar-collapse .collapse-container .menu ul li span {
  font-family: "Pretty-Semi-Bold", "Open Sans", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
}
.navbar .navbar-collapse .collapse-container .menu ul li.link {
  margin-bottom: 12px;
}
.navbar .navbar-collapse .collapse-container .menu ul li.link a {
  font-family: "Pretty-Semi-Bold", "Open Sans", Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
}
.navbar .navbar-collapse .collapse-container .menu ul li.divider {
  border-top: 1px solid #D5D5D5;
  padding: 24px 0 0 0;
}
.navbar .navbar-collapse .collapse-container .menu ul li ul {
  padding: 12px 24px;
}
.navbar .navbar-collapse .collapse-container .menu ul li ul li {
  margin-bottom: 12px;
}
.navbar .navbar-collapse .collapse-container .menu ul > li.link {
  margin-bottom: 24px;
}
.navbar .navbar-collapse .collapse-container .fixed-collapse-footer {
  border-top: 1px solid #D5D5D5;
  padding: 24px 0 0 0;
}
.navbar .navbar-collapse .collapse-container .fixed-collapse-footer:last-child ul {
  margin: 0;
}
.navbar .navbar-collapse .collapse-container .fixed-collapse-footer ul {
  padding: 0;
  margin-bottom: 24px;
  list-style: none;
}
.navbar .navbar-collapse .collapse-container .fixed-collapse-footer ul li button, .navbar .navbar-collapse .collapse-container .fixed-collapse-footer ul li a.btn {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid #ACACAC;
  line-height: 16px;
}
.navbar .navbar-collapse .collapse-container .fixed-collapse-footer ul li a.btn {
  width: 100%;
  margin: 0;
}
.navbar li.lang-item a {
  display: inline-block;
}
.navbar li.lang-item .selected {
  font-weight: 600;
}
.navbar li.lang-item span {
  font-weight: 400;
  font-size: 10px;
  vertical-align: middle;
}
.navbar .nav-item a {
  letter-spacing: 0.2px;
  text-decoration: none;
  color: rgb(18, 24, 32);
  padding: 0;
}
.navbar .nav-item a.btn {
  padding: 5px 15px;
  margin-top: -8px;
  vertical-align: top;
}
.navbar .nav-item a.red {
  color: #c93643;
}
.navbar .nav-item a:hover {
  font-weight: 600;
}
.navbar .langs-s__trigger {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 60px;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding-left: 10px;
}
.navbar .langs-s__trigger img.langs-s__country {
  width: 15px;
  transform: translateY(-1px);
  vertical-align: middle;
  border-style: none;
}
.navbar .langs-s__trigger span.langs-s__arrow {
  font-size: 9px;
}
.navbar .langs-s__trigger img:not(.langs-s__country) {
  width: 9px;
}
.navbar .langs-s__trigger span {
  display: inline-block;
  padding: 0 1px;
}
.navbar .lang-s__currency {
  text-transform: lowercase;
}
.navbar .lang-item a {
  padding: 0 !important;
}

.navbar-mobile .logo-mobile-container {
  padding-left: 15px;
}

@font-face {
  font-family: "Neuzeitgro-Bold";
  src: url("/assets/fonts/neuzeitgro/neuzeit_grotesk_bold-webfont.woff2") format("woff2"), url("/assets/fonts/neuzeitgro/neuzeit_grotesk_bold-webfont.woff") format("woff"), url("/assets/fonts/neuzeitgro/neuzeit_grotesk_bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Neuzeitgro-Regular";
  src: url("/assets/fonts/neuzeitgro/neuzeit_grotesk_regular-webfont.woff2") format("woff2"), url("/assets/fonts/neuzeitgro/neuzeit_grotesk_regular-webfont.woff") format("woff"), url("/assets/fonts/neuzeitgro/neuzeit_grotesk_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
html.lock-scroll--default {
  overflow-y: scroll;
  height: 100vh;
}
html.lock-scroll--default body {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1903px) {
  html.lock-scroll--default {
    overflow-y: hidden;
  }
  @supports (height: 100dvh) {
    html.lock-scroll--default {
      height: 100dvh;
    }
    html.lock-scroll--default body {
      height: 100dvh;
    }
  }
}
@media (max-width: 1903px) {
  html.lock-scroll--md {
    overflow-y: hidden;
    height: 100vh;
  }
  html.lock-scroll--md body {
    overflow: hidden;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    html.lock-scroll--md {
      height: 100dvh;
    }
    html.lock-scroll--md body {
      height: 100dvh;
    }
  }
}
@media (max-width: 1263px) {
  html.lock-scroll--sm {
    overflow-y: hidden;
    height: 100vh;
  }
  html.lock-scroll--sm body {
    overflow: hidden;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    html.lock-scroll--sm {
      height: 100dvh;
    }
    html.lock-scroll--sm body {
      height: 100dvh;
    }
  }
}
@media (max-width: 959px) {
  html.lock-scroll--xs {
    overflow-y: hidden;
    height: 100vh;
  }
  html.lock-scroll--xs body {
    overflow: hidden;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    html.lock-scroll--xs {
      height: 100dvh;
    }
    html.lock-scroll--xs body {
      height: 100dvh;
    }
  }
}

body.exception #holder {
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  display: table;
  width: 100%;
}
body.exception.exception-404 #holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), url("../images/exceptions/rebrand/404.jpeg") lightgray 50%/cover no-repeat;
}
body.exception.exception-404 .exception-container a {
  border-color: rgb(231, 255, 131);
  background-color: rgb(231, 255, 131);
}
body.exception.exception-404 .exception-container a:hover {
  border-color: rgb(231, 255, 131);
  background-color: rgb(231, 255, 131);
}
body.exception.exception-500 #holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), url("../images/exceptions/rebrand/500.jpeg") lightgray 50%/cover no-repeat;
}
body.exception.exception-500 .exception-container a {
  border-color: rgb(178, 208, 150);
  background-color: rgb(178, 208, 150);
}
body.exception.exception-500 .exception-container a:hover {
  border-color: rgb(148, 174, 123);
  background-color: rgb(148, 174, 123);
}
body.exception.exception-403 #holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), url("../images/exceptions/rebrand/403.jpeg") lightgray 50%/cover no-repeat;
}
body.exception.exception-403 .exception-container a {
  border-color: rgb(244, 241, 235);
  background-color: rgb(244, 241, 235);
}
body.exception.exception-403 .exception-container a:hover {
  border-color: rgb(237, 232, 222);
  background-color: rgb(237, 232, 222);
}
body.exception #container {
  display: table-cell;
  width: 100%;
  min-height: 100%;
  height: 1px;
  vertical-align: middle;
}
body.exception #container .container {
  max-width: 100vw;
}
body.exception #container .container .exception-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  gap: 24px;
  max-width: 100%;
  width: 800px;
  color: rgb(253, 252, 251);
}
body.exception #container .container .exception-container h2 {
  padding-left: 0;
  font-size: 4.6rem;
  margin: 0;
}
body.exception #container .container .exception-container p {
  font-size: 1.6rem;
  margin: 0;
}
body.exception #container .container .exception-container a {
  display: inline-flex;
  padding: 1.6rem 2.4rem;
  border-radius: 2.7rem;
  font-size: 1.6rem;
  text-decoration: none;
  color: rgb(18, 24, 32);
}
@media (max-width: 1263px) {
  body.exception #container .container .exception-container {
    width: auto;
  }
  body.exception #container .container .exception-container h2 {
    font-size: 3rem;
  }
}
body.exception #container .container .exception-title {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

html {
  height: 100%;
}

html,
body {
  width: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center; /* IE */
  -ms-flex-direction: column; /* IE */
  flex-direction: column; /* Moz */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}
body #holder {
  flex: 1 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 0;
}

/* 
 * Buttons
 */
a, .btn {
  outline: none !important;
}

/*
 * Forms
 */
.form-heading, form h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #335B4F;
  text-transform: uppercase;
  font-weight: 300;
}

form .form-group {
  position: relative;
}
form label {
  margin-bottom: 8px;
  color: #939393;
  font-size: 13px;
  font-weight: 400;
}

/* Imports all views' styles */
/* Views */
.product-page {
  display: block;
  line-height: 1.5;
}
.product-page .product-menu-bar {
  background-color: #ffffff;
  z-index: 50;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.product-page .product-menu-bar__mobile .menu-bar-container ul {
  padding-left: 10px;
}
.product-page .product-menu-bar__mobile .menu-bar-container ul li:after {
  padding: 0 10px;
}
.product-page .product-menu-bar .menu-bar-container {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
}
.product-page .product-menu-bar ul {
  margin-bottom: 0;
  width: 100%;
}
.product-page .product-menu-bar li {
  display: inline;
}
.product-page .product-menu-bar li:after {
  content: " •  ";
  color: #999;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  padding: 0 20px;
}
.product-page .product-menu-bar li:last-child:after {
  content: "";
}
.product-page .product-menu-bar li a {
  color: #7b7b7b;
}
.product-page .product-menu-bar li a.active {
  color: #f6aa46;
}
.product-page .product-menu-bar li a.red {
  color: #c93643;
}
.product-page #translated-by-google {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b;
}
.product-page .anchor {
  position: relative;
  top: -30px;
}
.product-page.product-page__mobile .authorization-modal span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.product-page.product-page__mobile span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product-page.product-page__mobile section {
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-page.product-page__mobile .price-group-table td {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.product-page.product-page__mobile h2 {
  padding-left: 0;
}
.product-page h2 {
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .product-page .container {
    width: 950px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-page .container {
    width: 720px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .product-page .container {
    width: 850px;
  }
}
@media (min-width: 610px) and (max-width: 770px) {
  .product-page .calendar-bar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product-page .calendar-bar button {
    margin-left: 5px !important;
    margin-top: -4px !important;
  }
  .product-page .calendar-bar #date-picker {
    margin-right: 0 !important;
  }
}
.product-page #booking_request_phone_group select {
  width: 40px;
  display: inline-block;
}
.product-page #booking_request_phone_group input {
  width: 140px;
  display: inline-block;
}
.product-page .navbar-right .button-yellow, .product-page .navbar-right .btn-header-mobile-login {
  background-color: transparent;
  color: #f6aa46 !important;
  border: 1px solid #f6aa46;
}
.product-page .navbar-right .button-yellow:hover, .product-page .navbar-right .btn-header-mobile-login:hover {
  color: #ffffff !important;
  background-color: #f6aa46;
}
.product-page section {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-page #container {
  padding: 0;
}
.product-page .ui-datepicker {
  width: auto !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 0 1px;
}
.product-page .ui-datepicker td a, .product-page .ui-datepicker td span {
  padding: 0;
}
.product-page .ui-datepicker .ui-icon-circle-triangle-w {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -223px -22px;
  width: 12px;
  height: 25px;
}
.product-page .ui-datepicker .ui-icon-circle-triangle-e {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -700px -439px;
  width: 12px;
  height: 25px;
}
.product-page .ui-datepicker .ui-datepicker-prev, .product-page .ui-datepicker .ui-datepicker-next {
  height: 2.8em;
}
.product-page .ui-datepicker .ui-state-hover {
  border: none;
  background-color: #ffffff;
}
.product-page .ui-datepicker .ui-datepicker-header {
  background-color: #ffffff;
  border: none;
}
.product-page .ui-datepicker .ui-datepicker-calendar {
  width: 100% !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar thead {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.product-page .ui-datepicker .ui-datepicker-group-first {
  margin-right: 10px;
}
.product-page .ui-datepicker .ui-datepicker-group {
  width: auto;
}
.product-page .ui-datepicker .ui-datepicker-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: #4a4a4a;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-page .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  border-top: 1px solid #d0d0d0;
}
.product-page .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #4a4a4a;
}
.product-page .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
  background-color: #ffffff !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked {
  background-color: #d0d0d0;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked:hover {
  border: 2px solid #c93643;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__PM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -203px -10px;
  width: 39px;
  height: 36px;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__PM:hover {
  background-position: -10px -10px;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__PM.error:hover {
  background-position: -203px -10px;
  border: 2px solid #c93643;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__PM span {
  background-color: transparent !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__AM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -250px -10px;
  width: 39px;
  height: 36px;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__AM:hover {
  background-position: -58px -11px;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__AM.error:hover {
  background-position: -250px -10px;
  border: 2px solid #c93643;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked__AM span {
  background-color: transparent !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar .booked.booked span {
  background-color: #d0d0d0;
}
.product-page .ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  border: solid 1px #f2f2f2;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.marked {
  background-color: #c9dcff;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.marked__red {
  border: 2px solid #c93643 !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.marked__red:hover {
  background-color: #ffffff !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.marked__red:hover a {
  background-color: #ffffff !important;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.marked__permanent {
  background-color: #c9dcff;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  pointer-events: auto;
  opacity: 1;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #b5b5b5;
}
.product-page .ui-datepicker .ui-datepicker-calendar td span {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.product-page .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.product-page .ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background-color: #64A8F8;
  border-color: #64A8F8;
}
.product-page .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #4a4a4a;
}
.product-page .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background-color: transparent;
  color: #4a4a4a;
}
.product-page .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background-color: transparent;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
  background-color: #64A8F8;
  color: #4a4a4a;
}
.product-page .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight a {
  background-color: #64A8F8 !important;
  color: #4a4a4a;
}
.product-page #product--info {
  padding-top: 70px;
}
.product-page .product--header {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-page .product--header .gallery-trigger {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 5px 20px;
  position: absolute;
  right: 40px;
  bottom: 100px;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.product-page .product--header .gallery-trigger:hover {
  border: 1px solid #ffffff;
}
.product-page .product--header .favorite-trigger {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 10px 20px;
  position: absolute;
  right: 40px;
  bottom: 150px;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.product-page .product--header .favorite-trigger:hover {
  border: 1px solid #ffffff;
}
.product-page .product--header .favorite-trigger .favorite-icon {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 17px;
  vertical-align: top;
  top: 2px;
  right: 5px;
}
.product-page .product--header__mobile {
  margin-top: 60px;
  height: 250px;
}
.product-page .product--header__mobile .cover-photo .overlay__light {
  background-color: transparent;
}
.product-page .product--header__mobile .cover-photo a {
  position: absolute;
  bottom: 5px;
  right: 5px;
  top: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
}
.product-page .product--header__mobile .cover-photo a span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.product-page .product--header__mobile .favorite-icon {
  width: 28px;
  height: 25px;
}
.product-page .product--header .cover-photo {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.product-page .product--header .cover-photo .overlay__light {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-page .product--header .cover-photo .overlay__light a {
  display: block;
  padding-top: 156px;
  text-decoration: none;
  height: 100%;
}
.product-page .product--header .cover-photo .overlay__light a span {
  position: relative;
  top: -9px;
  margin-left: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.product-page .product--header .calendar-bar {
  height: 70px;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  padding: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page .product--header .calendar-bar .booking-elements-container {
  position: relative;
}
.product-page .product--header .calendar-bar .booking-elements-container i.sprite-new-icon-guests {
  top: 0;
}
.product-page .product--header .calendar-bar .booking-elements-container .date-picker-text-placeholder {
  cursor: pointer;
}
.product-page .product--header .calendar-bar label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #4a4a4a;
}
.product-page .product--header .calendar-bar .container-fluid {
  padding: 0;
}
.product-page .product--header .calendar-bar #calendar-form {
  margin: auto;
  display: table;
}
.product-page .product--header .calendar-bar #calendar-picker-container {
  display: inline-block;
}
.product-page .product--header .calendar-bar #date-range-arrow {
  position: absolute !important;
  top: 16px !important;
  left: 256px !important;
}
.product-page .product--header .calendar-bar #date-picker {
  width: 220px;
  height: 40px;
  margin-left: 60px;
  margin-right: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  display: inline-block;
}
.product-page .product--header .calendar-bar #date-picker div {
  padding: 8px 12px;
}
.product-page .product--header .calendar-bar #date-picker input {
  box-shadow: none;
  width: 100px;
  height: 100%;
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page .product--header .calendar-bar #date-picker i {
  position: relative;
  top: 7px;
}
.product-page .product--header .calendar-bar #date-picker-dropdown {
  position: absolute;
  background-color: #ffffff;
  z-index: 99999;
  border: 1px solid #d0d0d0;
  display: none;
  min-width: 220px;
}
.product-page .product--header .calendar-bar #date-picker-dropdown.event-choose-date {
  overflow-y: scroll;
  max-height: 270px;
  overflow-x: hidden;
}
.product-page .product--header .calendar-bar #date-picker-dropdown #date-select {
  padding: 10px;
}
.product-page .product--header .calendar-bar #date-picker-dropdown #date-select div.last label {
  margin-bottom: 0;
}
.product-page .product--header .calendar-bar #date-picker-dropdown #date-select input {
  margin-right: 5px;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.product-page .product--header .calendar-bar #date-picker-dropdown #date-select label {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-page .product--header .calendar-bar #calendar-update {
  margin-top: 0;
  margin-bottom: 12px;
  border-top: 1px solid #d0d0d0;
  padding-left: 10px;
  padding-top: 12px;
  position: relative;
}
.product-page .product--header .calendar-bar #guests-picker {
  height: 40px;
  margin-left: 50px;
  background-color: #ffffff;
  border-radius: 2px;
  display: inline-block;
}
.product-page .product--header .calendar-bar #guests-picker input {
  box-shadow: none;
  width: 40px;
  height: 100%;
  margin-left: 0;
  border: none;
  display: inline-block;
  text-align: center;
  padding-right: 2px;
  background-color: white;
  vertical-align: baseline;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page .product--header .calendar-bar #guests-picker i {
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-right: 10px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown {
  background-color: #ffffff;
  padding: 10px;
  position: absolute;
  z-index: 100;
  border: 1px solid #d0d0d0;
  display: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group {
  display: block;
  margin-bottom: 10px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group:last-child {
  margin-bottom: 0;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group input {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #d0d0d0;
  box-shadow: none;
  display: block;
  float: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group input:disabled {
  background-color: #f2f2f2;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group .description {
  height: 40px;
  display: block;
  float: left;
  margin-top: -3px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group .description.no-limits {
  margin-top: -3px;
  padding-top: 11px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group label {
  margin-left: 10px;
}
.product-page .product--header .calendar-bar #guests-picker-dropdown .form-group label span {
  font-size: 12px;
  font-weight: normal;
  background-color: #f2f2f2;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: -5px;
  color: #7b7b7b;
}
.product-page .product--header .calendar-bar i {
  position: absolute;
  top: 15px;
}
.product-page .product--header .calendar-bar button {
  height: 40px;
  border-radius: 2px;
  margin-left: 60px;
}
.product-page .product--info {
  background-color: #ffffff;
  padding-top: 60px;
}
.product-page .product--info .main-text {
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  color: #4a4a4a;
}
.product-page .product--info__mobile {
  padding-top: 70px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.product-page .product--info__mobile .owner-name {
  font-size: 18px;
  margin-top: 15px;
}
.product-page .product--info__mobile .owner-descritpion {
  margin-top: 10px;
}
.product-page .product--info__mobile .product--info--heading {
  margin-bottom: 20px;
}
.product-page .product--info__mobile .product--info--heading ul {
  padding-left: 0;
}
.product-page .product--info__mobile .product--info--heading h1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-top: 10px;
}
.product-page .product--info__mobile .product--info--heading span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.product-page .product--info__mobile .user-picture {
  width: 50px !important;
  height: 50px !important;
}
.product-page .product--info .user-picture {
  width: 120px;
  height: 120px;
  background-size: cover;
  border-radius: 50%;
  margin-top: 5px;
}
.product-page .product--info .owner-name {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.product-page .product--info .social-actions ul {
  padding-left: 5px;
}
.product-page .product--info .social-actions ul li {
  list-style-type: none;
  display: inline;
  margin-right: 30px;
}
.product-page .product--info .social-actions ul li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #4a4a4a;
}
.product-page .product--info .social-actions ul li a:hover {
  text-decoration: none;
}
.product-page .product--info .social-actions ul li a span {
  position: relative;
  top: -3px;
}
.product-page .product--info--heading {
  margin-bottom: 30px;
}
.product-page .product--info--heading .svg-icon {
  color: #f6aa46;
}
.product-page .product--info--heading h1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  color: #4a4a4a;
}
.product-page .product--info--heading ul {
  padding-left: 5px;
}
.product-page .product--info--heading ul li {
  list-style-type: none;
  display: inline;
  margin-right: 30px;
}
.product-page .product--info--heading ul li span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.product-page .product--info--heading ul li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4a4a4a;
}
.product-page .product--info--heading ul li a:hover, .product-page .product--info--heading ul li a:active, .product-page .product--info--heading ul li a:visited, .product-page .product--info--heading ul li a:focus {
  text-decoration: none;
}
.product-page .product--new-tags {
  background-color: #ffffff;
}
.product-page .product--new-tags .tag-list-holder {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
.product-page .product--new-tags .tag-list-holder h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a4a4a;
}
.product-page .product--new-tags .tag-list-holder ul {
  list-style: none;
  padding-left: 0;
}
.product-page .product--new-tags .tag-list-holder ul li {
  color: #4a4a4a;
  padding: 10px 0;
}
.product-page .product--new-tags .tag-list-holder ul .svg-icon {
  vertical-align: top;
  top: 2px;
  margin-right: 10px;
}
.product-page .product--new-tags-amenities {
  background-color: #ffffff;
  padding-top: 0;
}
.product-page .product--new-tags-amenities .tag-list-holder {
  padding-top: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
.product-page .product--new-tags-amenities .tag-list-holder ul {
  list-style: none;
  padding-left: 0;
}
.product-page .product--new-tags-amenities .tag-list-holder ul li {
  padding: 10px 0;
}
.product-page .product--new-tags-amenities .tag-list-holder ul .svg-icon {
  vertical-align: top;
  top: 2px;
  margin-right: 10px;
}
.product-page .product--new-tags-amenities h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.product-page .product--last-minute {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 10px;
}
.product-page .product--last-minute .last-minute-list-holder {
  padding-bottom: 50px;
  border-bottom: 1px solid #d0d0d0;
}
.product-page .product--last-minute .last-minute-offer {
  width: 100%;
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #fff;
  min-height: 94px;
  vertical-align: top;
  position: relative;
}
.product-page .product--last-minute .last-minute-offer .last-minute-offer-content {
  white-space: normal;
  color: #4a4a4a;
  padding: 15px;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 94px;
}
.product-page .product--last-minute .last-minute-offer .last-minute-offer-content .last-minute-price {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.product-page .product--last-minute .last-minute-offer .last-minute-offer-content .last-minute-price span {
  text-decoration: line-through;
  color: #7b7b7b;
  margin-right: 7px;
  font-weight: normal;
}
.product-page .product--last-minute .last-minute-offer .last-minute-offer-content .last-minute-status {
  text-align: left;
  font-size: 12px;
  color: #7b7b7b;
}
.product-page .product--last-minute .last-minute-offer .last-minute-offer-content .last-minute-status span.red {
  color: #c93643;
}
.product-page .product--last-minute .last-minute-offer .last-minute-arrow {
  position: absolute;
  top: 36px;
  right: 15px;
  color: #4a4a4a;
}
.product-page .product--description {
  background-color: #ffffff;
}
.product-page .product--description--text {
  margin-bottom: 20px;
}
.product-page .product--description__mobile .row {
  margin-bottom: 0 !important;
}
.product-page .product--description .row {
  margin-bottom: 20px;
}
.product-page .product--icons {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.product-page .product--icons__mobile span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.product-page .product--icons i {
  display: block;
  margin: auto;
}
.product-page .product--price {
  background-color: #ffffff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.product-page .product--price h4 {
  margin-top: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product-page .product--price .price-group-table {
  margin-top: 20px;
}
.product-page .product--price .price-group-table td {
  border-top: 1px solid #B0F322;
  border-right: 1px solid #B0F322;
}
.product-page .product--price .price-group-table td:last-child {
  border-right: none;
}
.product-page .product--price .price-group-table th {
  border-right: 1px solid #B0F322;
  border-bottom: none;
  text-align: center;
}
.product-page .product--price .price-group-table th:last-child {
  border-right: none;
}
.product-page .product--price .price-group-table thead {
  border-bottom: none;
}
.product-page .product--price .row {
  margin-bottom: 30px;
}
.product-page .product--price .row:last-of-type {
  margin-bottom: 0;
}
.product-page .product--rental {
  background-color: #ffffff;
}
.product-page .product--rental h5 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.product-page .product--rental p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.product-page .product--rental ul {
  list-style: none;
  padding-left: 0;
}
.product-page .product--rental ul li {
  margin-bottom: 10px;
}
.product-page .product--rental ul i {
  margin-right: 10px;
  top: 4px;
}
.product-page .product--film {
  background-color: white;
}
.product-page .product--location {
  background-color: white;
}
.product-page .product--map {
  padding-top: 0;
  padding-bottom: 0;
}
.product-page .product--map #product-map-container {
  width: 100%;
  height: 540px;
}
.product-page .product--map #product-map-container #map {
  width: 100%;
  height: 100%;
}
.product-page .more {
  padding-bottom: 30px;
}
.product-page .more-content span {
  display: none;
}
.product-page .more-content span.expand {
  display: inline;
}
.product-page .more-content a span {
  display: inline-block;
}
.product-page .more a {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.product-page .more .blur {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 20px;
  width: 100%;
  opacity: 0.7;
  padding: 0;
  background-color: #ffffff;
}

/*
 * Product description
 */
.product-description a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
.product-description .product-description-photos {
  border-bottom: none;
}
.product-description p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-description .product-gallery-wrapper .product-gallery-photo-main-wrap {
  display: block;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
}
.product-description .product-gallery-wrapper .sprite-icon-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-description .product-gallery-wrapper .product-gallery-thumbs-wrapper {
  overflow: hidden;
  margin: 0 -3px;
  position: relative;
}
.product-description .product-gallery-wrapper .product-gallery-thumbs-wrapper .product-gallery-thumb {
  width: 12.5%;
  float: left;
  padding: 15px 3px 0;
  margin-right: 10px;
}
.product-description .product-gallery-wrapper .product-gallery-thumbs-wrapper .product-gallery-thumb a {
  display: block;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
}
.product-description .product-gallery-wrapper .product-gallery-rest-label {
  font-size: 36px;
  padding-top: 10px;
  margin-right: 30px;
}
.product-description .product-description-location p {
  margin-bottom: 10px;
}

/*
 * Sidebar
 */
.product-sidebar {
  background: white;
  padding: 20px;
  border: 1px solid #cfcfcf;
}
.product-sidebar .product-calendar .product-date-range {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-sidebar .product-calendar input[type=radio] {
  margin-right: 20px;
  margin-left: 20px;
}
.product-sidebar .product-calendar input[type=text] {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  height: 30px;
  width: 70%;
}
.product-sidebar .product-calendar #start-date {
  margin-left: 40px;
}
.product-sidebar .product-calendar i {
  position: absolute;
}
.product-sidebar .product-calendar-second {
  float: right;
}
@media (max-width: 959px) {
  .product-sidebar .product-calendar-second {
    float: none;
    margin-left: 40px;
    margin-top: 20px;
  }
}
.product-sidebar a {
  text-decoration: underline;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.product-sidebar a:hover {
  text-decoration: none;
}
.product-sidebar .sidebar-product-summary li {
  position: relative;
  padding-bottom: 20px;
}
.product-sidebar .sidebar-product-summary li:last-child {
  padding-bottom: 0;
}
.product-sidebar .sidebar-product-summary i {
  position: absolute;
  top: 2px;
}
.product-sidebar .sidebar-product-summary span {
  margin-left: 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-sidebar .sidebar-group-header {
  padding-bottom: 10px;
}
.product-sidebar .owner-info span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-sidebar.product-sidebar-contact span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #121820;
}
.product-sidebar.product-sidebar-contact .text-orange {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.product-sidebar.product-sidebar-contact .sprite-icon-email {
  position: relative;
  top: 2px;
  left: 0;
}
.product-sidebar.product-sidebar-contact .sprite-icon-phone {
  position: relative;
  top: 6px;
  left: 0;
}
.product-sidebar.product-sidebar-social a {
  padding: 10px;
}
.product-sidebar.product-sidebar-social span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #121820;
}
.product-sidebar.product-sidebar-social div {
  margin: 5px;
}
.product-sidebar .table-body {
  display: table;
  width: 100%;
}
.product-sidebar .table-body .table-cell {
  display: table-cell;
  vertical-align: top;
}
.product-sidebar hr {
  border-color: #B0F322;
  width: 100%;
}
.product-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sidebar ul li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}
.product-sidebar .fa {
  color: #B0F322;
  width: 17px;
}
.product-sidebar .sidebar-user-profile {
  cursor: pointer;
}
.product-sidebar .sidebar-contact-message {
  color: inherit;
  text-decoration: none;
}
.product-sidebar .sidebar-product-summary {
  margin-top: 10px;
}
.product-sidebar .sidebar-price-summary {
  padding-left: 20px;
}
.product-sidebar .sidebar-price-summary li {
  font-size: 19px;
}
.product-sidebar .sidebar-price-summary li strong {
  font-size: 16px;
}
.product-sidebar .sidebar-terms-link a {
  color: rgb(119.085, 119.085, 119.085);
}
.product-sidebar .btn-primary {
  margin: 10px auto 15px;
}
.product-sidebar.product-sidebar-contact {
  margin-top: 10px;
  background: #fbfbfb;
  text-align: center;
}
.product-sidebar.product-sidebar-admin {
  margin-bottom: 10px;
}
.product-sidebar.product-sidebar-social {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.product-sidebar .product-sidebar-reservation .sidebar-group-header {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #121820;
  padding-bottom: 20px;
}
.product-sidebar .product-sidebar-reservation .reservation__people {
  margin-bottom: 10px;
  height: 37px;
}
.product-sidebar .product-sidebar-reservation .reservation__people input {
  width: 40px;
  padding: 3px;
  box-shadow: none;
  border: 1px solid #f6aa46;
  margin-right: 10px;
  display: inline;
}
.product-sidebar .product-sidebar-reservation .reservation__people span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-sidebar .product-sidebar-reservation .reservation__people__left {
  float: left;
}
.product-sidebar .product-sidebar-reservation .reservation__people__right {
  float: right;
}
@media (min-width: 960px) and (max-width: 1263px) {
  .product-sidebar .product-sidebar-reservation .reservation__people__right {
    float: left;
    margin-top: 10px;
  }
}
.product-sidebar .product-sidebar-reservation button {
  padding: 5px 40px;
}
.product-sidebar .product-sidebar-reservation .reservation-form-validation {
  color: #F9EEED;
  display: none;
}

.product-description-comments hr {
  border-top: 1px solid #dce0e0;
}
.product-description-comments .review-form {
  margin-bottom: 20px;
}
.product-description-comments .review-form textarea {
  display: block;
  padding: 10px;
  border: 1px solid #dce0e0;
  margin: 0 0 10px;
  border-radius: 3px;
  height: 170px;
}
.product-description-comments .review-form #rate-tabs {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 72px;
  position: relative;
  top: 2px;
}
.product-description-comments .review-form #rate-tabs li {
  width: 134px;
  text-align: center;
  line-height: 100px;
  background: 0 0;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.product-description-comments .review-form #rate-tabs li.active {
  color: #424242;
  background: #fff;
  border-color: #dce0e0;
  border-bottom-width: 0;
}
.product-description-comments .review-form #rate-tabs li.active label .rating.small {
  width: 84px;
}
.product-description-comments .review-form #rate-tabs li.active label .rating.small i {
  display: inline-block;
}
.product-description-comments .review-form #rate-tabs li label {
  display: block;
  width: 100%;
  height: 69px;
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #a4a4a4;
}
.product-description-comments .review-form #rate-tabs li label .rating[data-score="4"] {
  width: 68px;
}
.product-description-comments .review-form #rate-tabs li label .rating[data-score="3"] {
  width: 51px;
}
.product-description-comments .review-form #rate-tabs li label .rating[data-score="2"] {
  width: 33px;
}
.product-description-comments .review-form #rate-tabs li label .rating[data-score="1"] {
  width: 16px;
}
.product-description-comments .review-form #rate-tabs li label .rating {
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -44px;
}
.product-description-comments .review-form #rate-tabs li label .rating i {
  display: none;
}
.product-description-comments .review-form #rate-tabs li label .empty-stars {
  z-index: 10;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -44px;
}
.product-description-comments .review-form #rate-tabs li input {
  display: none;
}
.product-description-comments .review-form #rate-tabs li input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.review-content {
  margin-top: 20px;
}
.review-content .review .review-user-photo {
  display: block;
  margin: 10px auto;
  width: 79px;
  border-radius: 100%;
  height: 79px;
  background-size: cover;
}
.review-content .review .text-muted {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.review-content .review .content .review-content-text {
  margin-top: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.review-content .review .content p.review-content-text {
  margin-bottom: 10px;
}
.review-content .review hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #dce0e0;
}
.review-content .review .rating {
  position: relative;
  top: 2px;
  display: inline-block;
}

.rating {
  display: inline-block;
  background-repeat: repeat-x;
  position: relative;
  background-image: url(../images/review/stars-gray.svg);
}
.rating[data-score="5"] .score {
  width: 100% !important;
}
.rating[data-score="4"] .score {
  width: 80% !important;
}
.rating[data-score="3"] .score {
  width: 60% !important;
}
.rating[data-score="2"] .score {
  width: 40% !important;
}
.rating[data-score="1"] .score {
  width: 20% !important;
}
.rating.small {
  width: 83px;
  height: 15px;
  background-size: auto 15px;
}
.rating.small .score {
  width: 83px;
  height: 15px;
  background-size: auto 15px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/review/stars-gold.svg);
}
.rating.micro {
  width: 72px;
  height: 13px;
  background-size: auto 13px;
}
.rating.micro .score {
  width: 72px;
  height: 13px;
  background-size: auto 13px;
}
.rating .score {
  display: inline-block;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/review/stars-gold.svg);
}

.product-description-owner .owner-about-photo {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-size: cover;
  margin-bottom: 10px;
}
.product-description-owner .owner-name {
  margin-bottom: 10px;
}

.product-description-container .product-description-sub-item {
  padding: 20px 0;
  border-bottom: 1px solid #B0F322;
}
.product-description-container .product-description-sub-item.product-description-video iframe {
  border: none;
}
.product-description-container .product-description-sub-item .row {
  padding: 10px 0;
}
.product-description-container .product-description-sub-item span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
}

.product--opinion__mobile .stars {
  margin-bottom: 0;
}
.product--opinion__mobile .stars .star-item div {
  height: 30px;
  width: 30px;
  background-size: 150px 30px;
}

.stars {
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.stars .star-item {
  text-align: center;
  display: table-cell;
}
.stars .star-item div {
  width: 56px;
  height: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px 50px;
  cursor: pointer;
}
.stars .star-item div.grey {
  background-image: url(../images/review/stars-gray.svg);
}
.stars .star-item div.yellow {
  background-image: url(../images/review/stars-gold.svg);
}

#product-stars li {
  width: 100%;
  display: block;
}
#product-stars li .star-text {
  position: relative;
  top: -3px;
  left: 100px;
}
#product-stars li.active {
  color: #424242;
  background: #fff;
  border-color: #dce0e0;
  border-bottom-width: 0;
}
#product-stars li.active label .rating.small {
  width: 84px;
}
#product-stars li.active label .rating.small i {
  display: inline-block;
}
#product-stars li label {
  margin: 0;
  position: relative;
}
#product-stars li label .rating[data-score="4"] {
  width: 68px;
}
#product-stars li label .rating[data-score="3"] {
  width: 51px;
}
#product-stars li label .rating[data-score="2"] {
  width: 33px;
}
#product-stars li label .rating[data-score="1"] {
  width: 16px;
}
#product-stars li label .rating {
  z-index: 20;
  position: absolute;
}
#product-stars li label .rating i {
  display: none;
}
#product-stars li label .empty-stars {
  z-index: 10;
  opacity: 0.4;
  position: absolute;
}

.booking-modal {
  color: #4a4a4a;
}
.booking-modal select {
  color: #7b7b7b;
}
.booking-modal h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.43;
}
.booking-modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.booking-modal .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #d0d0d0 !important;
}
.booking-modal .modal-footer .btn {
  padding: 5px 30px;
}
.booking-modal textarea {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.booking-modal .booking-details .icon-with-description i {
  font-size: 25px;
  top: 5px;
}
.booking-modal .booking-details .icon-with-description i.block {
  display: block;
  float: left;
}
.booking-modal .booking-details .icon-with-description span {
  font-size: 14px;
  margin-left: 10px;
}
.booking-modal .booking-details .icon-with-description span.block {
  display: block;
  margin-left: 35px;
  padding-top: 10px;
}
.booking-modal .thank-you-message-container {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

#success-booking-modal {
  overflow-y: auto;
}

@media (max-width: 768px) {
  .booking-modal h2 {
    font-size: 24px;
  }
  #success-booking-modal .modal-footer a {
    padding: 5px 4px;
  }
}
.product-page__mobile .mobile--bar__sticky__bottom {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  border-radius: 2px;
  bottom: 20px;
  z-index: 1100;
}
.product-page__mobile #book {
  margin-top: 14px;
  display: block;
}
.product-page__mobile #booking-modal {
  background: #ffffff;
  width: 100%;
  z-index: 1100;
  position: fixed;
  display: none;
  overflow: scroll;
}
.product-page__mobile #booking-modal .product-summary {
  border-bottom: 1px solid #4a4a4a;
}
.product-page__mobile #booking-modal .product-summary h1 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.product-page__mobile #booking-modal .product-summary ul {
  padding-left: 0;
}
.product-page__mobile #booking-modal .product-summary ul li {
  list-style-type: none;
  display: inline;
}
.product-page__mobile #booking-modal .product-summary ul li div {
  display: inline;
}
.product-page__mobile #booking-modal .product-summary ul li span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page__mobile #booking-modal .mobile-calendar-container {
  margin-top: 20px;
}
.product-page__mobile #booking-modal .mobile-calendar-container label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .input-cover {
  width: 80%;
  position: absolute;
  background-color: transparent;
  height: 40px;
  bottom: 15px;
}
.product-page__mobile #booking-modal .mobile-calendar-container input {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #d0d0d0;
  height: 40px;
}
.product-page__mobile #booking-modal .mobile-calendar-container #date-picker-dropdown {
  position: absolute;
  background-color: #ffffff;
  z-index: 99999;
  padding: 10px;
  border: 1px solid #d0d0d0;
  display: none;
  min-width: 290px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.product-page__mobile #booking-modal .mobile-calendar-container #mobile-date-range {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker {
  position: relative;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-cover {
  width: 100%;
  top: 27px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-cover label {
  margin-left: 40px;
  margin-top: 7px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-cover i {
  float: right;
  margin-right: 20px;
  margin-top: 17px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item {
  margin-bottom: 20px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item .sprite-new-icon-minus {
  margin-left: 10px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item .guests-text {
  max-width: 65%;
  display: inline-block;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item .guests-text span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item .guests-text span.number {
  margin-right: 5px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-guests-picker #guests-picker-dropdown .item .guests-text .description span {
  font-size: 12px;
  font-weight: normal;
  background-color: #f2f2f2;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: -5px;
  color: #7b7b7b;
  display: block;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-calendar-description {
  margin-top: 30px;
}
.product-page__mobile #booking-modal .mobile-calendar-container .mobile-calendar-description p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #4a4a4a;
}
.product-page__mobile #booking-modal .mobile-calendar-inputs {
  position: relative;
}
.product-page__mobile #booking-modal .mobile-calendar-inputs i {
  position: relative;
  top: 31px;
  left: 8px;
}
.product-page__mobile #loginModal {
  overflow: scroll;
}

.new-product-creator {
  display: block;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.new-product-creator select {
  height: 36px;
}
.new-product-creator .not-decorated {
  text-decoration: none;
  color: #4a4a4a;
}
.new-product-creator .product-creator-lang {
  font-size: 12px;
}
.new-product-creator select, .new-product-creator input, .new-product-creator textarea {
  box-shadow: none;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}
.new-product-creator .input-with-suffix input, .new-product-creator .input-with-suffix select {
  display: inline-block;
}
.new-product-creator .input-with-suffix span {
  margin-left: 10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.new-product-creator .input-with-suffix .small span {
  color: #7b7b7b;
}
.new-product-creator .tooltip {
  top: 0 !important;
}
.new-product-creator .tooltip .tooltip-inner {
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid #d0d0d0;
  top: 0;
  color: #4a4a4a;
  opacity: 1;
}
.new-product-creator .tooltip .tooltip-arrow {
  display: none;
}
@media (min-width: 1200px) {
  .new-product-creator .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .new-product-creator .modal-dialog {
    width: 650px;
  }
}
.new-product-creator textarea {
  resize: none;
}
.new-product-creator .col-sm-9 {
  padding-right: 80px;
}
.new-product-creator footer {
  height: 37px;
}
.new-product-creator h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 0;
}
.new-product-creator section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-product-creator .navbar-header {
  width: 100%;
}
.new-product-creator .navbar-header .navbar-button {
  margin-top: 15px;
}
.new-product-creator i.sprite-product-creator-info {
  position: absolute;
  right: 0;
  top: 5px;
}
.new-product-creator #photo-section {
  margin-top: 62px;
  position: relative;
  background-image: url(../images/product-creator/photo-camera-big.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
}
.new-product-creator #photo-section .overlay__light {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  text-align: center;
}
.new-product-creator #photo-section .overlay__light:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.new-product-creator #photo-section .overlay__light i {
  position: relative;
  top: 10px;
  right: 10px;
}
.new-product-creator #photo-section:hover a {
  display: block;
}
.new-product-creator #photo-section a {
  position: absolute;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.new-product-creator #photo-section a:hover {
  text-decoration: none;
}
.new-product-creator #photo-section .rectangle-menu {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
}
.new-product-creator #creator-image-modal {
  overflow: hidden;
}
.new-product-creator #creator-image-modal .with-camera-icon:hover {
  color: #f6aa46;
}
.new-product-creator #creator-image-modal .with-camera-icon:hover i {
  background-position: -160px -827px;
}
.new-product-creator #creator-image-modal .modal-content--item--content {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  width: 100%;
}
.new-product-creator #creator-image-modal #product-main-photo {
  width: 100%;
}
.new-product-creator #creator-image-modal #product-search-photo {
  width: 570px;
  margin: auto;
  display: block;
}
.new-product-creator #creator-image-modal #gallery-preview-container .place-holder {
  cursor: pointer;
}
.new-product-creator #creator-image-modal #gallery-preview-container .image-description.place-holder textarea {
  cursor: pointer;
}
.new-product-creator #creator-image-modal #gallery-preview-container .add-gallery-place-holder {
  width: 168px;
  height: 140px;
  padding-top: 30%;
}
.new-product-creator #creator-image-modal #gallery-preview-container .add-gallery-place-holder i {
  margin: auto;
  display: block;
}
.new-product-creator .slowhop--modal h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.new-product-creator .slowhop--modal .modal-header {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-right: 20px;
  padding-left: 20px;
}
.new-product-creator .slowhop--modal .modal-header h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.new-product-creator .slowhop--modal .modal-dialog {
  overflow: hidden;
}
.new-product-creator .slowhop--modal .modal-footer {
  border-top: 1px solid #e5e5e5 !important;
  padding-right: 20px;
  padding-left: 20px;
}
.new-product-creator .slowhop--modal input[type=text], .new-product-creator .slowhop--modal textarea {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
}
.new-product-creator .slowhop--modal .modal-content .modal-body {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-product-creator .slowhop--modal .modal-content--item {
  position: relative;
  margin-bottom: 60px;
}
.new-product-creator .slowhop--modal .modal-content--item #total-progress-main {
  display: none;
}
.new-product-creator .slowhop--modal .modal-content--item #total-progress-search {
  display: none;
}
.new-product-creator .slowhop--modal .modal-content--item--heading {
  margin-bottom: 20px;
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content--item--heading i.sprite-product-creator-small-camera {
  position: relative;
  top: 10px;
  margin-left: -5px;
}
.new-product-creator .slowhop--modal .modal-content--item--heading span:hover {
  color: #f6aa46;
}
.new-product-creator .slowhop--modal .modal-content--item--content {
  margin-top: 20px;
  width: 100%;
  min-height: 260px;
  background-image: url(../images/product-creator/photo-camera-medium.png);
  background-repeat: no-repeat;
  background-position: center;
}
.new-product-creator .slowhop--modal .modal-content--item--content.no-background {
  background-color: #ffffff;
  background-image: none;
}
.new-product-creator .slowhop--modal .modal-content--item--content.empty {
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content--item #add-main-photo {
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content--item button {
  margin-top: 10px;
}
.new-product-creator .slowhop--modal .modal-content--item #upload-cover-main {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content--item #upload-cover-search {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content {
  padding: 10px;
  overflow: auto;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .gallery-image-container {
  width: 170px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .image {
  width: 168px;
  height: 140px;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .image-wrapper {
  margin-bottom: 0;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  position: relative;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content textarea {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover {
  position: absolute;
  bottom: 0;
  width: 168px;
  height: 140px;
  background-color: transparent;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover:hover .delete-image {
  display: block;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .delete-image {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: -15px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.new-product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .delete-image:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .new-product-creator .container {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .new-product-creator .container {
    width: 650px;
  }
}
.new-product-creator .edit-container-holder {
  position: relative;
  cursor: pointer;
}
.new-product-creator .edit-container-holder:hover .edit--container {
  display: block !important;
  cursor: pointer;
}
.new-product-creator .edit-container-holder:hover .col-sm-9 {
  font-weight: 400 !important;
}
.new-product-creator .edit-container-holder:hover .col-sm-9 .text {
  font-weight: 400 !important;
}
.new-product-creator .product--info {
  padding-top: 50px;
  background-color: #ffffff;
}
.new-product-creator .product--info--heading {
  position: relative;
}
.new-product-creator .product--info--heading:hover h1 {
  font-weight: 400;
}
.new-product-creator .product--info h1 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 0;
}
.new-product-creator .product--info .dot-background-1 {
  background-image: url(../images/product-creator/dot-line-1.png);
  width: 300px;
  height: 115px;
  position: absolute;
  bottom: -92px;
  left: 370px;
}
.new-product-creator .product--info--owner {
  margin-top: 70px;
}
.new-product-creator .product--info--owner .user-picture {
  width: 120px;
  height: 120px;
  background-size: cover;
  border-radius: 50%;
  margin-top: 5px;
}
.new-product-creator .product--info--owner .owner-name {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.new-product-creator .product--icons {
  position: relative;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.new-product-creator .product--icons .dot-background-2 {
  background-image: url(../images/product-creator/dot-line-2.png);
  width: 601px;
  height: 70px;
  position: absolute;
  top: -85px;
  left: 225px;
}
.new-product-creator .product--icons .dot-background-3 {
  background-image: url(../images/product-creator/dot-line-3.png);
  width: 733px;
  height: 157px;
  position: absolute;
  bottom: -169px;
  left: 96px;
}
.new-product-creator .product--icons .edit-container-holder:hover .sprite-product-creator-default-icon {
  background-position: -64px -200px;
}
.new-product-creator .product--icons .icon-preview i {
  margin: 10px 15px;
  display: inline-block;
  cursor: pointer;
}
.new-product-creator .product--icons .edit--container {
  right: -50px;
}
.new-product-creator .product--icons i {
  display: block;
  margin: auto;
}
.new-product-creator .product--description {
  background-color: #ffffff;
}
.new-product-creator .product--description .dot-background-4 {
  background-image: url(../images/product-creator/dot-line-4.png);
  width: 72px;
  height: 151px;
  position: absolute;
  /* bottom: -169px; */
  left: 84px;
  top: 61px;
}
.new-product-creator .product--description .text {
  color: #7b7b7b;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.new-product-creator .product--description .text.filled {
  color: #4a4a4a;
  white-space: pre-wrap;
}
.new-product-creator .product--description .edit--container {
  right: 0;
  top: 0;
}
.new-product-creator .product--rent {
  background-color: #ffffff;
}
.new-product-creator .product--rent h5 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.new-product-creator .product--rent p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.new-product-creator .product--rent ul {
  list-style: none;
  padding-left: 0;
}
.new-product-creator .product--rent ul li {
  margin-bottom: 10px;
}
.new-product-creator .product--rent ul i {
  margin-right: 10px;
  top: 4px;
}
.new-product-creator .product--price {
  background-color: #ffffff;
}
.new-product-creator .product--price .text {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.new-product-creator .product--price .text.filled {
  color: #4a4a4a;
  white-space: pre-wrap;
}
.new-product-creator .product--price .edit--container {
  right: 0;
  top: 0;
}
.new-product-creator .product--price .price-group-table {
  margin-top: 20px;
}
.new-product-creator .product--price .price-group-table td {
  border-top: 1px solid #B0F322;
  border-right: 1px solid #B0F322;
}
.new-product-creator .product--price .price-group-table td:last-child {
  border-right: none;
}
.new-product-creator .product--price .price-group-table th {
  border-right: 1px solid #B0F322;
  border-bottom: none;
  text-align: center;
}
.new-product-creator .product--price .price-group-table th:last-child {
  border-right: none;
}
.new-product-creator .product--price .price-group-table thead {
  border-bottom: none;
}
.new-product-creator .product--rent {
  background-color: #ffffff;
}
.new-product-creator .product--location {
  background-color: #ffffff;
}
.new-product-creator .product--map {
  background-image: url(../images/product-creator/compass.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 540px;
  background-color: #ffffff;
  padding-bottom: 0;
}
.new-product-creator .product--map #product-map-container {
  height: 490px;
  width: 100%;
}
.new-product-creator .product--finish {
  background-color: #ffffff;
}
.new-product-creator .heading-container {
  position: relative;
  min-height: 25px;
}
.new-product-creator .heading-container .sprite-product-creator-info {
  right: 30px;
  top: -5px;
}
.new-product-creator .edit--container {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.new-product-creator .edit--icon {
  margin-right: 5px !important;
  display: inline-block !important;
}
.new-product-creator .edit--text {
  position: relative;
  top: -10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #f6aa46;
}
.new-product-creator #modal-video-preview {
  border: 1px solid #d0d0d0;
  height: 400px;
  width: 80%;
  background-image: url(../images/product-creator/video-camera.png);
  background-repeat: no-repeat;
  background-position: center;
}
.new-product-creator #modal-video-preview .edit--container {
  right: -50px;
}
.new-product-creator #rent-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
  color: #4a4a4a;
}
.new-product-creator #rent-modal .modal-body textarea {
  width: 95%;
  height: 150px;
  border-radius: 2px;
}
.new-product-creator #rent-modal .modal-body input {
  border-radius: 2px;
}
.new-product-creator #rent-modal .modal-body input[type=time] {
  width: 100px;
}
.new-product-creator #rent-modal .modal-body label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.new-product-creator #rent-modal .modal-body .input-sh-small {
  height: 30px;
  width: 80px;
}
.new-product-creator #rent-modal .modal-body .inline {
  display: inline-block;
}
.new-product-creator #rent-modal .modal-body .muted {
  color: #b5b5b5;
}
.new-product-creator #rent-modal .modal-body .booking-elements-container .datepicker-container {
  border: 1px solid #d0d0d0;
  display: inline-block;
  position: relative;
  top: 10px;
}
.new-product-creator #rent-modal .modal-body .booking-elements-container .slowhop-datepicker {
  display: none;
}
.new-product-creator #rent-modal .modal-body .booking-elements-container #date-picker {
  width: 252px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
}
.new-product-creator #rent-modal .modal-body .booking-elements-container #date-picker input {
  box-shadow: none;
  width: 115px !important;
  height: 100% !important;
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  padding: 6px 12px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.new-product-creator #rent-modal .modal-body .booking-elements-container #date-picker i {
  position: relative;
  top: 7px;
}
.new-product-creator #rent-modal .modal-body .seasons-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-product-creator #rent-modal .modal-body .seasons-container .season {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
}
.new-product-creator #rent-modal .modal-body .seasons-container .season a {
  color: #4a4a4a;
}
.new-product-creator #rent-modal .modal-body .show-season-form {
  text-decoration: none;
  margin-top: 30px;
}
.new-product-creator #rent-modal .modal-body .seasonForm {
  margin-top: 20px;
}
.new-product-creator #rent-modal .modal-body .seasonForm input[type=text] {
  width: 250px;
}
.new-product-creator #rent-modal .modal-body .seasonForm .period-type-radio {
  margin-bottom: 10px;
}
.new-product-creator #rent-modal .modal-body .seasonForm .period-type-radio input[type=radio] {
  margin-right: 10px;
}
.new-product-creator #rent-modal .modal-body .seasonForm .period-type-radio input[type=text] {
  margin-right: 5px;
  margin-left: 5px;
  width: 80px;
}
.new-product-creator #rent-modal .modal-body .seasonForm button {
  padding-left: 40px;
  padding-right: 40px;
}
.new-product-creator #location-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.new-product-creator #location-modal .modal-body .modal-form {
  overflow: scroll;
}
.new-product-creator #location-modal .modal-body #location-map-container {
  width: 100%;
}
.new-product-creator #basic-info-modal .creator-types {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}
.new-product-creator #basic-info-modal .creator-types b {
  display: block;
}
.new-product-creator #basic-info-modal .section input[type=text], .new-product-creator #basic-info-modal .section textarea {
  width: 80%;
}
.new-product-creator #basic-info-modal .section .sprite-product-creator-info {
  top: 0;
  right: -7px;
}
.new-product-creator #basic-info-modal .section label.with-checkbox {
  display: block;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.new-product-creator #basic-info-modal .section label.with-checkbox input {
  margin-right: 10px;
}
.new-product-creator #basic-info-modal .sprite-product-creator-info {
  right: 0;
  top: -7px;
}
.new-product-creator #icons-modal .sprite-product-creator-info {
  right: -7px;
  top: 0;
}
.new-product-creator #icons-modal [class*=" sprite-product-icon"]:hover, .new-product-creator #icons-modal [class^=sprite-product-icon]:hover {
  background-image: url(../images/sprit-icons-product-page-orange.png) !important;
}
.new-product-creator #icons-modal .selected {
  background-image: url(../images/sprit-icons-product-page-orange.png) !important;
}
.new-product-creator #price-modal .sprite-product-creator-info {
  right: -7px;
}
.new-product-creator #simple-text-modal textarea {
  width: 98%;
}
.new-product-creator #dates-modal #activity-duration {
  padding-left: 10px;
  padding-right: 10px;
}
.new-product-creator #dates-modal textarea {
  width: 80%;
}
.new-product-creator #dates-modal .modal-body h4 {
  position: relative;
}
.new-product-creator #dates-modal .delete {
  position: relative;
  top: -1px;
  left: 24px;
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.new-product-creator #dates-modal .delete:hover {
  font-weight: 800;
  color: #4a4a4a;
}
.new-product-creator #dates-modal .datepicker-container {
  border: 1px solid #d0d0d0;
  display: inline-block;
  position: relative;
  top: 10px;
}
.new-product-creator #dates-modal .slowhop-datepicker {
  display: none;
}
.new-product-creator #dates-modal .triggerable {
  display: none;
}
.new-product-creator #dates-modal .icon-text-group {
  cursor: pointer;
}
.new-product-creator #dates-modal .icon-text-group.active.muted {
  color: #4a4a4a;
}
.new-product-creator #dates-modal .icon-text-group.active.muted .sprite-product-creator-cal {
  background-position: -306px -7px;
}
.new-product-creator #dates-modal .icon-text-group.active.muted .sprite-product-creator-clock {
  background-position: -352px -59px;
}
.new-product-creator #dates-modal .icon-text-group.active.muted .sprite-product-creator-not-sure {
  background-position: -352px -108px;
}
.new-product-creator #dates-modal .icon-text-group.hovered, .new-product-creator #dates-modal .icon-text-group.muted {
  color: #b5b5b5;
}
.new-product-creator #dates-modal .icon-text-group.hovered .sprite-product-creator-cal, .new-product-creator #dates-modal .icon-text-group.muted .sprite-product-creator-cal {
  background-position: -356px -7px;
}
.new-product-creator #dates-modal .icon-text-group.hovered .sprite-product-creator-clock, .new-product-creator #dates-modal .icon-text-group.muted .sprite-product-creator-clock {
  background-position: -402px -59px;
}
.new-product-creator #dates-modal .icon-text-group.hovered .sprite-product-creator-not-sure, .new-product-creator #dates-modal .icon-text-group.muted .sprite-product-creator-not-sure {
  background-position: -402px -108px;
}
.new-product-creator #dates-modal #activity-duration-container input, .new-product-creator #dates-modal #activity-duration-container select {
  height: 30px;
}
.new-product-creator #dates-modal #date-picker {
  width: 222px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
}
.new-product-creator #dates-modal #date-picker input {
  box-shadow: none;
  width: 100px;
  height: 100%;
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.new-product-creator #dates-modal #date-picker i {
  position: relative;
  top: 7px;
}
.new-product-creator #dates-modal #many-dates-calendar-container .slowhop-datepicker {
  display: inline-block;
  border: 1px solid #d0d0d0;
}
.new-product-creator #dates-modal .dates-range-preview li {
  margin-bottom: 10px;
}
.new-product-creator .slowhop--modal .section {
  margin-bottom: 20px;
  position: relative;
}
.new-product-creator .slowhop--modal .section input[type=text], .new-product-creator .slowhop--modal .section textarea, .new-product-creator .slowhop--modal .section select {
  width: 80%;
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.new-product-creator .slowhop--modal .section .sprite-product-creator-info {
  top: 0;
  right: -7px;
}

.product-creator-init #holder {
  background-image: url(../images/covers/offer-type-bg.jpg);
  background-size: cover;
  height: 100%;
}
.product-creator-init .overlay-panel {
  margin-top: 70px;
}
.product-creator-init #accommodation-type:hover {
  cursor: pointer;
}
.product-creator-init #accommodation-type:hover .sprite-product-creator-accommodation {
  background-position: -121px -300px;
}
.product-creator-init #accommodation-type:hover .btn--white {
  border-color: #f6aa46 !important;
  color: #f6aa46;
}
.product-creator-init #activity-type:hover {
  cursor: pointer;
}
.product-creator-init #activity-type:hover .sprite-product-creator-activity {
  background-position: -286px -300px;
}
.product-creator-init #activity-type:hover .btn--white {
  border-color: #f6aa46 !important;
  color: #f6aa46;
}

.creator-types {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}

.creator-type span {
  display: inline-block !important;
  margin-top: 1px !important;
}

.price-group {
  margin: 40px 0;
}

.date-range {
  margin: 40px 0;
}

.price-group-table {
  margin-top: 20px;
}
.price-group-table .row {
  margin-left: 0;
}
.price-group-table .row div {
  padding: 10px;
  border-right: 1px solid black;
}
.price-group-table .row div:last-child {
  border-right: none;
}
.price-group-table .add-new {
  cursor: pointer;
}
.price-group-table .price-group-item {
  border-top: 1px solid black;
}

.icon-preview i {
  margin: 10px 15px;
  cursor: pointer;
}

.sprite-product-icon-dinner {
  background-position: -60px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-water {
  background-position: 0 -117px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-backpack {
  background-position: 0 0;
  width: 60px;
  height: 52px;
}

.sprite-product-icon-bird {
  background-position: 0 -296px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-newspaper {
  background-position: -154px -220px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-dinner-2 {
  background-position: -275px -125px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-sun-2 {
  background-position: 0 -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-idea {
  background-position: 0 -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-tent {
  background-position: 0 -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-house {
  background-position: 0 -355px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-kayak {
  background-position: 0 -422px;
  width: 60px;
  height: 48px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.sprite-product-icon-surfing {
  background-position: -60px -422px;
  width: 60px;
  height: 48px;
  margin-top: 12px !important;
}

.sprite-product-icon-jumping-rope {
  background-position: -60px 0;
  width: 60px;
  height: 52px;
}

.sprite-product-icon-pul {
  background-position: -60px -115px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-ski {
  background-position: -120px 0;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-fire {
  background-position: -180px 0;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-sun {
  background-position: -240px 0;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-rest {
  background-position: -300px 0;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-couple {
  background-position: 60px 0;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-baby-car {
  background-position: -60px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-no-animal {
  background-position: -120px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-sauna {
  background-position: -180px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-pocket-knife {
  background-position: -240px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-sign {
  background-position: -300px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-tent-2 {
  background-position: -360px -56px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-fishing {
  background-position: -120px -115px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-animal {
  background-position: -180px -115px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-plane {
  background-position: -240px -115px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-newspaper {
  background-position: -300px -115px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-lotus {
  background-position: -362px -115px;
  width: 53px;
  height: 60px;
}

.sprite-product-icon-picture {
  background-position: -60px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-location {
  background-position: -120px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-horse {
  background-position: -180px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-ship {
  background-position: -240px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-thumb {
  background-position: -300px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-breakfast {
  background-position: -360px -176px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-yoga {
  background-position: -60px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-kite {
  background-position: -120px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-kitchen {
  background-position: -180px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-ice-cream {
  background-position: -240px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-dice {
  background-position: -300px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-carrot {
  background-position: -360px -236px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-jar {
  background-position: -60px -296px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-bike {
  background-position: -120px -296px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-ballet {
  background-position: -180px -296px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-bread {
  background-position: -240px -296px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-grain {
  background-position: -362px -296px;
  width: 53px;
  height: 60px;
}

.sprite-product-icon-dinner {
  background-position: -60px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-book {
  background-position: -120px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-camping {
  background-position: -180px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-bed {
  background-position: -240px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-family {
  background-position: -300px -358px;
  width: 60px;
  height: 60px;
}

.sprite-product-icon-fruits {
  background-position: -362px -358px;
  width: 53px;
  height: 60px;
}

[class*=" sprite-icon-"], [class^=sprite-icon-] {
  background-image: url(../images/all-icons-transparent.png) !important;
  background-size: 225px 285px;
  display: inline-block;
}

[class*=" sprite-product-icon"], [class^=sprite-product-icon] {
  background-image: url(../images/all-icons-product-page.png) !important;
  background-size: 416px 470px;
  display: inline-block;
}

[class*=" sprite-product-icon-orange"], [class^=sprite-product-icon-orange] {
  background-image: url(../images/sprit-icons-product-page-orange.png) !important;
  background-size: 432px 485px;
  display: inline-block;
}

#final-step {
  font-size: 14px;
  font-weight: normal;
}

.product-creator {
  color: #4a4a4a;
}
.product-creator .slowhop--modal h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product-creator .slowhop--modal .modal-content {
  overflow: scroll;
}
.product-creator .slowhop--modal .modal-content--item {
  position: relative;
  margin-bottom: 60px;
}
.product-creator .slowhop--modal .modal-content--item #total-progress-main {
  display: none;
}
.product-creator .slowhop--modal .modal-content--item #total-progress-search {
  display: none;
}
.product-creator .slowhop--modal .modal-content--item--heading {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content--item--heading i {
  position: relative;
  top: 10px;
  margin-left: -5px;
}
.product-creator .slowhop--modal .modal-content--item--heading span:hover {
  color: #f6aa46;
}
.product-creator .slowhop--modal .modal-content--item--content {
  margin-top: 20px;
  width: 100%;
  min-height: 260px;
  background-image: url(../images/product-creator/photo-camera-medium.png);
  background-repeat: no-repeat;
  background-position: center;
}
.product-creator .slowhop--modal .modal-content--item--content.no-background {
  background-color: #ffffff;
  background-image: none;
}
.product-creator .slowhop--modal .modal-content--item--content.empty {
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content--item #add-main-photo {
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content--item button {
  margin-top: 10px;
}
.product-creator .slowhop--modal .modal-content--item #upload-cover-main {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content--item #upload-cover-search {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content {
  padding: 10px;
  overflow: auto;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .gallery-image-container {
  width: 170px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .image {
  width: 168px;
  height: 140px;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .image-wrapper {
  margin-bottom: 0;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  position: relative;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content textarea {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover {
  position: absolute;
  bottom: 0;
  width: 168px;
  height: 140px;
  background-color: transparent;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .thumbnail-cover:hover .delete-image {
  display: block;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .delete-image {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: -15px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.product-creator .slowhop--modal .modal-content #photo-gallery .modal-content--item--content .delete-image:hover {
  text-decoration: none;
}
.product-creator #creator-image-modal {
  overflow: hidden;
}
.product-creator #creator-image-modal .modal-dialog {
  overflow: hidden;
}
.product-creator #creator-image-modal .modal-content--item--content {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  width: 100%;
}
.product-creator #creator-image-modal #product-main-photo {
  width: 100%;
}
.product-creator #creator-image-modal #product-search-photo {
  width: 570px;
  margin: auto;
  display: block;
}

.user-creator #container {
  padding: 131px 0 85px 0;
}
.user-creator #overlay {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 111px;
  left: 0;
  z-index: 10000;
  position: fixed;
}
.user-creator #overlay img.loading_circle {
  position: absolute;
  left: 27%;
}
.user-creator .user-creator-nav .navbar-header {
  width: 100%;
}
.user-creator .user-creator-nav h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #121820;
  line-height: 0;
}
.user-creator .user-creator-nav h4 a {
  margin-right: 20px;
  color: #747474;
}
.user-creator .user-creator-steps-navigation {
  top: 60px;
  background-color: #ffffff;
  cursor: pointer;
  table-layout: fixed;
  position: fixed;
  z-index: 1030;
  margin-bottom: 20px;
}
.user-creator .user-creator-steps-navigation .table-cell {
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
  border-left: solid 1px #D5D5D5;
  padding: 10px 20px 5px 20px;
}
.user-creator .user-creator-steps-navigation .table-cell:last-child {
  border-right: solid 1px #D5D5D5;
}
.user-creator .user-creator-steps-navigation .shadow {
  display: none;
}
.user-creator .user-creator-steps-navigation .active {
  background-color: #F4F1EB;
}
.user-creator .user-creator-steps-navigation .active .shadow {
  height: 5px;
  background-color: #335B4F;
  position: relative;
  margin: 0 -20px;
  bottom: -6px;
  display: block;
}
.user-creator .user-creator-footer {
  padding: 10px;
  background-color: #F4F1EB;
  color: #121820;
}
.user-creator .user-creator-footer span {
  margin-right: 40px;
}
.user-creator .user-creator-info-box {
  background-color: #ffffff;
  padding: 30px 20px;
  margin-top: 30px;
}
.user-creator .user-creator-info-box i {
  display: block;
  margin-bottom: 30px;
}
.user-creator .user-creator-steps-navigation-buttons {
  border-top: solid 1px #B0F322;
  padding: 30px 0;
}
.user-creator .user-creator-step-container {
  padding-bottom: 30px;
}
.user-creator .user-creator-step-container.terms h3 {
  margin-bottom: 30px;
}
.user-creator .user-creator-step-container .char-counter {
  position: relative;
  top: -26px;
  left: 10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #d0d0d0;
}
.user-creator .user-creator-step-container p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #121820;
}
.user-creator .user-creator-step-container label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #4a4a4a;
}
.user-creator .user-creator-step-container input, .user-creator .user-creator-step-container select, .user-creator .user-creator-step-container textarea {
  box-shadow: none;
}
.user-creator .user-creator-step-container .user-picture-container {
  background-color: #ffffff;
  border: solid 1px #D5D5D5;
  border-radius: 4px;
  width: 450px;
  height: 200px;
  padding: 20px;
}
.user-creator .user-creator-step-container .user-picture-container button {
  margin: 72px 30px;
}
.user-creator .user-creator-step-container .user-picture-container #profile-image {
  width: 130px;
  height: 130px;
  background-size: cover;
  border-radius: 100%;
  display: block;
  margin: 15px 22px;
}

.table-body {
  display: table;
  width: 100%;
}
.table-body .table-cell {
  display: table-cell;
  vertical-align: top;
}

.border-left-orange {
  display: inline-block;
  padding: 5px 15px;
  border-left: solid 1px #B0F322;
}

.btn-orange-transparent {
  color: #B0F322;
  border: 1px solid #B0F322;
  background: transparent;
}

.btn-orange {
  color: #ffffff;
  background-color: #B0F322;
}

#top-header-carousel {
  height: 400px;
  margin-bottom: -48px;
}
#top-header-carousel .item {
  height: 400px;
  background-size: cover;
  -ms-behavior: url(/assets/images/backgroundsize.min.htc);
  background-position: 50% 50%;
}
#top-header-carousel .carousel-inner {
  cursor: pointer;
}
#top-header-carousel .carousel-caption {
  position: absolute;
  top: 70px;
  font-weight: 900;
  text-shadow: none;
  font-size: 1.5em;
}
#top-header-carousel .carousel-caption a:hover {
  color: #ffffff !important;
}
#top-header-carousel .carousel-caption .btn {
  padding: 10px 25px;
}
#top-header-carousel .carousel-caption h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  #top-header-carousel .carousel-caption h1 {
    font-size: 24px;
  }
}
#top-header-carousel .carousel-indicators {
  bottom: 60px;
}
@media screen and (max-width: 600px) {
  #top-header-carousel .carousel-indicators {
    bottom: 55px;
  }
}

.initial-cover-form {
  padding: 5px;
  height: 48px;
}
.initial-cover-form input, .initial-cover-form button {
  z-index: 1;
}
.initial-cover-form button {
  height: 37px;
  border-radius: 0 30px 30px 0;
  font-weight: 900;
}
.initial-cover-form input {
  box-shadow: none !important;
  font-weight: 400;
}
.initial-cover-form .input-group-addon {
  border: 0;
  background-color: white;
  border-radius: 30px 0 0 30px;
  box-shadow: none;
}

.section-newsletter h1 {
  line-height: 1.1em;
  color: white;
  margin-bottom: 40px;
}

#subscribe {
  height: 36px;
  display: inline-block;
  max-width: 550px;
}

.header-searchbox-container {
  position: relative;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
@media screen and (min-width: 600px) {
  .header-searchbox-container {
    position: relative;
    top: -10px;
  }
}
@media screen and (max-width: 600px) {
  .header-searchbox-container {
    position: relative;
    top: -10px;
  }
}

.section-offer h1,
.section-about h1 {
  color: #6c9ed5;
  font-size: 28px;
  font-weight: 900;
}
.section-offer h2,
.section-about h2 {
  color: #8a8989;
  font-size: 16px;
  font-weight: 400;
}
.section-offer .section-margin-bottom,
.section-about .section-margin-bottom {
  margin-bottom: 20px;
}

.section-about-col {
  display: inline-block;
}
.section-about-col:hover {
  text-decoration: none !important;
}
.section-about-col .name {
  color: #4f4f4f;
  font-size: 17px;
  padding-bottom: 25px;
  padding-top: 7px;
}
.section-about-col img {
  width: 190px;
  height: 190px;
}
.section-about-col .section-about-hover-container {
  width: 190px;
  height: 190px;
  margin-top: -190px;
  background-color: rgba(146, 178, 227, 0.5);
  position: relative;
  color: white;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 16px;
}

.section-google-map {
  height: 580px;
}

.homepage #container {
  padding: 0;
}

section.newsletter {
  background-color: #ffffff;
}

.homepage #hero {
  position: relative;
}
.homepage #hero .main-photo {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  display: block;
  position: relative;
  height: 80vh;
  min-height: 320px;
}
@media screen and (max-width: 991px) {
  .homepage #hero .main-photo {
    background-attachment: scroll;
  }
}
.homepage #hero .main-text-container {
  color: #ffffff;
  padding-top: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.homepage #hero .main-text-container .btn {
  width: 300px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.homepage #hero .main-text-container .main-text {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
}
.homepage #hero .main-text-container .sub-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 767px) {
  .homepage #hero .main-text-container {
    padding-top: 30vh;
  }
  .homepage #hero .main-text-container .main-text {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
  }
  .homepage #hero .main-text-container .sub-text {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
}
.homepage #trip-type .img-container {
  height: 425px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .homepage #trip-type .img-container {
    height: 230px;
  }
}
.homepage #trip-type a {
  position: relative;
  bottom: 100px;
  padding: 15px 55px;
  height: 50px;
}
.homepage #steps-info .step-holder {
  width: 280px;
  margin: auto;
}
.homepage #newsletter-section .main-photo {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  display: block;
  position: relative;
  height: 425px;
}
@media screen and (max-width: 991px) {
  .homepage #newsletter-section .main-photo {
    background-attachment: scroll;
  }
}
.homepage .gallery-container {
  position: relative;
  white-space: nowrap;
  height: 360px;
}
.homepage .gallery-container .gallery-items {
  width: 1100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .homepage .gallery-container .gallery-items {
    width: 940px;
  }
}
.homepage .gallery-container .gallery-item {
  width: 180px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  min-height: 350px;
  vertical-align: top;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media screen and (min-width: 992px) {
  .homepage .gallery-container .gallery-item:hover {
    width: 195px;
    margin-left: 0;
    margin-right: 0;
  }
  .homepage .gallery-container .gallery-item:hover .gallery-product--header {
    width: 195px;
    height: 150px;
  }
  .homepage .gallery-container .gallery-item:hover .gallery-product--header-overlay {
    display: none;
  }
  .homepage .gallery-container .gallery-item:hover .gallery-product--text {
    padding: 20px 17.5px;
  }
  .homepage .gallery-container .gallery-item:hover .gallery-product--text .full-summary {
    display: block;
  }
  .homepage .gallery-container .gallery-item:hover .gallery-product--text .short-summary {
    display: none;
  }
}
.homepage .gallery-container .gallery-item .gallery-product--header {
  width: 180px;
  height: 130px;
  margin: -1px -1px 0 -1px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
}
.homepage .gallery-container .gallery-item .gallery-product--header-overlay {
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 180px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.1);
}
.homepage .gallery-container .gallery-item .gallery-product--text {
  white-space: normal;
  color: #4a4a4a;
  padding: 20px 10px;
}
.homepage .gallery-container .gallery-item .gallery-product--text h4 {
  margin-top: 0;
  min-height: 40px;
}
.homepage .gallery-container .gallery-item .gallery-product--text p {
  margin-bottom: 0;
}
.homepage .gallery-container .gallery-item .gallery-product--text .full-summary {
  display: none;
}
.homepage .gallery-container .gallery-item-content {
  min-height: 280px;
}
@media screen and (max-width: 991px) {
  .homepage .gallery-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .homepage .gallery-container .gallery-nav {
    display: none;
  }
}
.homepage .section-all-link {
  margin-left: 82px;
}
@media (max-width: 991px) {
  .homepage .section-all-link {
    margin-left: 0;
  }
}

.font-pretty {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
}

.search {
  color: #4a4a4a;
}
.search .main-content {
  background-color: #ffffff;
  margin-top: 112px;
}
.search .seo-landing p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #7b7b7b;
  line-height: 2.17;
}
.search .seo-landing h1 {
  color: #4a4a4a;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.search--filters-bar {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #ffffff;
  z-index: 22;
}
.search--filters-bar .search-filter-button {
  border: 1px solid #d0d0d0;
  padding: 10px 7px;
  background-color: #ffffff;
  border-radius: 2px;
}
.search--filters-bar ul {
  padding-left: 0;
  list-style: none;
}
.search--filters-bar ul li {
  display: inline-block;
  margin-right: 10px;
  background-color: #ffffff;
}
.search--filters-bar ul li button {
  display: flex;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  padding: 5px 10px;
  background-color: #ffffff;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.search--filters-bar ul li button.filtered {
  color: #f6aa46;
  border-color: #f6aa46;
}
.search--filters-bar ul li button.filtered i {
  fill: #f6aa46;
}
.search--filters-bar ul li button i {
  top: 2px;
}
.search--filters-bar ul li .dropdown-trigger.active {
  color: #f6aa46;
  border-color: #f6aa46;
}
.search--filters-bar ul li .dropdown-trigger.active .svg-icon {
  fill: #f6aa46 !important;
}
.search--filters-bar ul li .dropdown-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 102px;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.search--filters-bar ul li .dropdown-menu {
  min-width: 180px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #d0d0d0;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-top: 0;
}
.search--filters-bar ul li .dropdown-menu .filter-container {
  padding: 20px;
  height: 90%;
  overflow-y: auto;
}
.search--filters-bar ul li .dropdown-menu .filter-bottom {
  height: 54px;
}
.search--filters-bar ul li .dropdown-menu .btn {
  width: 140px;
}
.search--filters-bar ul input[type=radio]:checked {
  color: red;
}
.search--filters-bar ul .custom-input-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}
.search--filters-bar ul .custom-input-container .label-for-check {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  vertical-align: top;
}
.search--filters-bar ul .custom-input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.search--filters-bar ul .custom-input-container input:checked ~ .checkmark {
  background-color: #f6aa46;
  border-color: #f6aa46;
}
.search--filters-bar ul .custom-input-container input:checked ~ .checkmark-radio:after {
  top: 6px;
  left: 6px;
  width: 3px;
  height: 3px;
}
.search--filters-bar ul .custom-input-container input:checked ~ .checkmark-checkbox:after {
  width: 5px;
  height: 8px;
  background-color: #f6aa46;
  top: 2px;
  left: 4px;
  display: block;
}
.search--filters-bar ul .custom-input-container input:checked + .label-for-check {
  color: #f6aa46;
}
.search--filters-bar ul .custom-input-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
}
.search--filters-bar ul .custom-input-container .checkmark-radio {
  border-radius: 50%;
  background-color: #d0d0d0;
}
.search--filters-bar ul .custom-input-container .checkmark-radio:after {
  border-radius: 50%;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
}
.search--filters-bar ul .custom-input-container .checkmark-checkbox {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}
.search--filters-bar ul .custom-input-container .checkmark-checkbox:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.search--filters-bar ul .custom-input-container .checkmark:after {
  content: "";
  position: absolute;
}
.search--filters-bar ul .custom-input-container .checkmark:after {
  background: white;
}
.search--filters-bar #filterDropdownDate .dropdown-menu {
  width: 545px;
}
.search--filters-bar #filterDropdownMore {
  position: static;
}
.search--filters-bar #filterDropdownMore .dropdown-menu {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.search-mobile .dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  margin-top: 0;
}
.search-mobile .dropdown-background {
  height: 0;
}
.search #last-minute-no-result-container {
  background-size: cover;
  background-position: 50% 10%;
  display: block;
  position: relative;
  height: 90vh;
  min-height: 320px;
  margin-top: -50px;
  text-align: center;
}
.search #last-minute-no-result-container .text {
  color: #ffffff;
  position: relative;
  top: 30px;
}
.search #last-minute-no-result-container a {
  width: 262px;
  background-color: #f6aa46;
  margin-top: 13px;
  padding: 9px 12px;
}
.search #last-minute-desc {
  padding: 30px;
  color: #7b7b7b;
  line-height: 22px;
  margin-top: -50px;
}
.search #last-minute-desc h3 {
  color: #4a4a4a;
  margin-top: 0;
}
.search #last-minute-bottom {
  padding: 30px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  border-top: 1px #d0d0d0 solid;
}
.search #last-minute-bottom h4 {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 30px;
}
.search #last-minute-bottom .tags {
  color: #4a4a4a;
  margin-top: 30px;
}
.search .last-minute-header-title {
  color: #ffffff;
}
.search .results-container .search-product {
  width: 100%;
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 350px;
  vertical-align: top;
  position: relative;
}
.search .results-container .search-product.last-minute {
  min-height: 300px;
}
.search .results-container .search-product--header {
  height: 250px;
  margin: -1px -1px 0 -1px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  position: relative;
}
.search .results-container .search-product--header.last-minute {
  height: 180px;
}
.search .results-container .search-product--header.last-minute .last-minute-flag {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 12px;
  padding: 3px 15px 4px;
  border-radius: 2px;
}
.search .results-container .search-product--header.last-minute .last-minute-flag span {
  color: #ffffff;
}
.search .results-container .search-product--header-overlay {
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.1);
}
.search .results-container .search-product--header-overlay.last-minute {
  height: 180px;
}
.search .results-container .search-product--header-owner-picture {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
}
.search .results-container .search-product--sub-text {
  margin: 20px 15px 0 15px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #7b7b7b;
  height: 20px;
}
.search .results-container .search-product--sub-text.last-minute {
  margin: 10px 15px 0 15px;
}
.search .results-container .search-product--text {
  white-space: normal;
  color: #4a4a4a;
  padding: 15px 15px 20px 15px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  min-height: 110px;
}
.search .results-container .search-product--text.last-minute {
  padding: 10px 15px 15px 15px;
}
.search .results-container .search-product--text.last-minute .last-minute-price {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.search .results-container .search-product--text.last-minute .last-minute-price span {
  text-decoration: line-through;
  color: #7b7b7b;
  margin-right: 7px;
  font-weight: normal;
}
.search .results-container .search-product--text.last-minute .last-minute-status {
  text-align: right;
  font-size: 12px;
  color: #7b7b7b;
}
.search .results-container .search-product--text.last-minute .last-minute-status span.red {
  color: #c93643;
}
.search .results-container .search-product--text.last-minute .last-minute-items {
  padding: 5px 0px 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .results-container .search-product--text.last-minute .last-minute-items span {
  font-weight: normal;
  font-size: 12px;
}
.search .results-container .search-product--text.last-minute .last-minute-info {
  padding: 5px 0px 5px 0px;
}
.search .results-container .search-product--text.last-minute .last-minute-info span {
  font-weight: normal;
  font-size: 12px;
}
.search .results-container .search-product--text.last-minute .last-minute-info span:empty {
  display: inline-block;
}
.search .results-container .search-product--text h4 {
  margin-top: 0;
  min-height: 40px;
}
.search .results-container .search-product--text h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}
.search .results-container .search-product--text p {
  margin-bottom: 0;
}
.search .results-container .search-product--text .full-summary {
  display: none;
}
@media screen and (max-width: 991px) {
  .search .results-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .search .results-container .gallery-nav {
    display: none;
  }
}
.search .pagination i {
  top: 2px;
}
.search ol.breadcrumb {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #A6A6A6;
}
.search ol.breadcrumb li:last-child {
  color: #f6aa46;
}
.search ol.breadcrumb h1 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #A6A6A6;
  display: inline;
}
.search .dropdown-modal {
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: hidden !important;
}
.search .dropdown-modal .modal-dialog {
  height: 100%;
  margin: 0;
}
.search .dropdown-modal .modal-dialog .modal-content {
  height: 100%;
}
.search .dropdown-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #d0d0d0;
}
.search .dropdown-modal .modal-dialog .modal-content input[type=radio]:checked {
  color: red;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container input:checked ~ .checkmark {
  background-color: #f6aa46;
  border-color: #f6aa46;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container input:checked ~ .checkmark-radio:after {
  top: 6px;
  left: 6px;
  width: 3px;
  height: 3px;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container input:checked ~ .checkmark-checkbox:after {
  width: 5px;
  height: 8px;
  background-color: #f6aa46;
  top: 2px;
  left: 4px;
  display: block;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container input:checked + .label-for-check {
  color: #f6aa46;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark-radio {
  border-radius: 50%;
  background-color: #eee;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark-radio:after {
  border-radius: 50%;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark-checkbox {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 2px;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark-checkbox:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark:after {
  content: "";
  position: absolute;
}
.search .dropdown-modal .modal-dialog .modal-content .custom-input-container .checkmark:after {
  background: white;
}
.search .dropdown-modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 80px;
}
.search .dropdown-modal .modal-dialog .modal-content .modal-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  z-index: 10;
}

.profile .menu-item-box .svg-icon {
  top: 1px;
  left: -3px;
}
.profile .save-notice {
  display: inline;
}
.profile .save-notice i {
  margin-right: 10px;
  margin-left: 20px;
  position: relative;
  top: 12px;
}
.profile .save-notice span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #f6aa46;
}
.profile--menu {
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  border-left: none;
  border-right: none;
  height: 38px;
  padding: 9px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.profile--menu ul {
  margin-bottom: 0;
}
.profile--menu ul li {
  text-decoration: none;
}
.profile--menu ul li.active a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #4a4a4a;
}
.profile--menu ul li.active .menu-item-box {
  padding: 0 10px;
  padding-bottom: 6px;
  border-bottom: 3px solid #6c9ed5;
}
.profile--menu ul li:not(:last-child) {
  margin-right: 62px;
}
.profile--menu ul li a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b;
}
.profile--menu ul li a:hover {
  text-decoration: none;
}
.profile--menu--mobile {
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
.profile--menu--mobile .main-nav {
  height: 42px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-bottom: 1px solid #d0d0d0;
}
.profile--menu--mobile .main-nav ul {
  margin-top: 5px;
}
.profile--menu--mobile .sub-nav {
  height: 42px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile--menu--mobile .sub-nav ul {
  padding-left: 15px;
  padding-right: 15px;
}
.profile--menu--mobile li {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.profile--menu--mobile li:not(:last-child) {
  margin-right: 30px;
}
.profile--menu--mobile li:last-child {
  margin-right: 10px;
}
.profile--menu--mobile li.active a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #4a4a4a;
}
.profile--menu--mobile li.active .menu-item-box {
  padding: 0 10px;
  border-bottom: 3px solid #6c9ed5;
}
.profile--menu--mobile li.not-active a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b;
}
.profile--menu--mobile li a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b;
}
.profile--menu--mobile li a:hover {
  text-decoration: none;
}
.profile--menu--mobile ul {
  padding-left: 10px;
  padding-right: 10px;
}
.profile--menu--left {
  margin-top: 86px;
}
.profile--menu--left a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #b5b5b5;
  text-decoration: none;
  cursor: pointer;
}
.profile--menu--left a:hover {
  text-decoration: none;
}
.profile--menu--left .active a {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
}
.profile--menu--left .row {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.profile--content {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #4a4a4a;
}
.profile--content button {
  width: 160px;
  text-align: center;
}
.profile--content h4 {
  border-bottom: solid 1px #4a4a4a;
  padding-bottom: 10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.profile--content .container-travel-empty .sub-header {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.profile--content .container-travel-empty .description {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
}
.profile--content .container-travel-empty a {
  width: 160px;
  text-align: center;
  height: 30px;
}
.profile--content form label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.profile--content form input {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.profile--content form input[type=checkbox] {
  height: auto;
}
.profile--content form .checkbox label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #4a4a4a;
}
.profile--content form .form-data-group {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.profile--content form .form-data-group h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: none;
  color: #4a4a4a;
}
.profile--content--narrow {
  max-width: 623px;
}
.profile--notification-error {
  background-color: rgba(201, 54, 67, 0.2);
  text-align: center;
  min-height: 38px;
  padding: 10px;
  color: #c93643;
  overflow-wrap: normal;
}
.profile--notification-error span a {
  font-weight: bold;
  color: #c93643;
}
.profile--notification-warning {
  background-color: rgba(246, 170, 70, 0.07);
  text-align: center;
  min-height: 38px;
  padding: 10px;
  color: #df8534;
  overflow-wrap: normal;
}
.profile--notification-warning span a {
  font-weight: bold;
  color: #df8534;
}
.profile .profile--menu--mobile {
  display: block;
}
@media only screen and (min-width: 960px) {
  .profile .profile--menu--mobile {
    display: none;
  }
}
.profile .column-content {
  top: 72px;
}
@media only screen and (max-width: 959px) {
  .profile .column-content {
    top: 109px;
  }
}
.profile .left-column {
  background-color: #ffffff;
}
.profile .right-column {
  background-color: #f2f2f2;
}
.profile .profile-body {
  margin-top: 35px;
  padding: 25px 40px;
}
.profile .profile-body form label {
  text-align: left;
}
.profile .profile-body .form-control {
  box-shadow: none;
  border-width: 1.5px;
}
.profile .profile-body input[type=checkbox] {
  margin-right: 10px;
}
.profile .profile-body p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.profile .profile-body small {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.profile .profile-item-box {
  border: 1px solid #d0d0d0;
}
.profile .profile-item-box--header {
  border-bottom: 1px solid #d0d0d0;
  background-color: #f2f2f2;
  padding: 8px 20px;
}
.profile .profile-item-box--body {
  padding: 20px;
}
@media (min-width: 768px) {
  .profile .modal-dialog {
    width: 620px;
  }
}
@media (max-width: 767px) {
  .profile .calendar-container {
    text-align: center;
  }
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
  background-color: #d0d0d0 !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight a {
  background-color: #d0d0d0 !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  border: solid 1px #f2f2f2;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked {
  background-color: #ffffff;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red {
  border: 2px solid #f2f2f2 !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover {
  background-color: #ffffff !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover a {
  background-color: #ffffff !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td span {
  border: none;
  text-align: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  border: none;
  text-align: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked {
  background-color: #d0d0d0;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked:hover {
  border: 2px solid #f2f2f2;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -203px -10px;
  width: 39px;
  height: 36px;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM:hover {
  background-position: -10px -10px;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM.error:hover {
  background-position: -203px -10px;
  border: 2px solid #c93643;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM span {
  background-color: transparent !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -250px -10px;
  width: 39px;
  height: 36px;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM:hover {
  background-position: -58px -11px;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM.error:hover {
  background-position: -250px -10px;
  border: 2px solid #c93643;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM span {
  background-color: transparent !important;
}
.profile .slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked span {
  background-color: #f2f2f2;
}

.profile-menu ul {
  margin-bottom: 0;
  padding: 5px;
}
.profile-menu ul li:not(:last-child) {
  margin-right: 62px;
}
.profile-menu ul li a {
  font-size: 13px;
}

.user-creator-footer {
  padding: 12px 57px 12px 57px;
  background-color: #F4F1EB;
  color: #121820;
}
.user-creator-footer .social-links {
  padding-bottom: 16px;
  display: flex;
}
.user-creator-footer .social-links a {
  display: inline-block;
  margin: 0 16px 0 0;
}
.user-creator-footer .social-links div {
  width: 100%;
}
.user-creator-footer .social-links img.stamp {
  margin: -40px 0 0 0;
}
.user-creator-footer .copyrights {
  padding: 0 0 16px 0;
}
.user-creator-footer .copyrights p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  padding: 0;
}
.user-creator-footer .copyrights p i {
  background-image: url("/assets/images/hug.svg");
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -5px;
}

/* EC LIST */
.list .request-time {
  color: #7b7b7b;
}
.list .list-item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  padding: 10px;
}
.list .list-item .border__right {
  border-right: 1px solid #d0d0d0;
}
.list .list-item .product-photo img {
  height: 100px;
  width: 100px;
  margin: auto;
  display: block;
}
.list .list-item .product-photo .product-listing-img {
  width: 100px;
  height: 100px;
  background-size: cover;
  margin: auto;
}
.list .list-item .user-photo {
  height: 100px;
  width: 100px;
  margin: auto;
  display: block;
  border-radius: 100%;
  background-size: cover;
}
.list .list-item .product-name {
  margin-top: 0px;
}
.list .list-item .icon-with-description i {
  font-size: 20px;
  top: 5px;
}
.list .list-item .icon-with-description span {
  margin-left: 10px;
}
.list .list-item .btn-ec-big {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.list .list-item .lighter-text {
  color: #b5b5b5;
}
.list .list-item .next-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}
.list .list-item .next {
  color: #4a4a4a;
  text-decoration: none;
}

/* QUERIES */
@media only screen and (max-width: 992px) {
  .list-container {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
  }
  .list .list-item {
    padding: 5px;
  }
  .list .list-item h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .list .list-item .booking-details-container {
    padding-left: 5%;
    padding-right: 0;
  }
  .list .list-item .booking-details-container .booking-details .icon-with-description i {
    font-size: 14px;
    top: 3px;
  }
  .list .list-item .booking-details-container .booking-details .icon-with-description .icon-description {
    font-size: 10px;
    margin-left: 5px;
  }
  .list .list-item .booking-btn-container {
    padding-left: 5%;
    padding-right: 0;
  }
  .list .list-item .booking-btn-container .btn-ec-big {
    padding: 5px;
    margin-top: 10px;
    font-size: 12px;
  }
  .list .list-item .booking-btn-container .lighter-text {
    color: #b5b5b5;
  }
  .list .list-item .next-arrow {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
  }
  .list .list-item .user-photo {
    height: 80px;
    width: 80px;
    margin-top: 15px;
  }
  .list .list-item .product-listing-img {
    width: 85px !important;
  }
}
.website-booking-info {
  display: inline-block;
  color: #4a4a4a;
  background-color: #f2f2f2;
  padding: 7px;
  margin-left: 5px;
}
.website-booking-info span {
  margin-left: 5px;
}

.profile-settings-agreement {
  line-height: 1.57;
}
.profile-settings-agreement h3 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.profile-settings-about .left-column {
  background-color: #f2f2f2;
}
.profile-settings-about .right-column {
  background-color: #ffffff;
}
.profile-settings-about .form-group label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.profile-settings-photo .left-column {
  background-color: #f2f2f2;
}
.profile-settings-photo .right-column {
  background-color: #ffffff;
}
.profile-settings-photo #profile-image {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 100%;
}

.profile-settings-contact .left-column {
  background-color: #f2f2f2;
}
.profile-settings-contact .right-column {
  background-color: #ffffff;
}
.profile-settings-contact .form-group label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.profile-settings-pass .left-column {
  background-color: #f2f2f2;
}
.profile-settings-pass .right-column {
  background-color: #ffffff;
}
.profile-settings-pass .form-group label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.profile-about .left-column {
  background-color: #f2f2f2;
}
.profile-about .right-column {
  background-color: #ffffff;
}
.profile-about .form-group label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.profile-photo .left-column {
  background-color: #f2f2f2;
}
.profile-photo .right-column {
  background-color: #ffffff;
}
.profile-photo #profile-image {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 100%;
}

.settings-agreement .left-column {
  background-color: #f2f2f2;
}
.settings-agreement .right-column {
  background-color: #ffffff;
}
.settings-agreement #profile-image {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 100%;
}

.profile-favorite {
  color: #4a4a4a;
}
.profile-favorite #holder {
  background-color: #ffffff;
}
.profile-favorite .results-container .search-product {
  width: 100%;
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 350px;
  vertical-align: top;
  position: relative;
}
.profile-favorite .results-container .search-product--header {
  height: 250px;
  margin: -1px -1px 0 -1px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.75);
  position: relative;
}
.profile-favorite .results-container .search-product--header-overlay {
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.1);
}
.profile-favorite .results-container .search-product--header-owner-picture {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
}
.profile-favorite .results-container .search-product--sub-text {
  margin: 20px 15px 0 15px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #7b7b7b;
  height: 20px;
}
.profile-favorite .results-container .search-product--text {
  white-space: normal;
  color: #4a4a4a;
  padding: 15px 15px 20px 15px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  min-height: 110px;
}
.profile-favorite .results-container .search-product--text h4 {
  margin-top: 0;
  min-height: 40px;
}
.profile-favorite .results-container .search-product--text p {
  margin-bottom: 0;
}
.profile-favorite .results-container .search-product--text .full-summary {
  display: none;
}
@media screen and (max-width: 991px) {
  .profile-favorite .results-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .profile-favorite .results-container .gallery-nav {
    display: none;
  }
}

.statement {
  font-size: 12px;
}
.statement th {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.statement th, .statement td {
  height: 60px;
  vertical-align: middle !important;
}
.statement .currency {
  text-transform: lowercase;
}

.status-to-be-paid, .status-paid-in, .status-paid-out {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 10px;
}
.status-to-be-paid .icon, .status-paid-in .icon, .status-paid-out .icon {
  font-size: 15px;
  top: 4px;
  position: relative;
  left: 2px;
}

.status-to-be-paid {
  background-color: rgba(201, 54, 67, 0.2);
  color: #c93643;
}

.status-paid-in {
  background-color: rgba(0, 151, 48, 0.1);
  color: #009730;
}

.status-paid-out {
  background-color: rgba(0, 151, 48, 0.1);
  color: #009730;
}

.mobile-statement {
  font-size: 12px;
}
.mobile-statement .mobile-item {
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0px;
  margin-top: 5px;
}
.mobile-statement .description, .mobile-statement .merchant {
  font-size: 10px;
}
.mobile-statement .amount {
  text-align: right;
}
.mobile-statement .currency {
  text-transform: lowercase;
}

.empty-list .info {
  float: left;
  margin-left: 15px;
}
.empty-list .icon {
  font-size: 40px;
  position: relative;
  top: 0px;
  color: #f6aa46;
}
.empty-list .message {
  font-size: 18px;
  position: relative;
  top: 0px;
}
.empty-list .message-up {
  top: 9px;
}
.empty-list .description {
  position: relative;
  top: 2px;
  left: 0px;
}

.form-group .filtersForm .dateTo, .form-group .filtersForm .type {
  margin-left: 30px;
}
.form-group .filtersForm .dateInput {
  width: 120px;
  height: 30px;
  margin-left: 10px;
}
.form-group .filtersForm .typeSelect {
  width: 288px;
  height: 30px;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.form-group .filtersForm .bookingInput {
  width: 200px;
  height: 30px;
  margin-left: 10px;
}
.form-group .filtersForm .submitButton {
  width: 170px;
  height: 30px;
  margin-left: 30px;
}

.bookingLink {
  color: black;
}
.bookingLink i {
  margin-left: 15px;
  font-size: 15px;
  top: 2px;
}

.bookingLink:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .user-creator-footer {
    padding: 12px 0;
  }
  .mobile-class-col {
    display: flex;
    flex-direction: column;
  }
  .mobile-class-col > span {
    margin: 0 0 10px;
  }
  .mobile-class-col input[type=submit] {
    margin-top: 20px;
  }
  .form-group .filtersForm .mobile-class-col .dateTo, .form-group .filtersForm .mobile-class-col .type, .form-group .filtersForm .mobile-class-col .dateInput, .form-group .filtersForm .mobile-class-col .typeSelect, .form-group .filtersForm .mobile-class-col .bookingInput, .form-group .filtersForm .mobile-class-col .submitButton {
    margin-left: 0px;
    width: 100%;
  }
}
.profile-stats .left-column {
  background-color: #f2f2f2;
}
.profile-stats .right-column {
  background-color: #ffffff;
}
.profile-stats h1 {
  font-size: 54px;
}
.profile-stats #product-switch {
  height: 40px;
}
.profile-stats .product-stats-container .current-month-header {
  width: 113px;
  margin: auto;
  display: inline-block;
  text-align: center;
}
.profile-stats .product-stats-container .product-stats-nav span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.profile-stats .product-stats-container .product-stats-nav span.nav-item:hover {
  color: #4a4a4a;
  cursor: pointer;
}
.profile-stats .product-stats-container .stats-number-big {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
}
.profile-stats .product-stats-container .calendar-stat-value {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
}

.profile--travel .left-column {
  background-color: #f2f2f2;
}
.profile--travel .right-column {
  background-color: #ffffff;
}
.profile--travel .product-item-container .product-photo div {
  width: 100%;
  height: 180px;
  background-size: cover;
  margin: auto;
}

.profile--bookings .left-column {
  background-color: #f2f2f2;
}
.profile--bookings .right-column {
  background-color: #ffffff;
}
.profile--bookings .booking-item-container .user-photo {
  height: 120px;
  width: 120px;
  margin: auto;
  display: block;
  border-radius: 100%;
  background-size: cover;
}
.profile--bookings .booking-item-container .product-photo div {
  width: 100%;
  height: 180px;
  background-size: cover;
  margin: auto;
}

.profile-offers .left-column {
  background-color: #f2f2f2;
}
.profile-offers .right-column {
  background-color: #ffffff;
}
.profile-offers .profile--menu--left .row {
  max-width: 210px;
}
.profile-offers .go-to-creator {
  color: #c93643 !important;
}
.profile-offers .product-container {
  cursor: pointer;
  position: relative;
  background-color: white;
  display: block;
}
.profile-offers .product-container.product-empty:hover .product-description {
  display: none;
}
.profile-offers .product-container.product-empty .image {
  background-position: -137px -110px;
  width: 190px;
  height: 190px;
  background-size: 453px 378px;
  background-image: url(../images/sprit-product-creator_1.png);
  background-color: #f2f2f2;
}
.profile-offers .product-container:hover {
  text-decoration: none;
}
.profile-offers .product-container .image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #4f4f4f;
  position: relative;
}
.profile-offers .product-container .image .product-description {
  padding: 50px 10px 0;
  display: none;
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.profile-offers .product-container:hover .product-description {
  display: block;
}
.profile-offers .product-container .list-horizontal {
  padding-left: 0;
  padding-right: 70px;
  color: #6c9ed5;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 9px;
  height: 30px;
}
.profile-offers .product-container .list-horizontal li {
  display: inline;
}
.profile-offers .product-container .list-horizontal li:before {
  content: " •  ";
  font-size: 11px;
  border: none;
}
.profile-offers .product-container .list-horizontal li:first-child:before {
  content: "";
  border: none;
}
.profile-offers .product-container h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #4f4f4f;
}
.profile-offers .product-list--item h2 {
  margin-top: 0px;
}
.profile-offers .product-list--item h2.last-minute {
  font-size: 18px;
}
.profile-offers .product-list--item a.last-minute {
  color: #4a4a4a;
}
.profile-offers .product-list--item--status-details {
  height: 80px;
  margin: 20px 0;
}
.profile-offers .product-list--item--actions a {
  width: 170px;
  margin-right: 50px;
}
.profile-offers .product-list--item--actions div:not(:last-of-type) {
  margin-bottom: 30px;
}
.profile-offers .product-list--item .offer-link {
  margin-top: 30px;
}
.profile-offers .product-list--item .check-at-list {
  color: #f6aa46;
  margin-top: 10px;
}
.profile-offers .product-list--item .check-at-list span {
  display: block;
}
.profile-offers .custom-input-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}
.profile-offers .custom-input-container .label-for-check {
  vertical-align: top;
}
.profile-offers .custom-input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.profile-offers .custom-input-container input:checked ~ .checkmark {
  background-color: #f6aa46;
  border-color: #f6aa46;
}
.profile-offers .custom-input-container input:checked ~ .checkmark-radio:after {
  top: 6px;
  left: 6px;
  width: 3px;
  height: 3px;
}
.profile-offers .custom-input-container input:checked ~ .checkmark-checkbox:after {
  width: 5px;
  height: 8px;
  background-color: #f6aa46;
  top: 2px;
  left: 4px;
  display: block;
}
.profile-offers .custom-input-container input:checked + .label-for-check {
  color: #f6aa46;
}
.profile-offers .custom-input-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
}
.profile-offers .custom-input-container .checkmark-radio {
  border-radius: 50%;
  background-color: #d0d0d0;
}
.profile-offers .custom-input-container .checkmark-radio:after {
  border-radius: 50%;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
}
.profile-offers .custom-input-container .checkmark-checkbox {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}
.profile-offers .custom-input-container .checkmark-checkbox:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.profile-offers .custom-input-container .checkmark:after {
  content: "";
  position: absolute;
}
.profile-offers .custom-input-container .checkmark:after {
  background: white;
}

#last-minute-offer-form .booking-elements-container .datepicker-container {
  border: 1px solid #d0d0d0;
  display: inline-block;
  position: relative;
  top: 10px;
}
#last-minute-offer-form .booking-elements-container .slowhop-datepicker {
  display: none;
}
#last-minute-offer-form .booking-elements-container #date-picker {
  width: 250px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
  font-size: 10px;
}
#last-minute-offer-form .booking-elements-container #date-picker input {
  box-shadow: none;
  width: 115px !important;
  height: 100% !important;
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#last-minute-offer-form .booking-elements-container #date-picker i {
  position: relative;
  top: 7px;
}

.static-page-transparent #container {
  padding: 0px;
}

.static-page #container {
  padding: 0px;
}

#custom-content .custom-element {
  position: relative;
}
#custom-content .custom-element .main-link-container {
  text-align: center;
}
#custom-content .custom-element blockquote {
  text-align: center;
}
#custom-content .custom-element blockquote span {
  color: #335B4F !important;
}
#custom-content .custom-element .main-link {
  display: inline-block;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 22px;
}
#custom-content .custom-element .main-link:hover {
  text-decoration: none;
}
#custom-content .custom-element.custom-text {
  padding: 40px 0;
}
#custom-content .custom-element.custom-text .main-link {
  margin-bottom: 0;
}
#custom-content .custom-element.custom-bar {
  min-height: 80px;
  display: table;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 28px;
}
#custom-content .custom-element.custom-bar .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #6c9ed5;
}
#custom-content .custom-element.custom-bar .content a:hover {
  text-decoration: none;
}
#custom-content .custom-element.custom-image {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #f4a641;
  min-height: 120px;
}
#custom-content .custom-element.custom-image .content {
  text-align: center;
}
#custom-content .custom-element.custom-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#custom-content .custom-element.custom-image .image-title {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#custom-content .custom-element.custom-image .image-title span {
  padding: 5px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 36px;
}
@media (max-width: 600px) {
  #custom-content .custom-element.custom-image .image-title span {
    padding: 0;
    font-size: 20px;
  }
}
#custom-content .custom-element.custom-image .image-title:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  max-width: 0.001%;
}
#custom-content .custom-element.custom-image .custom-image-container {
  position: relative;
}
#custom-content .custom-element.custom-newsletter {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #f4a641;
  min-height: 120px;
}
#custom-content .custom-element.custom-newsletter .content {
  text-align: center;
}
#custom-content .custom-element.custom-newsletter .newsletter-title {
  width: 100%;
  display: block;
  text-align: center;
}
#custom-content .custom-element.custom-newsletter .newsletter-title span {
  padding: 5px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 36px;
}
@media (max-width: 600px) {
  #custom-content .custom-element.custom-newsletter .newsletter-title span {
    padding: 0;
    font-size: 20px;
  }
}
#custom-content .custom-element.custom-newsletter .newsletter-form {
  text-align: center;
}
#custom-content .custom-element.custom-newsletter .newsletter-title:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  max-width: 0.001%;
}
#custom-content .custom-element.custom-newsletter .custom-newsletter-container {
  position: relative;
}
#custom-content .custom-element.custom-newsletter #thankyou {
  display: none;
  font-size: 20px;
  text-align: center;
}
#custom-content .custom-element.custom-mixed {
  padding: 20px 0px;
}
#custom-content .custom-element.custom-mixed .content {
  position: relative;
  padding: 0 5px;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content {
    width: auto;
  }
}
#custom-content .custom-element.custom-mixed .content .custom-text {
  padding: 0;
  width: 80%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content .custom-text {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
#custom-content .custom-element.custom-mixed .content .custom-text h2 {
  line-height: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  color: #6c9ed5;
}
#custom-content .custom-element.custom-mixed .content .custom-photo-container {
  vertical-align: middle;
  display: inline-block;
  width: 19%;
}
#custom-content .custom-element.custom-mixed .content .custom-photo-container .custom-photo {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
#custom-content .custom-element.custom-mixed .content .custom-photo-container .custom-photo img {
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: -1000px;
  bottom: -1000px;
  margin: auto;
  min-width: 100%;
  max-height: 440px;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content .custom-photo-container .custom-photo img {
    min-height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content .custom-photo-container {
    display: block;
    margin: 0 auto;
  }
}
#custom-content .custom-element.custom-mixed .content.shape-circle .custom-photo {
  border-radius: 1000px;
}
#custom-content .custom-element.custom-mixed .content.shape-circle .custom-text {
  padding-left: 40px;
}
#custom-content .custom-element.custom-mixed .content.shape-circle.location-right .custom-text {
  padding-left: 0;
  padding-right: 40px;
}
#custom-content .custom-element.custom-mixed .content.shape-rect .custom-text {
  width: 50%;
  padding: 20px 0;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content.shape-rect .custom-text {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
#custom-content .custom-element.custom-mixed .content.shape-rect .custom-photo-container {
  padding-right: 40px;
  width: 49%;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content.shape-rect .custom-photo-container {
    padding: 0 !important;
    width: 100%;
    margin: 0 auto;
  }
}
#custom-content .custom-element.custom-mixed .content.shape-rect .custom-photo-container .custom-photo {
  padding-top: 0;
}
#custom-content .custom-element.custom-mixed .content.shape-rect .custom-photo-container .custom-photo img {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-mixed .content.shape-rect .custom-photo-container .custom-photo img {
    width: 100%;
  }
}
#custom-content .custom-element.custom-mixed .content.shape-rect.location-right .custom-photo-container {
  padding-left: 40px;
  padding-right: 0;
}
#custom-content .custom-element.custom-mixed .content.shape-rect.location-right .custom-photo-container .custom-photo {
  text-align: right;
}
#custom-content .custom-element.custom-tiles {
  padding-top: 0px;
  padding-bottom: 20px;
}
#custom-content .custom-element.custom-tiles .custom-tile {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#custom-content .custom-element.custom-tiles .custom-tile.tile-high {
  height: 330px;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-tiles .custom-tile.tile-high {
    margin-top: 5px;
  }
}
#custom-content .custom-element.custom-tiles .custom-tile.tile-low {
  height: 240px;
}
@media (max-width: 991px) {
  #custom-content .custom-element.custom-tiles .custom-tile.tile-low {
    height: 330px;
    margin-top: 5px;
  }
}
#custom-content .custom-element.custom-tiles .custom-tile h1, #custom-content .custom-element.custom-tiles .custom-tile h2 {
  color: white;
}
#custom-content .custom-element.custom-tiles .custom-tile h1 {
  font-size: 28px;
}
#custom-content .custom-element.custom-tiles .custom-tile h2 {
  font-size: 16px;
}
#custom-content .custom-element.custom-tiles a .custom-tile {
  cursor: pointer;
  color: #ffffff;
}
#custom-content .custom-element.custom-tiles a .custom-tile:hover .table-block {
  background-color: rgba(130, 183, 252, 0.5);
}

.static-page-content-mobile .custom-tiles a.tile {
  display: block;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loginModal .modal-content {
  border: 1px solid #d0d0d0;
}
#loginModal .modal-body {
  padding: 0 30px 30px 30px;
  color: #4a4a4a;
}
#loginModal .modal-body h2 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 0;
}
#loginModal .modal-body p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#loginModal .modal-body hr {
  margin-top: 15px;
  margin-bottom: 30px;
}
#loginModal .modal-body input {
  width: 100%;
  box-shadow: none;
  border: solid 1px #d0d0d0;
}
#loginModal .modal-body .btn {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
#loginModal .modal-body .small-font {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

#booking-holder {
  margin-top: 115px;
  color: #4a4a4a;
  /*FONTS */
}
#booking-holder.add-last-minute {
  margin-top: 0px;
}
#booking-holder h2 {
  font-family: "Lato", Helvetica, "Arial", sans-serif;
  font-size: 28px;
  font-weight: 400;
}
#booking-holder h4 {
  font-family: "Lato", Helvetica, "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.7;
}
#booking-holder h5 {
  font-family: "Lato", Helvetica, "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.7;
}
#booking-holder h6 {
  font-family: "Lato", Helvetica, "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0 auto;
}
#booking-holder ul {
  display: inline-block;
}
#booking-holder #seller-offer-buttons a {
  border-radius: 2px;
  padding: 5px 40px;
}
#booking-holder .booking-step-list-line {
  margin-left: 70px;
  margin-right: 70px;
}
#booking-holder .booking-step-list-line .line-part {
  border-top: 1px solid #7b7b7b;
}
#booking-holder .booking-step-list-line .line-part.active {
  border-top: 2px solid #6c9ed5;
}
#booking-holder #booking-step-list {
  text-align: justify;
}
#booking-holder #booking-step-list .step-item {
  display: inline-block;
  position: relative;
  width: 160px;
}
#booking-holder #booking-step-list .step-id {
  position: absolute;
  text-align: center;
  bottom: 25px;
  left: 35px;
  background-color: #f2f2f2;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #7b7b7b;
  font-size: 18px;
  padding-top: 10px;
}
#booking-holder #booking-step-list .step-id.active {
  border: 2px solid #6c9ed5;
}
#booking-holder #booking-step-list .step-id span {
  color: #7b7b7b;
}
#booking-holder #booking-step-list:after {
  content: "";
  width: 100%;
  display: inline-block;
}
#booking-holder #e-commerce-container {
  margin-top: 90px;
  margin-bottom: 60px;
  position: relative;
}
#booking-holder #e-commerce-container.add-last-minute {
  margin-top: 30px;
}
#booking-holder #e-commerce-container .payment-button {
  font-size: 18px;
  padding: 5px 30px;
}
#booking-holder #e-commerce-container .stripe-payment-button {
  font-size: 14px;
  padding: 10px;
  width: 245px;
}
#booking-holder #e-commerce-container .add-last-minute-button {
  font-size: 18px;
  padding: 5px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#booking-holder #e-commerce-container #booking-payment-container .lighter-text {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container #booking-payment-container .lighter-text a {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container.booking-status-7 .booking-details, #booking-holder #e-commerce-container.booking-status-7 #offer-content-container, #booking-holder #e-commerce-container.booking-status-6 .booking-details, #booking-holder #e-commerce-container.booking-status-6 #offer-content-container, #booking-holder #e-commerce-container.booking-status-5 .booking-details, #booking-holder #e-commerce-container.booking-status-5 #offer-content-container, #booking-holder #e-commerce-container.booking-status-9 .booking-details, #booking-holder #e-commerce-container.booking-status-9 #offer-content-container, #booking-holder #e-commerce-container.booking-status-13 .booking-details, #booking-holder #e-commerce-container.booking-status-13 #offer-content-container {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container .profile-photo {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  border: 5px solid #ffffff;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -60px;
  top: -60px;
  background-size: cover;
}
#booking-holder #e-commerce-container .messages-content .single-message.response .message-text {
  background-color: #f2f2f2;
  float: left;
}
#booking-holder #e-commerce-container .messages-content .single-message.response .message-date {
  float: none;
}
#booking-holder #e-commerce-container .messages-content .single-message .message-text {
  margin-bottom: 20px;
  padding: 20px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  float: right;
  width: 90%;
  white-space: pre-wrap;
}
#booking-holder #e-commerce-container .messages-content .single-message .message-date {
  float: right;
}
#booking-holder #e-commerce-container .messages-content .message-form {
  float: right;
  width: 90%;
}
#booking-holder #e-commerce-container #last-minute-info {
  padding-top: 10px;
}
#booking-holder #e-commerce-container .reservation-container {
  background-color: #ffffff;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding-left: 3%;
  padding-right: 3%;
}
#booking-holder #e-commerce-container .reservation-container:first-of-type {
  border-top: 1px solid #d0d0d0;
  padding-top: 50px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .at-slowhop-since {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container .reservation-container.first-info .user-activity {
  color: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .user-activity .field {
  display: flex;
  align-items: center;
}
#booking-holder #e-commerce-container .reservation-container.first-info .user-activity .field .description {
  padding-left: 5px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .user-description {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description i {
  right: 5px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description i.ec-placeholder {
  font-size: 25px;
  top: 6px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description i.ec-glasses {
  font-size: 16px;
  top: 3px;
  color: #b5b5b5;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description i.ec-quote {
  font-size: 14px;
  top: -8px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description span {
  font-size: 14px;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description .lighter-text {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container .reservation-container.first-info .icon-with-description .lighter-text a {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .guests-holder {
  position: relative;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .guests-holder .booking-guests {
  position: absolute;
  left: 50px;
  top: 10px;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .icon-with-description i {
  font-size: 25px;
  top: 5px;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .icon-with-description span {
  font-size: 14px;
  margin-left: 20px;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .btn-ec-big {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  margin-left: 0px;
  padding: 10px 25%;
}
#booking-holder #e-commerce-container .reservation-container.booking-info .lighter-text {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container .reservation-container.messages .booking-messages-see-more {
  cursor: pointer;
}
#booking-holder #e-commerce-container .reservation-container.messages .icon-with-description i.ec-envelope {
  font-size: 25px;
  top: 7px;
}
#booking-holder #e-commerce-container .reservation-container.messages .icon-with-description i.ec-arrow-down {
  font-size: 14px;
  top: 3px;
}
#booking-holder #e-commerce-container .reservation-container.messages .icon-with-description span.messages {
  font-size: 18px;
  margin-left: 20px;
}
#booking-holder #e-commerce-container .reservation-container.messages .icon-with-description span.see-more {
  font-size: 14px;
  margin-left: 5px;
}
#booking-holder #e-commerce-container .reservation-container.messages .lighter-text {
  color: #b5b5b5;
}
#booking-holder #e-commerce-container .reservation-container.messages .input-message {
  border: solid 1px #d0d0d0;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 10px;
}
#booking-holder #e-commerce-container #offer-content-container #edit-offer {
  text-decoration: none;
  cursor: pointer;
}
#booking-holder #e-commerce-container #offer-content-container p.lot-of-text {
  white-space: pre-wrap;
}
#booking-holder #e-commerce-container #offer-form-container .form-title i {
  font-size: 25px;
}
#booking-holder #e-commerce-container #offer-form-container .form-title span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  bottom: 5px;
}
#booking-holder #e-commerce-container #offer-form-container #price, #booking-holder #e-commerce-container #offer-form-container #prepayment, #booking-holder #e-commerce-container #offer-form-container #standard-price, #booking-holder #e-commerce-container #offer-form-container #last-minute-price {
  text-align: right;
}
#booking-holder #e-commerce-container #offer-form-container label {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
}
#booking-holder #e-commerce-container #offer-form-container small {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #7b7b7b;
  display: block;
  margin-bottom: 10px;
}
#booking-holder #e-commerce-container #offer-form-container .input-with-suffix input, #booking-holder #e-commerce-container #offer-form-container .input-with-suffix select {
  display: inline-block;
}
#booking-holder #e-commerce-container #offer-form-container .input-with-suffix span {
  margin-left: 10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#booking-holder #e-commerce-container #offer-form-container .input-with-suffix .small span {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container #offer-form-container input {
  width: 250px;
  height: 40px;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #offer-form-container input[type=checkbox] {
  width: 15px;
  height: 15px;
}
#booking-holder #e-commerce-container #offer-form-container textarea {
  resize: none;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #offer-form-container select {
  width: 70px;
  height: 40px;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #offer-form-container button {
  width: 300px;
}
#booking-holder #e-commerce-container #modify-request-form-container .form-title i {
  font-size: 25px;
}
#booking-holder #e-commerce-container #modify-request-form-container .form-title span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  bottom: 5px;
}
#booking-holder #e-commerce-container #modify-request-form-container .modify-section {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#booking-holder #e-commerce-container #modify-request-form-container .booking-elements-container .datepicker-container {
  border: 1px solid #d0d0d0;
  display: inline-block;
  position: relative;
  top: 10px;
}
#booking-holder #e-commerce-container #modify-request-form-container .booking-elements-container .slowhop-datepicker {
  display: none;
}
#booking-holder #e-commerce-container #modify-request-form-container .booking-elements-container #date-picker {
  width: 250px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
}
#booking-holder #e-commerce-container #modify-request-form-container .booking-elements-container #date-picker input {
  box-shadow: none;
  width: 115px !important;
  height: 100% !important;
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#booking-holder #e-commerce-container #modify-request-form-container .booking-elements-container #date-picker i {
  position: relative;
  top: 7px;
}
#booking-holder #e-commerce-container #modify-request-form-container label {
  color: #4a4a4a;
  font-size: 14px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown {
  margin-top: 10px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type {
  margin-bottom: 20px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type [class^=sprite-new-icon-] {
  margin-top: -3px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type .buttons-container div {
  float: left;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type span {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type span.number {
  vertical-align: middle;
  margin: 0 20px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guests-picker-dropdown .count-type .description span {
  font-size: 12px;
  font-weight: normal;
  background-color: #f2f2f2;
  padding: 1px 0px;
  border-radius: 2px;
  margin-left: -5px;
  color: #7b7b7b;
  box-shadow: 5px 0 0 #f2f2f2, -5px 0 0 #f2f2f2;
  box-decoration-break: clone;
}
#booking-holder #e-commerce-container #modify-request-form-container .input-with-suffix input, #booking-holder #e-commerce-container #modify-request-form-container .input-with-suffix select {
  display: inline-block;
}
#booking-holder #e-commerce-container #modify-request-form-container .input-with-suffix span {
  margin-left: 10px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#booking-holder #e-commerce-container #modify-request-form-container .input-with-suffix .small span {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container #modify-request-form-container input {
  width: 250px;
  height: 40px;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #modify-request-form-container input[type=checkbox] {
  width: 15px;
  height: 15px;
}
#booking-holder #e-commerce-container #modify-request-form-container textarea {
  resize: none;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #modify-request-form-container select {
  width: 70px;
  height: 40px;
  border-radius: 2px;
}
#booking-holder #e-commerce-container #modify-request-form-container .select-children-age {
  width: 127px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guest-counter {
  background-color: #f2f2f2;
  color: #4a4a4a;
  padding: 10px;
  border-radius: 2px;
  margin-top: 20px;
}
#booking-holder #e-commerce-container #modify-request-form-container #guest-counter span {
  padding-left: 10px;
}
#booking-holder #e-commerce-container #modify-request-form-container .capacity-info {
  background-color: #f2f2f2;
  color: #4a4a4a;
  padding: 10px;
  border-radius: 2px;
  margin-left: 20px;
}
@media (max-width: 960px) {
  #booking-holder #e-commerce-container #modify-request-form-container .capacity-info {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  #booking-holder #e-commerce-container #modify-request-form-container .room-number {
    padding: 0;
  }
}
@media (max-width: 960px) {
  #booking-holder #e-commerce-container #modify-request-form-container .guests-number {
    padding-right: 0;
  }
}
#booking-holder #e-commerce-container .payment-method-box {
  width: 100%;
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background-color: #fff;
  min-height: 170px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#booking-holder #e-commerce-container .payment-method-box.active {
  border: 2px solid #f6aa46;
}
#booking-holder #e-commerce-container .payment-method-box .payment-method-box-content {
  white-space: normal;
  color: #4a4a4a;
  padding: 15px;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 94px;
}
#booking-holder #e-commerce-container .provider-description {
  color: #7b7b7b;
}
#booking-holder #e-commerce-container #stripe-payment {
  color: #4a4a4a;
}
#booking-holder #booking-message-text {
  resize: none;
  border-radius: 2px;
}
@media (max-width: 992px) {
  #booking-holder #e-commerce-container .reservation-container.booking-info .icon-with-description span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #booking-holder #e-commerce-container {
    margin-top: 10px;
  }
  #booking-holder #e-commerce-container .profile-photo {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    top: -40px;
  }
  #booking-holder #e-commerce-container #seller-offer-buttons a {
    padding: 5px 25px;
  }
  #booking-holder #offer-content-container .value {
    margin-top: 10px;
    font-size: 12px;
  }
  #booking-holder #offer-content-container .number {
    font-weight: bold;
  }
  #booking-holder #offer-content-container .title-add-on {
    display: inline-block;
  }
  #booking-holder #offer-content-container .title-text {
    font-size: 14px;
  }
}
#booking-holder #booking-vouchers-container input {
  width: 200px;
  height: 30px;
  border-right: none;
}
#booking-holder #booking-vouchers-container button {
  height: 30px;
  width: 100px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
  margin-left: -1px;
}
#booking-holder #booking-vouchers-container .single-voucher-holder {
  margin-top: -10px;
}
#booking-holder #voucher-form input {
  width: 245px;
  height: 30px;
}
#booking-holder #voucher-form button {
  height: 30px;
  width: 123px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 30px;
}
#booking-holder #voucher-form .single-voucher-holder {
  margin-top: -10px;
}
#booking-holder #voucher-form #pay-rest-info {
  display: none;
}
#booking-holder span.pay-now {
  font-size: 18px;
  font-weight: bold;
}
#booking-holder #card-element {
  width: 50%;
  border: 1px #d0d0d0 solid;
  border-radius: 2px;
  padding: 7px;
  margin-top: 30px;
}
#booking-holder .error-message {
  color: #c93643;
  margin-top: 5px;
  font-size: 13px;
  display: none;
}
#booking-holder .error-message .icon {
  margin-top: 2px;
  float: left;
  margin-right: 4px;
}

#change-date-init-modal {
  color: #4a4a4a;
}
#change-date-init-modal .modal-body {
  padding-top: 0;
}
#change-date-init-modal #range-calendar-container {
  border: 1px solid #d0d0d0;
}
#change-date-init-modal .calendar-selected-dates input {
  border: none;
  width: 90px;
  text-align: center;
  cursor: pointer;
}
#change-date-init-modal .calendar-selected-dates .active {
  border-bottom: 1px solid #f6aa46;
  padding: 3px;
  color: #f6aa46;
}

.warning-box, .warning-box--rounded {
  background-color: rgba(201, 54, 67, 0.2);
  color: #c93643;
}
.warning-box--rounded {
  border-radius: 4px;
}
.warning-box--label {
  font-size: 12px;
  line-height: 1;
}

.availability-info {
  margin-left: 20px;
}
@media (max-width: 960px) {
  .availability-info {
    display: block;
    margin-left: 50px;
  }
}

@media (max-width: 960px) {
  .availability-info-inner {
    display: block;
    margin-top: -17px;
    padding-left: 10px;
    font-size: 12px !important;
  }
}

.search-map #holder {
  height: 100%;
  padding-bottom: 37px;
}
.search-map footer {
  margin-top: -37px;
}
.search-map .map-container {
  padding: 60px 0px 0px 0px;
  height: 100%;
}
.search-map .map-container #map {
  height: 90%;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
}
.search-map .gm-style-iw {
  width: 250px !important;
  top: 64px !important;
  left: 25px !important;
  overflow: visible;
}
.search-map .gm-style-iw:after {
  content: "";
  position: absolute;
  top: 331px;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-top: solid 7px white;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
}
.search-map .product-container {
  width: 250px;
  cursor: pointer;
  position: relative;
  background-color: white;
  padding: 10px;
  display: block;
}
.search-map .product-container:hover {
  text-decoration: none;
}
.search-map .product-container .image {
  height: 245px;
  background-size: cover;
  background-position: center;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #4f4f4f;
  position: relative;
}
.search-map .product-container .image .product-description {
  padding: 50px 10px 0;
  display: none;
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-map .product-container .note {
  position: absolute;
  top: 25px;
  background-color: white;
  padding: 5px;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #4f4f4f;
}
.search-map .product-container:hover .product-description {
  display: block;
}
.search-map .product-container .owner-picture {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -28px;
  right: 10px;
  border: 5px solid white;
}
.search-map .product-container .list-horizontal {
  padding-left: 0;
  padding-right: 70px;
  color: #6c9ed5;
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 9px;
  height: 30px;
}
.search-map .product-container .list-horizontal li {
  display: inline;
}
.search-map .product-container .list-horizontal li:before {
  content: " •  ";
  font-size: 11px;
  border: none;
}
.search-map .product-container .list-horizontal li:first-child:before {
  content: "";
  border: none;
}
.search-map .product-container h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #4f4f4f;
}

#offer-calendar-modal h4 {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4a4a4a;
}
#offer-calendar-modal p {
  font-family: "Pretty-Regular", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #4a4a4a;
}

.vouchers #holder {
  background-color: #ffffff;
}
.vouchers hr {
  border-color: #d0d0d0;
}
.vouchers h5 {
  color: #4a4a4a;
}
.vouchers h6 {
  color: #7b7b7b;
}
.vouchers .blocked {
  border-color: #DFFAA7;
  background-color: #DFFAA7;
  cursor: auto;
}
.vouchers .btn--full-width {
  border-radius: 100px;
}
.vouchers #voucher-firstname {
  border-radius: 8px;
}
.vouchers #voucher-main-types {
  background-color: #ffffff;
}
.vouchers #voucher-main-types a {
  display: block;
  text-decoration: none;
}
.vouchers #voucher-main-types a p {
  color: #4a4a4a;
}
.vouchers #voucher-main-types .voucher-type-box {
  min-height: 350px;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.vouchers #voucher-main-types .voucher-type-box img {
  width: 100px;
  height: 100px;
  color: #7b7b7b;
  margin-bottom: 20px;
}
.vouchers #voucher-main-types .voucher-type-box .voucher-price-desc,
.vouchers #voucher-main-types .voucher-type-box .voucher-price-value {
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 1.63;
}
.vouchers #voucher-main-types .orange-border {
  border: 3px #f6aa46 solid;
}
.vouchers #voucher-main-instructions {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.vouchers #voucher-main-instructions .voucher-instruction-step {
  text-align: center;
  min-height: 300px;
  padding: 50px 30px 30px 30px;
}
.vouchers #voucher-main-instructions .voucher-instruction-step img {
  width: 100px;
  height: 100px;
  color: #7b7b7b;
  margin-bottom: 20px;
}
.vouchers #voucher-main-instructions .voucher-instruction-step .voucher-step-desc {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.57;
}
.vouchers #voucher-main-addinfo {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.vouchers #voucher-main-addinfo .catchy {
  color: #7b7b7b;
  line-height: 20px;
  font-size: 12px;
}
@media (max-width: 959px) {
  .vouchers #voucher-main-addinfo .catchy {
    padding: 10px;
  }
}
.vouchers #voucher-customization-form {
  background-color: #ffffff;
}
.vouchers #voucher-customization-form .btn-default {
  background-color: #f2f2f2;
}
.vouchers #voucher-customization-form .voucher-values {
  overflow: auto;
}
.vouchers #voucher-customization-form .voucher-values .voucher-custom-value {
  margin: 5px 0px;
  border-radius: 100px;
}
.vouchers #voucher-customization-form .voucher-values .voucher-value-option {
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 6px 12px;
  margin: 5px 5px;
  cursor: pointer;
  border-radius: 100px;
}
.vouchers #voucher-customization-form .voucher-values .voucher-value-option:first-of-type {
  margin-left: 0px;
}
.vouchers #voucher-customization-form .voucher-values .active {
  background-color: #ffffff;
  border: 2px solid #335B4F;
  padding: 5px 11px;
}
.vouchers #voucher-customization-form .voucher-receiver-type {
  overflow: auto;
}
.vouchers #voucher-customization-form .voucher-receiver-type .voucher-receiver-option {
  text-align: center;
  background-color: #f2f2f2;
  padding: 6px 12px;
  margin: 5px 5px;
  cursor: pointer;
}
.vouchers #voucher-customization-form .voucher-receiver-type .voucher-receiver-option:first-of-type {
  margin-left: 0px;
}
.vouchers #voucher-customization-form .voucher-receiver-type .active {
  background-color: #ffffff;
  border: 2px solid #f6aa46;
  padding: 4px 10px;
}
.vouchers #voucher-checkout-page {
  background-color: #ffffff;
}
.vouchers #voucher-checkout-page input[type=text] {
  padding: 12px 12px;
}

/* Imports all partials' styles */
.iti {
  width: 100%;
  --iti-path-flags-1x: url(../images/intl-tel-input/flags.webp);
  --iti-path-flags-2x: url(../images/intl-tel-input/flags@2x.webp);
  --iti-path-globe-1x: url(../images/intl-tel-input/globe.webp);
  --iti-path-globe-2x: url(../images/intl-tel-input/globe@2x.webp);
}
.iti :focus-visible {
  outline: none !important;
}
.iti .iti__selected-country {
  width: auto;
}
.iti input[type=text].input__phone {
  width: 100%;
}

.modal-seller-contact label {
  font-weight: 400;
  color: #B6B6B6;
}
.modal-seller-contact textarea {
  resize: vertical;
}
.modal-seller-contact .contact-address-name {
  padding: 6px 0;
  display: inline-block;
  font-size: 15px;
}

.ui-slider {
  height: 9px;
  margin-top: 10px;
}
.search .ui-slider {
  border: 0;
}
.ui-slider label {
  position: absolute;
  margin-left: -15px;
  text-align: center;
  margin-top: 20px;
  font-size: 0.7em;
}
.ui-slider label:first-child {
  margin-left: 0;
}
.ui-slider label:last-child {
  left: initial !important;
  right: 0;
}
.ui-slider .ui-slider-range {
  background-image: none;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

.section-offer-col {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(/assets/images/backgroundsize.min.htc);
  padding: 0;
  margin-bottom: 52px;
}
@media (min-width: 1264px) {
  .section-offer-col {
    margin-right: 52px;
    margin-bottom: 52px;
    height: 330px;
  }
}
@media (max-width: 1903px) {
  .section-offer-col {
    height: 330px;
  }
}
@media (min-width: 1264px) and (max-width: 1904px) {
  .section-offer-col {
    height: 270px;
  }
}
@media (min-width: 1264px) {
  .search .section-offer-col {
    margin-right: 7%;
  }
}
.section-offer-col .table-block:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage .section-offer-col .table-block:hover {
  background-color: rgba(51, 91, 79, 0.5);
}
.section-offer-col h1, .section-offer-col h2 {
  color: white;
  font-weight: 400;
}
.section-offer-col h1 {
  text-transform: uppercase;
  margin-top: -30px;
}
.section-offer-col .note {
  margin-top: -40px;
}
.section-offer-col .note .note-text {
  background-color: #335B4F;
  color: #B0F322;
  font-size: 1.2em;
  font-weight: 900;
  padding: 5px 15px;
}
.search .section-offer-col .note {
  margin-top: 10px;
}
.search .section-offer-col .note .note-text {
  position: absolute;
  top: 20px;
}
.section-offer-col .offer-owner-photo {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.section-offer-col .offer-hover-block {
  height: 100%;
}
.search .section-offer-col .offer-hover-block {
  font-weight: 900;
}
.section-offer-col .offer-bottom-text {
  position: absolute;
  top: 100%;
  height: 75px;
  overflow: hidden;
}
.section-offer-col .offer-bottom-text .offer-bottom-after {
  position: absolute;
  right: 0;
}
@media (max-width: 1264px) {
  .section-offer-col .offer-bottom-text .offer-bottom-after {
    margin-left: 20px;
    position: static;
  }
}
@media (min-width: 1264px) {
  .homepage .section-offer-col.col-md-4 {
    width: 330px;
  }
}
@media (min-width: 1264px) and (max-width: 1904px) {
  .homepage .section-offer-col.col-md-4 {
    width: 270px;
  }
}
@media (min-width: 1264px) {
  .search .section-offer-col.col-md-4 {
    width: 26%;
    height: 200px;
    margin-bottom: 82px;
  }
}
@media (min-width: 1264px) {
  .articles .section-offer-col.col-md-4 {
    width: 26%;
    height: 160px;
    margin-bottom: 82px;
  }
}
@media (min-width: 1264px) {
  .homepage .section-offer-col.col-md-8 {
    width: 712px;
  }
}
@media (min-width: 1264px) and (max-width: 1904px) {
  .homepage .section-offer-col.col-md-8 {
    width: 592px;
  }
}
@media (min-width: 1264px) {
  .homepage .section-offer-col.col-md-12 {
    width: 1094px;
  }
}
@media (min-width: 1264px) and (max-width: 1904px) {
  .homepage .section-offer-col.col-md-12 {
    width: 644px;
  }
}

.paginator a {
  font-weight: 900;
}
.paginator li:not(:last-child):after {
  content: "|";
  margin-left: 5px;
  margin-right: -8px;
}

/* .squaredOne */
.slowhop-checkbox {
  display: inline-block;
  position: relative;
  background: #ffffff;
}
.slowhop-checkbox label {
  cursor: pointer;
}
.slowhop-checkbox label:not(.label-normal) {
  width: 13px;
  height: 13px;
  margin: -1px;
}
.slowhop-checkbox label:not(.label-normal):after {
  position: absolute;
  width: 9px;
  height: 9px;
  margin-top: 1px;
  margin-left: 1px;
  content: "";
  background: #B0F322;
  background: linear-gradient(-45deg, #B0F322, 85%, rgb(81.9570815451, 117.6137339056, 6.3862660944));
  opacity: 0;
}
.slowhop-checkbox label:not(.label-normal):hover::after {
  opacity: 0.3;
}
.slowhop-checkbox input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.slowhop-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredOne */
.sprite-icon-dinner {
  background-position: -73px -11px;
  width: 54px;
  height: 46px;
}

.sprite-icon-couple {
  background-position: -13px -182px;
  width: 42px;
  height: 46px;
}

.sprite-icon-family {
  background-position: -14px -128px;
  width: 42px;
  height: 45px;
}

.sprite-icon-pancake {
  background-position: -10px -71px;
  width: 54px;
  height: 47px;
}

.sprite-icon-animal {
  background-position: -72px -67px;
  width: 51px;
  height: 32px;
}

.sprite-icon-water {
  background-position: -62px -143px;
  width: 66px;
  height: 17px;
}

.sprite-icon-phone {
  background-position: -14px -248px;
  width: 22px;
  height: 21px;
}

.sprite-icon-email {
  background-position: -149px -186px;
  width: 22px;
  height: 16px;
}

.sprite-icon-fb {
  background-position: -106px -169px;
  width: 32px;
  height: 32px;
}

.sprite-icon-twitter {
  background-position: -71px -208px;
  width: 32px;
  height: 32px;
}

.sprite-icon-pinterest {
  background-position: -71px -169px;
  width: 32px;
  height: 32px;
}

.sprite-icon-location {
  background-position: -142px -210px;
  width: 20px;
  height: 26px;
}

.sprite-icon-piggy-bank {
  background-position: -111px -210px;
  width: 23px;
  height: 26px;
}

.sprite-icon-calendar {
  background-position: -169px -210px;
  width: 28px;
  height: 27px;
}

.sprite-icon-right-arrow {
  background-position: -202px -207px;
  width: 18px;
  height: 32px;
}

.sprite-icon-dots {
  background-position: -173px -254px;
  width: 32px;
  height: 10px;
}

[class*=" sprite-icon-"], [class^=sprite-icon-] {
  background-image: url(../images/all-icons-transparent_1.png) !important;
  background-size: 225px 285px;
  display: inline-block;
}

.sprite-new-icon-chair {
  background-position: -252px -389px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-rocket {
  background-position: -127px -389px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-balloon {
  background-position: 10px -389px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-goat {
  background-position: -245px -5px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-apple {
  background-position: -431px -16px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-bag {
  background-position: -251px -204px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-power {
  background-position: -443px -188px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-pipe {
  background-position: -64px -229px;
  width: 160px;
  height: 160px;
}

.sprite-new-icon-house {
  background-position: -96px -85px;
  width: 26px;
  height: 16px;
}

.sprite-new-icon-exit {
  background-position: -8px -261px;
  width: 27px;
  height: 28px;
}

.sprite-new-icon-board {
  background-position: -410px -380px;
  width: 42px;
  height: 42px;
}

.sprite-new-icon-board-lop {
  background-position: -410px -436px;
  width: 42px;
  height: 42px;
}

.sprite-new-icon-mail-box {
  background-position: -410px -494px;
  width: 42px;
  height: 42px;
}

.sprite-new-icon-mail-drink {
  background-position: -460px -379px;
  width: 42px;
  height: 42px;
}

.sprite-new-icon-west {
  background-position: -460px -436px;
  width: 42px;
  height: 42px;
}

.sprite-new-icon-arrow-down-white {
  background-position: 0 -373px;
  width: 64px;
  height: 33px;
  cursor: pointer;
}
.sprite-new-icon-arrow-down-white.main {
  position: absolute;
}

.sprite-new-icon-light-bulb-blue {
  background-position: -3px -298px;
  width: 43px;
  height: 62px;
}

.sprite-new-icon-message {
  background-position: -460px -490px;
  width: 26px;
  height: 23px;
}

.sprite-new-icon-instagram {
  background-position: -170px -179px;
  width: 28px;
  height: 28px;
}

.sprite-new-icon-pinterest {
  background-position: -183px -150px;
  width: 28px;
  height: 28px;
}

.sprite-new-icon-pinterest-white {
  background-position: -746px -522px;
  width: 20px;
  height: 16px;
}

.sprite-new-icon-facebook {
  background-position: -206px -179px;
  width: 12px;
  height: 28px;
}

.sprite-new-icon-facebook-white {
  background-position: -790px -522px;
  width: 10px;
  height: 15px;
}

.sprite-new-icon-success {
  background-position: -579px -456px;
  width: 34px;
  height: 34px;
}

.sprite-new-icon-more {
  background-position: -758px -443px;
  width: 19px;
  height: 7px;
}

.sprite-new-icon-less {
  background-position: -758px -457px;
  width: 19px;
  height: 7px;
}

.sprite-new-icon-plus {
  background-position: -536px -456px;
  width: 31px;
  height: 30px;
}

.sprite-new-icon-minus {
  background-position: -536px -499px;
  width: 31px;
  height: 30px;
}

.sprite-new-icon-camera {
  background-position: -695px -475px;
  width: 43px;
  height: 34px;
}

.sprite-new-icon-camera-white {
  background-position: -665px -475px;
  width: 18px;
  height: 13px;
}

.sprite-new-icon-calendar {
  background-position: -695px -382px;
  width: 43px;
  height: 40px;
}

.sprite-new-icon-guests {
  background-position: -746px -382px;
  width: 43px;
  height: 40px;
}

.sprite-new-icon-calendar-arrow {
  background-position: -700px -439px;
  width: 12px;
  height: 25px;
}

.sprite-new-icon-arrow-down {
  background-position: -728px -442px;
  width: 16px;
  height: 10px;
}

.sprite-new-icon-navigation-arrow {
  background-position: -714px -444px;
  width: 16px;
  height: 17px;
}

.sprite-new-icon-nav-home {
  background-position: -100px -85px;
  width: 17px;
  height: 16px;
}

.sprite-new-icon-nav-surf {
  background-position: -124px -87px;
  width: 20px;
  height: 16px;
}

[class*=" sprite-new-icon-"], [class^=sprite-new-icon-] {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
}

[class*=" sprite-calendar-icon-"], [class^=sprite-calendar-icon-] {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  display: inline-block;
  background-position: 0 0;
  width: 16px;
  height: 10px;
}

.sprite-product-creator-small-camera {
  background-position: -115px -827px;
  width: 36px;
  height: 30px;
}

.sprite-product-creator-small-camera-orange {
  background-position: -161px -827px;
  width: 36px;
  height: 30px;
}

.sprite-product-creator-info {
  background-position: -210px -70px;
  width: 25px;
  height: 30px;
}

.sprite-product-creator-edit {
  background-position: -12px -71px;
  width: 26px;
  height: 30px;
}

.sprite-product-creator-default-icon {
  background-position: -64px -131px;
  width: 58px;
  height: 58px;
}

.sprite-product-creator-default-icon-dark {
  background-position: -64px -200px;
  width: 58px;
  height: 58px;
}

.sprite-product-creator-accommodation {
  background-position: -41px -300px;
  width: 60px;
  height: 60px;
}

.sprite-product-creator-activity {
  background-position: -201px -300px;
  width: 66px;
  height: 61px;
}

.sprite-product-creator-cal {
  background-position: -306px -7px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-cal-grey {
  background-position: -356px -7px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-clock {
  background-position: -352px -59px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-clock-grey {
  background-position: -402px -59px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-not-sure {
  background-position: -352px -108px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-not-sure-grey {
  background-position: -402px -108px;
  width: 40px;
  height: 44px;
}

.sprite-product-creator-sign-plus {
  background-position: -400px -7px;
  width: 44px;
  height: 47px;
}

[class*=" sprite-product-creator-"], [class^=sprite-product-creator-] {
  background-image: url(../images/sprit-product-creator_1.png) !important;
  background-size: 453px 378px;
  display: inline-block;
}

.icon-grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* Shame on you */
header .left img {
  height: 40px;
}

#ui-datepicker-div {
  z-index: 999999 !important;
}

.btn:active {
  outline: none !important;
}

.offer-steps-wrapper {
  background: #ECECEC;
}

.vcenter, .ajaxLoader {
  white-space: nowrap;
}

.vcenter > *, .ajaxLoader > * {
  white-space: normal;
}

.vcenter:before, .ajaxLoader:before,
.vcenter > *,
.ajaxLoader > * {
  display: inline-block;
  vertical-align: middle;
}

.vcenter:before, .ajaxLoader:before {
  content: "";
  height: 100%;
}

.vcenter, .ajaxLoader {
  word-spacing: -0.25em;
}

.vcenter > *, .ajaxLoader > * {
  word-spacing: normal;
}

.ajaxLoader {
  position: fixed;
  width: 100%;
  height: calc(100% - 125px);
  font-size: 25px;
}

.sweet-alert {
  font-family: inherit !important;
}
.sweet-alert button.confirm {
  background: #f4a641 !important;
}
.sweet-alert button.confirm:hover {
  background-color: #f18f11;
}

/*
 * Modal overrides
 */
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 27px;
  margin: 20px 0 10px;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.modal-backdrop.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Modal: Last Minute */
#choose-product-modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#choose-product-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
#choose-product-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: normal;
  font-size: 28px;
  margin: 20px 15px 10px;
  text-align: center;
  padding-bottom: 20px;
}
#choose-product-modal .modal-dialog .modal-content .modal-body {
  padding: 0 30px;
}
#choose-product-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 15px 30px 30px;
}
#choose-product-modal .modal-dialog .modal-content .modal-footer button {
  width: 100%;
  height: 40px;
}

/* Modal: Reservation */
#reservationPopup .modal-body .checkbox .parsley-errors-list.filled {
  list-style: none;
  padding-left: 20px;
}
#reservationPopup .modal-body .checkbox .parsley-errors-list.filled li {
  color: #F9EEED;
}
#reservationPopup .modal-footer {
  text-align: center;
}

.navbar-add-new-offer {
  position: relative;
}
.navbar-add-new-offer .add-new-offer-helper {
  position: absolute;
  top: 65px;
  right: 0;
  width: 215px;
  background: #88b6f4;
  z-index: 1;
  padding: 15px;
  text-align: center;
  line-height: 1.4;
}
.navbar-add-new-offer .add-new-offer-helper .add-new-offer-helper-title {
  display: block;
  color: #fff;
  font-size: 15px;
  white-space: normal;
  line-height: 1.4;
  max-width: 150px;
  margin: 0 auto;
}
.navbar-add-new-offer .add-new-offer-helper .add-new-offer-helper-inner {
  position: relative;
  padding-left: 20px;
  /* Helper Arrow */
  /* Helper Info icon */
}
.navbar-add-new-offer .add-new-offer-helper .add-new-offer-helper-inner:before {
  top: -37px;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #88b6f4;
  border-width: 12px;
  margin-left: -12px;
}
.navbar-add-new-offer .add-new-offer-helper .add-new-offer-helper-inner .fa.fa-info-circle {
  position: absolute;
  left: -2px;
  font-size: 30px;
  top: 6px;
}

.btn-wrap {
  white-space: normal !important;
}

@media (max-width: 959px) {
  .navbar-nocollapse .navbar-brand {
    padding-left: 0;
    padding-right: 5px;
  }
  .navbar-nocollapse .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-nocollapse a.-href-yellow {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-nocollapse ul li {
  padding: 0;
}
.navbar-nocollapse ul {
  margin: 0 !important;
  width: auto !important;
}
.navbar-nocollapse ul li {
  display: inline-block;
}
.navbar-nocollapse ul li a {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 16px !important;
  margin-bottom: 0;
}
.navbar-nocollapse .navbar-text {
  padding: 27.5px 10px;
  margin: 0;
}
.navbar-nocollapse .navbar-form {
  padding: 0px !important;
}
.navbar-nocollapse .fa-user, .navbar-nocollapse .fa-search {
  font-size: 20px;
  margin-right: 5px;
}

.form-control.form-control-orange-outline {
  box-shadow: none;
}

body.offer-page #holder {
  background-image: url(../images/covers/cover_1.jpg);
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}
body.offer-page #container {
  min-height: 100vh;
  padding: 0;
}
body.offer-page #container #offer .container {
  padding: 120px 15px 60px;
}
body.offer-page #container #offer .container .reservation-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 60px;
  border-radius: 3px;
  text-align: center;
  display: table;
  width: 100%;
  color: #797979;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__header {
  display: table-header-group;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__header p {
  font-size: 17px;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__product-box {
  display: table-row;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__product-box .reservation-container__product-box__content-box {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__product-box .reservation-container__product-box__content-box .reservation-container__product-box__content-box__content {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__product-box .reservation-container__product-box__content-box .reservation-container__product-box__content-box__content img {
  max-width: 100%;
  max-height: 100%;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__footer {
  display: table-footer-group;
  text-align: center;
}
body.offer-page #container #offer .container .reservation-container .reservation-container__footer .reservation-container__footer__countdown {
  font-size: 20px;
}
@media (max-width: 959px) {
  body.offer-page #container #offer .container .reservation-container {
    display: block !important;
  }
  body.offer-page #container #offer .container .reservation-container .reservation-container__footer, body.offer-page #container #offer .container .reservation-container .reservation-container__product-box, body.offer-page #container #offer .container .reservation-container .reservation-container__product-box__content-box, body.offer-page #container #offer .container .reservation-container .reservation-container__header {
    display: block !important;
  }
}

body.invitation #holder {
  background-image: url(../images/covers/invitation-bg.jpeg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  display: table;
  width: 100%;
  color: #797979;
}
body.invitation #holder .container {
  padding-top: 60px;
}
body.invitation #holder .container .row {
  position: relative;
}
body.invitation #holder .container .content-area {
  position: absolute;
  bottom: 0;
  top: 0;
  font-size: 16px;
  line-height: 26px;
}
body.invitation #holder .container .content-area h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 959px) {
  body.invitation #holder .container .content-area {
    position: static;
  }
}
body.invitation #holder .container .content-area .content-area__content-container {
  display: table;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 3px;
}
@media (max-width: 959px) {
  body.invitation #holder .container .content-area .content-area__content-container {
    border-radius: 3px 3px 0 0;
  }
}
body.invitation #holder .container .content-area .content-area__content-container .content-area__content-container__content {
  display: table-cell;
  vertical-align: middle;
}
body.invitation #holder .container #auth-form-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}
body.invitation #holder .container #auth-form-container h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
@media (max-width: 959px) {
  body.invitation #holder .container #auth-form-container {
    border-radius: 0 0 3px 3px;
  }
}

.control-label-text-left {
  padding-top: 10px !important;
  text-align: left !important;
}

.input-group-addon {
  background: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  box-shadow: 1px 2px 5px 0px #c6c6c6;
  outline: 0;
  border: 0px;
}

/* [new] Used in cms */
#about-us-page .transparent-box {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #121820;
}
#about-us-page .separator-line {
  border-top: solid 1px #B0F322;
  margin-top: 40px;
}
#about-us-page .separator-text {
  margin: auto;
  width: 300px;
  margin-top: -30px;
  margin-bottom: 30px;
  background-color: #F1F1F1;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #121820;
}
#about-us-page .about-us-heading {
  color: #121820;
}
#about-us-page .about-us-heading h1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
#about-us-page .about-us-heading p {
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#about-us-page .icon-separator-container {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 200px;
}
#about-us-page .icon-separator-container .icon-separator {
  margin: auto;
  width: 494px;
}
#about-us-page .icon-separator-container .icon-separator .icon-circle {
  border-radius: 50%;
  background-color: #F1F1F1;
  display: inline-block;
  margin-right: 30px;
}
#about-us-page .icon-separator-container .icon-separator .icon-separator-text {
  border-left: solid 1px #B0F322;
  display: table;
  width: 250px;
  height: 160px;
  text-align: center;
}
#about-us-page .icon-separator-container .icon-separator .icon-separator-text span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #121820;
}
#about-us-page .about-team .icon-circle {
  border-radius: 50%;
  background-color: white;
  display: block;
  margin: auto;
  width: 160px;
}
#about-us-page .about-team .row {
  margin-bottom: 30px;
}
#about-us-page .about-team .about-team-text {
  border-top: 1px solid #979797;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
#about-us-page .about-team .about-team-text h3 {
  font-family: "Lora", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
}
#about-us-page .about-team .about-team-text p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
}

.row-centered {
  text-align: center;
}

/* [new] Used in landing */
.join-us-seller .static-page-header-big {
  height: 500px;
}
.join-us-seller #holder .container {
  padding-bottom: 60px;
}
.join-us-seller hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.join-us-seller form.form--background-black {
  color: #ffffff;
}
.join-us-seller form.form--background-black label {
  color: #ffffff;
}
.join-us-seller form .error {
  color: red !important;
}
.join-us-seller form label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left !important;
}
.join-us-seller form p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.join-us-seller form .consent {
  clear: both;
}
.join-us-seller form .consent label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.join-us-seller form .consent .checkbox {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.join-us-seller form .consent a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #B0F322;
  text-decoration: none;
}
.join-us-seller form .required:after {
  content: "*";
  color: #c93643;
}
.join-us-seller .icon-list h2 {
  margin-top: 0;
}
.join-us-seller .icon-list__item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .join-us-seller .icon-list {
    padding-bottom: 20px;
  }
  .join-us-seller .static-page-header-big {
    height: 400px;
  }
  .join-us-seller h2 {
    font-size: 20px;
  }
}
.join-us-seller .overlay__box {
  text-align: center;
  margin: 7% auto;
}
.join-us-seller .overlay__box p {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.join-us-seller .overlay__box a {
  margin: 20px auto;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

#join-us-form a {
  color: #B0F322 !important;
}

.permission-landing {
  background-image: url("../images/fb-registration-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.permission-landing #holder {
  background-color: rgba(0, 0, 0, 0.2);
}
.permission-landing .platform {
  background-color: #ffffff;
}
.permission-landing .platform p, .permission-landing .platform label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.permission-landing .controls .btn {
  padding: 10px 40px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-100 {
  padding-top: 100px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-100 {
  margin-left: 100px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-100 {
  padding-left: 100px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-100 {
  margin-right: 100px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-100 {
  padding-right: 100px;
}

@media (max-width: 767px) {
  .margin-top-100 {
    margin-top: 50px;
  }
  .margin-right-100 {
    margin-right: 50px;
  }
  .margin-bottom-100 {
    margin-bottom: 50px;
  }
  .margin-left-100 {
    margin-left: 50px;
  }
  .margin-xs-top-5 {
    margin-top: 5px;
  }
  .margin-xs-top-10 {
    margin-top: 10px;
  }
  .margin-xs-top-15 {
    margin-top: 15px;
  }
  .margin-xs-top-20 {
    margin-top: 20px;
  }
  .margin-xs-top-25 {
    margin-top: 25px;
  }
  .margin-xs-top-30 {
    margin-top: 30px;
  }
  .margin-xs-top-40 {
    margin-top: 40px;
  }
  .margin-xs-top-50 {
    margin-top: 50px;
  }
  .margin-xs-top-100 {
    margin-top: 100px;
  }
  .padding-xs-top-5 {
    padding-top: 5px;
  }
  .padding-xs-top-10 {
    padding-top: 10px;
  }
  .padding-xs-top-15 {
    padding-top: 15px;
  }
  .padding-xs-top-20 {
    padding-top: 20px;
  }
  .padding-xs-top-25 {
    padding-top: 25px;
  }
  .padding-xs-top-30 {
    padding-top: 30px;
  }
  .padding-xs-top-40 {
    padding-top: 40px;
  }
  .padding-xs-top-50 {
    padding-top: 50px;
  }
  .padding-xs-top-100 {
    padding-top: 100px;
  }
  .margin-xs-bottom-5 {
    margin-bottom: 5px;
  }
  .margin-xs-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-xs-bottom-15 {
    margin-bottom: 15px;
  }
  .margin-xs-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-xs-bottom-25 {
    margin-bottom: 25px;
  }
  .margin-xs-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-xs-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-xs-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-xs-bottom-100 {
    margin-bottom: 100px;
  }
  .padding-xs-bottom-5 {
    padding-bottom: 5px;
  }
  .padding-xs-bottom-10 {
    padding-bottom: 10px;
  }
  .padding-xs-bottom-15 {
    padding-bottom: 15px;
  }
  .padding-xs-bottom-20 {
    padding-bottom: 20px;
  }
  .padding-xs-bottom-25 {
    padding-bottom: 25px;
  }
  .padding-xs-bottom-30 {
    padding-bottom: 30px;
  }
  .padding-xs-bottom-40 {
    padding-bottom: 40px;
  }
  .padding-xs-bottom-50 {
    padding-bottom: 50px;
  }
  .padding-xs-bottom-100 {
    padding-bottom: 100px;
  }
  .margin-xs-left-5 {
    margin-left: 5px;
  }
  .margin-xs-left-10 {
    margin-left: 10px;
  }
  .margin-xs-left-15 {
    margin-left: 15px;
  }
  .margin-xs-left-20 {
    margin-left: 20px;
  }
  .margin-xs-left-25 {
    margin-left: 25px;
  }
  .margin-xs-left-30 {
    margin-left: 30px;
  }
  .margin-xs-left-40 {
    margin-left: 40px;
  }
  .margin-xs-left-50 {
    margin-left: 50px;
  }
  .margin-xs-left-100 {
    margin-left: 100px;
  }
  .padding-xs-left-5 {
    padding-left: 5px;
  }
  .padding-xs-left-10 {
    padding-left: 10px;
  }
  .padding-xs-left-15 {
    padding-left: 15px;
  }
  .padding-xs-left-20 {
    padding-left: 20px;
  }
  .padding-xs-left-25 {
    padding-left: 25px;
  }
  .padding-xs-left-30 {
    padding-left: 30px;
  }
  .padding-xs-left-40 {
    padding-left: 40px;
  }
  .padding-xs-left-50 {
    padding-left: 50px;
  }
  .padding-xs-left-100 {
    padding-left: 100px;
  }
  .margin-xs-right-5 {
    margin-right: 5px;
  }
  .margin-xs-right-10 {
    margin-right: 10px;
  }
  .margin-xs-right-15 {
    margin-right: 15px;
  }
  .margin-xs-right-20 {
    margin-right: 20px;
  }
  .margin-xs-right-25 {
    margin-right: 25px;
  }
  .margin-xs-right-30 {
    margin-right: 30px;
  }
  .margin-xs-right-40 {
    margin-right: 40px;
  }
  .margin-xs-right-50 {
    margin-right: 50px;
  }
  .margin-xs-right-100 {
    margin-right: 100px;
  }
  .padding-xs-right-5 {
    padding-right: 5px;
  }
  .padding-xs-right-10 {
    padding-right: 10px;
  }
  .padding-xs-right-15 {
    padding-right: 15px;
  }
  .padding-xs-right-20 {
    padding-right: 20px;
  }
  .padding-xs-right-25 {
    padding-right: 25px;
  }
  .padding-xs-right-30 {
    padding-right: 30px;
  }
  .padding-xs-right-40 {
    padding-right: 40px;
  }
  .padding-xs-right-50 {
    padding-right: 50px;
  }
  .padding-xs-right-100 {
    padding-right: 100px;
  }
}
.slowhop-datepicker {
  display: inline-block;
}
.slowhop-datepicker .ui-datepicker {
  width: auto !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 0 1px;
}
.slowhop-datepicker .ui-datepicker td a, .slowhop-datepicker .ui-datepicker td span {
  padding: 0;
}
.slowhop-datepicker .ui-datepicker .ui-icon-circle-triangle-w {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -223px -22px;
  width: 12px;
  height: 25px;
}
.slowhop-datepicker .ui-datepicker .ui-icon-circle-triangle-e {
  background-image: url(../images/sprit-all_1.png) !important;
  background-size: 820px 551px;
  display: inline-block;
  background-position: -700px -439px;
  width: 12px;
  height: 25px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-prev, .slowhop-datepicker .ui-datepicker .ui-datepicker-next {
  height: 2.8em;
}
.slowhop-datepicker .ui-datepicker .ui-state-hover {
  border: none;
  background-color: #ffffff;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-header {
  background-color: #ffffff;
  border: none;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100% !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-group-first {
  margin-right: 10px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-group {
  width: auto;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: #4a4a4a;
  padding-top: 5px;
  padding-bottom: 5px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  border-top: 1px solid #d0d0d0;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #4a4a4a;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked {
  background-color: #d0d0d0;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked:hover {
  border: 2px solid #c93643;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -203px -10px;
  width: 39px;
  height: 36px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM:hover {
  background-position: -10px -10px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM.error:hover {
  background-position: -203px -10px;
  border: 2px solid #c93643;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__PM span {
  background-color: transparent !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -250px -10px;
  width: 39px;
  height: 36px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM:hover {
  background-position: -58px -11px;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM.error:hover {
  background-position: -250px -10px;
  border: 2px solid #c93643;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked__AM span {
  background-color: transparent !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .booked.booked span {
  background-color: #d0d0d0;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  border: solid 1px #f2f2f2;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked {
  background-color: #c9dcff;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red {
  border: 2px solid #c93643 !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__red:hover a {
  background-color: #ffffff !important;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.marked__permanent {
  background-color: #c9dcff;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  pointer-events: auto;
  opacity: 1;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #b5b5b5;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td span {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background-color: #64A8F8;
  border-color: #64A8F8;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #4a4a4a;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background-color: transparent;
  color: #4a4a4a;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background-color: transparent;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
  background-color: #64A8F8;
  color: #4a4a4a;
}
.slowhop-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight a {
  background-color: #64A8F8 !important;
  color: #4a4a4a;
}

.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  color: #4a4a4a;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
  background-color: #ffffff !important;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked {
  background-color: #d0d0d0;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked:hover {
  border: 2px solid #c93643;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__PM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -206px -10px;
  width: 35px;
  height: 35px;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__PM:hover {
  background-position: -15px -10px;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__PM.error:hover {
  background-position: -203px -10px;
  border: 2px solid #c93643;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__PM span {
  background-color: transparent !important;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__AM {
  background-image: url(../images/sprit-calendar_1.png) !important;
  background-size: 420px 100px;
  background-position: -254px -10px;
  width: 35px;
  height: 35px;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__AM:hover {
  background-position: -63px -11px;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .booked.booked__AM.error:hover {
  background-position: -250px -10px;
  border: 2px solid #c93643;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td {
  width: 35px;
  height: 35px;
  border: solid 1px #f2f2f2;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.marked {
  background-color: #c9dcff;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.marked__red {
  border: 2px solid #c93643 !important;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.marked__red:hover {
  background-color: #ffffff !important;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.marked__red:hover a {
  background-color: #ffffff !important;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td span {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  border: none;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background-color: #64A8F8;
  border-color: #64A8F8;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #4a4a4a;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background-color: transparent;
  color: #4a4a4a;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background-color: transparent;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
  background-color: #64A8F8;
  color: #4a4a4a;
}
.slowhop-datepicker.slowhop-datepicker__small .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight a {
  background-color: #64A8F8 !important;
  color: #4a4a4a;
}

/*# sourceMappingURL=style-rebrand.css.map */
