/* !Base (Author: mail@jandousek.cz) */

/*
 Bodies
 ***
*/

html, body {
  min-height: 100%;
}
body {
  min-width: 400px;
  font: 500 14px 'Montserrat', Arial, Helvetica, sans-serif;
  color: #6B7688;
}

/*
  links
  ***
*/

a {
  color: #111336;
}

/*
  forms
  ***
*/

input, select, textarea, button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
textarea {
  resize: none;
}

/*
  placeholders
  ***
*/

::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #6B7688;
  opacity: 1;
}
::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #6B7688;
  opacity: 1;
}
:-ms-input-placeholder {
  font-weight: 500;
  color: #6B7688;
}
:-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #6B7688;
  opacity: 1;
}

/*
  grid
  **
*/

.grid {
  margin: 0 -15px;
}
.grid-col {
  padding: 0 15px;
  font-size: 14px;
}

/*
  space-*
  ---
*/

.grid.space-large {
  margin-left: -45px;
  margin-right: -45px;
}
.grid.space-large > .grid-col {
  padding: 0 45px;
}

/*
  forgot
  ***
*/

.forgot {
  margin-bottom: 15px;
  text-align: center;
}

/*
  boxShadow
  ***
*/

.boxShadow {
  overflow: hidden;
  padding: 50px 30px 20px 30px;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 5px;
}

/*
  button
  ***
*/

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 45px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.13);
  border: none;
  border-radius: 4px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #111336;
}
.button[class*="border-"] {
  padding-top: 11px;
  padding-bottom: 11px;
  box-shadow: none;
  border: 2px solid #eee;
}

/*
  has-arrow
  ***
*/

.button.has-arrow {
  position: relative;
  padding-right: 70px !important;
}
.button.has-arrow:after {
  content: '\f044';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font: 400 130% 'Font Awesome 5 Pro';
}

/*
  adjust navDropdown
  ...
*/

.button.has-arrow > .navDropdown {
  right: 0;
  top: 100%;
}

/*
  size-*
  ---
*/

