@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material_icons/material-icons-regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/material_icons/material-icons-regular.woff2') format('woff2'), url('../fonts/material_icons/material-icons-regular.woff') format('woff'), url('../fonts/material_icons/material-icons-regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px;
  letter-spacing: -0.31em;
}
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}
.grid__item {
  display: inline-block;
  padding-left: 24px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
}
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}
.grid--middle > .grid__item {
  vertical-align: middle;
}
.grid--bottom > .grid__item {
  vertical-align: bottom;
}
.grid--narrow {
  margin-left: -12px;
}
.grid--narrow > .grid__item {
  padding-left: 12px;
}
.grid--wide {
  margin-left: -48px;
}
.grid--wide > .grid__item {
  padding-left: 48px;
}
.one-whole {
  width: 100%;
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50%;
}
.one-third,
.two-sixths,
.four-twelfths {
  width: 33.333%;
}
.two-thirds,
.four-sixths,
.eight-twelfths {
  width: 66.666%;
}
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25%;
}
.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75%;
}
.one-fifth,
.two-tenths {
  width: 20%;
}
.two-fifths,
.four-tenths {
  width: 40%;
}
.three-fifths,
.six-tenths {
  width: 60%;
}
.four-fifths,
.eight-tenths {
  width: 80%;
}
.one-sixth,
.two-twelfths {
  width: 16.666%;
}
.five-sixths,
.ten-twelfths {
  width: 83.333%;
}
.one-eighth {
  width: 12.5%;
}
.three-eighths {
  width: 37.5%;
}
.five-eighths {
  width: 62.5%;
}
.seven-eighths {
  width: 87.5%;
}
.one-tenth {
  width: 10%;
}
.three-tenths {
  width: 30%;
}
.seven-tenths {
  width: 70%;
}
.nine-tenths {
  width: 90%;
}
.one-twelfth {
  width: 8.333%;
}
.five-twelfths {
  width: 41.666%;
}
.seven-twelfths {
  width: 58.333%;
}
.eleven-twelfths {
  width: 91.666%;
}
@media only screen and (min-width: 400px) {
  .mob--one-whole {
    width: 100%;
  }
  .mob--one-half,
  .mob--two-quarters,
  .mob--three-sixths,
  .mob--four-eighths,
  .mob--five-tenths,
  .mob--six-twelfths {
    width: 50%;
  }
  .mob--one-third,
  .mob--two-sixths,
  .mob--four-twelfths {
    width: 33.333%;
  }
  .mob--two-thirds,
  .mob--four-sixths,
  .mob--eight-twelfths {
    width: 66.666%;
  }
  .mob--one-quarter,
  .mob--two-eighths,
  .mob--three-twelfths {
    width: 25%;
  }
  .mob--three-quarters,
  .mob--six-eighths,
  .mob--nine-twelfths {
    width: 75%;
  }
  .mob--one-fifth,
  .mob--two-tenths {
    width: 20%;
  }
  .mob--two-fifths,
  .mob--four-tenths {
    width: 40%;
  }
  .mob--three-fifths,
  .mob--six-tenths {
    width: 60%;
  }
  .mob--four-fifths,
  .mob--eight-tenths {
    width: 80%;
  }
  .mob--one-sixth,
  .mob--two-twelfths {
    width: 16.666%;
  }
  .mob--five-sixths,
  .mob--ten-twelfths {
    width: 83.333%;
  }
  .mob--one-eighth {
    width: 12.5%;
  }
  .mob--three-eighths {
    width: 37.5%;
  }
  .mob--five-eighths {
    width: 62.5%;
  }
  .mob--seven-eighths {
    width: 87.5%;
  }
  .mob--one-tenth {
    width: 10%;
  }
  .mob--three-tenths {
    width: 30%;
  }
  .mob--seven-tenths {
    width: 70%;
  }
  .mob--nine-tenths {
    width: 90%;
  }
  .mob--one-twelfth {
    width: 8.333%;
  }
  .mob--five-twelfths {
    width: 41.666%;
  }
  .mob--seven-twelfths {
    width: 58.333%;
  }
  .mob--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  .tab--one-whole {
    width: 100%;
  }
  .tab--one-half,
  .tab--two-quarters,
  .tab--three-sixths,
  .tab--four-eighths,
  .tab--five-tenths,
  .tab--six-twelfths {
    width: 50%;
  }
  .tab--one-third,
  .tab--two-sixths,
  .tab--four-twelfths {
    width: 33.333%;
  }
  .tab--two-thirds,
  .tab--four-sixths,
  .tab--eight-twelfths {
    width: 66.666%;
  }
  .tab--one-quarter,
  .tab--two-eighths,
  .tab--three-twelfths {
    width: 25%;
  }
  .tab--three-quarters,
  .tab--six-eighths,
  .tab--nine-twelfths {
    width: 75%;
  }
  .tab--one-fifth,
  .tab--two-tenths {
    width: 20%;
  }
  .tab--two-fifths,
  .tab--four-tenths {
    width: 40%;
  }
  .tab--three-fifths,
  .tab--six-tenths {
    width: 60%;
  }
  .tab--four-fifths,
  .tab--eight-tenths {
    width: 80%;
  }
  .tab--one-sixth,
  .tab--two-twelfths {
    width: 16.666%;
  }
  .tab--five-sixths,
  .tab--ten-twelfths {
    width: 83.333%;
  }
  .tab--one-eighth {
    width: 12.5%;
  }
  .tab--three-eighths {
    width: 37.5%;
  }
  .tab--five-eighths {
    width: 62.5%;
  }
  .tab--seven-eighths {
    width: 87.5%;
  }
  .tab--one-tenth {
    width: 10%;
  }
  .tab--three-tenths {
    width: 30%;
  }
  .tab--seven-tenths {
    width: 70%;
  }
  .tab--nine-tenths {
    width: 90%;
  }
  .tab--one-twelfth {
    width: 8.333%;
  }
  .tab--five-twelfths {
    width: 41.666%;
  }
  .tab--seven-twelfths {
    width: 58.333%;
  }
  .tab--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  .lap--one-whole {
    width: 100%;
  }
  .lap--one-half,
  .lap--two-quarters,
  .lap--three-sixths,
  .lap--four-eighths,
  .lap--five-tenths,
  .lap--six-twelfths {
    width: 50%;
  }
  .lap--one-third,
  .lap--two-sixths,
  .lap--four-twelfths {
    width: 33.333%;
  }
  .lap--two-thirds,
  .lap--four-sixths,
  .lap--eight-twelfths {
    width: 66.666%;
  }
  .lap--one-quarter,
  .lap--two-eighths,
  .lap--three-twelfths {
    width: 25%;
  }
  .lap--three-quarters,
  .lap--six-eighths,
  .lap--nine-twelfths {
    width: 75%;
  }
  .lap--one-fifth,
  .lap--two-tenths {
    width: 20%;
  }
  .lap--two-fifths,
  .lap--four-tenths {
    width: 40%;
  }
  .lap--three-fifths,
  .lap--six-tenths {
    width: 60%;
  }
  .lap--four-fifths,
  .lap--eight-tenths {
    width: 80%;
  }
  .lap--one-sixth,
  .lap--two-twelfths {
    width: 16.666%;
  }
  .lap--five-sixths,
  .lap--ten-twelfths {
    width: 83.333%;
  }
  .lap--one-eighth {
    width: 12.5%;
  }
  .lap--three-eighths {
    width: 37.5%;
  }
  .lap--five-eighths {
    width: 62.5%;
  }
  .lap--seven-eighths {
    width: 87.5%;
  }
  .lap--one-tenth {
    width: 10%;
  }
  .lap--three-tenths {
    width: 30%;
  }
  .lap--seven-tenths {
    width: 70%;
  }
  .lap--nine-tenths {
    width: 90%;
  }
  .lap--one-twelfth {
    width: 8.333%;
  }
  .lap--five-twelfths {
    width: 41.666%;
  }
  .lap--seven-twelfths {
    width: 58.333%;
  }
  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--one-whole {
    width: 100%;
  }
  .desk--one-half,
  .desk--two-quarters,
  .desk--three-sixths,
  .desk--four-eighths,
  .desk--five-tenths,
  .desk--six-twelfths {
    width: 50%;
  }
  .desk--one-third,
  .desk--two-sixths,
  .desk--four-twelfths {
    width: 33.333%;
  }
  .desk--two-thirds,
  .desk--four-sixths,
  .desk--eight-twelfths {
    width: 66.666%;
  }
  .desk--one-quarter,
  .desk--two-eighths,
  .desk--three-twelfths {
    width: 25%;
  }
  .desk--three-quarters,
  .desk--six-eighths,
  .desk--nine-twelfths {
    width: 75%;
  }
  .desk--one-fifth,
  .desk--two-tenths {
    width: 20%;
  }
  .desk--two-fifths,
  .desk--four-tenths {
    width: 40%;
  }
  .desk--three-fifths,
  .desk--six-tenths {
    width: 60%;
  }
  .desk--four-fifths,
  .desk--eight-tenths {
    width: 80%;
  }
  .desk--one-sixth,
  .desk--two-twelfths {
    width: 16.666%;
  }
  .desk--five-sixths,
  .desk--ten-twelfths {
    width: 83.333%;
  }
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--seven-eighths {
    width: 87.5%;
  }
  .desk--one-tenth {
    width: 10%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--nine-tenths {
    width: 90%;
  }
  .desk--one-twelfth {
    width: 8.333%;
  }
  .desk--five-twelfths {
    width: 41.666%;
  }
  .desk--seven-twelfths {
    width: 58.333%;
  }
  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
[class*="push--"] {
  position: relative;
}
.push--zero {
  left: 0;
}
.push--one-whole {
  left: 100%;
}
.push--one-half,
.push--two-quarters,
.push--three-sixths,
.push--four-eighths,
.push--five-tenths,
.push--six-twelfths {
  left: 50%;
}
.push--one-third,
.push--two-sixths,
.push--four-twelfths {
  left: 33.333%;
}
.push--two-thirds,
.push--four-sixths,
.push--eight-twelfths {
  left: 66.666%;
}
.push--one-quarter,
.push--two-eighths,
.push--three-twelfths {
  left: 25%;
}
.push--three-quarters,
.push--six-eighths,
.push--nine-twelfths {
  left: 75%;
}
.push--one-fifth,
.push--two-tenths {
  left: 20%;
}
.push--two-fifths,
.push--four-tenths {
  left: 40%;
}
.push--three-fifths,
.push--six-tenths {
  left: 60%;
}
.push--four-fifths,
.push--eight-tenths {
  left: 80%;
}
.push--one-sixth,
.push--two-twelfths {
  left: 16.666%;
}
.push--five-sixths,
.push--ten-twelfths {
  left: 83.333%;
}
.push--one-eighth {
  left: 12.5%;
}
.push--three-eighths {
  left: 37.5%;
}
.push--five-eighths {
  left: 62.5%;
}
.push--seven-eighths {
  left: 87.5%;
}
.push--one-tenth {
  left: 10%;
}
.push--three-tenths {
  left: 30%;
}
.push--seven-tenths {
  left: 70%;
}
.push--nine-tenths {
  left: 90%;
}
.push--one-twelfth {
  left: 8.333%;
}
.push--five-twelfths {
  left: 41.666%;
}
.push--seven-twelfths {
  left: 58.333%;
}
.push--eleven-twelfths {
  left: 91.666%;
}
@media only screen and (min-width: 400px) {
  .push--mob--zero {
    left: 0;
  }
  .push--mob--one-whole {
    left: 100%;
  }
  .push--mob--one-half,
  .push--mob--two-quarters,
  .push--mob--three-sixths,
  .push--mob--four-eighths,
  .push--mob--five-tenths,
  .push--mob--six-twelfths {
    left: 50%;
  }
  .push--mob--one-third,
  .push--mob--two-sixths,
  .push--mob--four-twelfths {
    left: 33.333%;
  }
  .push--mob--two-thirds,
  .push--mob--four-sixths,
  .push--mob--eight-twelfths {
    left: 66.666%;
  }
  .push--mob--one-quarter,
  .push--mob--two-eighths,
  .push--mob--three-twelfths {
    left: 25%;
  }
  .push--mob--three-quarters,
  .push--mob--six-eighths,
  .push--mob--nine-twelfths {
    left: 75%;
  }
  .push--mob--one-fifth,
  .push--mob--two-tenths {
    left: 20%;
  }
  .push--mob--two-fifths,
  .push--mob--four-tenths {
    left: 40%;
  }
  .push--mob--three-fifths,
  .push--mob--six-tenths {
    left: 60%;
  }
  .push--mob--four-fifths,
  .push--mob--eight-tenths {
    left: 80%;
  }
  .push--mob--one-sixth,
  .push--mob--two-twelfths {
    left: 16.666%;
  }
  .push--mob--five-sixths,
  .push--mob--ten-twelfths {
    left: 83.333%;
  }
  .push--mob--one-eighth {
    left: 12.5%;
  }
  .push--mob--three-eighths {
    left: 37.5%;
  }
  .push--mob--five-eighths {
    left: 62.5%;
  }
  .push--mob--seven-eighths {
    left: 87.5%;
  }
  .push--mob--one-tenth {
    left: 10%;
  }
  .push--mob--three-tenths {
    left: 30%;
  }
  .push--mob--seven-tenths {
    left: 70%;
  }
  .push--mob--nine-tenths {
    left: 90%;
  }
  .push--mob--one-twelfth {
    left: 8.333%;
  }
  .push--mob--five-twelfths {
    left: 41.666%;
  }
  .push--mob--seven-twelfths {
    left: 58.333%;
  }
  .push--mob--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  .push--tab--zero {
    left: 0;
  }
  .push--tab--one-whole {
    left: 100%;
  }
  .push--tab--one-half,
  .push--tab--two-quarters,
  .push--tab--three-sixths,
  .push--tab--four-eighths,
  .push--tab--five-tenths,
  .push--tab--six-twelfths {
    left: 50%;
  }
  .push--tab--one-third,
  .push--tab--two-sixths,
  .push--tab--four-twelfths {
    left: 33.333%;
  }
  .push--tab--two-thirds,
  .push--tab--four-sixths,
  .push--tab--eight-twelfths {
    left: 66.666%;
  }
  .push--tab--one-quarter,
  .push--tab--two-eighths,
  .push--tab--three-twelfths {
    left: 25%;
  }
  .push--tab--three-quarters,
  .push--tab--six-eighths,
  .push--tab--nine-twelfths {
    left: 75%;
  }
  .push--tab--one-fifth,
  .push--tab--two-tenths {
    left: 20%;
  }
  .push--tab--two-fifths,
  .push--tab--four-tenths {
    left: 40%;
  }
  .push--tab--three-fifths,
  .push--tab--six-tenths {
    left: 60%;
  }
  .push--tab--four-fifths,
  .push--tab--eight-tenths {
    left: 80%;
  }
  .push--tab--one-sixth,
  .push--tab--two-twelfths {
    left: 16.666%;
  }
  .push--tab--five-sixths,
  .push--tab--ten-twelfths {
    left: 83.333%;
  }
  .push--tab--one-eighth {
    left: 12.5%;
  }
  .push--tab--three-eighths {
    left: 37.5%;
  }
  .push--tab--five-eighths {
    left: 62.5%;
  }
  .push--tab--seven-eighths {
    left: 87.5%;
  }
  .push--tab--one-tenth {
    left: 10%;
  }
  .push--tab--three-tenths {
    left: 30%;
  }
  .push--tab--seven-tenths {
    left: 70%;
  }
  .push--tab--nine-tenths {
    left: 90%;
  }
  .push--tab--one-twelfth {
    left: 8.333%;
  }
  .push--tab--five-twelfths {
    left: 41.666%;
  }
  .push--tab--seven-twelfths {
    left: 58.333%;
  }
  .push--tab--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  .push--lap--zero {
    left: 0;
  }
  .push--lap--one-whole {
    left: 100%;
  }
  .push--lap--one-half,
  .push--lap--two-quarters,
  .push--lap--three-sixths,
  .push--lap--four-eighths,
  .push--lap--five-tenths,
  .push--lap--six-twelfths {
    left: 50%;
  }
  .push--lap--one-third,
  .push--lap--two-sixths,
  .push--lap--four-twelfths {
    left: 33.333%;
  }
  .push--lap--two-thirds,
  .push--lap--four-sixths,
  .push--lap--eight-twelfths {
    left: 66.666%;
  }
  .push--lap--one-quarter,
  .push--lap--two-eighths,
  .push--lap--three-twelfths {
    left: 25%;
  }
  .push--lap--three-quarters,
  .push--lap--six-eighths,
  .push--lap--nine-twelfths {
    left: 75%;
  }
  .push--lap--one-fifth,
  .push--lap--two-tenths {
    left: 20%;
  }
  .push--lap--two-fifths,
  .push--lap--four-tenths {
    left: 40%;
  }
  .push--lap--three-fifths,
  .push--lap--six-tenths {
    left: 60%;
  }
  .push--lap--four-fifths,
  .push--lap--eight-tenths {
    left: 80%;
  }
  .push--lap--one-sixth,
  .push--lap--two-twelfths {
    left: 16.666%;
  }
  .push--lap--five-sixths,
  .push--lap--ten-twelfths {
    left: 83.333%;
  }
  .push--lap--one-eighth {
    left: 12.5%;
  }
  .push--lap--three-eighths {
    left: 37.5%;
  }
  .push--lap--five-eighths {
    left: 62.5%;
  }
  .push--lap--seven-eighths {
    left: 87.5%;
  }
  .push--lap--one-tenth {
    left: 10%;
  }
  .push--lap--three-tenths {
    left: 30%;
  }
  .push--lap--seven-tenths {
    left: 70%;
  }
  .push--lap--nine-tenths {
    left: 90%;
  }
  .push--lap--one-twelfth {
    left: 8.333%;
  }
  .push--lap--five-twelfths {
    left: 41.666%;
  }
  .push--lap--seven-twelfths {
    left: 58.333%;
  }
  .push--lap--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1200px) {
  .push--desk--zero {
    left: 0;
  }
  .push--desk--one-whole {
    left: 100%;
  }
  .push--desk--one-half,
  .push--desk--two-quarters,
  .push--desk--three-sixths,
  .push--desk--four-eighths,
  .push--desk--five-tenths,
  .push--desk--six-twelfths {
    left: 50%;
  }
  .push--desk--one-third,
  .push--desk--two-sixths,
  .push--desk--four-twelfths {
    left: 33.333%;
  }
  .push--desk--two-thirds,
  .push--desk--four-sixths,
  .push--desk--eight-twelfths {
    left: 66.666%;
  }
  .push--desk--one-quarter,
  .push--desk--two-eighths,
  .push--desk--three-twelfths {
    left: 25%;
  }
  .push--desk--three-quarters,
  .push--desk--six-eighths,
  .push--desk--nine-twelfths {
    left: 75%;
  }
  .push--desk--one-fifth,
  .push--desk--two-tenths {
    left: 20%;
  }
  .push--desk--two-fifths,
  .push--desk--four-tenths {
    left: 40%;
  }
  .push--desk--three-fifths,
  .push--desk--six-tenths {
    left: 60%;
  }
  .push--desk--four-fifths,
  .push--desk--eight-tenths {
    left: 80%;
  }
  .push--desk--one-sixth,
  .push--desk--two-twelfths {
    left: 16.666%;
  }
  .push--desk--five-sixths,
  .push--desk--ten-twelfths {
    left: 83.333%;
  }
  .push--desk--one-eighth {
    left: 12.5%;
  }
  .push--desk--three-eighths {
    left: 37.5%;
  }
  .push--desk--five-eighths {
    left: 62.5%;
  }
  .push--desk--seven-eighths {
    left: 87.5%;
  }
  .push--desk--one-tenth {
    left: 10%;
  }
  .push--desk--three-tenths {
    left: 30%;
  }
  .push--desk--seven-tenths {
    left: 70%;
  }
  .push--desk--nine-tenths {
    left: 90%;
  }
  .push--desk--one-twelfth {
    left: 8.333%;
  }
  .push--desk--five-twelfths {
    left: 41.666%;
  }
  .push--desk--seven-twelfths {
    left: 58.333%;
  }
  .push--desk--eleven-twelfths {
    left: 91.666%;
  }
}
[class*="pull--"] {
  position: relative;
}
.pull--zero {
  right: 0;
}
.pull--one-whole {
  right: 100%;
}
.pull--one-half,
.pull--two-quarters,
.pull--three-sixths,
.pull--four-eighths,
.pull--five-tenths,
.pull--six-twelfths {
  right: 50%;
}
.pull--one-third,
.pull--two-sixths,
.pull--four-twelfths {
  right: 33.333%;
}
.pull--two-thirds,
.pull--four-sixths,
.pull--eight-twelfths {
  right: 66.666%;
}
.pull--one-quarter,
.pull--two-eighths,
.pull--three-twelfths {
  right: 25%;
}
.pull--three-quarters,
.pull--six-eighths,
.pull--nine-twelfths {
  right: 75%;
}
.pull--one-fifth,
.pull--two-tenths {
  right: 20%;
}
.pull--two-fifths,
.pull--four-tenths {
  right: 40%;
}
.pull--three-fifths,
.pull--six-tenths {
  right: 60%;
}
.pull--four-fifths,
.pull--eight-tenths {
  right: 80%;
}
.pull--one-sixth,
.pull--two-twelfths {
  right: 16.666%;
}
.pull--five-sixths,
.pull--ten-twelfths {
  right: 83.333%;
}
.pull--one-eighth {
  right: 12.5%;
}
.pull--three-eighths {
  right: 37.5%;
}
.pull--five-eighths {
  right: 62.5%;
}
.pull--seven-eighths {
  right: 87.5%;
}
.pull--one-tenth {
  right: 10%;
}
.pull--three-tenths {
  right: 30%;
}
.pull--seven-tenths {
  right: 70%;
}
.pull--nine-tenths {
  right: 90%;
}
.pull--one-twelfth {
  right: 8.333%;
}
.pull--five-twelfths {
  right: 41.666%;
}
.pull--seven-twelfths {
  right: 58.333%;
}
.pull--eleven-twelfths {
  right: 91.666%;
}
@media only screen and (min-width: 400px) {
  .pull--mob--zero {
    right: 0;
  }
  .pull--mob--one-whole {
    right: 100%;
  }
  .pull--mob--one-half,
  .pull--mob--two-quarters,
  .pull--mob--three-sixths,
  .pull--mob--four-eighths,
  .pull--mob--five-tenths,
  .pull--mob--six-twelfths {
    right: 50%;
  }
  .pull--mob--one-third,
  .pull--mob--two-sixths,
  .pull--mob--four-twelfths {
    right: 33.333%;
  }
  .pull--mob--two-thirds,
  .pull--mob--four-sixths,
  .pull--mob--eight-twelfths {
    right: 66.666%;
  }
  .pull--mob--one-quarter,
  .pull--mob--two-eighths,
  .pull--mob--three-twelfths {
    right: 25%;
  }
  .pull--mob--three-quarters,
  .pull--mob--six-eighths,
  .pull--mob--nine-twelfths {
    right: 75%;
  }
  .pull--mob--one-fifth,
  .pull--mob--two-tenths {
    right: 20%;
  }
  .pull--mob--two-fifths,
  .pull--mob--four-tenths {
    right: 40%;
  }
  .pull--mob--three-fifths,
  .pull--mob--six-tenths {
    right: 60%;
  }
  .pull--mob--four-fifths,
  .pull--mob--eight-tenths {
    right: 80%;
  }
  .pull--mob--one-sixth,
  .pull--mob--two-twelfths {
    right: 16.666%;
  }
  .pull--mob--five-sixths,
  .pull--mob--ten-twelfths {
    right: 83.333%;
  }
  .pull--mob--one-eighth {
    right: 12.5%;
  }
  .pull--mob--three-eighths {
    right: 37.5%;
  }
  .pull--mob--five-eighths {
    right: 62.5%;
  }
  .pull--mob--seven-eighths {
    right: 87.5%;
  }
  .pull--mob--one-tenth {
    right: 10%;
  }
  .pull--mob--three-tenths {
    right: 30%;
  }
  .pull--mob--seven-tenths {
    right: 70%;
  }
  .pull--mob--nine-tenths {
    right: 90%;
  }
  .pull--mob--one-twelfth {
    right: 8.333%;
  }
  .pull--mob--five-twelfths {
    right: 41.666%;
  }
  .pull--mob--seven-twelfths {
    right: 58.333%;
  }
  .pull--mob--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  .pull--tab--zero {
    right: 0;
  }
  .pull--tab--one-whole {
    right: 100%;
  }
  .pull--tab--one-half,
  .pull--tab--two-quarters,
  .pull--tab--three-sixths,
  .pull--tab--four-eighths,
  .pull--tab--five-tenths,
  .pull--tab--six-twelfths {
    right: 50%;
  }
  .pull--tab--one-third,
  .pull--tab--two-sixths,
  .pull--tab--four-twelfths {
    right: 33.333%;
  }
  .pull--tab--two-thirds,
  .pull--tab--four-sixths,
  .pull--tab--eight-twelfths {
    right: 66.666%;
  }
  .pull--tab--one-quarter,
  .pull--tab--two-eighths,
  .pull--tab--three-twelfths {
    right: 25%;
  }
  .pull--tab--three-quarters,
  .pull--tab--six-eighths,
  .pull--tab--nine-twelfths {
    right: 75%;
  }
  .pull--tab--one-fifth,
  .pull--tab--two-tenths {
    right: 20%;
  }
  .pull--tab--two-fifths,
  .pull--tab--four-tenths {
    right: 40%;
  }
  .pull--tab--three-fifths,
  .pull--tab--six-tenths {
    right: 60%;
  }
  .pull--tab--four-fifths,
  .pull--tab--eight-tenths {
    right: 80%;
  }
  .pull--tab--one-sixth,
  .pull--tab--two-twelfths {
    right: 16.666%;
  }
  .pull--tab--five-sixths,
  .pull--tab--ten-twelfths {
    right: 83.333%;
  }
  .pull--tab--one-eighth {
    right: 12.5%;
  }
  .pull--tab--three-eighths {
    right: 37.5%;
  }
  .pull--tab--five-eighths {
    right: 62.5%;
  }
  .pull--tab--seven-eighths {
    right: 87.5%;
  }
  .pull--tab--one-tenth {
    right: 10%;
  }
  .pull--tab--three-tenths {
    right: 30%;
  }
  .pull--tab--seven-tenths {
    right: 70%;
  }
  .pull--tab--nine-tenths {
    right: 90%;
  }
  .pull--tab--one-twelfth {
    right: 8.333%;
  }
  .pull--tab--five-twelfths {
    right: 41.666%;
  }
  .pull--tab--seven-twelfths {
    right: 58.333%;
  }
  .pull--tab--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  .pull--lap--zero {
    right: 0;
  }
  .pull--lap--one-whole {
    right: 100%;
  }
  .pull--lap--one-half,
  .pull--lap--two-quarters,
  .pull--lap--three-sixths,
  .pull--lap--four-eighths,
  .pull--lap--five-tenths,
  .pull--lap--six-twelfths {
    right: 50%;
  }
  .pull--lap--one-third,
  .pull--lap--two-sixths,
  .pull--lap--four-twelfths {
    right: 33.333%;
  }
  .pull--lap--two-thirds,
  .pull--lap--four-sixths,
  .pull--lap--eight-twelfths {
    right: 66.666%;
  }
  .pull--lap--one-quarter,
  .pull--lap--two-eighths,
  .pull--lap--three-twelfths {
    right: 25%;
  }
  .pull--lap--three-quarters,
  .pull--lap--six-eighths,
  .pull--lap--nine-twelfths {
    right: 75%;
  }
  .pull--lap--one-fifth,
  .pull--lap--two-tenths {
    right: 20%;
  }
  .pull--lap--two-fifths,
  .pull--lap--four-tenths {
    right: 40%;
  }
  .pull--lap--three-fifths,
  .pull--lap--six-tenths {
    right: 60%;
  }
  .pull--lap--four-fifths,
  .pull--lap--eight-tenths {
    right: 80%;
  }
  .pull--lap--one-sixth,
  .pull--lap--two-twelfths {
    right: 16.666%;
  }
  .pull--lap--five-sixths,
  .pull--lap--ten-twelfths {
    right: 83.333%;
  }
  .pull--lap--one-eighth {
    right: 12.5%;
  }
  .pull--lap--three-eighths {
    right: 37.5%;
  }
  .pull--lap--five-eighths {
    right: 62.5%;
  }
  .pull--lap--seven-eighths {
    right: 87.5%;
  }
  .pull--lap--one-tenth {
    right: 10%;
  }
  .pull--lap--three-tenths {
    right: 30%;
  }
  .pull--lap--seven-tenths {
    right: 70%;
  }
  .pull--lap--nine-tenths {
    right: 90%;
  }
  .pull--lap--one-twelfth {
    right: 8.333%;
  }
  .pull--lap--five-twelfths {
    right: 41.666%;
  }
  .pull--lap--seven-twelfths {
    right: 58.333%;
  }
  .pull--lap--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1200px) {
  .pull--desk--zero {
    right: 0;
  }
  .pull--desk--one-whole {
    right: 100%;
  }
  .pull--desk--one-half,
  .pull--desk--two-quarters,
  .pull--desk--three-sixths,
  .pull--desk--four-eighths,
  .pull--desk--five-tenths,
  .pull--desk--six-twelfths {
    right: 50%;
  }
  .pull--desk--one-third,
  .pull--desk--two-sixths,
  .pull--desk--four-twelfths {
    right: 33.333%;
  }
  .pull--desk--two-thirds,
  .pull--desk--four-sixths,
  .pull--desk--eight-twelfths {
    right: 66.666%;
  }
  .pull--desk--one-quarter,
  .pull--desk--two-eighths,
  .pull--desk--three-twelfths {
    right: 25%;
  }
  .pull--desk--three-quarters,
  .pull--desk--six-eighths,
  .pull--desk--nine-twelfths {
    right: 75%;
  }
  .pull--desk--one-fifth,
  .pull--desk--two-tenths {
    right: 20%;
  }
  .pull--desk--two-fifths,
  .pull--desk--four-tenths {
    right: 40%;
  }
  .pull--desk--three-fifths,
  .pull--desk--six-tenths {
    right: 60%;
  }
  .pull--desk--four-fifths,
  .pull--desk--eight-tenths {
    right: 80%;
  }
  .pull--desk--one-sixth,
  .pull--desk--two-twelfths {
    right: 16.666%;
  }
  .pull--desk--five-sixths,
  .pull--desk--ten-twelfths {
    right: 83.333%;
  }
  .pull--desk--one-eighth {
    right: 12.5%;
  }
  .pull--desk--three-eighths {
    right: 37.5%;
  }
  .pull--desk--five-eighths {
    right: 62.5%;
  }
  .pull--desk--seven-eighths {
    right: 87.5%;
  }
  .pull--desk--one-tenth {
    right: 10%;
  }
  .pull--desk--three-tenths {
    right: 30%;
  }
  .pull--desk--seven-tenths {
    right: 70%;
  }
  .pull--desk--nine-tenths {
    right: 90%;
  }
  .pull--desk--one-twelfth {
    right: 8.333%;
  }
  .pull--desk--five-twelfths {
    right: 41.666%;
  }
  .pull--desk--seven-twelfths {
    right: 58.333%;
  }
  .pull--desk--eleven-twelfths {
    right: 91.666%;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.datepick {
  background-color: #fff;
  color: #000;
  border: 1px solid #444;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 90%;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 1000;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: #fff;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #888;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}
.datepick-nav,
.datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
}
.datepick-ctrl {
  background-color: #600;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
a.datepick-cmd {
  height: 1.5em;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888;
}
.datepick-month-row {
  clear: left;
}
.datepick-month {
  float: left;
  width: 15em;
  border: 1px solid #444;
  text-align: center;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 1.5em;
  background-color: #444;
  color: #fff;
  font-weight: bold;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
}
.datepick-month thead {
  border-bottom: 1px solid #aaa;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th {
  border: 1px solid #777;
}
.datepick-month th,
.datepick-month th a {
  background-color: #777;
  color: #fff;
}
.datepick-month td {
  background-color: #eee;
  border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
  border: 1px solid #777;
}
.datepick-month td.datepick-week * {
  background-color: #777;
  color: #fff;
  border: none;
}
.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #eee;
  color: #000;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.datepick-month td span {
  color: #888;
}
.datepick-month td .datepick-other-month {
  background-color: #fff;
}
.datepick-month td .datepick-weekend {
  background-color: #ddd;
}
.datepick-month td .datepick-today {
  background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
  background-color: #f08080;
}
.datepick-month td .datepick-selected {
  background-color: #777;
  color: #fff;
}
.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff;
}
.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
.daterangepicker {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  border-radius: 4px;
  padding: 4px;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5em;
}
.daterangepicker button,
.daterangepicker form,
.daterangepicker li,
.daterangepicker ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  outline: 0;
}
.daterangepicker .controls {
  min-width: 180px;
  margin: 4px;
}
.daterangepicker .periods li,
.daterangepicker .ranges li {
  padding: 4px 9px;
  margin: 0;
  background: #f5f5f5;
  color: #08c;
  cursor: pointer;
}
.daterangepicker .periods li.active,
.daterangepicker .periods li:hover,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  color: #fff;
}
.daterangepicker .periods {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0 auto 8px;
}
.daterangepicker .periods li:first-child {
  border-radius: 4px 0 0 4px;
}
.daterangepicker .periods li:last-child {
  border-radius: 0 4px 4px 0;
}
.daterangepicker .ranges {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.daterangepicker .ranges li {
  border-radius: 4px;
  margin-bottom: 8px;
  text-align: left;
}
.daterangepicker .custom-range-inputs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: -3px -3px 5px;
}
.daterangepicker .custom-range-inputs input {
  min-width: 50px;
  width: 50px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: auto;
  padding: 0.5em;
  font-size: 13px;
  color: #333;
}
.daterangepicker .custom-range-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: -3px;
}
.daterangepicker .custom-range-buttons button {
  padding: 4px 9px;
  margin: 3px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #08c;
}
.daterangepicker .custom-range-buttons button:hover {
  background: #dcdcdc;
}
.daterangepicker .custom-range-buttons button.apply-btn {
  background: #38A551;
  color: #fff;
}
.daterangepicker .custom-range-buttons button.apply-btn:hover {
  background: #2b7f3e;
}
.daterangepicker .arrow-left,
.daterangepicker .arrow-right {
  display: inline-block;
  position: relative;
  background-color: #333;
  width: 7px;
  height: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.daterangepicker .arrow-left:before,
.daterangepicker .arrow-right:before {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid transparent;
}
.daterangepicker .arrow-left {
  margin-left: 5px;
}
.daterangepicker .arrow-left:before {
  border-right-width: 6px;
  border-right-color: #333;
  -webkit-transform: translate(-10px, -3.5px);
  transform: translate(-10px, -3.5px);
}
.daterangepicker .arrow-right {
  margin-right: 5px;
}
.daterangepicker .arrow-right:before {
  border-left-width: 6px;
  border-left-color: #333;
  -webkit-transform: translate(6px, -3.5px);
  transform: translate(6px, -3.5px);
}
.daterangepicker.orientation-left:not(.standalone):before,
.daterangepicker.orientation-right:not(.standalone):before {
  position: absolute;
  top: -7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.daterangepicker.orientation-right:not(.standalone):before {
  left: 9px;
  content: '';
}
.daterangepicker.orientation-left:not(.standalone):before {
  right: 9px;
  content: '';
}
.daterangepicker.orientation-left:not(.standalone):after,
.daterangepicker.orientation-right:not(.standalone):after {
  position: absolute;
  top: -6px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.orientation-right:not(.standalone):after {
  left: 10px;
}
.daterangepicker.orientation-left:not(.standalone):after {
  right: 10px;
}
.calendar,
.daterangepicker select.hidden {
  display: none;
}
.daterangepicker select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 7px;
  height: auto;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 2px;
}
.daterangepicker select.month-select {
  -ms-flex: 10;
  -webkit-box-flex: 10;
          flex: 10;
  max-width: 75%;
}
.daterangepicker select.decade-select,
.daterangepicker select.year-select {
  -ms-flex: 11;
  -webkit-box-flex: 11;
          flex: 11;
  max-width: 75%;
}
.calendar {
  margin: 4px;
}
.calendar .calendar-header,
.calendar .calendar-table {
  min-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.calendar .calendar-title {
  padding: 4px 9px;
  margin: 0 auto 8px;
  text-align: center;
  display: block;
}
.calendar .calendar-header button {
  margin: 0;
  padding: 4px 0;
  width: 100%;
  border-radius: 4px;
  background: 0 0;
}
.calendar .calendar-header button:hover {
  background: #f5f5f5;
}
.calendar .calendar-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 6px 4px;
}
.calendar .calendar-header .calendar-selects {
  -ms-flex: 5;
  -webkit-box-flex: 5;
          flex: 5;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px;
}
.calendar .calendar-header .arrow {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
}
.calendar .calendar-header .arrow.arrow-hidden {
  visibility: hidden;
}
.calendar .calendar-table {
  height: 180px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.calendar .calendar-table .table-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.calendar .calendar-table .table-row .table-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar .calendar-table .table-row .table-col .table-value-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.calendar .calendar-table .table-row .table-col .table-value-wrapper .table-value {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.calendar .calendar-table .table-row .table-col .week-day.unavailable,
.calendar .calendar-table .table-row .table-col.out-of-boundaries,
.calendar .calendar-table .table-row .table-col.unavailable {
  color: #bbb;
}
.calendar .calendar-table .table-row .table-col.in-range {
  background: rgba(0, 136, 204, 0.1);
}
.calendar .calendar-table .table-row .table-col.clickable {
  cursor: pointer;
}
.calendar .calendar-table .table-row .table-col.clickable:hover .table-value-wrapper {
  background: #eee;
  border-radius: 4px;
}
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper {
  border-radius: 4px;
}
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover {
  background: #08c;
  color: #fff;
}
.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper:hover {
  background: #bbb;
}
.calendar .calendar-table .table-row .table-col.start-date {
  border-radius: 4px 0 0 4px;
}
.calendar .calendar-table .table-row .table-col.end-date {
  border-radius: 0 4px 4px 0;
}
.calendar .calendar-table .table-row .table-col .week-day {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
}
.calendar .calendar-table .table-row.weekdays .table-col {
  font-weight: 700;
}
.daterangepicker.opened {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}
.daterangepicker.expanded .calendar {
  display: block;
}
.daterangepicker.hide-periods .calendar .calendar-title,
.daterangepicker.hide-periods .periods,
.daterangepicker.hide-weekdays .weekdays,
.daterangepicker.single .calendar .calendar-title,
.daterangepicker.single .custom-range-buttons,
.daterangepicker.single .custom-range-inputs,
.daterangepicker.single .ranges,
.daterangepicker.standalone .custom-range-buttons {
  display: none;
}
.daterangepicker.standalone {
  position: static;
}
.daterangepicker.single {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.daterangepicker.single .controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.daterangepicker.single .controls .periods {
  margin-bottom: 0;
}
.daterangepicker.single .calendar .calendar-header {
  margin-left: 0;
  margin-right: 0;
}
.daterangepicker.single .calendar .calendar-table {
  border: none;
  padding: 0;
}
.daterangepicker.single.hide-periods .controls {
  display: none;
}
.daterangepicker.month-period .table-col,
.daterangepicker.year-period .table-col {
  font-size: 1.25em;
}
.daterangepicker.quarter-period .table-col {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-size: 2em;
}
.daterangepicker.quarter-period .table-col .months {
  font-size: 0.5em;
  opacity: 0.75;
}
.daterangepicker.orientation-left:not(.single) .controls {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  font-size: 16px;
  color: #2D2D2D;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  padding: 0 20px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
}
.select2-results__option {
  display: inline-block;
  padding: 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
}
.select2-results__option:hover {
  color: #883D4B;
  background-color: #EEEEEE;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #B4A27A;
  background-color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  color: #883D4B;
  background-color: #EEEEEE;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.select2-dropdown {
  -webkit-box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.22);
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 30px;
  right: 16px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\E313';
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 21px;
  color: #999999;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: '\E316';
}
.select2-container {
  width: 100% !important;
}
.card-expire .select2-container .select2-selection--single {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-expire .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px 0 0;
}
.card-expire .select2-container .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 25px 15px 0;
}
.ibe .datepick-multi,
.ibe .datepick {
  max-width: 100%;
  font-size: 12px;
  color: #999999;
  width: inherit;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
  padding: 0 30px 10px;
  position: relative;
}
.ibe .datepick-multi.small-picker,
.ibe .datepick.small-picker {
  max-width: 430px;
}
.ibe .datepick-multi.small-picker .datepick-month,
.ibe .datepick.small-picker .datepick-month {
  width: 100%;
}
.ibe .datepick-multi.birthday-picker,
.ibe .datepick.birthday-picker {
  max-width: 300px;
}
.ibe .datepick-multi.birthday-picker .datepick-month,
.ibe .datepick.birthday-picker .datepick-month {
  width: 100%;
}
.ibe .datepick-multi.birthday-picker .datepick-month-header,
.ibe .datepick.birthday-picker .datepick-month-header {
  width: 100%;
}
.ibe .datepick-multi.birthday-picker .datepick-month-header select,
.ibe .datepick.birthday-picker .datepick-month-header select {
  width: 49%;
  display: inline-block;
  background: none;
  color: #333333;
  border: none;
}
.ibe .datepick-multi .datepick-month-header,
.ibe .datepick .datepick-month-header,
.ibe .datepick-multi .datepick-month th,
.ibe .datepick .datepick-month th,
.ibe .datepick-multi .datepick-month th a,
.ibe .datepick .datepick-month th a {
  background-color: transparent;
  color: #999999;
}
.ibe .datepick-multi .datepick-month th,
.ibe .datepick .datepick-month th,
.ibe .datepick-multi .datepick-month td,
.ibe .datepick .datepick-month td {
  border: none;
  background-color: transparent;
}
.ibe .datepick-multi .datepick-month-header,
.ibe .datepick .datepick-month-header {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  height: 55px;
  padding-top: 25px;
}
.ibe .datepick-multi .datepick-ctrl,
.ibe .datepick .datepick-ctrl {
  display: none;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-prev,
.ibe .datepick a.datepick-cmd.datepick-cmd-prev {
  position: absolute;
  height: 100%;
  width: 30px;
  left: 0px;
  top: 0;
  color: #999999;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-prev.datepick-disabled,
.ibe .datepick a.datepick-cmd.datepick-cmd-prev.datepick-disabled {
  color: #e0e0e0;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-prev:hover,
.ibe .datepick a.datepick-cmd.datepick-cmd-prev:hover {
  background: #EEEEEE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-next,
.ibe .datepick a.datepick-cmd.datepick-cmd-next {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0px;
  top: 0;
  color: #999999;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-next.datepick-disabled,
.ibe .datepick a.datepick-cmd.datepick-cmd-next.datepick-disabled {
  background: #ffffff;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-next:hover,
.ibe .datepick a.datepick-cmd.datepick-cmd-next:hover {
  background: #EEEEEE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ibe .datepick-multi .datepick-month,
.ibe .datepick .datepick-month {
  width: 49%;
  border: none;
}
.ibe .datepick-multi .datepick-month thead,
.ibe .datepick .datepick-month thead {
  border: none;
}
.ibe .datepick-multi .datepick-month a,
.ibe .datepick .datepick-month a,
.ibe .datepick-multi .datepick-month span,
.ibe .datepick .datepick-month span {
  height: 40px;
  padding: 5px 0;
  background-color: transparent;
  font-size: 12px;
  line-height: 28px;
}
.ibe .datepick-multi .datepick-month td .datepick-weekend,
.ibe .datepick .datepick-month td .datepick-weekend {
  background-color: transparent;
}
.ibe .datepick-multi .datepick-month span,
.ibe .datepick .datepick-month span {
  color: #999999;
  text-transform: uppercase;
  opacity: 0.5;
}
.ibe .datepick-multi .datepick-month th,
.ibe .datepick .datepick-month th {
  width: 14.28%;
}
.ibe .datepick-multi .datepick-month th .datepick-dow-0,
.ibe .datepick .datepick-month th .datepick-dow-0,
.ibe .datepick-multi .datepick-month th .datepick-dow-6,
.ibe .datepick .datepick-month th .datepick-dow-6 {
  color: #666666;
  font-weight: bold;
}
.ibe .datepick-multi .datepick-month th span,
.ibe .datepick .datepick-month th span {
  opacity: 1;
}
.ibe .datepick-multi .datepick-month a,
.ibe .datepick .datepick-month a {
  color: #666666;
}
.ibe .datepick-multi .datepick-month a.datepick-today,
.ibe .datepick .datepick-month a.datepick-today {
  border: solid 1px #B4A27A;
}
.ibe .datepick-multi .datepick-month a.datepick-selected,
.ibe .datepick .datepick-month a.datepick-selected {
  background-color: #e2dbcc;
}
.ibe .datepick-multi .datepick-month a.datepick-selected.not-available,
.ibe .datepick .datepick-month a.datepick-selected.not-available {
  background-color: transparent;
}
.ibe .datepick-multi .datepick-month a.not-available,
.ibe .datepick .datepick-month a.not-available {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJnzpz5TyqHgYEBAMu5DY05OQAeAAAAAElFTkSuQmCC) repeat;
  opacity: 1;
  color: #999999;
}
.ibe .datepick-multi .datepick-month a.not-available.datepick-other-month,
.ibe .datepick .datepick-month a.not-available.datepick-other-month {
  display: none;
}
.ibe .datepick-multi .datepick-month a.dateRange,
.ibe .datepick .datepick-month a.dateRange {
  background-color: #e2dbcc;
  color: #a08b5b;
}
.ibe .datepick-multi .datepick-month a.dateRange:hover,
.ibe .datepick .datepick-month a.dateRange:hover {
  background-color: #f4f2ec;
}
.ibe .datepick-multi .datepick-month a.dateRangeFirst,
.ibe .datepick .datepick-month a.dateRangeFirst {
  background-color: #B4A27A;
  color: #ffffff;
  font-weight: bold;
}
.ibe .datepick-multi .datepick-month a.dateRangeFirst:hover,
.ibe .datepick .datepick-month a.dateRangeFirst:hover {
  background-color: #c6b99b;
}
.ibe .datepick-multi .datepick-month a.dateRangeLast,
.ibe .datepick .datepick-month a.dateRangeLast {
  background-color: #B4A27A;
  color: #ffffff;
  font-weight: bold;
}
.ibe .datepick-multi .datepick-month a.dateRangeLast:hover,
.ibe .datepick .datepick-month a.dateRangeLast:hover {
  background-color: #c6b99b;
}
.ibe .datepick-multi .datepick-month a:hover,
.ibe .datepick .datepick-month a:hover {
  background-color: #e2dbcc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ibe .datepick-multi .datepick-month td span.not-available,
.ibe .datepick .datepick-month td span.not-available {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJnzpz5TyqHgYEBAMu5DY05OQAeAAAAAElFTkSuQmCC) repeat;
  opacity: 1;
  color: #999999;
}
.ibe .datepick-multi .datepick-month td span.not-available.datepick-other-month,
.ibe .datepick .datepick-month td span.not-available.datepick-other-month {
  display: none;
}
.ibe .datepick-multi .datepick-month td span.last-room,
.ibe .datepick .datepick-month td span.last-room {
  background-color: #f4d7d0;
  color: #cd4c2b;
  border: none;
  opacity: 1;
}
.ibe .datepick-multi .datepick-month td span.last-room.datepick-other-month,
.ibe .datepick .datepick-month td span.last-room.datepick-other-month {
  display: none;
}
.ibe .datepick-multi .datepick-month td + a.datepick-selected,
.ibe .datepick .datepick-month td + a.datepick-selected {
  border: 5px solid red !important;
}
.ibe .datepick-multi .datepick-month.last,
.ibe .datepick .datepick-month.last {
  padding-left: 15px;
}
.ibe .datepick-multi .datepick-month.first,
.ibe .datepick .datepick-month.first {
  padding-right: 15px;
}
.ibe .datepick-multi a.datepick-cmd.datepick-cmd-today,
.ibe .datepick a.datepick-cmd.datepick-cmd-today {
  display: none;
}
.ibe .datepick-multi .datepick-cmd.datepick-cmd-next,
.ibe .datepick .datepick-cmd.datepick-cmd-next {
  padding-left: 5px;
}
.ibe .datepick-multi .datepick-cmd.datepick-cmd-next .material-icons,
.ibe .datepick .datepick-cmd.datepick-cmd-next .material-icons {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  right: 3px;
}
.ibe .datepick-multi .datepick-cmd.datepick-cmd-prev,
.ibe .datepick .datepick-cmd.datepick-cmd-prev {
  padding-left: 5px;
}
.ibe .datepick-multi .datepick-cmd.datepick-cmd-prev .material-icons,
.ibe .datepick .datepick-cmd.datepick-cmd-prev .material-icons {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
}
.ibe .datepick-multi .datepick-cmd.datepick-cmd-prev.datepick-disabled,
.ibe .datepick .datepick-cmd.datepick-cmd-prev.datepick-disabled {
  color: #e0e0e0;
}
.ibe .datepick-multi.small,
.ibe .datepick.small {
  width: 300px !important;
  margin-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e0e0e0;
  padding: 0 15px;
}
.ibe .datepick-multi.small .datepick-month,
.ibe .datepick.small .datepick-month {
  width: 100%;
  margin-bottom: 15px;
}
.ibe .datepick-multi.small .datepick-month th,
.ibe .datepick.small .datepick-month th {
  width: 14.28%;
}
.ibe .datepick-multi.small .datepick-month th span,
.ibe .datepick.small .datepick-month th span {
  color: #999999;
}
.ibe .datepick-multi.small .datepick-month th span.datepick-dow-6,
.ibe .datepick.small .datepick-month th span.datepick-dow-6,
.ibe .datepick-multi.small .datepick-month th span.datepick-dow-0,
.ibe .datepick.small .datepick-month th span.datepick-dow-0 {
  color: #666666;
}
.ibe .datepick-multi.small .datepick-month-header,
.ibe .datepick.small .datepick-month-header {
  padding-top: 6px;
  height: 35px;
}
.ibe .datepick-multi.small a.datepick-cmd.datepick-cmd-prev,
.ibe .datepick.small a.datepick-cmd.datepick-cmd-prev {
  position: absolute;
  height: auto;
  width: 30px;
  left: 10px;
  background: none;
  color: #989898;
  top: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ibe .datepick-multi.small a.datepick-cmd.datepick-cmd-prev .material-icons,
.ibe .datepick.small a.datepick-cmd.datepick-cmd-prev .material-icons {
  padding-top: 0;
}
.ibe .datepick-multi.small a.datepick-cmd.datepick-cmd-prev.datepick-disabled,
.ibe .datepick.small a.datepick-cmd.datepick-cmd-prev.datepick-disabled {
  color: #CCCCCC;
}
.ibe .datepick-multi.small a.datepick-cmd.datepick-cmd-next,
.ibe .datepick.small a.datepick-cmd.datepick-cmd-next {
  position: absolute;
  height: auto;
  width: 30px;
  right: 10px;
  background: none;
  color: #989898;
  top: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.ibe .datepick-multi.small a.datepick-cmd.datepick-cmd-next .material-icons,
.ibe .datepick.small a.datepick-cmd.datepick-cmd-next .material-icons {
  padding-top: 0;
}
.ibe .datepick-popup {
  max-width: 62%;
  margin-top: 20px;
}
.ibe .datepick-popup .datepick-multi.alignLeft:before,
.ibe .datepick-popup .datepick.alignLeft:before {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 40px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 9px;
  margin-left: -18px;
  z-index: 999;
}
.ibe .datepick-popup .datepick-multi.alignRight:before,
.ibe .datepick-popup .datepick.alignRight:before {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  right: 40px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 9px;
  margin-left: -18px;
  z-index: 999;
}
.availability-calendars .datepick-multi {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 30px;
}
.availability-calendars .datepick-multi a.datepick-cmd.datepick-cmd-next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent;
}
.availability-calendars .datepick-multi a.datepick-cmd.datepick-cmd-next:before {
  content: "\E315";
  font-family: 'Material Icons';
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999999;
}
.availability-calendars .datepick-multi a.datepick-cmd.datepick-cmd-prev {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent;
}
.availability-calendars .datepick-multi a.datepick-cmd.datepick-cmd-prev:before {
  content: "\E314";
  font-family: 'Material Icons';
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999999;
}
.availability-calendars .datepick-multi a.datepick-cmd.datepick-cmd-prev.datepick-disabled {
  color: #e0e0e0;
}
.availability-calendars .datepick-multi .datepick-month a.available {
  background-color: #d9f0de;
  color: #53bb6a;
  border: none;
  cursor: default;
}
.availability-calendars .datepick-multi .datepick-month span.available {
  background-color: #d9f0de;
  color: #53bb6a !important;
  border: none;
  opacity: 1;
}
.availability-calendars .datepick-multi .datepick-month span.datepick-selected {
  background-color: #8dd29c;
  color: #ffffff;
  border: none;
  opacity: 1;
}
.availability-calendars .datepick-multi .datepick-month span.datepick-other-month {
  display: none;
}
.availability-calendars .datepick-multi .datepick-month .last-room-content {
  background-color: #f4d7d0;
  color: #cd4c2b;
  border: none;
}
.availability-calendars .datepick-multi .datepick-month a.datepick-selected {
  background-color: #8dd29c;
  color: #ffffff;
  border: none;
}
.icon-date {
  top: 50%;
  right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-date:hover {
  color: #883D4B;
}
.bookwize-availability-legend {
  border-top: solid 1px #e0e0e0;
  padding-top: 10px;
}
.bookwize-availability-legend .bookwize-availability-legend-item {
  display: inline-block;
  padding-right: 30px;
}
.bookwize-availability-legend .bookwize-available {
  color: #53bb6a;
  display: inline-block;
  font-size: 13px;
}
.bookwize-availability-legend .bookwize-available-icon {
  color: #53bb6a;
  background: #d9f0de;
  width: 28px;
  height: 28px;
  padding: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.bookwize-availability-legend .bookwize-selected {
  color: #53bb6a;
  display: inline-block;
  font-size: 13px;
}
.bookwize-availability-legend .bookwize-selected-icon {
  color: #d9f0de;
  background: #53bb6a;
  width: 28px;
  height: 28px;
  padding: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.bookwize-availability-legend .bookwize-last-room {
  color: #cd4c2b;
  display: inline-block;
  font-size: 13px;
}
.bookwize-availability-legend .bookwize-last-room-icon {
  color: #cd4c2b;
  background: #f4d7d0;
  width: 28px;
  height: 28px;
  padding: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.bookwize-availability-legend .bookwize-not-available {
  color: #666666;
  cursor: default;
  display: inline-block;
  font-size: 13px;
}
.bookwize-availability-legend .bookwize-not-available-icon {
  color: #999999;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJnzpz5TyqHgYEBAMu5DY05OQAeAAAAAElFTkSuQmCC) repeat;
  width: 28px;
  height: 28px;
  padding: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.datpickerOpened {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  .datpickerOpened {
    margin-top: 0px;
  }
}
.slick-next {
  height: 40px;
  width: 40px;
  right: -40px;
}
.slick-next:before {
  content: "\E5CC";
  font-family: 'Material Icons';
  font-size: 45px;
}
.slick-prev {
  left: -40px;
  height: 40px;
  width: 40px;
}
.slick-prev:before {
  content: "\E5CB";
  font-family: 'Material Icons';
  font-size: 45px;
}
.ibe .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.ibe .loader .signal {
  border: 5px solid #333;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ibe .loader .bg {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ibe .loader .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ibe .loader .inner .loader-content {
  position: absolute;
  text-align: center;
  top: 50%;
  margin: -36px 0 0 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.ibe .loader .inner .loader-header {
  font-family: "Helvetica Neue, Arial, sans-serif", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #0099ff;
  margin-bottom: 20px;
}
.ibe .loader .inner .loader-reload {
  color: #2D2D2D;
  cursor: pointer;
  text-decoration: underline;
}
.ibe .loader .inner .loader-footer {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 100;
}
.bookwize-header {
  height: 75px;
  background: #2D2D2D;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.bookwize-header img {
  margin: 0 auto;
  max-width: 100%;
}
.bookwize-header nav.bookwize-header__menu {
  padding: 13px 0;
}
.bookwize-header .container {
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.bookwize-header .material-icons {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.bookwize-header .bookwize-header__logo {
  max-height: 100%;
  height: 75px;
  float: left;
  width: 300px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .bookwize-header .bookwize-header__logo {
    width: 150px;
  }
}
.bookwize-header .bookwize-header__logo img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bookwize-header .bookwize-header__right {
  float: right;
  padding-top: 15px;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul {
  padding: 0;
  margin: 0;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  position: relative;
  padding-left: 20px;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li a {
  color: inherit;
  text-decoration: none;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li a:hover {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li .dropdown-toggle {
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li .dropdown-toggle:hover {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__right .bookwize-header__menu ul li.active a {
  color: #B4A27A;
}
.bookwize-header .bookwize-header__right .bookwize-header__mobile-menu {
  display: none;
}
.bookwize-header .bookwize-header__currency button {
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown {
  width: 238px;
  max-height: 270px;
  -webkit-box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 1000;
  padding: 25px 0px;
  display: none;
  float: left;
  min-width: 340px;
  right: 0;
  left: auto;
  font-size: 16px;
  text-align: left;
  list-style: none;
  overflow-y: scroll;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul {
  width: 100%;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li {
  display: inline-block;
  padding: 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li.active {
  color: #B4A27A;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li:hover {
  color: #883D4B;
  background: #EEEEEE;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li .bookwize-header__currency-dropdown-inner div {
  display: inline-block;
  padding-right: 5px;
}
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li .symbol,
.bookwize-header .bookwize-header__currency .bookwize-header__currency-dropdown ul li .code {
  font-weight: bold;
}
.bookwize-header .bookwize-header__currency .arrow-up {
  display: none;
}
.bookwize-header .bookwize-header__currency.active .bookwize-header__currency-dropdown {
  display: block;
}
.bookwize-header .bookwize-header__currency.active .dropdown-toggle {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__currency.active .arrow-up {
  display: inline-block;
}
.bookwize-header .bookwize-header__currency.active .arrow-down {
  display: none;
}
.bookwize-header .bookwize-header__currency.open .bookwize-header__currency-dropdown {
  display: block;
}
.bookwize-header .bookwize-header__currency.open .dropdown-toggle {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__currency.open .arrow-up {
  display: inline-block;
}
.bookwize-header .bookwize-header__currency.open .arrow-down {
  display: none;
}
.bookwize-header .bookwize-header__language ul {
  max-width: 238px;
  max-height: 270px;
  -webkit-box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 1000;
  padding: 25px 10px;
  display: none;
  float: left;
  min-width: 160px;
  right: 0;
  left: auto;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  overflow-y: scroll;
}
.bookwize-header .bookwize-header__language ul li {
  display: block !important;
  padding: 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookwize-header .bookwize-header__language ul li.active {
  color: #B4A27A;
}
.bookwize-header .bookwize-header__language ul li:hover {
  color: #883D4B;
  background: #EEEEEE;
}
.bookwize-header .bookwize-header__language .arrow-up {
  display: none;
}
.bookwize-header .bookwize-header__language.active .bookwize-header__language-dropdown {
  display: block;
}
.bookwize-header .bookwize-header__language.active .bookwize-header__language-dropdown li {
  font-size: 16px;
}
.bookwize-header .bookwize-header__language.active .dropdown-toggle {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__language.active .arrow-up {
  display: inline-block;
}
.bookwize-header .bookwize-header__language.active .arrow-down {
  display: none;
}
.bookwize-header .bookwize-header__language.open .bookwize-header__language-dropdown {
  display: block;
}
.bookwize-header .bookwize-header__language.open .bookwize-header__language-dropdown li {
  font-size: 16px;
}
.bookwize-header .bookwize-header__language.open .dropdown-toggle {
  background: white;
  color: #B4A27A;
}
.bookwize-header .bookwize-header__language.open .arrow-up {
  display: inline-block;
}
.bookwize-header .bookwize-header__language.open .arrow-down {
  display: none;
}
.bookwize-button {
  display: inline-block;
}
.bookwize-button.bookwize-button-primary {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
}
.bookwize-button.bookwize-button-primary:hover {
  background: #B4A27A;
  color: #ffffff;
}
.bookwize-message-button .bookwize-button.bookwize-button-primary {
  display: inline-block;
  width: auto;
  padding: 18px 20px 20px 20px;
  margin-top: 20px;
}
.bookwize-button.bookwize-book-button {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 15px;
  cursor: pointer;
}
.bookwize-button.bookwize-book-button:hover {
  background: #B4A27A;
}
.bookwize-button.bookwize-request-button {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #ff8d1f;
  background: #ffe6cd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 15px;
  cursor: pointer;
}
.bookwize-button.bookwize-request-button:hover {
  background: #B4A27A;
}
.bookwize-button.bookwize-call-button {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #ff8d1f;
  background: #ffe6cd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 15px;
  cursor: pointer;
}
.bookwize-button.bookwize-call-button:hover {
  background: #ff8d1f;
  color: #ffe6cd;
}
.bookwize-button.bookwize-button-sec {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 25px 0px;
  cursor: pointer;
  height: 70px;
}
.bookwize-button.bookwize-button-sec:hover {
  background: #666666;
}
.bookwize-button.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
.bookwize-button.animated.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.bookwize-button.no-outline {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-button.no-outline:hover {
  color: #cd4c2b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-button.no-outline .material-icons {
  font-size: 18px;
  vertical-align: middle;
}
.bookwize-button.no-outline span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}
.bookwize-button.no-outline-bold {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 19px;
  color: #B4A27A;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}
.bookwize-button.no-outline-bold .material-icons {
  font-size: 18px;
  vertical-align: middle;
}
.bookwize-button.no-outline-bold span {
  display: inline-block;
  vertical-align: middle;
}
.bookwize-button.bookwize-button-change {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #2D2D2D;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
  margin-right: 30px;
}
.bookwize-button.bookwize-button-change:hover {
  background: #B4A27A;
}
.bookwize-button.bookwize-button-edit {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
}
.bookwize-button.bookwize-button-edit:hover {
  background: #B4A27A;
}
.bookwize-button.bookwize-button-save {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #53bb6a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
}
.bookwize-button.bookwize-button-save:hover {
  background: #883D4B;
}
.bookwize-button.bookwize-button-cancel {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
  margin-right: 30px;
}
.bookwize-button.bookwize-button-cancel:hover {
  background: #883D4B;
}
.bookwize-button.bookwize-button-half {
  width: calc(50% - 18px);
  display: inline-block;
}
.bookwize-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background: #CCCCCC;
}
.bookwize-button.disabled:hover {
  background: #CCCCCC;
}
.book-room-buttons {
  margin-left: 10px;
  min-width: 160px;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.bookwize a.bookwize-button:hover {
  color: white;
}
.bookwize-reservation .bookwize-reservation-login {
  max-width: 400px;
  padding: 130px 0;
  margin: auto;
}
.bookwize-reservation .data-protection {
  margin-top: 100px;
}
.bookwize-reservation #request-personal-data,
.bookwize-reservation #delete-personal-data {
  cursor: pointer;
  color: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-reservation #request-personal-data:hover,
.bookwize-reservation #delete-personal-data:hover {
  color: #B4A27A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-reservation .bookwize-reservation-login-text {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.bookwize-reservation .bookwize-reservation-login-text:after {
  content: '';
  background: #CCCCCC;
  height: 1px;
  width: calc(100% + 15px);
  margin: auto;
  margin: 30px 0px 30px -15px;
  display: block;
}
.bookwize-reservation .main-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bookwize-reservation .main-text {
  padding: 20px 0 40px 0;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.bookwize-cancel-form {
  max-width: 400px;
}
.bookwize-grand-total span,
.bookwize-grand-total div {
  display: inline-block;
}
.bookwize-grand-total div {
  margin-left: 25px;
}
.bookwize-booking-payment-footer-myreservation {
  padding: 0px 15px 15px 15px;
  background: #cccccc;
}
.bookwize-payment-container {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
}
.bookwize-group-message {
  background: #e0e0e0;
  color: #999999;
  font-size: 13px;
  line-height: 15px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.theme-b.step2 .bookwize-group-message,
.theme-c.step2 .bookwize-group-message {
  margin-right: 0px;
  margin-top: 0px;
}
.bookwize-progress-bar-text {
  display: none;
}
.bookwize-steps {
  max-width: 1000px;
  padding-top: 20px;
  margin: auto;
}
@media only screen and (min-width: 951px) {
  .bookwize-steps {
    white-space: nowrap;
  }
}
.bookwize-steps .bookwize-progress-bar-text {
  display: inline-block;
}
.bookwize-steps .bookwize-step {
  display: inline-block;
  width: 24.7%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  white-space: normal;
}
@media only screen and (max-width: 950px) {
  .bookwize-steps .bookwize-step {
    width: 49%;
    margin-bottom: 20px;
  }
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner {
  position: relative;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar {
  width: 0px;
  height: 5px;
  display: block;
  background: #53bb6a;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-1-1 {
  width: 100%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-0-1 {
  width: 100%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-0-2 {
  width: 50%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-1-2 {
  width: 100%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-0-3 {
  width: 33%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-1-3 {
  width: 66%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-2-3 {
  width: 100%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-0-4 {
  width: 25%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-1-4 {
  width: 50%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-2-4 {
  width: 75%;
}
.bookwize-steps .bookwize-step .bookwize-progress-bar-inner .progress-bar#progress-3-4 {
  width: 100%;
}
.bookwize-steps .bookwize-step:after {
  content: '';
  height: 5px;
  width: 100%;
  display: block;
  background: #CCCCCC;
}
.bookwize-steps .bookwize-step .bookwize-step__description {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.bookwize-steps .bookwize-step .bookwize-step__description-inner {
  display: inline-block;
}
.bookwize-steps .bookwize-step .bookwize-step__description-inner .bookwize-step__description-inner-cycle {
  display: none;
  width: 5px;
  height: 5px;
  background: #B4A27A;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bookwize-steps .bookwize-step .bookwize-step__description-inner .bookwize-step__description-inner-cycle:first-child {
  opacity: 0.33;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.bookwize-steps .bookwize-step .bookwize-step__description-inner .bookwize-step__description-inner-cycle:nth-child(2) {
  opacity: 0.66;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.bookwize-steps .bookwize-step .bookwize-step__description-inner .bookwize-step__description-inner-cycle:nth-child(3) {
  margin-right: 10px;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bookwize-steps .bookwize-step.active a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.bookwize-steps .bookwize-step.active .bookwize-step__description {
  color: #666666;
}
.bookwize-steps .bookwize-step.active:after {
  background: #53bb6a;
}
.bookwize-steps .bookwize-step.active .bookwize-step__description-inner-cycle {
  display: inline-block;
}
.bookwize-steps .bookwize-step.bookwize-step-2:after {
  background: #CCCCCC;
}
.bookwize-steps .bookwize-step.modify a {
  height: 69px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.bookwize-steps .bookwize-step.modify a:hover {
  background: rgba(204, 204, 204, 0.22);
}
.bookwize-steps .bookwize-step.modify .bookwize-step__description {
  color: #666666;
}
.bookwize-steps .bookwize-step.modify:after {
  background: #53bb6a;
}
.bookwize-form-input {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 25px 15px 0;
  background: transparent;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  z-index: 3;
}
@media only screen and (max-height: 900px) {
  .bookwize-form-input {
    height: 65px;
  }
}
.bookwize-form-input:disabled {
  background: #eee;
}
.bookwize-form-input.editable {
  padding-top: 5px;
}
.bookwize-form-input.editable[required]:focus + label,
.bookwize-form-input .editable[required]:valid + label {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  top: 0px;
}
.bookwize-form-input.editable[required] + label {
  display: inline-block;
  padding: 0 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
}
.bookwize-form-input .material-icons {
  color: #999999;
}
.bookwize-form-input select {
  border: none;
}
.bookwize-form-input select:nth-child(2) {
  border-right: solid 1px #CCCCCC;
}
.bookwize-form-input.is-datepick {
  padding-top: 15px;
  cursor: pointer;
}
.bookwize-form-input .bookwize-label {
  padding: 0;
}
.bookwize-form-input .arrow-down {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bookwize-form-input.bookwize-row-with-arrow:after {
  content: "\E876";
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 28px;
  color: #883D4B;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
select.bookwize-form-input {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 5px 15px 0;
  background: #ffffff;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea.bookwize-form-input {
  width: 100%;
  padding-top: 30px;
  max-width: 100%;
  height: 140px;
}
textarea.bookwize-form-input.editable {
  padding-top: 30px;
}
.bookwize-form-text {
  position: absolute;
  top: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}
.bookwize-sidebar-horizontal .bookwize-form-text {
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 54px);
}
.bookwize-form-text input {
  border: none;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}
.bookwize-form-text .arrow-right {
  font-size: 21px;
  color: #999999;
  vertical-align: top;
}
.bookwize-form-group {
  position: relative;
}
.bookwize-form-background {
  background: #ffffff;
}
.bookwize-row {
  position: relative;
  margin-top: 20px;
}
.bookwize-row .selection-row {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
}
.bookwize-row .selection-row:first-child {
  border-right: solid 1px #e0e0e0;
}
.bookwize-row input[type="text"] {
  width: 100%;
  outline: none;
}
.bookwize-row input:focus {
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
}
.bookwize-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  padding: 0 15px;
  z-index: 1;
  text-transform: capitalize;
  z-index: 4;
}
.required .bookwize-label:after {
  content: '*';
  display: inline-block;
  vertical-align: top;
  color: #883D4B;
}
.bookwize-label.textarea-label {
  top: 20px;
}
.bookwize-form-radio {
  padding: 35px 0 30px 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  height: 70px;
}
.bookwize-form-radio-row {
  display: inline-block;
  padding-right: 30px;
}
.bookwize-form-radio-row label {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  cursor: pointer;
}
.bookwize-hotel-label {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  padding-bottom: 20px;
  z-index: 1;
  text-transform: capitalize;
  z-index: 4;
}
.up .bookwize-label {
  top: 20px;
  color: #999999;
  font-size: 14px;
}
.up .bookwize-label.required:after {
  content: '*';
  display: inline-block;
  vertical-align: text-top;
  color: #999999;
}
.focused {
  top: 20px;
  color: #999999;
  font-size: 14px;
}
.board-type {
  position: relative;
  z-index: 0;
}
.bookwize-toggle {
  cursor: pointer;
  position: relative;
}
.bookwize {
  /* checked mark aspect */
}
.bookwize [type="checkbox"]:not(:checked),
.bookwize [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.bookwize [type="checkbox"]:not(:checked) ~ label,
.bookwize [type="checkbox"]:checked ~ label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  padding-top: 5px;
}
.bookwize [type="checkbox"]:not(:checked) ~ label:after,
.bookwize [type="checkbox"]:checked ~ label:after {
  content: "\E876";
  font-family: 'Material Icons';
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 24px;
  line-height: 28px;
  color: #883D4B;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bookwize [type="checkbox"]:not(:checked) ~ label:before,
.bookwize [type="checkbox"]:checked ~ label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #e0e0e0;
}
.bookwize [type="checkbox"]:not(:checked) ~ label:after {
  opacity: 0;
}
.bookwize [type="checkbox"]:checked ~ label:after {
  opacity: 1;
}
.bookwize input[type='radio']:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #eee;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 4px solid #eee;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc;
          box-shadow: 0px 0px 0px 1px #ccc;
  cursor: pointer;
}
.bookwize input[type='radio']:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #883D4B;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 4px solid #eee;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc;
          box-shadow: 0px 0px 0px 1px #ccc;
}
.datepicker-holder {
  position: relative;
}
.small-row {
  max-width: 430px;
}
@media only screen and (max-width: 850px) {
  .small-row {
    max-width: 100%;
  }
}
.bookwize-form-row {
  position: relative;
  margin-bottom: 20px;
}
.bookwize-form-row .validationMessage {
  position: absolute;
  top: 0;
  height: 70px;
  background: #f4d7d0;
  color: #cd4c2b;
  width: 100%;
  padding: 5px;
  text-align: right;
  z-index: 1;
  left: 0;
}
.bookwize-form-row-label {
  position: relative;
  height: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B4A27A;
  width: 49%;
  display: inline-block;
}
.terms-conditions-label {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.bookwize [type="checkbox"]:not(:checked),
.bookwize [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  top: 0px;
  display: none;
}
.form-group.terms-conditions-holder {
  position: relative;
  margin-top: 10px;
}
.terms-conditions-holder .bookwize-alert-validation-message {
  position: relative;
  text-align: left;
  padding: 25px;
}
.bookwize [type="checkbox"]:not(:checked).bookwize-checkbox,
.bookwize [type="checkbox"]:checked.bookwize-checkbox {
  display: block;
}
.terms-condition {
  margin-bottom: 60px;
}
.terms-condition .bookwize-alert-validation-message {
  height: 50px;
  text-align: left;
  bottom: -55px;
  top: inherit;
  left: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.bookwize-guest-inner {
  display: none;
}
.bookwize-guest-wrapper {
  background: white;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.active .bookwize-guest-wrapper {
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.22);
}
.bookwize-guest-title {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  background: white;
  font-size: 16px;
  color: #2D2D2D;
  cursor: pointer;
  position: relative;
}
.bookwize-form-room-row {
  margin-bottom: 20px;
}
.bookwize-guests-group {
  position: relative;
}
.bookwize-guests-group .bookwize-guest-inner {
  display: none;
  padding: 10px 0;
}
.bookwize-guests-group .bookwize-guest-inner:first-child .bookwize-guest-categories {
  padding-top: 15px;
}
.bookwize-guests-group.open {
  height: 70px;
}
.bookwize-guests-group.open .bookwize-guest-inner {
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  width: 100%;
  background: #ffffff;
  padding: 8px 0px;
}
.bookwize-guests-group.open .bookwize-guest-inner:hover {
  background: #ffffff;
}
.bookwize-guests-group.active {
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.22);
}
.bookwize-guests-group.active .bookwize-guest-inner {
  display: block;
}
.bookwize-guests-group .bookwize-guest-inner:hover {
  background: #EEEEEE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-guest-button {
  display: inline-block;
  cursor: pointer;
  color: #883D4B;
}
.bookwize-guest-button .material-icons {
  font-size: 28px;
}
.bookwize-guest-button:hover {
  color: #B4A27A;
}
.bookwize-guest-button.disable {
  color: #c6c6c6;
}
.bookwize-guest-button.disable:hover {
  color: #999999;
  cursor: not-allowed;
}
.bookwize-guest-length {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  color: #883D4B;
  width: 35px;
  vertical-align: middle;
}
.bookwize-guest-length.disable {
  color: #999999;
}
.bookwize-guest-categories {
  padding: 10px 20px;
  color: #2D2D2D;
  font-size: 16px;
  line-height: 20px;
  height: 54px;
  border-left: solid 1px #CCCCCC;
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: middle;
}
.bookwize-guest-categories small {
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
}
.bookwize-guest-buttons {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  text-align: right;
  padding-right: 5px;
}
.bookwize-room-index {
  font-size: 16px;
  color: #B4A27A;
  font-weight: bold;
}
.bookwize-sidebar.bookwize-sidebar-horizontal {
  width: 100%;
  background: #e0e0e0;
}
@media only screen and (max-width: 850px) {
  .bookwize-sidebar.bookwize-sidebar-horizontal {
    display: none;
  }
}
.bookwize-sidebar.bookwize-sidebar-horizontal .bookwize-remove {
  text-align: right;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 8;
}
.bookwize-sidebar .bookwize-sidebar-footer {
  padding: 10px 0 20px 0;
}
.bookwize-sidebar .bookwize-sidebar-footer--tax {
  padding: 10px 0 0 0;
}
.bookwize-sidebar .bookwize-sidebar-footer--tax .bookwize-price,
.bookwize-sidebar .bookwize-sidebar-footer--tax span {
  font-size: 14px;
  color: #666666;
}
.bookwize-sidebar .bookwize-sidebar-footer--tax .bookwize-sidebar-total-inner {
  font-size: 14px;
}
.bookwize-sidebar.bookwize-sidebar-vertical {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
@media only screen and (max-width: 850px) {
  .bookwize-sidebar.bookwize-sidebar-vertical {
    display: none;
  }
}
.bookwize-sidebar.bookwize-sidebar-vertical .bookwize-remove {
  float: right;
  width: 100px;
  text-align: right;
}
.bookwize-sidebar .bookwize-sidebar-row {
  background: #e0e0e0;
  padding: 10px 15px 20px;
}
.bookwize-sidebar .bookwize-sidebar-row:last-child {
  margin-top: 30px;
}
.bookwize-sidebar .bookwize-sidebar-line {
  background: #e0e0e0;
  padding: 20px 15px;
}
.bookwize-sidebar .bookwize-sidebar-title {
  color: #B4A27A;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.bookwize-sidebar .bookwize-sidebar-val {
  color: #B4A27A;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 5px;
  display: inline-block;
}
.bookwize-sidebar .bookwize-sidebar-inner {
  webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.bookwize-sidebar .bookwize-sidebar-inner .bookwize-form-input,
.bookwize-sidebar .bookwize-sidebar-inner .select2-container--default .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 1px #e0e0e0;
}
.bookwize-sidebar .bookwize-button.no-outline {
  padding-top: 0;
}
.bookwize-sidebar .bookwize-selected-rooms-inline {
  display: inline-block;
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  background: rgba(255, 255, 255, 0.66);
  position: relative;
}
.bookwize-sidebar .bookwize-selected-room-inline .bookwize-selected-room-text {
  line-height: 18px;
  color: #666666;
}
.bookwize-sidebar .bookwize-selected-room-inline.last:before {
  content: '';
  width: 240px;
  height: 1px;
  display: block;
  margin: 10px 0;
  background: #CCCCCC;
}
.bookwize-sidebar .bookwize-selected-room-inline.last .bookwize-selected-room-text div:first-child {
  color: #B4A27A;
  float: left;
  width: 49%;
}
.bookwize-sidebar .bookwize-selected-room-inline.last .bookwize-selected-room-text div:last-child {
  color: #883D4B;
  font-weight: bold;
  width: 49%;
  float: right;
  text-align: right;
}
.bookwize-sidebar .bookwize-sidebar-content-header-inner {
  display: inline-block;
}
.bookwize-sidebar .bookwize-sidebar-content-header-inner .material-icons {
  font-size: 10px;
}
.bookwize-sidebar .bookwize-sidebar-content-header-inner:last-child {
  display: block;
}
.bookwize-sidebar .bookwize-sidebar-content {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
.bookwize-sidebar .bookwize-sidebar-content-header {
  padding-bottom: 20px;
}
.bookwize-sidebar .bookwize-sidebar-content-body {
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 15px 0;
  background: #ffffff;
  position: relative;
  margin-bottom: 10px;
}
.bookwize-sidebar .bookwize-sidebar-text {
  padding: 0 15px;
  text-transform: capitalize;
}
.bookwize-sidebar .bookwize-sidebar-text.last:before {
  content: '';
  width: 240px;
  height: 1px;
  display: block;
  margin: 10px 0;
  background: #CCCCCC;
}
.bookwize-sidebar .bookwize-sidebar-text.last div:first-child {
  color: #B4A27A;
  display: inline-block;
  width: 30%;
}
.bookwize-sidebar .bookwize-sidebar-text.last div:last-child {
  color: #883D4B;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 68%;
}
.bookwize-sidebar .bookwize-sidebar-price {
  color: #883D4B;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}
.bookwize-sidebar .bookwize-sidebar-total {
  padding: 20px 0;
}
.bookwize-sidebar .bookwize-sidebar-total:last-child {
  padding: 10px 0 20px 0;
}
.bookwize-sidebar .bookwize-sidebar-total-inner {
  display: inline-block;
  width: 37%;
  font-size: 16px;
  color: #2D2D2D;
  vertical-align: middle;
}
.bookwize-sidebar .bookwize-sidebar-total-inner:first-child {
  vertical-align: top;
}
.bookwize-sidebar .bookwize-sidebar-total-inner:last-child {
  text-align: right;
  width: 60%;
}
.bookwize-sidebar .bookwize-sidebar-total-inner--fees {
  font-size: 15px;
}
.bookwize-sidebar .smaller .bookwize-sidebar-total-inner {
  font-size: 12px;
}
.bookwize-sidebar .bookwize-sidebar-rules-label {
  font-weight: bold;
  padding-top: 5px;
}
.bookwize-sidebar .bookwize-sidebar-rules {
  padding: 20px 15px;
  background: #CCCCCC;
}
.bookwize-sidebar .bookwize-sidebar-rules li {
  list-style: none;
}
.bookwize-sidebar .bookwize-sidebar-rules .bookwize-sidebar-rules-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  display: inline-block;
  width: 90%;
}
.bookwize-sidebar .bookwize-sidebar-rules .bookwize-sidebar-rules-header-arrow {
  width: 8%;
  display: inline-block;
  vertical-align: top;
}
.bookwize-sidebar .bookwize-sidebar-rules .bookwize-sidebar-rules-body {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  border-top: solid 1px #999999;
}
.bookwize-sidebar .bookwize-sidebar-rules.active .bookwize-sidebar-rules-body {
  display: inline-block;
}
.bookwize-sidebar .bookwize-sidebar-room-row {
  margin-bottom: 20px;
}
.bookwize-sidebar .bookwize-sidebar-room-row.notcurrent .bookwize-remove,
.bookwize-sidebar .bookwize-sidebar-room-row.notcurrent .bookwize-sidebar-inner {
  display: none;
}
.bookwize-sidebar .bookwize-sidebar-room-row.notcurrent .bookwize-sidebar-title {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  background: transparent;
  position: relative;
  z-index: 3;
  background: white;
  padding: 25px 15px;
  opacity: 0.66;
}
.bookwize-collapse {
  padding: 15px;
  background: #e0e0e0;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.bookwize-collapsed {
  display: none;
  background: #e0e0e0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.active .bookwize-collapsed {
  display: inline-block;
}
.bookwize-sidebar .active .bookwize-collapsed {
  margin-bottom: 30px;
}
.bookwize-toggle .up-arrow {
  display: inline-block;
  font-size: 21px;
}
.bookwize-toggle .down-arrow {
  display: none;
  font-size: 21px;
}
.active .bookwize-toggle .up-arrow {
  display: none;
}
.active .bookwize-toggle .down-arrow {
  display: inline-block;
}
.bookwize-room-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #2D2D2D;
  margin-bottom: 15px;
}
.bookwize-room-title .bookwize-room-name {
  width: calc(100% - 145px);
  display: inline-block;
}
.bookwize-room-title .bookwize-room-name .instead-of-board {
  font-size: 12px;
  display: block;
}
.bookwize-room-text {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.bookwize-room-text .material-icons {
  font-size: 14px;
  line-height: 21px;
}
.bookwize-room-attributes {
  display: block;
  font-size: 13px;
}
.bookwize-room-attributes i {
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-size: 13px;
  margin-left: -5px;
}
.bookwize-selected-rooms {
  display: inline-block;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.bookwize-slected-room {
  display: inline-block;
  width: 25%;
  position: relative;
  margin: 0 -1.4px;
  padding: 15px 15px 0;
  height: 70px;
}
.bookwize-slected-room .bookwize-label {
  padding: 0;
}
.bookwize-slected-room .bookwize-form-text {
  color: #666666;
}
.bookwize-slected-room:after {
  content: '';
  width: 1px;
  height: 50px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 10px;
}
.bookwize-slected-room.last:after {
  content: none;
}
.bookwize-slected-room.last .bookwize-label {
  right: 15px;
  color: #B4A27A;
}
.bookwize-slected-room.last .bookwize-form-text {
  right: 15px;
  color: #883D4B;
  font-size: 18px;
}
.bookwize-rateplan-name-text:before {
  content: "\E313";
  font-family: 'Material Icons';
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.active.grid__item .bookwize-rateplan-name-text:before {
  content: "\E316";
}
.bookwize-room-small-thumb {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bookwize-room-thumb {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.bookwize-room-thumb:before {
  content: "\E8FF";
  font-family: 'Material Icons';
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  color: white;
}
.bookwize-room-thumb:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.44);
  z-index: 2;
  opacity: 0;
}
.bookwize-room-thumb:hover:before {
  opacity: 1;
}
.bookwize-room-thumb:hover:after {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-room-row {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.bookwize-room-image {
  height: 80vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bookwize-room-rateplan-list__inner {
  padding: 10px 0;
  border-bottom: solid 1px #CCCCCC;
}
.bookwize-room-rateplan-list__inner:last-child {
  border-bottom: none;
}
.bookwize-room-rateplan-list .bookwize-room-rateplan-list-row:last-child .bookwize-room-rateplan-list__inner {
  border-bottom: none;
}
.bookwize-room-rateplan-list .bookwize-room-rateplan-list-row:last-child .bookwize-room-rateplan-list__inner:first-child {
  display: block;
}
.bookwize-room-badge {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.bookwize-room-badge.bookwize-room-badge-red {
  background: #f4d7d0;
  color: #cd4c2b;
  border-right: solid 3px #cd4c2b;
  padding: 10px 10px 10px 30px;
  float: right;
  white-space: nowrap;
}
.bookwize-room-badge.bookwize-room-badge-red:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-top: 17px solid transparent;
  border-left: 15px solid white;
  border-bottom: 17px solid transparent;
  margin: -10px 0px 0 0px;
}
.bookwize-room-badge.bookwize-room-badge-blue {
  background: #daddea;
  color: #5867a1;
  border-left: solid 3px #5867a1;
  padding: 5px 10px 7px 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.bookwize-room-badge.bookwize-room-badge-green {
  padding: 5px 10px 7px 10px;
  margin-left: 10px;
  background: #d9f0de;
  color: #53bb6a;
  border-left: solid 3px #53bb6a;
  white-space: nowrap;
}
.bookwize-rateplan-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  padding: 5px 0;
}
.bookwize-room-booking-actions {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .bookwize-room-booking-actions {
    margin-bottom: 10px;
  }
  .bookwize-room-booking-actions .bookwize-price.bookwize-price-line-through {
    display: block;
  }
}
.bookwize-room-request {
  background: #ffe6cd;
  padding: 15px;
  font-size: 13px;
  color: #ff8d1f;
}
.bookwize-room-request .bookwize-room-request-not-available {
  position: absolute;
  right: 0;
  top: 0px;
  width: auto;
  display: inline-block;
}
.bookwize-room-request .bookwize-room-request-not-available .bookwize-call-button {
  display: inline-block;
  color: #ffe6cd;
  background: #ff8d1f;
  padding: 14px;
}
.bookwize-room-request .bookwize-room-request-not-available .bookwize-call-button:hover {
  background: #ffe6cd;
  color: #ff8d1f;
}
.bookwize-rate-details-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  margin-bottom: 20px;
  display: block;
}
.bookwize-rate-details {
  display: none;
}
.bookwize-rate-details .ui-widget-header {
  border: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: inherit;
}
.bookwize-rate-details-row {
  background: #f6f6f6;
  margin-bottom: 10px;
  padding: 20px;
}
.bookwize-rate-details-row:first-child {
  margin-top: 10px;
}
.bookwize-rate-details-row:last-child {
  border-bottom: none;
}
.bookwize-rate-details-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.bookwize-rate-details-container:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0;
}
.bookwize-rate-details-container .bookwize-rate-details-container-title {
  font-weight: bold;
  font-size: 13px;
  color: #666666;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.bookwize-rate-details-container .bookwize-rate-details-container-text {
  font-size: 13px;
  color: #666666;
}
.bookwize-room-readmore {
  max-height: 42px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.bookwize-room-readmore p {
  margin-top: 0;
}
.bookwize-room-readmore.bookwize-room-readmore-big {
  max-height: 105px;
}
.bookwize-room-desc {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.bookwize-room-desc .ui-widget-header {
  background: inherit;
  border: inherit;
  font-weight: inherit;
  color: inherit;
}
.bookwize-room-desc ul {
  padding: 0 10px !important;
  line-height: 21px;
}
.bookwize-room-desc ul li {
  list-style: none;
  position: relative;
  line-height: 21px;
}
.bookwize-room-desc ul li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -15px;
  vertical-align: middle;
  top: 0;
  font-family: 'Material Icons';
  content: '\E315';
  line-height: 21px;
  font-size: 13px;
}
.bookwize-add-room {
  margin-top: 20px;
}
.bookwize-add-room .material-icons {
  font-size: 18px;
}
.bookwize-room-price {
  text-align: right;
  display: block;
}
.room-title-name {
  width: calc(100% - 130px);
  display: inline-block;
}
.bookwize-popup {
  width: 90vh;
  height: 80vh;
}
.popupTemplate.open {
  z-index: 99;
  width: 90vh;
  height: 80vh;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed !important;
}
.ibe .modal.in {
  max-width: 800px;
  margin: 0 auto;
  position: fixed;
  width: 90%;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ibe #RoomPopUp .close {
  background: none;
  border: none;
  padding: 20px;
  color: black;
  cursor: pointer;
  text-shadow: 2px 2px gray;
}
.ibe #RoomPopUp .modal-header {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.ibe #RoomPopUp .modal-content {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: none;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ibe #RoomPopUp .modal-body {
  background: #fff;
  padding: 0;
}
.ibe #RoomPopUp .gallery {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  border-radius: 0px;
}
.ibe #RoomPopUp .gallery .slide {
  width: 100%;
}
.ibe #RoomPopUp .gallery .slide .image {
  max-width: 100%;
  margin: auto;
  height: 80vh;
  overflow: hidden;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.ibe #RoomPopUp .gallery .slide-prev,
.ibe #RoomPopUp .gallery .slide-next {
  display: block;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 70px;
  top: 50%;
  margin: -35px 0 0 0;
  color: #fff;
  text-align: center;
}
.ibe #RoomPopUp .gallery .slide-prev .bg,
.ibe #RoomPopUp .gallery .slide-next .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.ibe #RoomPopUp .gallery .slide-prev i,
.ibe #RoomPopUp .gallery .slide-next i {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  z-index: 150;
  font-size: 40px;
  line-height: 70px;
}
.ibe #RoomPopUp .gallery .slide-prev {
  left: 0;
}
.ibe #RoomPopUp .gallery .slide-prev i {
  left: -2px;
  color: black;
}
.ibe #RoomPopUp .gallery .slide-next {
  right: 0;
}
.ibe #RoomPopUp .gallery .slide-next i {
  right: -2px;
  color: black;
}
.ibe #RoomPopUp .btn-back {
  cursor: pointer;
  padding: 11px 10px;
}
.ibe #RoomPopUp .btn-back i {
  font-size: 12px;
}
.ibe #RoomPopUp .btn-back.btn {
  color: #fff;
}
.bookwize-readmore {
  cursor: pointer;
  color: #883D4B;
  text-decoration: underline;
}
.bookwize-readmore.close {
  display: none;
}
.readmore-js-toggle {
  cursor: pointer;
  color: #883D4B;
  text-decoration: underline;
}
.bookwize-readmore-small {
  height: 50px;
  overflow: hidden;
}
.bookwize-readmore-big {
  height: 100px;
  overflow: hidden;
}
.bookwize-readmore-wrapper a {
  display: block;
}
.bookwize-readmore-wrapper.active .bookwize-reamore-text {
  height: 100%;
}
.bookwize-readmore-wrapper.active .close {
  display: inline-block;
}
.bookwize-readmore-wrapper.active .open {
  display: none;
}
.bookwize-readmore-container {
  overflow: hidden;
  max-height: 107px;
  display: block;
}
.bookwize-readmore-container p {
  line-height: inherit !important;
}
.bookwize-price {
  font-size: 18px;
  line-height: 21px;
  color: #883D4B;
  font-weight: bold;
  display: block;
}
.bookwize-price.bookwize-price-black {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
@media (min-width: 768px) {
  .bookwize-price.bookwize-price-black {
    margin: 15px 0;
  }
}
.bookwize-price.bookwize-price-black-small {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.bookwizePriceNotAvailable .bookwize-price {
  color: #ff8d1f;
}
.bookwize-price.bookwize-price-daily {
  color: #5867a1;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
}
.bookwize-price.bookwize-price-discount {
  margin-left: 5px;
}
.bookwize-price.bookwize-price-line-through {
  text-decoration: line-through;
  display: inline-block;
  color: #999999;
  font-size: 90%;
}
.bookwize-price.bookwize-price-big {
  font-size: 24px;
  line-height: 28px;
}
.bookwize-price.bookwize-price-big.bookwize-price-line-through {
  font-size: 16px;
  line-height: 19px;
}
.bookwize-tax {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}
.bookwize-tax--small {
  font-size: 12px;
}
.bookwize-breakdown-table {
  width: 100%;
  border-spacing: 3px;
}
@media (max-width: 767px) {
  .bookwize-breakdown-table {
    overflow-x: auto;
    display: block;
  }
}
.bookwize-breakdown-table tr {
  background: #ffffff;
}
.bookwize-breakdown-table .inactive {
  opacity: 1;
  padding: 4px 10px 22px;
}
.bookwize-breakdown-table .cell {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.bookwize-breakdown-table .inactive,
.bookwize-breakdown-table .stay {
  min-width: 80px;
}
.bookwize-breakdown-table .stay {
  background: #ffffff;
  padding: 10px;
  text-align: center;
}
.bookwize-breakdown-table .date {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
.bookwize-breakdown-table .weekday {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
.bookwize-breakdown-table .price {
  color: #883D4B;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
}
.bookwize-breakdown-table td {
  width: 14%;
}
.bookwize-breakdown-table td:nth-child(6) .weekday,
.bookwize-breakdown-table td:nth-child(7) .weekday,
.bookwize-breakdown-table td:nth-child(6) .date,
.bookwize-breakdown-table td:nth-child(7) .date {
  color: #666666;
}
.bookwize-tab {
  display: none;
}
.bookwize-tab.active {
  display: block;
}
.bookwize-tab-header {
  border-bottom: 3px solid #CCCCCC;
  text-align: center;
  padding-top: 30px;
}
.bookwize-tab-name {
  display: inline-block;
  padding-bottom: 15px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  position: relative;
  cursor: pointer;
}
.bookwize-tab-name:after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: 0;
  left: 0;
}
.bookwize-tab-name.active {
  color: #883D4B;
}
.bookwize-tab-name.active:after {
  background: #883D4B;
  width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.bookwize-tab-name-activate {
  cursor: pointer;
}
.step2-container {
  width: 100%;
}
.step2-container .ui-widget.ui-widget-content {
  background: none;
  border: none;
  padding: 0;
}
.step2-container .disabled {
  opacity: 0.08;
  position: relative;
}
.step2-container .disabled:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
.bookwize-room-desc ul li {
  width: 100% !important;
}
.bookwize-no-availability {
  padding: 60px;
  background: white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.step2-main-content {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 315px);
}
@media only screen and (max-width: 850px) {
  .step2-main-content {
    width: 100%;
    padding-left: 0px;
  }
}
.step2-main-content-full {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
}
.bookwize-message-availability {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.step2 .step1-submit-holder {
  position: fixed;
  top: 50%;
  left: 40%;
  z-index: 9;
  opacity: 1;
  width: 600px;
}
.step2 .step1-submit-holder .bookwize-button {
  padding: 18px 20px 20px 20px;
}
.bookwize-update-text {
  margin-bottom: 30px;
  color: #2D2D2D;
}
.bookwize-readmore-container {
  overflow: hidden;
  max-height: 107px;
  display: block;
}
.bookwize-readmore-container p {
  margin-top: 0;
}
@media only screen and (max-width: 1670px) {
  .bookwize-sidebar-vertical .price-fighter-widget iframe {
    position: relative !important;
    top: 30px !important;
    bottom: 0 !important;
    left: 27px !important;
    right: inherit !important;
  }
  .bookwize-sidebar-vertical .ToggleButton-component-23KVd {
    right: inherit !important;
    left: 0 !important;
  }
}
.bookwize-step3-content {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 400px);
  margin-left: 95px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 850px) {
  .bookwize-step3-content {
    width: calc(100% - 330px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .bookwize-step3-content {
    width: 100%;
    margin-left: 0px;
    padding-left: 0;
  }
}
.bookwize-step3-content .bookwize-sidebar.bookwize-sidebar-vertical {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 851px) {
  .bookwize-step3-content .bookwize-sidebar.bookwize-sidebar-vertical {
    display: none;
  }
}
.bookwize-step3-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bookwize-step3-inner {
  margin-bottom: 60px;
  position: relative;
}
.bookwize-supplements .bookwize-step3-inner {
  margin-top: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #ffffff;
  padding: 30px 20px;
}
.bookwize-booking-payment .bookwize-step3-inner {
  padding-top: 0px;
}
.bookwize-step3-inner:after {
  content: '';
  width: calc(100% + 30px);
  margin-left: -15px;
  background: #e0e0e0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -30px;
}
@media (max-width: 650px) {
  .bookwize-step3-inner:after {
    display: none;
  }
}
.bookwize-step3-inner:last-child:after {
  content: none;
}
.bookwize-supplements-body {
  display: none;
}
.active .bookwize-supplements-body {
  display: block;
}
.bookwize-supplements-body .bookwize-toggle .bookwize-supplement-name {
  padding-left: 20px;
}
.bookwize-supplements-body > div:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
.bookwize-supplements-header .bookwize-supplements-header-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  color: #666666;
  padding: 10px 0;
}
.bookwize-supplement-name {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-weight: bold;
  display: block;
  margin: 20px 0 10px 0;
}
@media (max-width: 400px) {
  .bookwize-supplement-name {
    font-size: 14px;
    line-height: 1.45;
  }
}
.bookwize-supplement-desc {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: none;
}
.bookwize-supplement-desc p {
  display: inline-block;
  margin: 0;
}
.active > .bookwize-supplement-desc {
  display: block;
}
.supplement-more {
  position: absolute;
  right: -15px;
  font-size: 15px;
  top: 28px;
}
.bookwize-supplement-rules {
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}
.bookwize-supplements-header-inner {
  display: inline-block;
}
.bookwize-supplements-head {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .bookwize-supplements-head > .grid {
    display: none;
  }
}
.bookwize-supplement-price-quantity {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .bookwize-supplement-price-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
  }
}
.bookwize-supplement-price-quantity-inner {
  display: inline-block;
}
@media (max-width: 767px) {
  .bookwize-supplement-price-quantity-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bookwize-supplement-price-quantity-inner:last-child {
  width: 30%;
  border-left: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .bookwize-supplement-price-quantity-inner:last-child {
    border-left: none;
    width: auto;
    padding-left: 20px;
  }
}
.bookwize-supplement-price-quantity-inner:first-child {
  width: 63%;
}
@media (min-width: 768px) {
  .bookwize-supplement-price-quantity-inner:first-child {
    width: 68%;
  }
}
.bookwize-supplement-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.bookwize-supplement-info.supplement-quantity {
  border-right: 1px solid #CCCCCC;
  color: #883D4B;
  font-size: 28px;
  line-height: 33px;
  padding: 10px;
  width: 40px;
}
@media (max-width: 767px) {
  .bookwize-supplement-info.supplement-quantity {
    display: none;
  }
}
.bookwize-supplement-info.supplement-price {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .bookwize-supplement-info.supplement-price {
    padding: 0 15px 0 0;
  }
}
.bookwize-supplement-button {
  display: inline-block;
  cursor: not-allowed;
  color: #999999;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (max-width: 767px) {
  .bookwize-supplement-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bookwize-supplement-button.active {
  cursor: pointer;
  color: #883D4B;
}
.bookwize-supplement-button.active:hover {
  color: #883D4B;
}
@media (max-width: 767px) {
  .supplement-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bookwize-supplement-quantity {
  font-size: 20px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  .bookwize-supplement-quantity {
    display: none;
  }
}
.bookwize-booking-payment {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #eee;
}
.bookwize-booking-payment-images {
  background: #ffffff;
  padding: 15px;
}
.bookwize-booking-payment-images span {
  font-size: 14px;
  color: #999999;
  display: block;
  padding-bottom: 10px;
}
.bookwize-booking-payment-footer {
  padding: 0px 15px 15px 15px;
}
.bookwize-accepted-cards {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.bookwize-accepted-cards img,
.bookwize-accepted-cards i {
  display: none;
  font-size: 36px;
  color: #CCCCCC;
}
.bookwize-accepted-cards img.active,
.bookwize-accepted-cards i.active {
  display: block;
}
#CustomerNumber::-webkit-input-placeholder,
#CardVerification::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Material Icons';
}
#CustomerNumber::-moz-placeholder,
#CardVerification::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Material Icons';
}
#CustomerNumber:-ms-input-placeholder,
#CardVerification:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Material Icons';
}
#CustomerNumber:-moz-placeholder,
#CardVerification:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Material Icons';
}
.bookwize-invoice {
  padding-top: 50px;
}
.bookwize-flight input {
  display: none;
}
.bookwize-flight label {
  padding-left: 40px !important;
}
.bookwize-flight {
  padding: 27px 0 30px 10px;
}
.bookwize-flight-info {
  padding-top: 50px;
}
.bookwize-supplement-desc .bookwize-readmore-container {
  max-height: 45px;
}
.bookwize-checkbox {
  padding: 27px 0 5px 10px;
}
.bookwize-checkbox label {
  padding-left: 40px !important;
}
.bookwize-checkbox input {
  display: none;
}
.bookwize-checkbox .checkbox {
  margin-bottom: 30px;
}
.bookwize-step4-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #333333;
}
.bookwize-step4-title:before {
  content: '';
  width: calc(100% + 30px);
  height: 1px;
  background: #CCCCCC;
  display: block;
  margin-bottom: 40px;
  margin-left: -15px;
}
.bookwize-step4-title.no-border:before {
  content: none;
}
.bookwize-info .uppercase {
  text-transform: uppercase;
}
.bookwize-step4-inner {
  padding: 30px 20px;
  margin: 30px 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #ffffff;
}
.bookwize-step4-inner.no-padding {
  padding: 0;
}
.bookwize-step4-content {
  max-width: 770px;
  margin: auto;
}
.bookwize-step4-label {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.bookwize-step4-text {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 20px;
}
.bookwize-step4-text.code {
  color: #883D4B;
}
.bookwize-reservation-supplements:before {
  content: '';
  height: 1px;
  background: #CCCCCC;
  display: block;
  margin: 20px 0;
}
.bookwize-reservation-totals {
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}
.bookwize-reservation-totals:before {
  content: '';
  height: 1px;
  background: #CCCCCC;
  display: block;
  margin: 20px 0;
}
.bookwize-reservation-supplements-title {
  color: #B4A27A;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.bookwize-reservation-rooms .bookwize-reservation-supplements:before {
  content: '';
  height: 1px;
  background: #CCCCCC;
  display: block;
  margin: 20px 0;
}
.bookwize-reservation-rooms .bookwize-reservation-room:before {
  content: '';
  height: 1px;
  background: #CCCCCC;
  display: block;
  margin: 20px 0;
}
.bookwize-reservation-rooms .bookwize-reservation-room:first-child:before {
  content: none;
}
.bookwize-reservation-rooms .bookwize-reservation-room img {
  width: 100%;
}
.bookwize-reservation-rooms .bookwize-reservation-room-inner-label {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  width: 27%;
  display: inline-block;
}
.bookwize-reservation-rooms .bookwize-reservation-room-inner-label:after {
  content: ':';
}
.bookwize-reservation-rooms .bookwize-reservation-room-inner-text {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 21px;
  width: 70%;
}
.bookwize-reservation-rooms .bookwize-reservation-room-index {
  color: #B4A27A;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.bookwize-reservation-rooms .bookwize-reservation-room-container {
  display: inline-block;
}
.bookwize-map {
  height: 365px;
}
.bookwize-hotel-contact-info-label {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  width: 27%;
  vertical-align: top;
}
.bookwize-hotel-contact-info-label:after {
  content: ':';
}
.bookwize-hotel-contact-info-text {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  width: 70%;
}
.bookwize-step4-policy {
  background: rgba(0, 0, 0, 0.11);
  margin-top: -30px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  margin-bottom: 30px;
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}
.bookwize-step4-policy li {
  list-style: none;
  position: relative;
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}
.bookwize-step4-policy header {
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.bookwize-step4-policy__container {
  padding-bottom: 20px;
}
.bookwize-hotel-contact-info {
  padding: 30px 20px;
}
.bookwize-reservation-room .bookwize-price.bookwize-price-line-through {
  display: block;
}
.taxes {
  padding-top: 20px;
}
.taxes .bookwize-price {
  color: #666666;
}
.bookwize-footer {
  background: #212121;
  font-family: "Helvetica Neue, Arial, sans-serif";
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bookwize-footer .container {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  color: #ffffff;
}
.bookwize-footer .container a {
  color: #ffffff;
}
.bookwize-footer header.footer-title {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.bookwize-footer address {
  font-style: normal;
  line-height: 20px;
}
.bookwize-footer-logo {
  max-width: 120px;
}
.bookwize-privacy,
.bookwize-cookie-policy {
  padding: 10px 0;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-privacy:hover,
.bookwize-cookie-policy:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #883D4B;
}
#Privacy .bookwize-modal-text,
#TermsConditions .bookwize-modal-text {
  padding: 0;
  text-align: left;
}
#Privacy .bookwize-modal-text .bookwize-modal-body,
#TermsConditions .bookwize-modal-text .bookwize-modal-body {
  padding: 0;
  margin-bottom: 15px;
}
#Privacy h2,
#TermsConditions h2 {
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 26px;
  font-size: 22px;
}
#Privacy h3,
#TermsConditions h3 {
  font-size: 18px;
  line-height: 20px;
}
#Privacy p,
#TermsConditions p {
  font-size: 16px;
  line-height: 18px;
}
#Privacy .bookwize-modal.in .bookwize-modal-title,
#TermsConditions .bookwize-modal.in .bookwize-modal-title {
  font-size: 26px;
  text-transform: uppercase;
}
.bookwize-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 90vh;
  padding: 20px 20px 50px 20px;
  ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bookwize-modal.in {
  display: block;
}
.bookwize-modal.in .bookwize-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  background: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bookwize-modal.in .bookwize-modal-content {
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
.bookwize-modal.in .bookwize-modal-content div {
  padding: 15px;
}
.bookwize-modal.in .bookwize-modal-title {
  font-size: 21px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #666666;
}
.bookwize-modal-text .bookwize-modal-body {
  overflow-y: scroll;
  max-height: 80vh;
}
.bookwize-modal-text .bookwize-button-primary {
  display: inline-block;
  width: auto;
  padding: 18px 20px 20px 20px;
}
@media print {
  #btnPrint {
    display: none;
  }
  .bookwize-step4-text {
    border-bottom: none;
  }
}
.bookwize-membership-container {
  max-width: 1200px;
  margin: auto;
}
.bookwize-membership-container .data-protection {
  margin-top: 100px;
}
.bookwize-membership-container .booking-form {
  max-width: 570px;
  margin: auto;
}
.bookwize-membership-container .booking-form .main-title {
  text-align: center;
}
.bookwize-membership-container .main-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bookwize-membership-container .members-benefits {
  margin-top: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #ffffff;
  margin-bottom: 30px;
}
.bookwize-membership-container .members-benefits-content {
  padding: 20px 30px;
}
.bookwize-membership-container .members-benefits-image {
  height: 430px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.bookwize-membership-container .members-text {
  padding: 20px 0 40px 0;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.bookwize-submenu .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #B4A27A;
  text-transform: uppercase;
  padding: 0 30px 15px;
}
.bookwize-submenu .bookwize-navbar-submenu {
  background: rgba(0, 0, 0, 0.06);
  padding: 15px;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav {
  padding: 25px 0px 25px 15px;
  border-bottom: solid 1px #CCCCCC;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav span {
  display: inline-block;
  width: 89%;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav:last-child {
  border-bottom: none;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav i {
  opacity: 0;
  font-size: 21px;
  color: #2D2D2D;
  vertical-align: middle;
  width: 10%;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav.active {
  color: #2D2D2D;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav.active i {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-submenu .bookwize-navbar-submenu .bookwize-nav:hover {
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bookwize-change-password {
  padding: 100px 0;
}
.customer-edit-wrapper {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.customer-edit-wrapper .room-name {
  color: #B4A27A;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}
.customer-edit-wrapper .room-name-header {
  display: block;
}
.customer-edit-wrapper .not-editable-wrapper-inner {
  display: inline-block;
  width: 47%;
  padding-left: 2%;
  vertical-align: top;
}
.customer-edit-wrapper .guest-type span {
  border-bottom: none;
  display: inline-block;
  padding-right: 5px;
  padding-top: 10px;
}
.customer-edit-wrapper label {
  display: block;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  padding-top: 20px;
}
.customer-edit-wrapper span {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 0;
  border-bottom: solid 1px #e0e0e0;
}
.customer-edit-wrapper--edit {
  margin-bottom: 30px;
}
.bookwize-reservation-container {
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
  padding: 80px 15px 40px 15px;
}
.bookwize-reservation-container .reservation-header {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
}
.bookwize-reservation-container .reservation-header div {
  display: inline-block;
  padding-right: 15px;
  text-align: left;
}
.bookwize-reservation-container .reservation-header div:first-child {
  width: 15%;
}
.bookwize-reservation-container .reservation-header div:nth-child(2) {
  width: 27%;
}
.bookwize-reservation-container .reservation-header div:nth-child(2) span:first-child {
  padding-right: 15px;
}
.bookwize-reservation-container .reservation-header div:nth-child(3) {
  width: 20%;
}
.bookwize-reservation-container .reservation-header div:nth-child(4) {
  width: 16%;
  text-align: right;
}
.bookwize-reservation-container .reservation-header div:last-child {
  padding-right: 0;
  text-align: right;
  width: 19%;
}
.bookwize-reservation-container .reservation-body {
  padding: 20px 0;
  border-bottom: solid 1px #CCCCCC;
}
.bookwize-reservation-container .reservation-body div {
  display: inline-block;
  text-align: left;
}
.bookwize-reservation-container .reservation-body div:first-child {
  width: 15%;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #B4A27A;
  cursor: pointer;
}
.bookwize-reservation-container .reservation-body div:nth-child(2) {
  width: 25%;
}
.bookwize-reservation-container .reservation-body div:nth-child(3) {
  width: 22%;
}
.bookwize-reservation-container .reservation-body div:nth-child(4) {
  width: 16%;
  text-align: right;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.bookwize-reservation-container .reservation-body div:last-child {
  padding-right: 0;
  text-align: right;
  width: 19%;
}
.bookwize-reservation-container .reservation-body div:last-child .bookwize-button {
  max-width: 130px;
  display: inline-block;
  margin: 0;
}
.bookwize-reservation-container .reservation-body .ConfirmedReservation {
  background: #daddea;
  color: #5867a1;
  border-left: solid 3px #5867a1;
  padding: 5px 10px 7px 10px;
}
.bookwize-reservation-container .reservation-body .CancelledReservation {
  background: #f4d7d0;
  color: #cd4c2b;
  border-left: solid 3px #cd4c2b;
  padding: 5px 10px 7px 10px;
}
.bookwize-reservation-container .reservation-body .NewRequest {
  background: #ffe6cd;
  color: #ff8d1f;
  border-left: solid 3px #ff8d1f;
  padding: 5px 10px 7px 10px;
}
.bookwize-reservation-container .reservation-body .NewReservationPaymentPending {
  background: #ffe6cd;
  color: #ff8d1f;
  border-left: solid 3px #ff8d1f;
  padding: 5px 10px 7px 10px;
}
.bookwize-view-reservation-row {
  margin-top: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  background: #ffffff;
  position: relative;
}
.bookwize-view-reservation-container:after {
  content: '';
  background: #CCCCCC;
  height: 1px;
  width: calc(100% + 30px);
  margin: auto;
  display: block;
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.bookwize-reservation-item {
  position: relative;
  padding: 35px;
}
.bookwize-reservation-item .label {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  text-align: center;
}
.bookwize-reservation-item .reservation-controler {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  text-align: center;
}
.bookwize-reservation-item:after {
  content: '';
  display: block;
  background: #CCCCCC;
  width: 1px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.no-border .bookwize-reservation-item:after {
  content: none;
}
.bookwize-reservation-item.ConfirmedReservation {
  background: #daddea;
  border-left: solid 3px #5867a1;
  padding: 25px;
  color: #5867a1;
  height: 107px;
}
.bookwize-reservation-item.CancelledReservation {
  background: #f4d7d0;
  border-left: solid 3px #cd4c2b;
  padding: 15px;
  color: #cd4c2b;
  height: 107px;
}
.bookwize-reservation-item.NewRequest {
  background: #ffe6cd;
  border-left: solid 3px #ff8d1f;
  color: #ff8d1f;
  padding: 15px;
  height: 107px;
}
.bookwize-reservation-item.NewReservationPaymentPending {
  background: #ffe6cd;
  border-left: solid 3px #ff8d1f;
  color: #ff8d1f;
  padding: 15px;
  height: 107px;
}
.bookwize-reservation-rooms.bookwize-view-reservation-row {
  padding: 20px;
}
.password-strength {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
}
.password-strength .error {
  background: #cd4c2b;
  padding: 4px;
  display: block;
}
.password-strength .success {
  background: #53bb6a;
  padding: 4px;
  display: block;
}
.bookwize-customer-details:after {
  content: '';
  background: #e0e0e0;
  height: 1px;
  width: calc(100% + 30px);
  margin: auto;
  display: block;
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.bookwize-account-links {
  padding-top: 20px;
}
.bookwize-account-links div {
  float: right;
}
.bookwize-account-links div:first-child {
  float: left;
}
.bookwize-cancel-form-row {
  width: 59% !important;
  display: inline-block;
}
.bookwize-cancel-form-row-last {
  width: 40% !important;
  display: inline-block !important;
  height: 70px;
  vertical-align: top;
  background: #883D4B;
}
.bookwize-code {
  color: #B4A27A;
}
.bookwize-membership-text {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.bookwize-membership-text:after {
  content: '';
  background: #CCCCCC;
  height: 1px;
  width: calc(100% + 15px);
  margin: auto;
  margin: 30px 0px 30px -15px;
  display: block;
}
.bookwize-membership-link {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.label-agree {
  padding-left: 30px;
}
.bookwize-modify-container .ui-widget.ui-widget-content {
  border: none;
  background: none;
}
.bookwize-modify-container .main-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bookwize-modify-container .main-text {
  padding: 30px 0;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.bookwize-modify-container .bookwize-modify-inner {
  padding: 60px 0;
}
.bookwize-modify-container .bookwize-modify-row {
  padding-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.bookwize-modify-container .bookwize-modify-row:after {
  content: '';
  background: #CCCCCC;
  height: 1px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 30px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.bookwize-modify-container .bookwize-modify-row.no-padding {
  padding-top: 0;
}
.bookwize-modify-container .bookwize-modify-sidebar {
  padding: 60px 0;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
.bookwize-modify-container .bookwize-modify-sidebar .main-title {
  margin-bottom: 40px;
}
.bookwize-modify-container .bookwize-modify-sidebar-row {
  padding-bottom: 30px;
}
.bookwize-modify-container .bookwize-modify-sidebar-row-inner {
  border-bottom: solid 1px #CACACA;
  padding: 5px 0;
}
.bookwize-modify-container .bookwize-modify-sidebar-row-inner span:last-child {
  color: #333333;
  float: right;
}
.bookwize-modify-container .bookwize-modify-sidebar-title {
  position: relative;
  height: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B4A27A;
  padding-right: 5px;
}
.bookwize-modify-container .bookwize-modify-sidebar-money {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}
.bookwize-modify-container .bookwize-reservation-room-inner-title {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}
.bookwize-modify-container .bookwize-reservation-room-inner-container {
  border-bottom: solid 1px #CACACA;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bookwize-modify-container .bookwize-modify-label {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  display: inline-block;
}
.bookwize-modify-container .bookwize-modify-main-text {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  display: inline-block;
}
.bookwize-modify-container .bookwize-modify-cancelation {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 1, 2, 0.22);
  font-size: 16px;
  line-height: 18px;
  color: #2D2D2D;
  display: inline-block;
  width: 100%;
}
.bookwize-modify-container .bookwize-modify-cancelation-divider {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bookwize-modify-container .bookwize-modify-cancelation-divider:last-child {
  border-bottom: 0;
}
.bookwize-modify-container .bookwize-modify-cancelation-divider header {
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.bookwize-modify-container .bookwize-modify-cancelation-divider .bookwize-price {
  color: #666666;
  font-size: 21px;
  display: block;
}
.bookwize-modify-container .bookwize-modify-cancelation-divider .bookwize-price.bookwize-price-line-through {
  font-size: 16px;
}
.bookwize-modify-container .bookwize-modify-cancelation-container {
  padding: 30px 20px;
  color: #666666;
  font-size: 13px;
  line-height: 21px;
}
.bookwize-modify-container .bookwize-modify-cancelation-container.bookwize-modify-cancelation-container--white {
  background: white;
}
.bookwize-modify-container .bookwize-modify-cancelation-container.bookwize-modify-cancelation-container--gray {
  background: rgba(0, 0, 0, 0.11);
}
.bookwize-modify-container .bookwize-modify-cancelation-container .bookwize-modify-cancelation-title {
  color: #2D2D2D;
  font-size: 16px;
}
#bookwize-cookie {
  display: none;
}
#bookwize-cookie.oppend {
  display: block;
}
.cookie-settings {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px;
  text-decoration: underline;
}
.cookie-settings:hover {
  color: #B4A27A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cc-allow:hover {
  background-color: #B4A27A !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cc-banner {
  font-size: 13px;
}
#bookwize-cookie,
#bookwize-cookie *,
#bookwize-cookie div,
#bookwize-cookie span,
#bookwize-cookie ul,
#bookwize-cookie li,
#bookwize-cookie a,
#bookwize-cookie p,
.bookwize-alert-box-wrapper * {
  font-size: 14px;
  background: none;
  border: none;
  bottom: auto;
  clear: none;
  float: none;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-weight: normal;
}
.bookwize-cookie-body-right__inner {
  display: none;
}
.bookwize-cookie-body-right__inner.active {
  display: block;
}
#bookwize-cookie #bookwize-cookie-bg {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 7901;
}
#bookwize-cookie.oppend #bookwize-cookie-bg {
  display: block;
}
#bookwize-cookie #bookwize-cookie-wrapper {
  display: none;
  z-index: 7902;
  color: #000;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
#bookwize-cookie #bookwize-cookie-wrapper:focus {
  outline: none;
}
#bookwize-cookie #bookwize-cookie-wrapper a {
  text-decoration: none;
  color: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#bookwize-cookie #bookwize-cookie-wrapper a:hover {
  color: #B4A27A;
}
#bookwize-cookie #bookwize-cookie-wrapper a:hover {
  text-decoration: underline;
}
#bookwize-cookie #bookwize-cookie-wrapper img {
  border: 0px;
}
#bookwize-cookie #bookwize-cookie-top {
  background-color: #883D4B;
  height: 80px;
  margin: 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#bookwize-cookie #bookwize-cookie-top .bookwize-close,
.bookwize-alert-box-wrapper .bookwize-alert-box-corner-close a {
  float: right;
  position: relative;
  right: 5px;
  top: 5px;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
#bookwize-cookie #bookwize-cookie-close {
  background: none !important;
  display: none;
}
#bookwize-cookie #bookwize-cookie-wrapper a:hover {
  text-decoration: none;
}
#bookwize-cookie #bookwize-cookie-top img a {
  border: 0;
}
#bookwize-cookie #bookwize-cookie-body {
  background-color: #ffffff;
  margin: 0px;
  width: 100%;
  position: relative;
}
#bookwize-cookie #bookwize-cookie-body h2 {
  margin: 5px 0px 0px 5px;
  padding: 0px;
  color: #000;
}
#bookwize-cookie #bookwize-cookie-body h3 {
  font-size: 14px;
  margin: 10px 0px 10px 0px;
  color: #000;
  width: 75%;
  display: inline-block;
}
#bookwize-cookie #bookwize-cookie-body p,
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0px 0px 5px;
  padding: 0px;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list {
  margin-top: 10px;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list p {
  margin: 4px 0;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list p.bookwize-subgroup-cookies-list,
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list p.bookwize-group-cookies-list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  color: #666;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list div.bookwize-cookies-used {
  font-size: 13px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
#bookwize-cookie #bookwize-cookie-body div#bookwize-cookie-main-info-text div.bookwize-cookie-list span.bookwize-subgroup-header {
  font-size: 13px;
  padding-right: 10px;
  color: #000;
  display: inline-block;
  width: 300px;
}
#bookwize-cookie #bookwize-cookie-body div.bookwize-subgroup-description {
  margin: 5px 10px;
}
#bookwize-cookie #bookwize-cookie-body-left {
  float: left;
  width: 100%;
}
#bookwize-cookie.modern #bookwize-cookie-branding-top-logo {
  background-image: url(../images/cookie-collective-top-logo.svg) !important;
}
#bookwize-cookie #bookwize-cookie-branding-top-logo {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 50px;
  width: 140px;
  position: absolute;
  top: -65px;
  left: 10px;
}
#bookwize-cookie #bookwize-cookie-menu {
  padding: 0px;
  width: 100%;
  word-break: break-word;
}
p.bookwize-subgroup-cookies-list {
  margin: 0 !important;
}
#bookwize-cookie #bookwize-cookie-menu li {
  list-style-type: none;
  min-height: 38px;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6 !important;
  width: 100%;
  cursor: pointer;
}
#bookwize-cookie #bookwize-cookie-menu li p {
  font-size: 12px;
  margin: 0px 0px 0px 35px;
  padding: 12px 0px 12px 0px;
  width: 80%;
}
#bookwize-cookie #bookwize-cookie-menu li p a {
  font-size: 12px;
  color: #666;
}
#bookwize-cookie #bookwize-cookie-menu .menu-item-selected {
  background-color: #fff !important;
}
#bookwize-cookie #bookwize-cookie-menu .menu-item-selected a {
  color: #000;
}
#bookwize-cookie #bookwize-cookie-menu li {
  background-size: 16px !important;
  background-position: 15px 12px !important;
  background-repeat: no-repeat !important;
}
#bookwize-cookie #bookwize-cookie-more-info-bar {
  display: inline-block;
}
#bookwize-cookie #bookwize-cookie-more-info-bar p {
  float: left;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  width: auto;
  font-size: 14px;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-arrow {
  float: left;
  margin: 7px 0px 0px 5px;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-status-symbol {
  margin: 2px 0px 0px 4px;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-status .bookwize-status-editable,
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-status .bookwize-status-always-active {
  display: none;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-status-on {
  color: #883D4B;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-bottom-spacer {
  clear: both;
  height: 20px;
}
#bookwize-cookie #bookwize-cookie-bottom {
  border-top: 1px solid #ccc;
  background-color: #f2f2f2;
  float: left;
  margin: 0px;
  padding-bottom: 10px;
  width: 100%;
}
#bookwize-cookie #bookwize-cookie-bottom-logo {
  float: left;
  margin: 8px 0px 0px 3px;
  background: none !important;
}
#bookwize-cookie #bookwize-cookie-bottom-logo:before {
  content: 'Powered by';
  font-size: 13px;
  color: #000;
  position: relative;
  top: 10px;
  margin-left: 10px;
  width: auto;
}
#bookwize-cookie #bookwize-cookie-bottom-logo:after {
  content: 'OneTrust';
  font-size: 13px;
  color: #000;
  width: auto;
  position: relative;
  top: 10px;
  margin-left: 4px;
  border-bottom: 1px solid #ccc;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-allow-all-button,
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-save-settings-button {
  cursor: hand;
  cursor: pointer;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-allow-all-button {
  display: none;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-allow-all-button a:hover,
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-save-settings-button a:hover {
  text-decoration: none;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-button-wrapper {
  float: left;
  margin: 10px;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-white-button-middle {
  background-repeat: repeat-x;
  display: block;
  float: left;
  padding: 8px 13px;
  background-color: #883D4B;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-white-button-middle:hover {
  background-color: #B4A27A;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-white-button-middle.outline {
  background-color: transparent;
  text-decoration: underline;
  color: #000;
}
#bookwize-cookie #bookwize-cookie-wrapper .bookwize-white-button-middle.outline:hover {
  background-color: none;
  color: #B4A27A;
}
.bookwize-show-settings-popup-wrapper *,
.bookwize-show-settings-popup-wrapper *:before,
.bookwize-show-settings-popup-wrapper *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bookwize-show-settings-popup-wrapper,
.bookwize-show-settings-popup-wrapper *,
.bookwize-show-settings-popup-wrapper div,
.bookwize-show-settings-popup-wrapper span,
.bookwize-show-settings-popup-wrapper ul,
.bookwize-show-settings-popup-wrapper li,
.bookwize-show-settings-popup-wrapper a,
.bookwize-show-settings-popup-wrapper p,
#bookwize-cookie-show-settings-popup ul,
#bookwize-cookie-show-settings-popup li,
#bookwize-cookie-show-settings-popup a,
#bookwize-cookie-show-settings-popup span {
  border: none;
  bottom: auto;
  clear: none;
  float: none;
  letter-spacing: normal;
  line-height: normal;
  max-height: inherit;
  max-width: inherit;
  min-width: inherit;
  overflow: visible;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 12px;
}
.bookwize-show-settings-popup-wrapper img {
  width: auto;
  height: auto;
}
.bookwize-show-settings-popup-wrapper {
  height: 0px;
}
.bookwize-show-settings-button {
  cursor: hand;
  cursor: pointer;
}
.bookwize-show-settings-popup-wrapper .bookwize-show-settings-middle a.bookwize-show-settings {
  color: #666 !important;
  margin-top: -20px !important;
  float: none !important;
  font-size: 14px;
}
.bookwize-show-settings-popup-wrapper .bookwize-show-settings-middle a.bookwize-show-settings:hover {
  text-decoration: none !important;
}
.bookwize-show-settings-popup-wrapper .bookwize-show-settings-middle {
  background: #fff !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: none;
  float: left;
  height: 23px !important;
  padding-top: 7px;
}
.bookwize-show-settings-popup-wrapper .bookwize-show-settings-left {
  background-color: #fff !important;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 9px 7px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  height: 30px !important;
  width: 30px !important;
}
.bookwize-show-settings-popup-wrapper .bookwize-show-settings-right {
  background: #fff !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: none;
  float: left;
  height: 30px !important;
  width: 8px !important;
}
#bookwize-cookie-show-settings-popup {
  display: none;
  position: relative;
  z-index: 99999;
  left: 0px !important;
  float: left !important;
}
#bookwize-cookie-show-settings-popup-inner {
  position: absolute;
}
#bookwize-cookie-show-settings-popup ul {
  list-style-type: none !important;
  width: 205px;
  height: auto !important;
  margin: 3px 0px !important;
  padding: 0px !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f2f2f2;
}
#bookwize-cookie-show-settings-popup ul li {
  padding: 6px 10px 0px 6px;
  height: auto !important;
  list-style-type: none !important;
  margin: 0px !important;
  font-size: 13px !important;
  color: #666 !important;
}
#bookwize-cookie-show-settings-popup ul li a {
  text-decoration: none;
  color: #666;
}
#bookwize-cookie-show-settings-popup ul li a:hover {
  text-decoration: underline;
}
#bookwize-cookie-show-settings-popup ul li .bookwize-dnt {
  font-size: 10px !important;
  color: #333;
}
#bookwize-cookie-show-settings-popup .icon {
  float: left;
  display: block;
  margin-right: 5px;
  height: 16px;
  width: 16px;
}
#bookwize-cookie-show-settings-popup .top-arrow {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f2f2f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 11px;
  position: absolute;
  width: 11px;
  top: -3px !important;
}
#bookwize-cookie-show-settings-popup .bottom-arrow-even,
#bookwize-cookie-show-settings-popup .bottom-arrow-odd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 11px;
  position: absolute;
  width: 11px;
  bottom: 4px;
}
#bookwize-cookie-show-settings-popup .menu-item-border {
  background-color: #ccc;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 199px;
  margin-top: 6px;
  margin-left: -5px;
}
#bookwize-cookie-show-settings-popup .menu-bottom-odd,
#bookwize-cookie-show-settings-popup .menu-bottom-even {
  background-color: #f2f2f2;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  height: 7px;
  margin: 0 0 10px 0;
  padding: 0;
  margin-top: -3px;
  width: 205px;
}
@media only screen and (min-width: 47em) {
  #bookwize-cookie #bookwize-cookie-top {
    background-color: #f2f2f2;
  }
  #bookwize-cookie #bookwize-cookie-branding-top-logo {
    margin: 0px;
  }
  #bookwize-cookie #bookwize-cookie-wrapper {
    min-height: 300px;
    left: 50%;
    top: 0;
    margin: 100px 0px 0px -300px;
    position: fixed;
    width: 600px;
  }
  #bookwize-cookie #bookwize-cookie-body-left-shading {
    position: absolute;
    top: -81px;
    left: 0;
    width: 158px;
    height: 80px;
  }
  #bookwize-cookie #bookwize-cookie-menu {
    margin: 0px 0px 0px -12px;
  }
  #bookwize-cookie #bookwize-cookie-menu li {
    padding-right: 20px;
  }
  #bookwize-cookie #bookwize-cookie-body-left {
    float: left;
    width: 23%;
    padding: 0 2%;
  }
  #bookwize-cookie #bookwize-cookie-body-right {
    float: left;
    width: 69%;
    padding: 1% 2%;
  }
  #bookwize-cookie #bookwize-cookie-body h2 {
    position: absolute;
    top: -55px;
    font-size: 16px;
  }
}
#bookwize-cookie fieldset {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 23px;
  margin-top: 10px;
}
#bookwize-cookie fieldset input {
  opacity: 0;
}
#bookwize-cookie fieldset label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #414141;
  border-radius: 23px;
  overflow: visible;
  text-indent: 45px;
  font-size: 14px;
}
#bookwize-cookie fieldset label .active {
  display: none;
}
#bookwize-cookie fieldset label .inactive {
  display: inline-block;
}
#bookwize-cookie fieldset label:after {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
#bookwize-cookie fieldset input:checked + label {
  background-color: #883D4B;
}
#bookwize-cookie fieldset input:checked + label .active {
  display: inline-block;
}
#bookwize-cookie fieldset input:checked + label .inactive {
  display: none;
}
#bookwize-cookie fieldset input:focus + label,
#bookwize-cookie fieldset input:active + label {
  -webkit-box-shadow: 0 0 2px 2px #509ec4;
          box-shadow: 0 0 2px 2px #509ec4;
}
#bookwize-cookie fieldset input:checked + label:after {
  background-color: #f5efeb;
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
#bookwize-cookie .bookwize-subgroup-checkbox {
  margin-right: 5px;
}
#bookwize-cookie .bookwize-subgroup-fieldset {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  top: -3px;
}
#bookwize-cookie .bookwize-subgroup-fieldset label {
  font-size: 20px;
  padding-top: 0px;
}
#bookwize-cookie-cookie-policy .bookwize-cookie-policy-left {
  float: left;
  width: 45%;
}
#bookwize-cookie-cookie-policy .bookwize-cookie-policy-right {
  float: right;
  width: 45%;
}
#bookwize-cookie-cookie-policy .bookwize-cookie-policy-group {
  margin-bottom: 40px;
  clear: both;
}
#bookwize-cookie-cookie-policy .bookwize-cookie-policy-subgroup {
  border-bottom: 1px solid #cccccc;
  clear: both;
}
#bookwize-cookie-cookie-policy .bookwize-cookie-policy-subgroup .bookwize-cookie-policy-left {
  border-right: 1px solid #cccccc;
  padding-right: 5%;
}
#bookwize-cookie-cookie-policy .bookwize-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bookwize-cookie-cookie-policy .bookwize-clearfix {
  display: inline-block;
}
html[xmlns] #bookwize-cookie-cookie-policy .clearfix {
  display: block;
}
* html #bookwize-cookie-cookie-policy .clearfix {
  height: 1%;
}
.bookwize-alert-box-wrapper {
  position: fixed;
  width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: -145px;
  z-index: 7900;
  min-height: 50px;
}
.bookwize-alert-box-wrapper a {
  background-color: transparent;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-bg p {
  font-size: 11pt;
  line-height: 16pt;
  color: #fff !important;
  padding-bottom: 5px;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-bottom-top {
  height: 10px;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-corner-close {
  height: 20px;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  width: 20px;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-logo {
  position: absolute;
  height: 28px;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  width: 29px;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-body {
  margin-right: 450px;
  margin-left: 50px;
  padding-top: 6px;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-button-middle {
  background-color: #883D4B;
  border: 1px solid #883D4B;
  padding: 8px 18px;
  font-size: 9pt;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-button-middle a {
  color: #fff !important;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-button-middle a:hover {
  color: #fff;
}
.bookwize-alert-box-wrapper .bookwize-button-allow .bookwize-alert-box-button-middle a:before {
  content: '\2713';
  padding-right: 3px;
}
.bookwize-alert-box-wrapper .bookwize-button-more .bookwize-alert-box-button-middle {
  border: none !important;
  background: none !important;
  padding: 10px 10px 0 0px;
}
.bookwize-alert-box-wrapper .bookwize-button-more .bookwize-alert-box-button-middle a {
  border-bottom: 1px solid #999;
  padding-bottom: 1px;
  color: #fff !important;
}
.bookwize-alert-box-wrapper .bookwize-button-more .bookwize-alert-box-button-middle a:before {
  content: '\276F';
  font-size: 1.1em;
  padding-right: 5px;
  color: #fff;
  position: absolute;
  left: -14px;
  top: -3px;
}
.bookwize-alert-box-bg .bookwize-alert-box-button-container {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
}
.bookwize-alert-box-bg .bookwize-alert-box-button.bookwize-button-close {
  display: none;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-button {
  float: right;
  margin-right: 30px;
  margin-bottom: 10px;
  line-height: initial;
}
.bookwize-alert-box-wrapper .bookwize-alert-box-bottom-padding {
  padding-bottom: 10px;
}
.bookwize-alert-box-wrapper.hide-accept-button .bookwize-alert-box-button.bookwize-button-allow {
  display: none;
}
.bookwize-alert-box-wrapper.hide-cookie-setting-button .bookwize-alert-box-button.bookwize-button-more {
  display: none;
}
.bookwize-alert-box-wrapper.hide-accept-button .bookwize-alert-box-body {
  margin-right: 215px;
}
.bookwize-alert-box-wrapper.hide-cookie-setting-button .bookwize-alert-box-body {
  margin-right: 215px;
}
.bookwize-alert-box-wrapper.hide-accept-button.hide-cookie-setting-button .bookwize-alert-box-body {
  margin-right: 50px;
}
@media only screen and (max-width: 47em) {
  .bookwize-alert-box-wrapper .bookwize-alert-box-logo {
    left: 20px;
    top: 63px;
    margin-top: auto;
  }
  .bookwize-alert-box-wrapper .bookwize-alert-box-corner-close {
    right: 10px;
    bottom: 22px;
    margin-top: auto;
  }
  .bookwize-alert-box-wrapper.hide-accept-button .bookwize-alert-box-body {
    margin-right: 20px;
  }
  .bookwize-alert-box-wrapper.hide-cookie-setting-button .bookwize-alert-box-body {
    margin-right: 20px;
  }
  .bookwize-alert-box-wrapper.hide-accept-button.hide-cookie-setting-button .bookwize-alert-box-body {
    margin-right: 20px;
  }
  .bookwize-alert-box-wrapper .bookwize-alert-box-body {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }
  .bookwize-alert-box-bg .bookwize-alert-box-button-container {
    position: relative;
    text-align: center;
    margin: 5px;
    top: auto;
    right: auto;
    padding-right: 50px;
  }
  .bookwize-alert-box-wrapper .bookwize-alert-box-button {
    display: inline-block;
    margin-right: 10px;
  }
}
.bookwize-allow-all {
  float: right !important;
}
.bookwize-subgroup-header span {
  display: block;
}
#bookwize-main-info-text,
.bookwize-main-info-text {
  text-align: justify !important;
}
.bookwize-cookies-group {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.ibe .rateplan-page {
  width: 70%;
  background: #fff;
  margin: 120px auto 80px;
  padding: 20px 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
.ibe .rateplan-page .rateplan {
  text-align: center;
  padding: 0 0 20px 0;
}
.ibe .rateplan-page .rateplan .title {
  font-size: 24px;
  line-height: 28px;
  color: #2D2D2D;
  margin: 40px 0 0 0;
}
.ibe .rateplan-page .rateplan .summary {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.ibe .rateplan-page .rateplan .summary .price {
  font-size: 18px;
  line-height: 21px;
  color: #883D4B;
  display: block;
}
.ibe .rateplan-page .rateplan .btn {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #883D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px;
  text-align: center;
  border: none;
  padding: 18px 0 20px 0;
  cursor: pointer;
  margin: 20px auto;
}
.ibe .rateplan-page .rateplan .btn:hover {
  background: #B4A27A;
  color: #ffffff;
}
.ibe .rateplan-page .rateplan .body {
  margin: 0 0 50px 0;
}
.ibe .rateplan-page .rateplan .body .body-title {
  font-size: calc(14px + 4px);
  line-height: 28px;
  color: #2D2D2D;
  margin: 40px 0 0 0;
}
.ibe .rateplan-page .rateplan .body .sep {
  width: 15%;
  height: 1px;
  margin: 10px auto;
  background: #666666;
}
.ibe .rateplan-page .rateplan .body .body-text {
  font-size: 12px;
  font-size: calc(14px + 2px);
  line-height: 14px;
}
.ibe .rateplan-page .rateplan .body .body-text p {
  font-family: "Helvetica Neue, Arial, sans-serif" !important;
  font-size: 14px !important;
  margin: 0 0 10px 0 !important;
  color: #999999 !important;
  line-height: 14px !important;
  line-height: calc(14px + 3px) !important;
}
.ibe .rateplan-page .rateplan .body .body-text ul {
  font-family: "Helvetica Neue, Arial, sans-serif" !important;
  font-size: 14px !important;
  margin: 0 0 10px 0 !important;
  line-height: 14px !important;
  line-height: calc(14px + 3px) !important;
  padding: 0;
  text-align: center;
  list-style-position: inside !important;
  display: inline-block;
  color: #999999 !important;
}
.ibe .rateplan-page .rateplan .panel-title .bookwize-toggle:after {
  content: "\E313";
  font-family: 'Material Icons';
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.ibe .rateplan-page .rateplan .panel-title.active .bookwize-toggle:after {
  content: "\E316";
}
.ibe .rateplan-page .rateplan .panel-collapse {
  display: none;
}
.ibe .rateplan-page .rateplan .panel-collapse .panel-body {
  max-width: 70%;
  margin: auto;
  line-height: 14px !important;
  line-height: calc(14px + 3px) !important;
}
.ibe .rateplan-page .rateplan .panel-collapse .panel-body p {
  margin: 0 0 10px;
}
/* Braintree Hosted Fields styling classes*/
.braintree {
  position: relative;
}
.braintree .signal {
  border: 5px solid #333;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: none;
}
.braintree .signal.active {
  display: block;
}
.hosted-field {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 25px 15px 0;
  background: white;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 20px;
}
.braintree label {
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  padding: 0 15px;
  z-index: 1;
  text-transform: capitalize;
  z-index: 4;
}
.braintree-message .bookwize-alert-validation-message {
  display: block;
  text-align: left;
  padding: 27px;
  position: relative;
}
#stripe-card {
  padding: 15px;
}
.bookwize-smartguest .bookwize-reservation-login,
.bookwize-smartguest .bookwize-reservation-logout {
  max-width: 400px;
  padding: 0 0 60px;
  margin: auto;
}
.bookwize-smartguest .main-title {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}
.bookwize-smartguest .main-text {
  padding: 20px 0;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.bookwize-smartguest .main-subtitle {
  padding: 10px 0;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}
.bookwize-smartguest .bookwize-membership-text:after {
  width: calc(100%);
  margin: 30px 0px 30px 0px;
}
.bookwize-smartguest .bookwize-membership-text-btn {
  cursor: pointer;
}
.bookwize-smartguest .bookwize-membership-text-btn:before {
  font-family: 'Material Icons';
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
  content: '\2039';
  vertical-align: initial;
}
.bookwize-smartguest .bookwize-smartguest-btns:after {
  content: '';
  background: #cccccc;
  height: 1px;
  width: calc(100%);
  margin: auto;
  margin: 30px 0px 10px 0px;
  display: block;
}
.bookwize-smartguest .bookwize-smartguest-btns:before {
  content: '';
  background: #cccccc;
  height: 1px;
  width: calc(100%);
  margin: auto;
  margin: 10px 0px 30px 0px;
  display: block;
}
.bookwize-smartguest .bookwize-button-edit {
  width: 100%;
  padding: 15px 20px;
  margin: 0px 0px 1em 0px;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
body.popupOpen {
  overflow: hidden;
}
body.popupOpen:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 90;
  background: rgba(0, 0, 0, 0.77);
  content: '';
  display: block;
}
body.popupOpen:after {
  content: "\E5CD";
  font-family: 'Material Icons';
  font-size: 45px;
  position: fixed;
  top: 10vh;
  right: 10vw;
  z-index: 99;
  cursor: pointer;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.77);
  content: '';
  display: block;
}
.bookwize {
  max-width: 1170px;
  margin: auto;
}
@media only screen and (max-width: 1220px) {
  .bookwize {
    padding: 0 10px;
  }
}
.bookwize .bookwize-container {
  max-width: 1200px;
  margin: 75px auto 45px;
  height: 100%;
}
@media (max-width: 991px) {
  .bookwize .bookwize-container {
    margin-top: 0 !important;
  }
}
@media only screen and (max-height: 900px) {
  .bookwize .bookwize-container {
    margin: 75px auto 15px;
  }
}
.bookwize a {
  color: #883D4B;
  text-decoration: none;
}
.bookwize a:hover {
  color: #B4A27A;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 850px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide-laptop {
    display: none !important;
  }
}
.bookwize-info {
  background: #daddea;
  color: #5867a1;
  font-size: 13px;
  line-height: 15px;
  padding: 15px;
}
.bookwize-info.bookwize-info-clickable {
  cursor: pointer;
}
.bookwize-info.confirmed {
  background: #d9f0de;
  color: #53bb6a;
}
.bookwize-info p {
  margin: 0;
}
.form-size {
  max-width: 770px;
  margin: auto;
}
.margin-auto {
  margin: auto;
}
.bookwize-message {
  font-size: 13px;
  line-height: 15px;
}
.bookwize-message .alert-danger {
  background: #f4d7d0;
  color: #cd4c2b;
  padding: 20px;
  margin: auto;
  display: block;
}
.bookwize-message .alert-success {
  background: #d9f0de;
  color: #53bb6a;
  padding: 20px;
  margin: auto;
  display: block;
}
.bookwize-message .alert-warning {
  background: #ffe6cd;
  color: #ff8d1f;
  padding: 20px;
  margin: auto;
  display: block;
}
.bookwize-message.bookwize-message.bookwize-message-fullpage {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}
.bookwize-message.bookwize-message.bookwize-message-fullpage span > span {
  max-width: 1200px;
  margin: auto;
  display: block;
}
.bookwize-alert-validation-message {
  position: absolute;
  top: 0;
  height: 70px;
  background: #f4d7d0;
  color: #cd4c2b;
  width: 100%;
  padding: 0 5px;
  text-align: right;
  z-index: 1;
}
@media only screen and (max-height: 900px) {
  .bookwize-alert-validation-message {
    height: 65px;
  }
}
*:focus {
  outline: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.extended {
  margin-left: -15px;
}
.bookwize-step1 {
  margin-bottom: 125px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.bold {
  font-weight: bold;
}
.margin-top {
  margin-top: 20px;
}
.without-margin {
  margin: 0;
}
.with-border:after {
  content: '';
  background: #CCCCCC;
  height: 1px;
  width: 100%;
  margin: auto;
  max-width: 800px;
  display: block;
  margin-top: 30px;
}
@media only screen and (max-height: 900px) {
  .with-border:after {
    margin-top: 15px;
  }
}
.with-border.with-border-small:after {
  max-width: 460px;
  margin-left: -15px;
}
@media only screen and (max-width: 850px) {
  .with-border.with-border-small:after {
    max-width: 100%;
    margin-left: 0px;
  }
}
.with-border.with-border-small.bookwize-form-room-row:last-child:after {
  content: none;
}
@media (max-width: 550px) {
  .ibe .bookwize-room-availability .datepick.datepick-multi .datepick-month {
    width: 100%;
    padding: 0;
  }
}
@media print {
  .ibe #Header,
  .ibe .main-header {
    display: none;
  }
  .ibe #Footer {
    min-height: auto;
    padding: 0;
    display: none;
    /*.contact-info {
                display: block;
                width: 100%;
                font-size: 11px;
                text-align: center;

                h3 {
                    margin: 10px 0;
                    font-size: 13px;
                }
            }*/
  }
  .ibe .container {
    width: 100%;
  }
  .ibe .label {
    border: none;
  }
  .ibe .myreservation-content {
    margin: 0;
  }
  .ibe .myreservation-content .reservation-title {
    padding: 0 0 15px 0;
  }
  .ibe .myreservation-content .label,
  .ibe .myreservation-content .text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    zoom: 1;
    margin: 0;
  }
  .ibe .myreservation-content .text {
    position: relative;
    top: -10px;
    left: 20px;
  }
  .ibe .myreservation-content .customer {
    margin: 0 -15px;
  }
  .ibe .horizontal-line-arrow {
    margin: 5px 0;
  }
  .ibe .reservation .reservation-rooms,
  .ibe .reservation .reservation-supplements {
    padding: 15px 0 0 0;
  }
  .ibe .reservation .reservation-rooms .supplement,
  .ibe .reservation .reservation-supplements .supplement,
  .ibe .reservation .reservation-rooms .room,
  .ibe .reservation .reservation-supplements .room {
    padding: 5px 0;
  }
  .ibe .reservation .reservation-rooms .supplement .title,
  .ibe .reservation .reservation-supplements .supplement .title,
  .ibe .reservation .reservation-rooms .room .title,
  .ibe .reservation .reservation-supplements .room .title,
  .ibe .reservation .reservation-rooms .supplement .guests,
  .ibe .reservation .reservation-supplements .supplement .guests,
  .ibe .reservation .reservation-rooms .room .guests,
  .ibe .reservation .reservation-supplements .room .guests,
  .ibe .reservation .reservation-rooms .supplement .rateplan,
  .ibe .reservation .reservation-supplements .supplement .rateplan,
  .ibe .reservation .reservation-rooms .room .rateplan,
  .ibe .reservation .reservation-supplements .room .rateplan,
  .ibe .reservation .reservation-rooms .supplement .price,
  .ibe .reservation .reservation-supplements .supplement .price,
  .ibe .reservation .reservation-rooms .room .price,
  .ibe .reservation .reservation-supplements .room .price,
  .ibe .reservation .reservation-rooms .supplement .supplement-name,
  .ibe .reservation .reservation-supplements .supplement .supplement-name,
  .ibe .reservation .reservation-rooms .room .supplement-name,
  .ibe .reservation .reservation-supplements .room .supplement-name,
  .ibe .reservation .reservation-rooms .supplement .quantity,
  .ibe .reservation .reservation-supplements .supplement .quantity,
  .ibe .reservation .reservation-rooms .room .quantity,
  .ibe .reservation .reservation-supplements .room .quantity {
    display: inline-block;
    font-size: 14px;
  }
  .ibe .reservation .reservation-rooms .supplement .title,
  .ibe .reservation .reservation-supplements .supplement .title,
  .ibe .reservation .reservation-rooms .room .title,
  .ibe .reservation .reservation-supplements .room .title,
  .ibe .reservation .reservation-rooms .supplement .guests,
  .ibe .reservation .reservation-supplements .supplement .guests,
  .ibe .reservation .reservation-rooms .room .guests,
  .ibe .reservation .reservation-supplements .room .guests,
  .ibe .reservation .reservation-rooms .supplement .quantity,
  .ibe .reservation .reservation-supplements .supplement .quantity,
  .ibe .reservation .reservation-rooms .room .quantity,
  .ibe .reservation .reservation-supplements .room .quantity,
  .ibe .reservation .reservation-rooms .supplement .rateplan,
  .ibe .reservation .reservation-supplements .supplement .rateplan,
  .ibe .reservation .reservation-rooms .room .rateplan,
  .ibe .reservation .reservation-supplements .room .rateplan {
    font-family: "Helvetica Neue, Arial, sans-serif", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    /* normal,italic,oblique  */
    font-weight: normal;
    /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
    text-decoration: none;
    /* none,underline*/
    text-transform: none;
    color: #2D2D2D;
  }
  .ibe .reservation .reservation-totals .grand-total-label {
    font-weight: normal;
    display: inline-block;
    position: relative;
    top: 0;
  }
  .ibe .reservation .reservation-totals .price {
    display: inline-block;
    font-size: 16px;
  }
  .ibe .myreservation-content {
    margin-top: 0;
    position: relative;
    top: -130px;
  }
  .ibe .myreservation-content .label,
  .ibe .myreservation-content .text {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .ibe .myreservation-content .label {
    width: 30%;
  }
  .ibe .myreservation-content .text {
    top: 0;
    padding: 0;
    font-size: 12px;
  }
  .ibe .myreservation-content .reservation .reservation-rooms .room .room-index,
  .ibe .myreservation-content .reservation .reservation-supplements .room .room-index,
  .ibe .myreservation-content .reservation .reservation-rooms .room .title,
  .ibe .myreservation-content .reservation .reservation-supplements .room .title,
  .ibe .myreservation-content .reservation .reservation-rooms .room .guests,
  .ibe .myreservation-content .reservation .reservation-supplements .room .guests,
  .ibe .myreservation-content .reservation .reservation-rooms .room .rateplan,
  .ibe .myreservation-content .reservation .reservation-supplements .room .rateplan,
  .ibe .myreservation-content .reservation .reservation-rooms .room .price,
  .ibe .myreservation-content .reservation .reservation-supplements .room .price,
  .ibe .myreservation-content .reservation .reservation-rooms .room .supplement-name,
  .ibe .myreservation-content .reservation .reservation-supplements .room .supplement-name,
  .ibe .myreservation-content .reservation .reservation-rooms .room .quantity,
  .ibe .myreservation-content .reservation .reservation-supplements .room .quantity {
    padding: 0;
    margin-right: 15px;
  }
  .ibe .myreservation-content .reservation .reservation-totals .grand-total-label,
  .ibe .myreservation-content .reservation .reservation-totals .price {
    padding: 0;
    margin-right: 15px;
  }
  .ibe .myreservation-content .reservation .reservation-totals .grand-total-label {
    width: 30%;
    font-size: 10px;
  }
  .ibe .myreservation-content .reservation .terms-conditions-holder {
    page-break-after: always;
  }
  .ibe .myreservation-content .reservation .terms-conditions-holder,
  .ibe .myreservation-content .reservation .terms-conditions-holder > div {
    padding: 0;
  }
  .ibe .myreservation-content .reservation .terms-conditions-holder .title,
  .ibe .myreservation-content .reservation .terms-conditions-holder > div .title {
    margin: 0 0 10px 0;
  }
  .ibe .myreservation-content .reservation.hotel-info {
    padding: 0;
  }
  .ibe .myreservation-content .hotel-contact-info > div {
    padding: 0;
  }
  .ibe .myreservation-content .hotel-contact-info .text {
    margin: 0;
    position: relative;
    top: -2px;
  }
  html,
  body {
    height: 100%;
    min-height: 100%;
    overflow: visible;
    font-size: 12px;
  }
}
body.bookwize-liquid-integrated {
  background-color: #eee;
  padding-top: 40px;
}