.button.size-small {
  padding: 8px 18px;
}
.button.size-small[class*="border-"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.button.size-large {
  padding: 18px 40px;
  font-size: 16px;
}
.button.size-large[class*="border-"] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.button.size-huge {
  padding: 25px 50px;
  font-size: 16px;
}
.button.size-huge[class*="border-"] {
  padding-top: 23px;
  padding-bottom: 23px;
}

/*
  width-*
  ---
*/

.button.width-full {
  width: 100%;
}
.button.width-240 {
  width: 240px;
}

/*
  adjust fa-icon
  ---
*/

.button .fa-icon {
  position: relative;
  bottom: -1px;
  margin-right: 7px;
  font-size: 110%;
}


/*
  buttonSocial
  ***
*/

.buttonSocial {
  display: block;
  padding: 25px 30px;
  border: 2px solid #eee;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

/*
  adjust fa-icon
  ---
*/

.buttonSocial .fa-icon {
  position: relative;
  bottom: -1px;
  margin-right: 7px;
  font-size: 110%;
}

/*
  input
  ***
*/

.input {
  width: 100%;
  padding: 20px 15px 22px 20px;
  background: right center no-repeat;
  border: none;
  border-radius: 3px;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  color: #111336;
}

/*
  select
  ---
*/

select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/select_input.png');
  background-size: 50px auto;
  font-weight: 500;
  font-size: 14px;
}
select.input::-ms-expand {
  display: none;
}

/*
  file
  ---
*/

.input[type="file"] {
  cursor: pointer;
}

/*
  - file
  ---
*/

.input--file {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  border: 2px dotted #CFD8DC;
  border-radius: 5px;
  text-align: center;
}

/*
  title
  ---
*/

.input--file-title {
  display: block;
  margin-bottom: 11px;
  line-height: 1.5;
}

/*
  adjust input
  ...
*/

.input--file .input {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  opacity: 0;
}

/*
  type-checkbox
  ---
*/

.input[type="checkbox"], .input[type="radio"] {
  display: none;
}
.input[type="checkbox"] + span, .input[type="radio"] + span {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #6b7688;
  border-radius: 3px;
  cursor: pointer;
}
.input[type="checkbox"] + span:before, .input[type="radio"] + span:before {
  content: '\f00c';
  position: absolute;
  left: 3px;
  top: 2px;
  display: none;
  font: bold 10px 'Font Awesome 5 Pro';
  color: #FF1744;
}

/* actions */

.input[type="checkbox"]:checked + span:before, .input[type="radio"]:checked + span:before {
  display: block;
}

/*
  - check
  ...
*/

.input--check {
  display: block;
  line-height: 1.3;
  color: #111336;
}

/*
  note
*/

.input--check-note {
  float: right;
  line-height: 1.3;
  font-style: normal;
}

/*
  has-bg
*/

.input--check.has-bg {
  padding: 15px 20px 13px 20px;
  background-color: #ECEFF1;
  border-radius: 5px;
}

/*
  adjust input
*/

.input--check .input + span {
  top: -1px;
  margin-right: 5px;
  line-height: 1.3;
}

/*
  adjust fa-icon
*/

.input--check .fa-icon {
  width: 55px;
  height: 36px;
  vertical-align: middle;
  margin: -3.5px 0;
  font-size: 36px;
}

/*
  - list
*/

.input--check--list {
  /* NOPE */
}

/* adjust input--check */

.input--check--list .input--check {
  margin-bottom: 1px;
}
.input--check--list .input--check:last-child {
  margin-bottom: 0;
}

/*
  field
  ***
*/

.field, .field-inset {
  display: block;
}
.field, .field-fake {
  margin-bottom: 30px;
}
.field-inset {
  height: 58px;
  position: relative;
  background-color: #F5F7F8;
  border: 1px solid #CFD8DC;
  border-radius: 3px;
}

/*
  height-auto
  ---
*/

.field.height-auto .field-inset {
  height: auto;
}

/*
  is-last
  ---
*/

.field.is-last, .field-fake.is-last {
  margin-bottom: 0;
}

/*
  desc
  ---
*/

.field-desc {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #111336;
}

/*
  label
  ---
*/

.field-label {
  position: absolute;
  left: 20px;
  top: 17px;
  line-height: 1.6;
  font-size: 14px;
}

/* actions */

.field.is-active .field-label {
  top: 10px;
  font-size: 10px;
}

/*
  field-error
  ---
*/

.field-error {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #111336;
}

/*
  mark
  ---
*/

.field-mark {
  width: 32px;
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  background-color: #eee;
  border-radius: 3px;
  font-size: 0;
  color: #6B7688;
}

/*
  adjust fa-icon
  ...
*/

.field-mark .fa-icon {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -8px;
  text-align: center;
  font-size: 15px;
}

/*
  adjust input
  ---
*/

.field .input {
  padding-top: 28px;
  padding-bottom: 11px;
}

/*
  no-label
  ...
*/

.field.no-label .input {
  padding-top: 20px;
  padding-bottom: 22px;
}

/*
  adjust button
  ---
*/

.field .button {
  float: right;
  margin: 0 -1px -1px 0;
  border-radius: 4px 0 4px 0;
}

/*
  - group
  ---
*/

.field--group {
  margin-bottom: 30px;
  text-align: left;
  font-size: 0;
}

/*
  adjust field
  ...
*/

.field--group .field {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.field--group .field-inset {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.field--group .field:first-of-type .field-inset {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.field--group .field:last-of-type .field-inset {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}

/*
  adjust input
*/

.field--group .field:last-child .input {
  padding-left: 8px;
}

/*
  group-tel
  ...
*/

.field--group .field:nth-of-type(1) {
  width: 30%;
  width: calc(110px);
}
.field--group .field:nth-of-type(2) {
  width: 70%;
  width: calc(100% - 110px);
}

/*
  flashMessage
  ***
*/

.flashMessage {
  position: relative;
  margin: 0 0 40px 0;
  padding: 9px 15px 10px 45px;
  line-height: 1.7;
  background-color: #e7f6ff;
  border-radius: 3px;
  text-align: left;
  color: #111336;
}
.flashMessage + .flashMessage {
  margin-top: -35px;
}
.flashMessage:before {
  content: '\f129';
  width: 24px;
  height: 19px;
  position: absolute;
  left: 8px;
  top: 8px;
  padding-top: 5px;
  background-color: #1774FF;
  border-radius: 3px;
  text-align: center;
  font: 700 12px 'Font Awesome 5 Pro';
  color: #fff;
}

/*
  type-*
  ---
*/

.flashMessage.type-worry {
  background-color: #fffae7;
}
.flashMessage.type-worry:before {
  content: '\f12a';
  background-color: #f3d04c;
}
.flashMessage.type-happy {
  background-color: #f2ffe7;
}
.flashMessage.type-happy:before {
  content: '\f00c';
  background-color: #77b046;
}
.flashMessage.type-angry {
  background-color: #ffe7ec;
}
.flashMessage.type-angry:before {
  content: '\f00d';
  background-color: #FF1744;
}

/*
  flashBox
  ***
*/

.flashBox {
  text-align: center;
}

/*
  has-shape
  ---
*/

.flashBox.has-shape:before {
  content: '';
  width: 30px;
  height: 50px;
  display: block;
  margin: 0 auto 40px auto;
  border: 6px solid #eee;
}

/*
  type-*
  ---
*/

.flashBox.has-shape.type-worry:before {
  border-color: #fffae7;
}
.flashBox.has-shape.type-happy:before {
  border-color: #50C3C6;
}
.flashBox.has-shape.type-angry:before {
  border-color: #ffe7ec;
}

/*
  btns
  ---
*/

.flashBox-btns {
  margin: 30px 5% 0 5%;
}

/*
  navBtns
  ***
*/

.navBtns {
  float: left;
  font-size: 0;
}
.navBtns > a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 28px;
  border: 2px solid #CFD8DC;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #111336;
}
.navBtns > a:last-child {
  margin-right: 0;
}

/*
  navLinks
  ***
*/

.navLinks {
  float: left;
  font-size: 0;
}
.navLinks > a {
  display: inline-block;
  margin-right: 30px;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #111336;
}
.navLinks > a:last-child {
  margin-right: 0;
}

/*
  navPager
  ***
*/

.navPager {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

/*
  title
  ---
*/

.navPager-title {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #111336;
}

/*
  arrow
  ---
*/

.navPager-arrow {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 2px solid #CFD8DC;
  border-radius: 100%;
  color: #6B7688;
}
.navPager-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  text-indent: 0;
  font: 700 12px 'Font Awesome 5 Pro';
}

/*
  icon-*
  ...
*/

.navPager-arrow.icon-prev:before {
  content: '\f053';
  margin-left: -5px;
}
.navPager-arrow.icon-next:before {
  content: '\f054';
  margin-left: -2px;
}
.navPager-arrow.icon-first:before {
  content: '\f323';
  margin-left: -7px;
}
.navPager-arrow.icon-last:before {
  content: '\f324';
  margin-left: -4px;
}

/*
  size-large
  ...
*/

@media only screen and (min-width: 1101px) {

  .navPager.size-large .navPager-arrow {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .navPager.size-large .navPager-arrow:before {
    margin-top: -7px;
  }

}

/*
  icon-*
*/

@media only screen and (min-width: 1101px) {

  .navPager.size-large .navPager-arrow.icon-prev:before {
    margin-left: -5px;
  }
  .navPager.size-large .navPager-arrow.icon-next:before {
    margin-left: -4px;
  }
  .navPager.size-large .navPager-arrow.icon-first:before {
    margin-left: -6px;
  }
  .navPager.size-large .navPager-arrow.icon-last:before {
    margin-left: -6px;
  }

}

/*
  num
  ---
*/

.navPager-num {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

/*
  size-large
  ---
*/

@media only screen and (min-width: 1101px) {

  .navPager.size-large .navPager-num {
    padding: 15px 15px;
  }

}

/*
  navTabs
  ***
*/

.navTabs {
  position: relative;
  border-bottom: 1px solid #CFD8DC;
  text-align: center;
  font-size: 0;
}
.navTabs > a {
  position: relative;
  bottom: -2px;
  padding: 15px 5%;
  display: inline-block;
  border-bottom: 3px solid transparent;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #111336;
}

/*
  navSwitch
  ***
*/

.navSwitch {
  text-align: center;
  font-size: 0;
}
.navSwitch > a {
  position: relative;
  bottom: -2px;
  padding: 8px 0 13px 0;
  display: inline-block;
  border-right: 1px solid #CFD8DC;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #111336;
}
.navSwitch > a:last-child {
  border-right: none;
}
.navSwitch > a > span {
  display: inline-block;
  margin: 0 45px;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}

/*
  is-tabled
  ---
*/

.navSwitch.is-tabled {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.navSwitch.is-tabled > a {
  width: 50%;
  display: table-cell;
}
.navSwitch.is-tabled > a:nth-of-type(1) {
  text-align: right;
}
.navSwitch.is-tabled > a:nth-of-type(2) {
  text-align: left;
}

/*
  navDropdown
  ***
*/

.navDropdown {
  width: 210px;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(21, 24, 67, 0.16);
  border-radius: 4px;
  text-align: left;
  z-index: 999;
}
.navDropdown > li {
  position: relative;
  overflow: hidden;
}
.navDropdown > li:first-child, .navDropdown > li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.navDropdown > li:last-child, .navDropdown > li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navDropdown > li > a, .navDropdown > li > span {
  overflow: hidden;
  display: block;
  padding: 11px 20px;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  color: #111336;
}

/*
  input-*
  ---
*/

.navDropdown input[type="file"] {
  width: 150%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/* actions */

.navDropdown > li:hover {
  background-color: #ECEFF1;
  box-shadow: 0 4px 6px rgba(21, 24, 67, 0.16);
}

/* actions for navEdit */

*:hover > .navDropdown {
  display: block;
}

/*
  navEdit
  ***
*/

.navEdit {
  width: 70px;
  position: absolute;
}
.navEdit > li {
  height: 50px;
  position: relative;
  margin-bottom: 10px;
}
.navEdit > li > a, .navEdit > li > span {
  height: 50px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(21, 24, 67, 0.1);
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  color: #6B7688;
}
.navEdit > li > a:before, .navEdit > li > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -9px;
  font: 700 18px 'Font Awesome 5 pro';
}

/*
  icon-*
  ---
*/

.navEdit > li.icon-pencil > a:before, .navEdit > li.icon-pencil > span:before {
  content: '\f040';
}
.navEdit > li.icon-settings > a:before, .navEdit > li.icon-settings > span:before {
  content: '\f013';
}
.navEdit > li.icon-up > a:before, .navEdit > li.icon-up > span:before {
  content: '\f077';
}
.navEdit > li.icon-down > a:before, .navEdit > li.icon-down > span:before {
  content: '\f078';
}
.navEdit > li.icon-delete > a:before, .navEdit > li.icon-delete > span:before {
  content: '\f056';
  font-weight: 400;
}
.navEdit > li.icon-save > a:before, .navEdit > li.icon-save > span:before {
  content: '\f00c';
}

/*
  size-*
  ---
*/

.navEdit.size-small {
  width: 56px;
}
.navEdit.size-small > li {
  height: 46px;
}
.navEdit.size-small > li > a, .navEdit.size-small > li > span {
  height: 36px;
}
.navEdit.size-small > li > a:before, .navEdit.size-small > li > span:before {
  margin-top: -8px;
  font-size: 16px;
}

/*
  input-*
  ---
*/

.navEdit [type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20%;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
  userAvatar
  ***
*/

.userAvatar {
  width: 270px;
  height: 270px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  font-size: 0;
}

/*
  thumb
  ---
*/

.userAvatar-thumb, .userAvatar-thumb > img {
  display: block;
  border-radius: 5px;
}

/*
  userBar
  ***
*/

.userBar {
  position: relative;
  padding-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
}

/*
  name
  ---
*/

.userBar-name {
  max-width: 55px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
}

/*
  thumb
  ---
*/

.userBar-thumb {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px 0 0 5px;
}

/*
  adjust navDropdown
  ---
*/

.userBar .navDropdown {
  right: 0;
  top: 100%;
}

/*
  adjust navEdit
  ---
*/

.userAvatar .navEdit {
  left: -5px;
  top: 5px;
}

/*
  adjust navDropdown
  ---
*/

.userAvatar .navDropdown {
  right: 100%;
  top: 0;
}

/*
  title
  ---
*/

.userBar-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 47px 11px 10px;
  background-color: #ECEFF1;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  color: #111336;
}

/*
  arrow
  ---
*/

.userBar-title-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  background-color: #fff;
  border-radius: 100%;
}
.userBar-title-arrow:before {
  content: '\f0dd';
  position: absolute;
  left: 4px;
  top: -2px;
  font: bold 13px 'Font Awesome 5 pro';
  color: #6B7688;
}

/*
  adjust adminDropdown
  ---
*/

.userBar .adminDropdown {
  right: 0;
  top: 100%;
}

/*
  pickImage
  ***
*/

.pickImage {
  height: 604px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 5px;
}

/*
  canvas
  ---
*/

.pickImage-canvas {
  height: 604px;
  position: relative;
  display: block;
  border-radius: 5px;
}

/*
  btns
  ---
*/

.pickImage-btns {
  width: 150px;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
.pickImage-btns > li {
  position: relative;
  margin-bottom: 10px;
}
.pickImage-btns > li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111336;
  opacity: 0.8;
}
.pickImage-btns > li > a {
  position: relative;
  display: block;
  padding: 31px 0;
  line-height: 1.5;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
.pickImage-btns > li > a:before {
  content: '';
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto 10px auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

/*
  icon-*
  ...
*/

.pickImage-btns > li.icon-rotate > a:before{
  background: url('../img/icons/rotate-white.png');
  background: url('../img/icons/rotate-white.svg'), linear-gradient(transparent, transparent);
}
.pickImage-btns > li.icon-flip > a:before{
  background: url('../img/icons/flip-white.png');
  background: url('../img/icons/flip-white.svg'), linear-gradient(transparent, transparent);
}
.pickImage-btns > li.icon-move > a:before{
  background: url('../img/icons/move-white.png');
  background: url('../img/icons/move-white.svg'), linear-gradient(transparent, transparent);
}
.pickImage-btns > li.icon-crop > a:before{
  background: url('../img/icons/crop-white.png');
  background: url('../img/icons/crop-white.svg'), linear-gradient(transparent, transparent);
}

/*
  userSign
  ***
*/

.userSign {
  text-align: center;
  font-size: 0;
}
.userSign > a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 12px;
}

/*
  adjust fa-icon
  ---
*/

.userSign > a > .fa-icon {
  position: relative;
  bottom: -2px;
  margin: -1px 7px -1px 0;
  font-size: 140%;
}

/*
  pickColor
  ***
*/

.pickColor {
  text-align: center;
}

/*
  list
  ---
*/

.pickColor-list {
  font-size: 0;
}
.pickColor-list > li {
  width: 60px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
}
.pickColor-list > li > label {
  display: block;
  padding-top: 60px;
  border-radius: 3px 3px 5px 5px;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.12);
}
.pickColor-list > li > label > span {
  display: block;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

/*
  adjust button
  ---
*/

.pickColor .button {
  margin-top: 35px;
}

/*
  pickDate
  ***
*/

.pickDate {
  vertical-align: bottom;
  text-align: center;
  font-size: 0;
  color: #111336;
}

/*
  table
  ---
*/

.pickDate-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 1px;
  font-size: 12px;
}
.pickDate-table tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/*
  caption
  ...
*/

.pickDate-table caption {
  margin: 0 0 12px 3px;
  text-align: left;
}

/*
  thead
  ...
*/

.pickDate-table thead {
  display: block;
}
.pickDate-table thead th {
  padding-bottom: 12px;
  font-weight: 500;
}

/*
  tbody
  ...
*/

.pickDate-table tbody {
  display: block;
  padding: 1px 0;
  border: 2px solid #ECEFF1;
  border-radius: 4px;
}
.pickDate-table tbody td {
  height: 50px;
  vertical-align: middle;
}

/*
  spacing-*
*/

.pickDate-table.spacing-small tbody td {
  height: 40px;
}

/*
  format
  ---
*/

.pickDate-table tbody a, .pickDate-table tbody span {
  display: block;
  padding: 19px 0;
  background-color: #ECEFF1;
  border-radius: 2px;
}
.pickDate-table tbody a {
  text-decoration: none;
  color: #111336;
}
.pickDate-table tbody span {
  font-weight: 600;
  color: #B0BEC5;
}

/*
  spacing-*
*/

.pickDate-table.spacing-small tbody a, .pickDate-table.spacing-small tbody span {
  padding: 14px 0;
}

/*
  adjust navPager
  ---
*/

.pickDate .navPager {
  margin-bottom: 20px;
}
.pickDate .navPager-arrow.icon-prev {
  float: left;
}
.pickDate .navPager-arrow.icon-next {
  float: right;
}

/*
  - group
  ---
*/

.pickDate--group {
  /* NOPE */
}

/*
  title
  ...
*/

.pickDate--group-title {
  margin-bottom: 28px;
  line-height: 1.5;
  font-weight: 600;
  color: #111336;
}

/*
  adjust pickDate
  ...
*/

.pickDate--group .pickDate {
  margin-bottom: 30px;
}
.pickDate--group .pickDate:last-child {
  margin-bottom: 0;
}

/*
  calendar
  ***
*/

.calendar {
  margin-bottom: 40px;
}
.calendar + .calendar {
  margin-top: 50px;
}

/*
  table
  ---
*/

.calendar-table {
  width: 100%;
  min-width: 550px;
  color: #111336;
}
.calendar-table--wrap {
  clear: both;
  margin-top: 23px;
  padding-bottom: 10px;
  overflow: auto;
}

/*
  thead
  ---
*/

.calendar-table > thead > tr > th {
  padding: 10px 20px;
  line-height: 1.5;
  font-weight: 600;
}
.calendar-table > thead > tr > th[data-sort] {
  cursor: pointer;
}
.calendar-table > thead > tr > th[data-sort]:after {
  content: '\f0dc';
  margin-left: 8px;
  font: 700 100% 'Font Awesome 5 Pro';
}

/* actions */

.calendar-table > thead > tr > th[data-sort].sorting-asc:after {
  content: '\f0dd';
}
.calendar-table > thead > tr > th[data-sort].sorting-desc:after {
  content: '\f0de';
}

/*
  tbody
  ---
*/

.calendar-table > tbody > tr > td {
  vertical-align: middle;
  padding: 13px 20px;
  background-color: #F5F7F8;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
.calendar-table > tbody > tr > td:first-child {
  border-radius: 2px 0 0 2px;
}
.calendar-table > tbody > tr > td:last-child {
  border-radius: 0 2px 2px 0;
  text-align: right;
}

/* actions */

.calendar-table > tbody > tr > td:hover {
  position: relative;
  z-index: 1;
}

/*
  is-past
  ...
*/

.calendar-table > tbody > tr.is-past > td {
  height: 25px;
  opacity: 0.6;
}


/*
  grid
  ---
*/

.calendar-grid {
  width: 100%;
  margin-top: 25px;
}
.calendar-grid---placeholder {
  display: none;
}

/*
  thead
  ---
*/

.calendar-grid > thead {
  display: block;
  margin-bottom: 6px;
  background-color: #CFD8DC;
  border-radius: 2px;
}
.calendar-grid > thead > tr {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px 1px;
}
.calendar-grid > thead > tr > th {
  padding: 10px 20px;
  background-color: #ECEFF1;
  border-radius: 2px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  color: #111336;
}

/*
  tbody
  ---
*/

.calendar-grid > tbody {
  display: block;
  background-color: #CFD8DC;
  border-radius: 2px;
}
.calendar-grid > tbody > tr {
  width: 100%;
  display: table;
  margin-bottom: -1px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px 1px;
}
.calendar-grid > tbody > tr > td {
  height: 126px;
  position: relative;
  vertical-align: bottom;
  padding: 3px;
  background-color: #fff;
  border-radius: 2px;
}
.calendar-grid > tbody > tr > td:before {
  content: '';
  min-height: 60px;
  display: block;
}
.calendar-grid > tbody > tr > td > span {
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: 700;
  font-size: 32px;
  color: #111336;
}

/* is-out */

.calendar-grid > tbody > tr > td.is-out > span {
  color: #B0BEC5;
}

/* actions */


.calendar-grid > tbody > tr > td:hover {
  z-index: 1;
}

/*
  adjust button
  ...
*/

.calendar-grid > tbody > tr > td > .button {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  margin: 0;
}

/*
  term
  ---
*/

.calendar-term {
  position: relative;
}
.calendar-term + .calendar-term {
  margin-top: 3px;
}
.calendar-term > span {
  display: block;
  padding: 8px 13px;
  border-radius: 2px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #111336;
}

/*
  adjust for table version
  ...
*/

.calendar-term, .calendar-term > span {
  display: inline-block;
}


/*
  has-drop
  ---
*/

.calendar-term.has-drop {
  margin-bottom: -8px;
  padding-bottom: 8px;
}
.calendar-term.has-drop > span {
  position: relative;
  padding-right: 40px;
  text-align: left;
}
.calendar-term.has-drop > span:after {
  content: '\f078';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font: 700 14px 'Font Awesome 5 Pro';
}

/*
  adjust navDrop
  ...
*/

.calendar-term.has-drop .navDropdown {
  right: 0;
  top: 100%;
}

/*
  adjust navPager
  ---
*/

.calendar .navPager {
  float: right;
  margin: -4px -5px 0 30px;
}
.calendar-table + .navPager, .calendar-table--wrap + .navPager {
  float: none;
  margin-top: 50px;
}

/*
  -- placeholder
  ...
*/

.calendar .navPager---placeholder {
  display: none;
  float: right;
  margin: -12px 0 -10px 15px;
}

/*
  adjust navLinks
  ---
*/

.calendar .navLinks {
  float: left;
}

/*
  -- placeholder
  ...
*/

.calendar .navLinks---placeholder {
  float: left;
  display: none;
  margin: -11px 0 -10px 0;
}

/*
  adjust navBtns
  ---
*/

.calendar .navBtns {
  float: right;
  margin-top: -4px;
}

/*
  -- placeholder
  ...
*/

.calendar .navBtns---placeholder {
  display: none;
  float: right;
  margin: -11px 0 -11px 10px;
}

/*
  gallery
  ***
*/

.gallery {
  overflow: hidden;
  margin: 35px -15px 25px -10px;
  font-size: 0;
}

/*
  item
  ---
*/

.gallery-item {
  width: 25%;
  display: inline-block;
  margin-bottom: 30px;
}
.gallery-item > a, .gallery-item > a > img {
  display: block;
}
.gallery-item > a {
  margin: 0 15px;
}

/*
  accordions
  ***
*/

.accordions {
  margin-bottom: 25px;
  text-align: left;
}

/*
  title
  ---
*/

.accordions-title {
  position: relative;
  padding: 17px 100px 17px 75px;
  border-bottom: 1px solid #CFD8DC;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  color: #111336;
  cursor: pointer;
}
.accordions-title:last-of-type {
  border-bottom-color: transparent;
}
.accordions-title:before {
  content: '\f078';
  width: 24px;
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  margin-top: -13px;
  padding: 5px 0 4px 0;
  content: '\f078';
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 100%;
  text-align: center;
  font: 700 14px 'Font Awesome 5 Pro';
  color: #6B7688;
}

/* actions */

.accordions-title.is-active {
  border-bottom-color: transparent;
}
.accordions-title.is-active:before {
  content: '\f077';
  padding: 4px 0 5px 0;
}

/*
  note
  ...
*/

.accordions-title-note {
  float: right;
  line-height: 1.5;
  font-style: normal;
}

/*
  icon
  ---
*/

.accordions-title-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  margin-top: -12px;
  text-align: center;
  font-size: 24px;
}
.accordions-title-icon:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/*
  adjust fa-icon
  ...
*/

.accordions-title-icon > .fa-icon:last-child {
  display: none;
}

/* actions */


.accordions-title.is-active .accordions-title-icon:after {
  content: '-';
  margin-top: -6px;
  color: inherit;
}
.accordions-title.is-active .accordions-title-icon > .fa-icon:first-child {
  display: none;
}
.accordions-title.is-active .accordions-title-icon > .fa-icon:last-child {
  display: block;
}

/*
  content
  ---
*/

.accordions-content {
  padding: 5px 0 0 75px;
  border-bottom: 1px solid #CFD8DC;
}
.accordions-content:last-of-type {
  border-bottom-color: transparent;
}

/*
  adjust gallery
  ...
*/

.accordions-content .gallery {
  margin-left: 120px;
  margin-top: 45px;
  margin-right: 120px;
  margin-bottom: 40px;
}

/*
  branch
  ***
*/

.branch {
  text-align: center;
}

/*
  methods
  ---
*/

.branch-methods {
  position: relative;
  padding: 53px 0;
  text-align: center;
  font-size: 0;
  font-weight: 600;
}
.branch-methods:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #cfd8dc;
}
.branch-methods > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #151843;
}
.branch-methods > li > a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

/*
  socials
  ---
*/

.branch-socials {
  margin-top: 25px;
  text-align: center;
  font-size: 0;
}
.branch-socials > li {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 15px 0 15px;
}
.branch-socials > li > a {
  width: 40px;
  position: relative;
  display: block;
  padding: 11px 0;
  border: 2px solid #eee;
  border-radius: 100%;
}

/*
  adjust fa-icon
  ...
*/

.branch-socials > li > a > .fa-icon {
  font-size: 18px;
}


/*
  editor
  ***
*/

.editor {
  padding: 0 60px;
  /*background-color: #fff;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 5px;*/
}
.editor-inset {
  max-width: 970px;
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}

/*
  title
  ---
*/

.editor-title {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 18px 20px;
  /*background-color: #F5F7F8;
  border: 1px solid #CFD8DC;*/
  background-color: transparent;
  border: 0;
  /*border-radius: 3px;*/
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  /*color: #151843;*/
  color: white;
}

/*
  status
  ---
*/

.editor-status {
  position: absolute;
  right: 0;
  top: -25px;
  padding: 15px 30px;
  background-color: #eee;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
}

/*
  addBlock
  ***
*/

.addBlock {
  padding: 0 20px;
}
.addBlock-inset {
  max-width: 1070px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

/*
  trigger
  ---
*/

.addBlock-trigger {
  margin-bottom: 60px;
  padding: 20px 20px;
  border: 1px dashed #b0bec5;
  border-radius: 5px;
}

/*
  link
  ...
*/

.addBlock-trigger-link {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 16px;
  color: #151843;
}
.addBlock-trigger-link > span {
  width: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  padding: 13px 0;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.16);
  border-radius: 3px;
}
.addBlock-trigger-link > span:before {
  content: '\f055';
  font: 400 135% 'Font Awesome 5 Pro';
}

/*
  adjust navDropdown
  ...
*/

.addBlock-trigger .navDropdown {
  left: 0;
  top: 100%;
}

/*
  processReserve
  ***
*/

.processReserve {
  /* NOPE */
}

/*
  btns
  ---
*/

.processReserve-btns {
  margin-top: 35px;
}

/*
  adjust navTabs
  ---
*/

.processReserve .navTabs {
  margin-bottom: 55px;
}

/*
  adjust pickDate--group
  ---
*/

.processReserve .pickDate--group {
  margin-top: 7px;
}

/*
  adjust flashBox
  ---
*/

.processReserve .flashBox {
  max-width: 500px;
  margin: 0 auto;
}

/*
  sectionPromo
  ***
*/

.sectionPromo {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
}
.sectionPromo-inset {
  max-width: 800px;
  margin: 0 auto;
  padding: 150px 0;
}

/*
  fce
  ---
*/

.sectionPromo-fce {
  position: absolute;
  right: 10px;
  top: 20px;
}
.sectionPromo-fce .navDropdown {
  right: 100%;
  top: 0;
}

/*
  adjust button
  ---
*/

.sectionPromo .button {
  margin: 15px 15px 0 15px;
}

/*
  editor
  ---
*/

.sectionPromo-editor {
  max-width: 1070px;
  margin: 0 auto;
  padding: 90px 75px;
}

/*
  adjust button
  ---
*/

.sectionPromo-editor .button {
  margin-top: 35px;
}

/*
  detailAccount
  ***
*/

.detailAccount {
  text-align: center;
}

/*
  webMain
  ***
*/

.webMain {
  overflow: hidden;
}

/*
  is-centered
  ---
*/

.webMain.is-centered {
  padding: 0 20px;
}
.webMain.is-centered .webMain-inset {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

/*
  width
  ...
*/

.webMain.is-centered.width-tiny .webMain-inset {
  max-width: 480px;
}


/*
  space-*
  ---
*/

.webMain.space-large.is-centered .webMain-inset {
  padding: 100px 0 60px 0;
}

/*
  section
  ---
*/

.webMain-section {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ECEFF1;
}
.user-admin .webMain-section {
  min-height: 280px;
}
.webMain-section:first-child, .webMain.is-centered .webMain-section {
  border-top: none;
}
.webMain-section-inset {
  position: relative;
}

/*
  is-centered
  ---
*/

.webMain-section.is-centered {
  padding-left: 20px;
  padding-right: 20px;
}
.webMain-section.is-centered .webMain-section-inset {
  max-width: 1170px;
  margin: 0 auto;
}

/*
  has-bg
  ---
*/

.webMain-section.has-bg {
  background-color: #ECEFF1;
}
.webMain-section.has-bg.is-centered .webMain-section-inset {
  padding: 30px 0 10px 0;
}

/*
  is-sortable
  ---
*/

.webMain-section.is-sortable {
  padding-right: 90px;
}
.webMain-section.is-sortable:last-child {
  padding-bottom: 50px;
}
.webMain-section.is-sortable:after {
  content: '';
  height: 10px;
  position: absolute;
  left: -10000px;
  right: -10000px;
  bottom: 0;
  background-color: #ECEFF1;
}

/*
  fce
  ...
*/

.webMain-section.is-sortable .is-sortable-fce {
  position: absolute;
  right: 10px;
  top: 20px;
}
.webMain-section.is-sortable .is-sortable-fce .navDropdown {
  right: 100%;
  top: 0;
}

/*
  webHead
  ***
*/

.webHead {
  position: relative;
  z-index: 300;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(21, 24, 67, 0.12);
}
.webHead-inset {
  max-width: 1780px;
  position: relative;
  margin: 0 auto;
  padding: 13px 0;
}

/*
  theme-dark
  ---
*/

.webHead.theme-dark {
  background-color: #111336;
}

/*
  title
  ---
*/

.webHead-title {
  position: absolute;
  left: 0;
  top: 13px;
  margin-left: 10px;
}

/*
  logo
  ...
*/

.webHead-title-logo {
  max-width: 310px;
  overflow: hidden;
  display: block;
  padding: 15px 0;
  background: left center no-repeat;
  background-size: contain;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 24px;
}

.webHead-title-logo form {
    position: relative;
    background: white;
    width: 100%;
    margin-top: -7px;
    margin-bottom: -10px;
    z-index: 1;
    padding: 3px 0;
}

.webHead.theme-dark .webHead-title-logo form {
    background: rgb(17, 19, 54);
}

.webHead-title-logo form input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #6B7688;
    background: white;
    border: 1px solid #6B7688;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 42px);
}

.webHead-title-logo form *[type=submit] {
    position: relative;
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    box-shadow: 0 2px 4px rgba(21, 24, 67, 0.1);
    border-radius: 3px;
    color: #6B7688;
    background: white;
}


/*
  theme-dark
  ---
*/

.webHead.theme-dark .webHead-title-logo {
  color: #fff;
}

/*
  adjust navEdit
  ---
*/

.webHead-title .navEdit {
  left: 100%;
  top: 50%;
  margin: -19px 0 0 10px;
}

/*
  adjust navDropdown
  ---
*/

.webHead-title .navDropdown {
  right: 10px;
  top: 100%;
}

/*
  nav
  ---
*/

.webHead-nav {
  padding: 0 200px 0 350px;
  text-align: center;
  font-size: 0;
}
.webHead-nav > a {
  display: inline-block;
  padding: 19px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

/*
  theme-dark
  ---
*/

.webHead.theme-dark .webHead-nav > a {
  color: #fff;
}

/*
  adjust userSign
  ---
*/

.webHead .userSign {
  float: right;
  margin-top: 7px;
}

/*
  theme-dark
  ---
*/

.webHead.theme-dark .userSign > a {
  color: #fff;
}

/*
  adjust userBar
  ---
*/

.webHead .userBar {
  float: right;
  margin-top: 7px;
}

/*
  adjust burger
  ---
*/

.webHead .burger {
  float: right;
  display: none;
  margin: 4px 0 0 15px;
}

/*
  webSocials
  ***
*/

.webSocials {
  padding: 0 5%;
}
.webSocials-inset {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

/*
  webFoot
  ***
*/

.webFoot {
  padding: 0 20px;
  border-top: 1px solid #ECEFF1;
  text-align: center;
  font-size: 12px;
}
.webFoot > p {
  margin: 0;
  padding: 50px 0;
}

/*
  lexBox
  ***
*/

.lexBox {
  /* NOPE */
}

/*
  infos
  ---
*/

.lexBox-infos {
  font: 500 14px 'Montserrat', serif;
}

/*
  lexModal
  ***
*/

.lexModal {
  /* NOPE */
}

/*
  adjust processReserve
  ---
*/

.lexModal .processReserve {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/*
  adjust pickImage
  ---
*/

.lexModal .pickImage {
  width: 1040px;
  margin: -90px -120px;
}

/*
  adjust userSign
  ---
*/

.lexModal .userSign {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}

/*
  adjust userBar
  ---
*/

.lexModal .userBar {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

/*
  color-*
  ***
*/

.color-red, .color-hover-red:hover, *:hover > .color-hover-parent-red {
  color: #FF1744 !important;
}
.color-red_light, .color-hover-red_light:hover, *:hover > .color-hover-parent-red_light {
  color: #ffb6c4 !important;
}
.color-purple, .color-hover-purple:hover, *:hover > .color-hover-parent-purple {
  color: #7C4DFF !important;
}
.color-purple_light, .color-hover-purple_light:hover, *:hover > .color-hover-parent-purple_light {
  color: #c3adff !important;
}
.color-blue, .color-hover-blue:hover, *:hover > .color-hover-parent-blue {
  color: #2962FF !important;
}
.color-blue_light, .color-hover-blue_light:hover, *:hover > .color-hover-parent-blue_light {
  color: #B3E5FC !important;
}
.color-green, .color-hover-green:hover, *:hover > .color-hover-parent-green {
  color: #4CAF50 !important;
}
.color-green_light, .color-hover-green_light:hover, *:hover > .color-hover-parent-green_light {
  color: #C8E6C9 !important;
}
.color-orange, .color-hover-orange:hover, *:hover > .color-hover-parent-orange {
  color: #F4511E !important;
}
.color-orange_light, .color-hover-orange_light:hover, *:hover > .color-hover-parent-orange_light {
  color: #ffc3b0 !important;
}
.color-yellow, .color-hover-yellow:hover, *:hover > .color-hover-parent-yellow {
  color: #FFAB00 !important;
}
.color-yellow_light, .color-hover-yellow_light:hover, *:hover > .color-hover-parent-yellow_light {
  color: #ffe7b6 !important;
}
.color-yellow_light, .color-hover-yellow_light:hover, *:hover > .color-hover-parent-yellow_light {
  color: #FFECB3 !important;
}
.color-azure, .color-hover-azure:hover, *:hover > .color-hover-parent-azure {
  color: #50C3C6 !important;
}
.color-azure_light, .color-hover-azure_light:hover, *:hover > .color-hover-parent-azure_light {
  color: #B9E7E8 !important;
}
.color-pink, .color-hover-pink:hover, *:hover > .color-hover-parent-pink {
  color: #FF1744 !important;
}
.color-pink_light, .color-hover-pink_light:hover, *:hover > .color-hover-parent-pink_light {
  color: #F8BBD0 !important;
}

/* basic */

.color-white, .color-hover-white:hover, *:hover > .color-hover-parent-white {
  color: #fff !important;
}
.color-black, .color-hover-black:hover, *:hover > .color-hover-parent-black {
  color: #000 !important;
}
.color-grey, .color-hover-grey:hover, *:hover > .color-hover-parent-grey {
  color: #B0BEC5 !important;
}

/* socials */

.color-facebook, .color-hover-facebook:hover, *:hover > .color-hover-parent-facebook {
  color: #3B5999 !important;
}
.color-instagram, .color-hover-instagram:hover, *:hover > .color-hover-parent-instagram {
  color: #FA7E1E !important;
}
.color-pinterest, .color-hover-pinterest:hover, *:hover > .color-hover-parent-pinterest {
  color: #bd071c !important;
}

/*
  bg-*
  ***
*/

.bg-red, .bg-hover-red:hover, *:hover > .bg-hover-parent-red {
  background-color: #FF1744 !important;
}
.bg-red_light, .bg-hover-red_light:hover, *:hover > .bg-hover-parent-red_light {
  background-color: #ffb6c4 !important;
}
.bg-purple, .bg-hover-purple:hover, *:hover > .bg-hover-parent-purple {
  background-color: #7C4DFF !important;
}
.bg-purple_light, .bg-hover-purple_light:hover, *:hover > .bg-hover-parent-purple_light {
  background-color: #c3adff !important;
}
.bg-blue, .bg-hover-blue:hover, *:hover > .bg-hover-parent-blue {
  background-color: #2962FF !important;
}
.bg-blue_light, .bg-hover-blue_light:hover, *:hover > .bg-hover-parent-blue_light {
  background-color: #B3E5FC !important;
}
.bg-green, .bg-hover-green:hover, *:hover > .bg-hover-parent-green {
  background-color: #4CAF50 !important;
}
.bg-green_light, .bg-hover-green_light:hover, *:hover > .bg-hover-parent-green_light {
  background-color: #C8E6C9 !important;
}
.bg-orange, .bg-hover-orange:hover, *:hover > .bg-hover-parent-orange {
  background-color: #F4511E !important;
}
.bg-orange_light, .bg-hover-orange_light:hover, *:hover > .bg-hover-parent-orange_light {
  background-color: #ffc3b0 !important;
}
.bg-yellow, .bg-hover-yellow:hover, *:hover > .bg-hover-parent-yellow {
  background-color: #FFAB00 !important;
}
.bg-yellow_light, .bg-hover-yellow_light:hover, *:hover > .bg-hover-parent-yellow_light {
  background-color: #ffe7b6 !important;
}
.bg-yellow_light, .bg-hover-yellow_light:hover, *:hover > .bg-hover-parent-yellow_light {
  background-color: #FFECB3 !important;
}
.bg-azure, .bg-hover-azure:hover, *:hover > .bg-hover-parent-azure {
  background-color: #50C3C6 !important;
}
.bg-azure_light, .bg-hover-azure_light:hover, *:hover > .bg-hover-parent-azure_light {
  background-color: #B9E7E8 !important;
}
.bg-pink, .bg-hover-pink:hover, *:hover > .bg-hover-parent-pink {
  background-color: #FF1744 !important;
}
.bg-pink_light, .bg-hover-pink_light:hover, *:hover > .bg-hover-parent-pink_light {
  background-color: #F8BBD0 !important;
}

/* basic */

.bg-white, .bg-hover-white:hover, *:hover > .bg-hover-parent-white {
  background-color: #fff !important;
}
.bg-black, .bg-hover-black:hover, *:hover > .bg-hover-parent-black {
  background-color: #000 !important;
}
.bg-grey, .bg-hover-grey:hover, *:hover > .bg-hover-parent-grey {
  background-color: #B0BEC5 !important;
}

/* socials */

.bg-facebook, .bg-hover-facebook:hover, *:hover > .bg-hover-parent-facebook {
  background-color: #3B5999 !important;
}
.bg-instagram, .bg-hover-instagram:hover, *:hover > .bg-hover-parent-instagram {
  background-color: #FA7E1E !important;
}
.bg-pinterest, .bg-hover-pinterest:hover, *:hover > .bg-hover-parent-pinterest {
  background-color: #bd071c !important;
}

/*
  border-*
  ***
*/

.border-red, .border-hover-red:hover, *:hover > .border-hover-parent-red {
  border-color: #FF1744 !important;
}
.border-red_light, .border-hover-red_light:hover, *:hover > .border-hover-parent-red_light {
  border-color: #ffb6c4 !important;
}
.border-purple, .border-hover-purple:hover, *:hover > .border-hover-parent-purple {
  border-color: #7C4DFF !important;
}
.border-purple_light, .border-hover-purple_light:hover, *:hover > .border-hover-parent-purple_light {
  border-color: #c3adff !important;
}
.border-blue, .border-hover-blue:hover, *:hover > .border-hover-parent-blue {
  border-color: #2962FF !important;
}
.border-blue_light, .border-hover-blue_light:hover, *:hover > .border-hover-parent-blue_light {
  border-color: #B3E5FC !important;
}
.border-green, .border-hover-green:hover, *:hover > .border-hover-parent-green {
  border-color: #4CAF50 !important;
}
.border-green_light, .border-hover-green_light:hover, *:hover > .border-hover-parent-green_light {
  border-color: #C8E6C9 !important;
}
.border-orange, .border-hover-orange:hover, *:hover > .border-hover-parent-orange {
  border-color: #F4511E !important;
}
.border-orange_light, .border-hover-orange_light:hover, *:hover > .border-hover-parent-orange_light {
  border-color: #ffc3b0 !important;
}
.border-yellow, .border-hover-yellow:hover, *:hover > .border-hover-parent-yellow {
  border-color: #FFAB00 !important;
}
.border-yellow_light, .border-hover-yellow_light:hover, *:hover > .border-hover-parent-yellow_light {
  border-color: #ffe7b6 !important;
}
.border-yellow_light, .border-hover-yellow_light:hover, *:hover > .border-hover-parent-yellow_light {
  border-color: #FFECB3 !important;
}
.border-azure, .border-hover-azure:hover, *:hover > .border-hover-parent-azure {
  border-color: #50C3C6 !important;
}
.border-azure_light, .border-hover-azure_light:hover, *:hover > .border-hover-parent-azure_light {
  border-color: #B9E7E8 !important;
}
.border-pink, .border-hover-pink:hover, *:hover > .border-hover-parent-pink {
  border-color: #FF1744 !important;
}
.border-pink_light, .border-hover-pink_light:hover, *:hover > .border-hover-parent-pink_light {
  border-color: #F8BBD0 !important;
}

/* basic */

.border-white, .border-hover-white:hover, *:hover > .border-hover-parent-white {
  border-color: #fff !important;
}
.border-black, .border-hover-black:hover, *:hover > .border-hover-parent-black {
  border-color: #000 !important;
}
.border-grey, .border-hover-grey:hover, *:hover > .border-hover-parent-grey {
  border-color: #B0BEC5 !important;
}

/* socials */

.border-facebook, .border-hover-facebook:hover, *:hover > .border-hover-parent-facebook {
  border-color: #3B5999 !important;
}
.border-instagram, .border-hover-instagram:hover, *:hover > .border-hover-parent-instagram {
  border-color: #FA7E1E !important;
}
.border-pinterest, .border-hover-pinterest:hover, *:hover > .border-hover-parent-pinterest {
  border-color: #bd071c !important;
}

/*
  elem-*
  ***
*/

.elem-cq1ny6bp {
  margin-bottom: 35px;
}
.elem-h2cfkrkp {
  margin: 35px 0 40px 0;
}
.elem-ngjqkm1o {
  margin-top: 40px;
}
.elem-m4iy0drd {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.elem-xqznb5i2 {
  margin-top: 75px;
}
.elem-maybb6mn {
  margin-top: 50px;
}
.elem-mmhvb4xa {
  margin-top: 50px;
}
.elem-v5op89ih {
  margin-bottom: 35px;
}
.elem-of2dwe19 {
  margin-bottom: 30px;
}
.elem-idz7jons {
  margin-top: 45px;
  margin-bottom: 30px;
}
.elem-lb53jpkx {
  margin-top: 40px;
}
.elem-d10x7mf1 {
  margin-top: 100px;
}
.elem-vjj5swns {
  margin-bottom: 30px;
}

.loaderLink:before {
    content: "\f110" !important;
    margin-left: -8px !important;
    margin-top: -8px !important;
    font-size: 16px !important;
}