@charset "UTF-8";
/*
// LOGO 
*/
/*
// COLORS 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

@font-face {
  font-family: "OSLight";
  src: url('/fonts/opensans/OpenSans-Light-webfont.eot?1478294813');
  src: url('/fonts/opensans/OpenSans-Light-webfont.eot?&1478294813#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Light-webfont.woff?1478294813') format('woff'), url('/fonts/opensans/OpenSans-Light-webfont.ttf?1478294813') format('truetype'), url('/fonts/opensans/OpenSans-Light-webfont.svg?1478294813') format('svg');
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "OSRegular";
  src: url('/fonts/opensans/OpenSans-Regular-webfont.eot?1478294813');
  src: url('/fonts/opensans/OpenSans-Regular-webfont.eot?&1478294813#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Regular-webfont.woff?1478294813') format('woff'), url('/fonts/opensans/OpenSans-Regular-webfont.ttf?1478294813') format('truetype'), url('/fonts/opensans/OpenSans-Regular-webfont.svg?1478294813') format('svg');
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "OSSemi";
  src: url('/fonts/opensans/OpenSans-Semibold-webfont.eot?1478294813');
  src: url('/fonts/opensans/OpenSans-Semibold-webfont.eot?&1478294813#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Semibold-webfont.woff?1478294813') format('woff'), url('/fonts/opensans/OpenSans-Semibold-webfont.ttf?1478294813') format('truetype'), url('/fonts/opensans/OpenSans-Semibold-webfont.svg?1478294813') format('svg');
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "OSBold";
  src: url('/fonts/opensans/OpenSans-Bold-webfont.eot?1478294813');
  src: url('/fonts/opensans/OpenSans-Bold-webfont.eot?&1478294813#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Bold-webfont.woff?1478294813') format('woff'), url('/fonts/opensans/OpenSans-Bold-webfont.ttf?1478294813') format('truetype'), url('/fonts/opensans/OpenSans-Bold-webfont.svg?1478294813') format('svg');
  font-weight: 700;
  font-style: normal; }
/**************************************
			GLOBAL Variables
****************************************/
/**************************************
			GLOBAL Styles
****************************************/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-width: 960px;
  height: 100%; }

html {
  font-size: 62.5%;
  color: #5E6062;
  background-color: #F0F0F0; }
  html body {
    font-family: "", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    background-color: #FFFFFF; }
  html .container,
  html .inner-container {
    width: 100%;
    min-width: 760px;
    max-width: 1000px;
    padding: 0 40px;
    margin: 0 auto; }

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

.voucher {
  display: none; }

/**************************************
EXTENSION classes for generic use cases
****************************************/
.mbMd {
  margin-bottom: 20px !important; }

.standardBoxShadow, form fieldset.secondary, .widget {
  -moz-box-shadow: 0 3px 10px 0 rgba(58, 61, 66, 0.5);
  -webkit-box-shadow: 0 3px 10px 0 rgba(58, 61, 66, 0.5);
  box-shadow: 0 3px 10px 0 rgba(58, 61, 66, 0.5); }

.light {
  background-color: #FFFFFF; }

.red {
  color: #dc3940; }

.no-border {
  border: none !important; }

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

.no-padding {
  padding: 0 !important; }

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

.centered {
  text-align: center; }

.bigPlusIcon:before, .ng-image-crop section:first-child:before, .ng-image-crop section.image-crop-section-final img:before, .widget .group.add-room button:before, .bigPlusIcon:after, .ng-image-crop section:first-child:after, .ng-image-crop section.image-crop-section-final img:after, .widget .group.add-room button:after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  background-color: #9B9B9B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.bigPlusIcon:after, .ng-image-crop section:first-child:after, .ng-image-crop section.image-crop-section-final img:after, .widget .group.add-room button:after {
  width: 1px;
  height: 60px; }

.clearFloats:after, html .container:after,
html .inner-container:after, form fieldset .timepicker-wrapper .picker--time .picker__holder:after, form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__frame:after,
form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__list.picker__frame:after, .main .section-heading.heading .filter:after, .main .banner .content .details:after, .dashboard:after, form.four-col fieldset.sub-filters .filter:after, form.four-col fieldset.multiselect .controls:after, form.four-col fieldset.search-fields .group:after, form.account fieldset .row .btn-wrapper:after, form.register fieldset .row .btn-wrapper:after, form.two-col fieldset .row:after, form.two-col fieldset .row .contained-heading:after, form.two-col fieldset .row .contained:after, .widget:after, .widget .group:after, .widget .group label:after, .widget.room-option .bed-select:after, .widget.room-option .promos:after, .widget.room-option .promos ul:after, .widget.promoted:after, .widget.booking.promoted:after, .widgets > .group:after, .widgets > .group .body:after, .overlay .modal > .inner-container:after, .overlay .modal > .inner-container .body.notices .text .content .allotment:after, .overlay .modal > .inner-container .heading:after, .overlay .modal > .inner-container .content:after, .overlay .modal > .inner-container fieldset:after {
  content: "";
  clear: both;
  display: table; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .chosen-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
.chosen-container-single .chosen-default, .chosen-container-multi .chosen-default {
  color: #999; }
.chosen-container-single .chosen-single span, .chosen-container-multi .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.chosen-container-single .chosen-single-with-deselect span, .chosen-container-multi .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-single abbr, .chosen-container-multi .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/vendor/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover, .chosen-container-multi .chosen-single abbr:hover {
    background-position: -42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover, .chosen-container-multi.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }
.chosen-container-single .chosen-single div, .chosen-container-multi .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b, .chosen-container-multi .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/vendor/chosen-sprite.png") no-repeat 0px 2px; }
.chosen-container-single .chosen-search, .chosen-container-multi .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("../images/vendor/chosen-sprite.png") no-repeat 100% -20px;
    background: url("../images/vendor/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
.chosen-container-single .chosen-drop, .chosen-container-multi .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search, .chosen-container-multi.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMzODc1ZDciLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzJhNjJiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
      background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
      background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("../images/vendor/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("../images/vendor/chosen-sprite.png") no-repeat -30px -20px;
    background: url("../images/vendor/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-search:after,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-multi:after,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .datepicker-wrapper:after,
  .timepicker-wrapper:after {
    background-image: url("../images/vendor/chosen-sprite@2x.png") !important;
    background-size: 14px 86px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/* Additional styles to display a spinner image while options are loading */
.localytics-chosen.loading + .chosen-container-multi .chosen-choices {
  background-image: url("../images/vendor/chosen-spinner.gif");
  background-size: 16px 16px;
  background-position: 180px;
  background-repeat: no-repeat; }

.localytics-chosen.loading + .chosen-container-single .chosen-single span {
  background-image: url("../images/vendor/chosen-spinner.gif");
  background-size: 16px 16px;
  background-position: 180px;
  background-repeat: no-repeat; }

.localytics-chosen.loading + .chosen-container-single .chosen-single .search-choice-close {
  display: none; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
.picker__day--highlighted, .picker__list-item--highlighted {
  border-color: #0089ec; }

.picker__nav--prev:hover,
.picker__nav--next:hover, .picker__day--infocus:hover,
.picker__day--outfocus:hover, .picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted, .picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover, .picker__list-item:hover, .picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted, .picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  cursor: pointer;
  color: #02182B;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #FFFFFF; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled, .picker__button--today[disabled],
.picker__button--today[disabled]:hover, .picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #02182B;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }
  @media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
      margin-top: -.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
      top: -.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--prev {
      padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--next {
      padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #02182B;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #02182B; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }
  @media (min-height: 33.875em) {
    .picker__table {
      margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */ }
  @media (min-height: 33.875em) {
    .picker__weekday {
      padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #FFFFFF;
  padding: .75em 1.25em; }
  @media (min-height: 46.75em) {
    .picker__list-item {
      padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  z-index: 10; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  border-color: #ddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #FFFFFF;
  outline: none; }
.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #FFFFFF; }

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px; }

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2; }
  @media (min-height: 40.125em) {
    .picker--time .picker__holder {
      font-size: .875em; } }

/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative; }

#loading-bar {
  pointer-events: none;
  transition: 350ms linear all; }
  #loading-bar.ng-enter {
    opacity: 0; }
    #loading-bar.ng-enter.ng-enter-active {
      opacity: 1; }
  #loading-bar.ng-leave {
    opacity: 1; }
    #loading-bar.ng-leave.ng-leave-active {
      opacity: 0; }
  #loading-bar .bar {
    transition: width 350ms;
    background: #FD0061;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px; }
  #loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    box-shadow: #FD0061 1px 0 6px 1px;
    border-radius: 100%; }

#loading-bar-spinner {
  pointer-events: none;
  transition: 350ms linear all;
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px; }
  #loading-bar-spinner.ng-enter {
    opacity: 0; }
    #loading-bar-spinner.ng-enter.ng-enter-active {
      opacity: 1; }
  #loading-bar-spinner.ng-leave {
    opacity: 1; }
    #loading-bar-spinner.ng-leave.ng-leave-active {
      opacity: 0; }
  #loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #FD0061;
    border-left-color: #FD0061;
    border-radius: 10px;
    animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.noUi-handle:before, .noUi-handle:after, .rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-target {
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
  .noUi-target * {
    box-sizing: border-box; }
  .noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0); }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px; }

.noUi-handle {
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
  .noUi-handle:after {
    left: 17px; }

.noUi-stacking .noUi-handle {
  z-index: 10; }
.noUi-stacking + .noUi-origin {
  *z-index: -1; }

.noUi-horizontal {
  height: 18px; }
  .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px; }

.noUi-vertical {
  width: 18px; }
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }
    .noUi-vertical .noUi-handle:after {
      top: 17px; }
  .noUi-vertical .noUi-dragable {
    cursor: n-resize; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

[disabled].noUi-connect {
  background: #B8B8B8; }
[disabled] .noUi-connect {
  background: #B8B8B8; }
[disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.onoffswitch {
  position: relative;
  width: 60px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "on";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "off";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 30px;
  margin: 0;
  height: 30px;
  background: #FD0061;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.noUi-handle:before, .noUi-handle:after, .rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }
  .royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important; }
  .royalSlider.rsAutoHeight {
    height: auto; }
  .royalSlider > * {
    float: left; }
  .royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    transition: 0s;
    display: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0; }
  .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%; }

.rsArrow {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsThumbsArrow {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsThumb {
  float: left;
  position: relative; }

.rsNav {
  opacity: 1;
  transition: opacity 0.3s linear;
  user-select: none; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }
  .rsVideoContainer.rsIOSVideo iframe {
    box-sizing: border-box;
    padding-right: 44px; }
  .rsVideoContainer.rsIOSVideo video {
    box-sizing: border-box;
    padding-right: 44px; }
  .rsVideoContainer.rsIOSVideo embed {
    box-sizing: border-box;
    padding-right: 44px; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0; }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.rsAutoHeight .rsSlide {
  height: auto; }

img.rsImg {
  max-width: none; }

.ng-image-crop {
  text-align: center;
  margin: 0 auto;
  position: relative;
  user-select: none; }
  .ng-image-crop button {
    margin-top: 10px; }
  .ng-image-crop .cropping-guide {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    border: 2px dashed white;
    position: absolute;
    pointer-events: none; }
  .ng-image-crop .cropping-canvas {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    cursor: move; }
  .ng-image-crop .zoom-handle {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 1px;
    background: rgba(255, 255, 255, 0.7);
    width: 80px;
    height: 80px;
    cursor: move;
    border-radius: 200px 50px; }
    .ng-image-crop .zoom-handle > span {
      color: rgba(0, 0, 0, 0.5);
      transform: rotate(-45deg);
      display: block;
      position: relative;
      top: 32px; }
  .ng-image-crop > section {
    background: #ccc; }

.ng-image-crop--circle .cropping-guide {
  border-radius: 50%; }

/**************************************
	CHOSEN PLUGIN (select field)
****************************************/
.roaming {
  width: 200px !important;
  border-right: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC; }
  .roaming .chosen-container-single {
    float: right;
    width: 100% !important;
    margin-top: 0; }
    .roaming .chosen-container-single a {
      height: 40px;
      text-align: left;
      line-height: 40px;
      text-transform: capitalize;
      padding: 0 20px !important; }
      .roaming .chosen-container-single a span {
        color: #3A3D42 !important; }
      .roaming .chosen-container-single a div b {
        margin-top: 17px; }
    .roaming .chosen-container-single .chosen-search:after {
      top: 24px; }
    .roaming .chosen-container-single .active-result {
      text-align: left; }
  .roaming .chosen-container-active.chosen-with-drop .chosen-single div b {
    margin-top: 17px; }
  .roaming:hover .active-result {
    color: #3A3D42; }

.localytics-chosen.loading + .chosen-container-single .chosen-single span {
  background-position: right;
  margin-right: 40px; }

.chosen-container-single {
  float: left;
  width: 33.33333% !important;
  margin-top: 5px;
  font: inherit; }
  .chosen-container-single .chosen-single {
    height: 30px;
    padding-left: 10px;
    border: none;
    border-right: 1px solid #BCBCBC;
    color: inherit;
    line-height: 30px;
    background-image: none !important;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .chosen-container-single .chosen-single span {
      height: 100%;
      line-height: inherit;
      font: inherit; }
    .chosen-container-single .chosen-single div {
      margin-right: 15px; }
      .chosen-container-single .chosen-single div b {
        height: 8px;
        width: 14px;
        margin-top: 12px;
        background-position: 0 -8px; }
  .chosen-container-single .chosen-default {
    color: #BCBCBC; }
  .chosen-container-single .chosen-search {
    position: relative;
    padding: 10px;
    padding-bottom: 0; }
    .chosen-container-single .chosen-search input[type='text'] {
      height: 40px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding: 5%;
      padding-right: 15%;
      background-image: none !important; }
    .chosen-container-single .chosen-search:after {
      position: absolute;
      top: 24px;
      right: 25px;
      content: '';
      width: 14px;
      height: 14px;
      background-position: 0 -44px; }
  .chosen-container-single:last-child .chosen-single {
    border-right: none; }
  .chosen-container-single.standard {
    width: 100% !important;
    background-color: white;
    border: 1px solid #BCBCBC;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .chosen-container-single.standard .chosen-single {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: none; }
    .chosen-container-single.standard .chosen-drop {
      border: 1px solid #BCBCBC;
      border-top: none;
      box-sizing: content-box;
      margin-left: -1px;
      margin-top: -1px; }
    .chosen-container-single.standard.titlecase {
      text-transform: capitalize; }
  .chosen-container-single.primary {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1; }
    .chosen-container-single.primary .chosen-single {
      height: 40px;
      line-height: 40px;
      padding-left: 3%; }
      .chosen-container-single.primary .chosen-single div b {
        margin-top: 16px; }
    .chosen-container-single.primary .chosen-drop .chosen-results {
      padding: 5%;
      padding-bottom: 0; }
    .chosen-container-single.primary.chosen-container-active.chosen-with-drop .chosen-single div b {
      margin-top: 16px; }
    .chosen-container-single.primary.noborder {
      border: none; }
      .chosen-container-single.primary.noborder .chosen-drop {
        margin-left: 0px;
        border: none; }
    .chosen-container-single.primary.straddled {
      width: 33.33333% !important;
      margin-bottom: 0; }
      .chosen-container-single.primary.straddled .chosen-single {
        padding: 0 5%;
        color: #5E6062; }
      .chosen-container-single.primary.straddled .chosen-drop .chosen-results {
        color: #5E6062; }
  .chosen-container-single.chosen-disabled {
    opacity: 1 !important; }
    .chosen-container-single.chosen-disabled a span,
    .chosen-container-single.chosen-disabled a div {
      opacity: 0.5; }

.chosen-container.chosen-container-multi {
  position: absolute;
  width: 100% !important;
  height: 40px;
  font-size: inherit;
  right: 0; }
  .chosen-container.chosen-container-multi:after {
    position: absolute;
    top: 17px;
    right: 18px;
    height: 8px;
    width: 14px;
    background: url("../images/vendor/chosen-sprite.png") no-repeat 0px -8px;
    content: ''; }
  .chosen-container.chosen-container-multi.short {
    width: 33.33333% !important; }
  .chosen-container.chosen-container-multi.alt .chosen-choices li.search-field {
    padding-left: 0 !important;
    margin-left: 0 !important; }
    .chosen-container.chosen-container-multi.alt .chosen-choices li.search-field input {
      padding-left: 12px !important; }
  .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice {
    margin-left: 1%; }
    .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(2) {
      width: 86%; }
    .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(3), .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(3) ~ li {
      width: 42%; }
    .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(4), .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(4) ~ li {
      width: 27.35%; }
    .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(5), .chosen-container.chosen-container-multi.pair .chosen-choices li.search-choice:first-child:nth-last-child(5) ~ li {
      width: 20%; }
  .chosen-container.chosen-container-multi.pair .chosen-choices li.search-field input {
    padding-left: 13px; }
  .chosen-container.chosen-container-multi.full-width {
    width: 100% !important; }
    .chosen-container.chosen-container-multi.full-width .chosen-choices {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
      .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice {
        margin-left: 1%; }
        .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(2) {
          width: 65%; }
        .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(3), .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(3) ~ li {
          width: 32%; }
        .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(4), .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(4) ~ li {
          width: 21%; }
        .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(5), .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-choice:first-child:nth-last-child(5) ~ li {
          width: 23.75%; }
      .chosen-container.chosen-container-multi.full-width .chosen-choices li.search-field input {
        padding-left: 13px; }
  .chosen-container.chosen-container-multi.chosen-with-drop:after {
    background-position: 0 0; }
  .chosen-container.chosen-container-multi .chosen-choices {
    height: 40px !important;
    width: 100%;
    padding: 8px 0;
    margin: 0 13px;
    border: none;
    background-color: transparent;
    background-image: none;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .chosen-container.chosen-container-multi .chosen-choices li {
      position: relative;
      float: left;
      margin-left: 10px; }
      .chosen-container.chosen-container-multi .chosen-choices li:first-child {
        margin-left: 0; }
    .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
      top: 0;
      height: 100%;
      max-height: 40px;
      width: 23%;
      margin-bottom: 0;
      margin-top: 0;
      margin-right: 0;
      line-height: 1;
      z-index: 1;
     /****************************************************************************
				WIDTH BASED ON EL LENGTH : there's an abs positioned element in the list, 
				so we start counting from + 1, in order for the widths to be 'over-applied' 
				as the abs element is in essence a phantom element.
			******************************************************************************/ }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
        display: block;
        height: 100%;
        width: 100%;
        font-size: inherit;
        color: #5E6062;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 5px;
        right: 5px;
        background-position: -1px -59px; }
        .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: -1px -73px; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(2) {
        width: 83.5%; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(3), .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(3) ~ li {
        width: 46.2%; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(4), .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(4) ~ li {
        width: 30.4%; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(5), .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-child:nth-last-child(5) ~ li {
        width: 22.5%; }
    .chosen-container.chosen-container-multi .chosen-choices li.search-field {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin-right: 0;
      line-height: 40px; }
      .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
        height: 100%;
        width: 100% !important;
        margin: 0;
        color: #bcbcbc;
        cursor: pointer; }
  .chosen-container.chosen-container-multi .chosen-drop {
    top: 38px; }
    .chosen-container.chosen-container-multi .chosen-drop .chosen-results {
      margin: 10px 0;
      padding: 0 10px; }
  .chosen-container.chosen-container-multi.alt {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d7d7d7; }
    .chosen-container.chosen-container-multi.alt .chosen-choices {
      padding: 8px 0;
      margin: 0 7px;
      margin-top: -1px; }
      .chosen-container.chosen-container-multi.alt .chosen-choices .search-field {
        padding-left: 5px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-top: none;
  border-bottom: none;
  border-left: none; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    margin-top: 11px;
    background-position: 0 0; }

.chosen-container .chosen-drop,
.chosen-container-multi .chosen-drop {
  top: 30px;
  margin-top: 0;
  border: none; }
.chosen-container .chosen-results,
.chosen-container-multi .chosen-results {
  padding: 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  color: inherit; }
  .chosen-container .chosen-results li,
  .chosen-container-multi .chosen-results li {
    text-transform: capitalize;
    line-height: 1.2; }
    .chosen-container .chosen-results li.highlighted,
    .chosen-container-multi .chosen-results li.highlighted {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background-image: none !important;
      background-color: #FD0061; }

.chosen-wrapper .chosen-container,
.chosen-wrapper .chosen-drop {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
  zoom: 1;
  margin-bottom: 0; }
  .chosen-wrapper .chosen-container .chosen-single,
  .chosen-wrapper .chosen-drop .chosen-single {
    padding-left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .chosen-wrapper .chosen-container.chosen-drop,
  .chosen-wrapper .chosen-drop.chosen-drop {
    top: 41px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .chosen-wrapper .chosen-container.chosen-drop .chosen-results,
    .chosen-wrapper .chosen-drop.chosen-drop .chosen-results {
      padding-top: 0 !important;
      padding: 0 10px;
      margin-bottom: 10px; }
    .chosen-wrapper .chosen-container.chosen-drop .chosen-search:after,
    .chosen-wrapper .chosen-drop.chosen-drop .chosen-search:after {
      top: 22px;
      right: 35px; }
  .chosen-wrapper .chosen-container.chosen-with-drop,
  .chosen-wrapper .chosen-drop.chosen-with-drop {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }

.chosen-single > span {
  text-transform: capitalize !important; }

/**************************************
	PICKADATE (text field - calendar)
****************************************/
form fieldset {
  /**************************************
	PICKATIME (text field - time)
****************************************/ }
  form fieldset .datepicker-wrapper,
  form fieldset .timepicker-wrapper {
    float: left;
    position: relative;
    width: 33.33333%; }
    form fieldset .datepicker-wrapper .datepicker,
    form fieldset .datepicker-wrapper .timepicker,
    form fieldset .timepicker-wrapper .datepicker,
    form fieldset .timepicker-wrapper .timepicker {
      cursor: pointer; }
    form fieldset .datepicker-wrapper input,
    form fieldset .timepicker-wrapper input {
      width: 100%;
      height: 30px;
      padding: 0;
      padding-left: 10px;
      margin-bottom: 5px;
      border-right: 1px solid #BCBCBC !important;
      color: #5E6062;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    form fieldset .datepicker-wrapper:after,
    form fieldset .timepicker-wrapper:after {
      position: absolute;
      top: 17px;
      right: 20px;
      content: '';
      width: 14px;
      height: 8px;
      background-position: 0 -8px; }
    form fieldset .datepicker-wrapper .picker__holder,
    form fieldset .timepicker-wrapper .picker__holder {
      top: -3px;
      border: none;
      -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
      form fieldset .datepicker-wrapper .picker__holder .picker__frame,
      form fieldset .timepicker-wrapper .picker__holder .picker__frame {
        padding-top: 10px; }
    form fieldset .datepicker-wrapper.active:after,
    form fieldset .timepicker-wrapper.active:after {
      background-position: 0 0; }
    form fieldset .datepicker-wrapper.full-width,
    form fieldset .timepicker-wrapper.full-width {
      width: 100% !important; }
    form fieldset .datepicker-wrapper.bordered .picker__holder,
    form fieldset .timepicker-wrapper.bordered .picker__holder {
      border: 1px solid #BCBCBC;
      border-top: none; }
  form fieldset .timepicker-wrapper {
    width: 30%;
    min-width: 30%;
    max-width: 30%; }
    form fieldset .timepicker-wrapper .timepicker {
      height: 40px;
      padding: 10px;
      text-align: center;
      margin: 0; }
    form fieldset .timepicker-wrapper .picker--time {
      top: 40px;
      display: none;
      min-width: 100%;
      max-width: 100%; }
      form fieldset .timepicker-wrapper .picker--time.picker--opened {
        display: block; }
      form fieldset .timepicker-wrapper .picker--time .picker__holder {
        top: 0;
        max-height: 13.5em;
        min-width: 100%;
        max-width: 100%; }
        form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__frame,
        form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__list {
          padding: 0;
          text-align: center; }
          form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__frame.picker__list,
          form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__list.picker__list {
            padding-top: 40px; }
          form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__frame .picker__list-item,
          form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__list .picker__list-item {
            padding: 12%; }
        form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__button--clear {
          position: fixed;
          height: 40px;
          width: 100%;
          min-width: 101%;
          max-width: 100%;
          top: 0;
          margin: 0;
          border: 1px solid #BCBCBC;
          background-color: #f2f2f2;
          z-index: 1000;
          -webkit-border-radius: 3px 3px 0 0;
          -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0; }
          form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__button--clear:hover {
            background-color: #ee2200; }
            form fieldset .timepicker-wrapper .picker--time .picker__holder .picker__button--clear:hover:before {
              border-top-color: white; }

/**************************************
	NOUISLIDER (range slider)
****************************************/
.range-wrapper {
  float: left;
  height: 40px;
  width: 33.33333%; }
  .range-wrapper span {
    float: left;
    display: none;
    height: 100%;
    padding: 0 3% 0 1.5%;
    line-height: 39px;
    color: #BCBCBC; }
  .range-wrapper.active span {
    display: block; }
  .range-wrapper .rangeSlider {
    float: right;
    width: 35%;
    margin-right: 5px; }
  .range-wrapper .rangeSliderVal {
    float: left;
    display: block;
    width: 18%;
    min-width: 44px;
    height: 100%;
    padding-left: 10px;
    padding-right: 0;
    margin: 0;
    border: none;
    color: #5E6062; }
    .range-wrapper .rangeSliderVal:last-child {
      float: left;
      width: 13%;
      min-width: 32px;
      padding-left: 0; }
  .range-wrapper .noUi-horizontal {
    top: 19px;
    right: 15px;
    height: 1px;
    background: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .range-wrapper .noUi-horizontal.noUi-target {
      border-bottom: 1px solid #BCBCBC;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .range-wrapper .noUi-horizontal .noUi-handle {
      top: -7px;
      left: -7px;
      height: 15px;
      width: 15px;
      border: 1px solid #FD0061;
      cursor: pointer;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .range-wrapper .noUi-horizontal .noUi-handle.noUi-handle-upper {
        border: none;
        background-color: #FD0061; }
        .range-wrapper .noUi-horizontal .noUi-handle.noUi-handle-upper.noUi-active {
          background-color: #ff97bf; }
      .range-wrapper .noUi-horizontal .noUi-handle.noUi-active {
        border-color: #ff97bf; }
      .range-wrapper .noUi-horizontal .noUi-handle:before, .range-wrapper .noUi-horizontal .noUi-handle:after {
        background: none; }
    .range-wrapper .noUi-horizontal .noUi-connect,
    .range-wrapper .noUi-horizontal .noUi-origin.noUi-background {
      height: 1px;
      background-color: #BCBCBC;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .range-wrapper .noUi-horizontal .noUi-connect {
      background-color: #FD0061;
      border-bottom: 0.5px solid #FD0061;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .range-wrapper .noUi-target {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/**************************************
	ONOFF (checkbox toggle)
****************************************/
.onoffswitch {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .onoffswitch .onoffswitch-label .onoffswitch-switch {
    background-image: url("../images/vendor/onoff-sprite.png");
    background-size: 60px 30px;
    background-position: -32px -1px; }
  .onoffswitch .onoffswitch-label.off .onoffswitch-switch {
    background-position: -2px -1px; }

.royalSlider {
  display: none; }

/**************************************
	Image Crop (accounts page)
****************************************/
.ng-image-crop {
  margin: 0;
  background-color: transparent; }
  .ng-image-crop section:first-child, .ng-image-crop section.image-crop-section-final img {
    border: 1px solid #c9c9c9;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .ng-image-crop section:first-child:before, .ng-image-crop section:first-child:after, .ng-image-crop section.image-crop-section-final img:before, .ng-image-crop section.image-crop-section-final img:after {
      background-color: #bcbcbc; }
  .ng-image-crop section:hover {
    background-color: #e0e0e0; }
  .ng-image-crop section canvas {
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .ng-image-crop section button,
  .ng-image-crop section .zoom-handle {
    position: absolute;
    bottom: 20px;
    left: -25px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url("../images/layout/main-sprite.png");
    background-position: -310px 0px;
    background-color: transparent;
    background-color: #FD8F25; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .ng-image-crop section button,
      .ng-image-crop section .zoom-handle {
        background-image: url("../images/layout/main-sprite@2x.png");
        -moz-background-size: 400px 400px;
        -o-background-size: 400px 400px;
        -webkit-background-size: 400px 400px;
        background-size: 400px 400px; } }
    .ng-image-crop section button:hover,
    .ng-image-crop section .zoom-handle:hover {
      background-color: #ba5c02; }
  .ng-image-crop section .zoom-handle {
    bottom: 80px;
    border: 1px solid #b5b5b5;
    background-color: #F0F0F0;
    background-position: -310px -100px;
    cursor: nesw-resize; }
    .ng-image-crop section .zoom-handle:hover {
      background-color: #F0F0F0; }
  .ng-image-crop section .cropping-guide {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9; }
  .ng-image-crop .image-crop-input {
    width: 100% !important;
    height: 100% !important;
    -moz-opacity: 0;
    opacity: 0;
    background-color: transparent;
    cursor: pointer; }

/* MaterialDesignIcons.com */
@font-face {
  font-family: 'MaterialDesignIcons';
  src: url("../fonts/materialicons/materialdesignicons-webfont.eot?v=1.2.64");
  src: url("../fonts/materialicons/materialdesignicons-webfont.eot?#iefix&v=1.2.64") format("embedded-opentype"), url("../fonts/materialicons/materialdesignicons-webfont.woff2?v=1.2.64") format("woff2"), url("../fonts/materialicons/materialdesignicons-webfont.woff?v=1.2.64") format("woff"), url("../fonts/materialicons/materialdesignicons-webfont.ttf?v=1.2.64") format("truetype"), url("../fonts/materialicons/materialdesignicons-webfont.svg?v=1.2.64#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 MaterialDesignIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.mdi-account:before {
  content: "\f101"; }

.mdi-account-alert:before {
  content: "\f102"; }

.mdi-account-box:before {
  content: "\f103"; }

.mdi-account-box-outline:before {
  content: "\f104"; }

.mdi-account-check:before {
  content: "\f105"; }

.mdi-account-circle:before {
  content: "\f106"; }

.mdi-account-key:before {
  content: "\f107"; }

.mdi-account-location:before {
  content: "\f108"; }

.mdi-account-minus:before {
  content: "\f109"; }

.mdi-account-multiple:before {
  content: "\f10a"; }

.mdi-account-multiple-outline:before {
  content: "\f10b"; }

.mdi-account-multiple-plus:before {
  content: "\f10c"; }

.mdi-account-network:before {
  content: "\f10d"; }

.mdi-account-outline:before {
  content: "\f10e"; }

.mdi-account-plus:before {
  content: "\f10f"; }

.mdi-account-remove:before {
  content: "\f110"; }

.mdi-account-search:before {
  content: "\f111"; }

.mdi-account-star:before {
  content: "\f112"; }

.mdi-account-star-variant:before {
  content: "\f113"; }

.mdi-account-switch:before {
  content: "\f114"; }

.mdi-airballoon:before {
  content: "\f115"; }

.mdi-airplane:before {
  content: "\f116"; }

.mdi-airplane-off:before {
  content: "\f117"; }

.mdi-alarm:before {
  content: "\f118"; }

.mdi-alarm-check:before {
  content: "\f119"; }

.mdi-alarm-multiple:before {
  content: "\f11a"; }

.mdi-alarm-off:before {
  content: "\f11b"; }

.mdi-alarm-plus:before {
  content: "\f11c"; }

.mdi-album:before {
  content: "\f11d"; }

.mdi-alert:before {
  content: "\f11e"; }

.mdi-alert-box:before {
  content: "\f11f"; }

.mdi-alert-circle:before {
  content: "\f120"; }

.mdi-alert-octagon:before {
  content: "\f121"; }

.mdi-alpha:before {
  content: "\f122"; }

.mdi-alphabetical:before {
  content: "\f123"; }

.mdi-amazon:before {
  content: "\f124"; }

.mdi-amazon-clouddrive:before {
  content: "\f125"; }

.mdi-ambulance:before {
  content: "\f126"; }

.mdi-android:before {
  content: "\f127"; }

.mdi-android-debug-bridge:before {
  content: "\f128"; }

.mdi-android-studio:before {
  content: "\f129"; }

.mdi-apple:before {
  content: "\f12a"; }

.mdi-apple-finder:before {
  content: "\f12b"; }

.mdi-apple-ios:before {
  content: "\f12c"; }

.mdi-apple-mobileme:before {
  content: "\f12d"; }

.mdi-apple-safari:before {
  content: "\f12e"; }

.mdi-appnet:before {
  content: "\f12f"; }

.mdi-apps:before {
  content: "\f130"; }

.mdi-archive:before {
  content: "\f131"; }

.mdi-arrange-bring-forward:before {
  content: "\f132"; }

.mdi-arrange-bring-to-front:before {
  content: "\f133"; }

.mdi-arrange-send-backward:before {
  content: "\f134"; }

.mdi-arrange-send-to-back:before {
  content: "\f135"; }

.mdi-arrow-all:before {
  content: "\f136"; }

.mdi-arrow-bottom-left:before {
  content: "\f137"; }

.mdi-arrow-bottom-right:before {
  content: "\f138"; }

.mdi-arrow-collapse:before {
  content: "\f139"; }

.mdi-arrow-down:before {
  content: "\f13a"; }

.mdi-arrow-down-bold:before {
  content: "\f13b"; }

.mdi-arrow-down-bold-circle:before {
  content: "\f13c"; }

.mdi-arrow-down-bold-circle-outline:before {
  content: "\f13d"; }

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f13e"; }

.mdi-arrow-expand:before {
  content: "\f13f"; }

.mdi-arrow-left:before {
  content: "\f140"; }

.mdi-arrow-left-bold:before {
  content: "\f141"; }

.mdi-arrow-left-bold-circle:before {
  content: "\f142"; }

.mdi-arrow-left-bold-circle-outline:before {
  content: "\f143"; }

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f144"; }

.mdi-arrow-right:before {
  content: "\f145"; }

.mdi-arrow-right-bold:before {
  content: "\f146"; }

.mdi-arrow-right-bold-circle:before {
  content: "\f147"; }

.mdi-arrow-right-bold-circle-outline:before {
  content: "\f148"; }

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f149"; }

.mdi-arrow-top-left:before {
  content: "\f14a"; }

.mdi-arrow-top-right:before {
  content: "\f14b"; }

.mdi-arrow-up:before {
  content: "\f14c"; }

.mdi-arrow-up-bold:before {
  content: "\f14d"; }

.mdi-arrow-up-bold-circle:before {
  content: "\f14e"; }

.mdi-arrow-up-bold-circle-outline:before {
  content: "\f14f"; }

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f150"; }

.mdi-at:before {
  content: "\f151"; }

.mdi-attachment:before {
  content: "\f152"; }

.mdi-audiobook:before {
  content: "\f153"; }

.mdi-auto-fix:before {
  content: "\f154"; }

.mdi-auto-upload:before {
  content: "\f155"; }

.mdi-baby:before {
  content: "\f156"; }

.mdi-backburger:before {
  content: "\f157"; }

.mdi-backup-restore:before {
  content: "\f158"; }

.mdi-bank:before {
  content: "\f159"; }

.mdi-barcode:before {
  content: "\f15a"; }

.mdi-barley:before {
  content: "\f15b"; }

.mdi-barrel:before {
  content: "\f15c"; }

.mdi-basecamp:before {
  content: "\f15d"; }

.mdi-basket:before {
  content: "\f15e"; }

.mdi-basket-fill:before {
  content: "\f15f"; }

.mdi-basket-unfill:before {
  content: "\f160"; }

.mdi-battery:before {
  content: "\f161"; }

.mdi-battery-10:before {
  content: "\f162"; }

.mdi-battery-20:before {
  content: "\f163"; }

.mdi-battery-30:before {
  content: "\f164"; }

.mdi-battery-40:before {
  content: "\f165"; }

.mdi-battery-50:before {
  content: "\f166"; }

.mdi-battery-60:before {
  content: "\f167"; }

.mdi-battery-70:before {
  content: "\f168"; }

.mdi-battery-80:before {
  content: "\f169"; }

.mdi-battery-90:before {
  content: "\f16a"; }

.mdi-battery-alert:before {
  content: "\f16b"; }

.mdi-battery-charging-100:before {
  content: "\f16c"; }

.mdi-battery-charging-20:before {
  content: "\f16d"; }

.mdi-battery-charging-30:before {
  content: "\f16e"; }

.mdi-battery-charging-40:before {
  content: "\f16f"; }

.mdi-battery-charging-60:before {
  content: "\f170"; }

.mdi-battery-charging-80:before {
  content: "\f171"; }

.mdi-battery-charging-90:before {
  content: "\f172"; }

.mdi-battery-minus:before {
  content: "\f173"; }

.mdi-battery-negative:before {
  content: "\f174"; }

.mdi-battery-outline:before {
  content: "\f175"; }

.mdi-battery-plus:before {
  content: "\f176"; }

.mdi-battery-positive:before {
  content: "\f177"; }

.mdi-battery-unknown:before {
  content: "\f178"; }

.mdi-beach:before {
  content: "\f179"; }

.mdi-beaker:before {
  content: "\f17a"; }

.mdi-beaker-empty:before {
  content: "\f17b"; }

.mdi-beaker-empty-outline:before {
  content: "\f17c"; }

.mdi-beaker-outline:before {
  content: "\f17d"; }

.mdi-beats:before {
  content: "\f17e"; }

.mdi-beer:before {
  content: "\f17f"; }

.mdi-behance:before {
  content: "\f180"; }

.mdi-bell:before {
  content: "\f181"; }

.mdi-bell-off:before {
  content: "\f182"; }

.mdi-bell-outline:before {
  content: "\f183"; }

.mdi-bell-ring:before {
  content: "\f184"; }

.mdi-bell-ring-outline:before {
  content: "\f185"; }

.mdi-bell-sleep:before {
  content: "\f186"; }

.mdi-beta:before {
  content: "\f187"; }

.mdi-bike:before {
  content: "\f188"; }

.mdi-bing:before {
  content: "\f189"; }

.mdi-binoculars:before {
  content: "\f18a"; }

.mdi-bio:before {
  content: "\f18b"; }

.mdi-biohazard:before {
  content: "\f18c"; }

.mdi-bitbucket:before {
  content: "\f18d"; }

.mdi-black-mesa:before {
  content: "\f18e"; }

.mdi-blackberry:before {
  content: "\f18f"; }

.mdi-blinds:before {
  content: "\f190"; }

.mdi-block-helper:before {
  content: "\f191"; }

.mdi-blogger:before {
  content: "\f192"; }

.mdi-bluetooth:before {
  content: "\f193"; }

.mdi-bluetooth-audio:before {
  content: "\f194"; }

.mdi-bluetooth-connect:before {
  content: "\f195"; }

.mdi-bluetooth-settings:before {
  content: "\f196"; }

.mdi-bluetooth-transfer:before {
  content: "\f197"; }

.mdi-blur:before {
  content: "\f198"; }

.mdi-blur-linear:before {
  content: "\f199"; }

.mdi-blur-off:before {
  content: "\f19a"; }

.mdi-blur-radial:before {
  content: "\f19b"; }

.mdi-bone:before {
  content: "\f19c"; }

.mdi-book:before {
  content: "\f19d"; }

.mdi-book-multiple:before {
  content: "\f19e"; }

.mdi-book-multiple-variant:before {
  content: "\f19f"; }

.mdi-book-open:before {
  content: "\f1a0"; }

.mdi-book-variant:before {
  content: "\f1a1"; }

.mdi-bookmark:before {
  content: "\f1a2"; }

.mdi-bookmark-check:before {
  content: "\f1a3"; }

.mdi-bookmark-music:before {
  content: "\f1a4"; }

.mdi-bookmark-outline:before {
  content: "\f1a5"; }

.mdi-bookmark-outline-plus:before {
  content: "\f1a6"; }

.mdi-bookmark-plus:before {
  content: "\f1a7"; }

.mdi-bookmark-remove:before {
  content: "\f1a8"; }

.mdi-border-all:before {
  content: "\f1a9"; }

.mdi-border-bottom:before {
  content: "\f1aa"; }

.mdi-border-color:before {
  content: "\f1ab"; }

.mdi-border-horizontal:before {
  content: "\f1ac"; }

.mdi-border-inside:before {
  content: "\f1ad"; }

.mdi-border-left:before {
  content: "\f1ae"; }

.mdi-border-none:before {
  content: "\f1af"; }

.mdi-border-outside:before {
  content: "\f1b0"; }

.mdi-border-right:before {
  content: "\f1b1"; }

.mdi-border-top:before {
  content: "\f1b2"; }

.mdi-border-vertical:before {
  content: "\f1b3"; }

.mdi-bowling:before {
  content: "\f1b4"; }

.mdi-box:before {
  content: "\f1b5"; }

.mdi-briefcase:before {
  content: "\f1b6"; }

.mdi-briefcase-check:before {
  content: "\f1b7"; }

.mdi-briefcase-download:before {
  content: "\f1b8"; }

.mdi-briefcase-upload:before {
  content: "\f1b9"; }

.mdi-brightness-1:before {
  content: "\f1ba"; }

.mdi-brightness-2:before {
  content: "\f1bb"; }

.mdi-brightness-3:before {
  content: "\f1bc"; }

.mdi-brightness-4:before {
  content: "\f1bd"; }

.mdi-brightness-5:before {
  content: "\f1be"; }

.mdi-brightness-6:before {
  content: "\f1bf"; }

.mdi-brightness-7:before {
  content: "\f1c0"; }

.mdi-brightness-auto:before {
  content: "\f1c1"; }

.mdi-broom:before {
  content: "\f1c2"; }

.mdi-brush:before {
  content: "\f1c3"; }

.mdi-bug:before {
  content: "\f1c4"; }

.mdi-bulletin-board:before {
  content: "\f1c5"; }

.mdi-bullhorn:before {
  content: "\f1c6"; }

.mdi-bus:before {
  content: "\f1c7"; }

.mdi-cake:before {
  content: "\f1c8"; }

.mdi-cake-variant:before {
  content: "\f1c9"; }

.mdi-calculator:before {
  content: "\f1ca"; }

.mdi-calendar:before {
  content: "\f1cb"; }

.mdi-calendar-blank:before {
  content: "\f1cc"; }

.mdi-calendar-check:before {
  content: "\f1cd"; }

.mdi-calendar-clock:before {
  content: "\f1ce"; }

.mdi-calendar-multiple:before {
  content: "\f1cf"; }

.mdi-calendar-multiple-check:before {
  content: "\f1d0"; }

.mdi-calendar-plus:before {
  content: "\f1d1"; }

.mdi-calendar-remove:before {
  content: "\f1d2"; }

.mdi-calendar-text:before {
  content: "\f1d3"; }

.mdi-calendar-today:before {
  content: "\f1d4"; }

.mdi-camcorder:before {
  content: "\f1d5"; }

.mdi-camcorder-box:before {
  content: "\f1d6"; }

.mdi-camcorder-box-off:before {
  content: "\f1d7"; }

.mdi-camcorder-off:before {
  content: "\f1d8"; }

.mdi-camera:before {
  content: "\f1d9"; }

.mdi-camera-front:before {
  content: "\f1da"; }

.mdi-camera-front-variant:before {
  content: "\f1db"; }

.mdi-camera-iris:before {
  content: "\f1dc"; }

.mdi-camera-party-mode:before {
  content: "\f1dd"; }

.mdi-camera-rear:before {
  content: "\f1de"; }

.mdi-camera-rear-variant:before {
  content: "\f1df"; }

.mdi-camera-switch:before {
  content: "\f1e0"; }

.mdi-camera-timer:before {
  content: "\f1e1"; }

.mdi-candycane:before {
  content: "\f1e2"; }

.mdi-car:before {
  content: "\f1e3"; }

.mdi-car-wash:before {
  content: "\f1e4"; }

.mdi-carrot:before {
  content: "\f1e5"; }

.mdi-cart:before {
  content: "\f1e6"; }

.mdi-cart-outline:before {
  content: "\f1e7"; }

.mdi-cash:before {
  content: "\f1e8"; }

.mdi-cash-100:before {
  content: "\f1e9"; }

.mdi-cash-multiple:before {
  content: "\f1ea"; }

.mdi-cash-usd:before {
  content: "\f1eb"; }

.mdi-cast:before {
  content: "\f1ec"; }

.mdi-cast-connected:before {
  content: "\f1ed"; }

.mdi-castle:before {
  content: "\f1ee"; }

.mdi-cat:before {
  content: "\f1ef"; }

.mdi-cellphone:before {
  content: "\f1f0"; }

.mdi-cellphone-android:before {
  content: "\f1f1"; }

.mdi-cellphone-dock:before {
  content: "\f1f2"; }

.mdi-cellphone-iphone:before {
  content: "\f1f3"; }

.mdi-cellphone-link:before {
  content: "\f1f4"; }

.mdi-cellphone-link-off:before {
  content: "\f1f5"; }

.mdi-cellphone-settings:before {
  content: "\f1f6"; }

.mdi-chair-school:before {
  content: "\f1f7"; }

.mdi-chart-arc:before {
  content: "\f1f8"; }

.mdi-chart-areaspline:before {
  content: "\f1f9"; }

.mdi-chart-bar:before {
  content: "\f1fa"; }

.mdi-chart-histogram:before {
  content: "\f1fb"; }

.mdi-chart-line:before {
  content: "\f1fc"; }

.mdi-chart-pie:before {
  content: "\f1fd"; }

.mdi-check:before {
  content: "\f1fe"; }

.mdi-check-all:before {
  content: "\f1ff"; }

.mdi-checkbox-blank:before {
  content: "\f200"; }

.mdi-checkbox-blank-circle:before {
  content: "\f201"; }

.mdi-checkbox-blank-circle-outline:before {
  content: "\f202"; }

.mdi-checkbox-blank-outline:before {
  content: "\f203"; }

.mdi-checkbox-marked:before {
  content: "\f204"; }

.mdi-checkbox-marked-circle:before {
  content: "\f205"; }

.mdi-checkbox-marked-circle-outline:before {
  content: "\f206"; }

.mdi-checkbox-marked-outline:before {
  content: "\f207"; }

.mdi-checkbox-multiple-blank:before {
  content: "\f208"; }

.mdi-checkbox-multiple-blank-outline:before {
  content: "\f209"; }

.mdi-checkbox-multiple-marked:before {
  content: "\f20a"; }

.mdi-checkbox-multiple-marked-outline:before {
  content: "\f20b"; }

.mdi-checkerboard:before {
  content: "\f20c"; }

.mdi-chevron-double-down:before {
  content: "\f20d"; }

.mdi-chevron-double-left:before {
  content: "\f20e"; }

.mdi-chevron-double-right:before {
  content: "\f20f"; }

.mdi-chevron-double-up:before {
  content: "\f210"; }

.mdi-chevron-down:before {
  content: "\f211"; }

.mdi-chevron-left:before {
  content: "\f212"; }

.mdi-chevron-right:before {
  content: "\f213"; }

.mdi-chevron-up:before {
  content: "\f214"; }

.mdi-church:before {
  content: "\f215"; }

.mdi-cisco-webex:before {
  content: "\f216"; }

.mdi-city:before {
  content: "\f217"; }

.mdi-clipboard:before {
  content: "\f218"; }

.mdi-clipboard-account:before {
  content: "\f219"; }

.mdi-clipboard-alert:before {
  content: "\f21a"; }

.mdi-clipboard-arrow-down:before {
  content: "\f21b"; }

.mdi-clipboard-arrow-left:before {
  content: "\f21c"; }

.mdi-clipboard-check:before {
  content: "\f21d"; }

.mdi-clipboard-outline:before {
  content: "\f21e"; }

.mdi-clipboard-text:before {
  content: "\f21f"; }

.mdi-clippy:before {
  content: "\f220"; }

.mdi-clock:before {
  content: "\f221"; }

.mdi-clock-fast:before {
  content: "\f222"; }

.mdi-close:before {
  content: "\f223"; }

.mdi-close-box:before {
  content: "\f224"; }

.mdi-close-box-outline:before {
  content: "\f225"; }

.mdi-close-circle:before {
  content: "\f226"; }

.mdi-close-circle-outline:before {
  content: "\f227"; }

.mdi-close-network:before {
  content: "\f228"; }

.mdi-closed-caption:before {
  content: "\f229"; }

.mdi-cloud:before {
  content: "\f22a"; }

.mdi-cloud-check:before {
  content: "\f22b"; }

.mdi-cloud-circle:before {
  content: "\f22c"; }

.mdi-cloud-download:before {
  content: "\f22d"; }

.mdi-cloud-outline:before {
  content: "\f22e"; }

.mdi-cloud-outline-off:before {
  content: "\f22f"; }

.mdi-cloud-upload:before {
  content: "\f230"; }

.mdi-code-array:before {
  content: "\f231"; }

.mdi-code-braces:before {
  content: "\f232"; }

.mdi-code-equal:before {
  content: "\f233"; }

.mdi-code-greater-than:before {
  content: "\f234"; }

.mdi-code-less-than:before {
  content: "\f235"; }

.mdi-code-less-than-or-equal:before {
  content: "\f236"; }

.mdi-code-not-equal:before {
  content: "\f237"; }

.mdi-code-not-equal-variant:before {
  content: "\f238"; }

.mdi-code-string:before {
  content: "\f239"; }

.mdi-code-tags:before {
  content: "\f23a"; }

.mdi-codepen:before {
  content: "\f23b"; }

.mdi-coffee:before {
  content: "\f23c"; }

.mdi-coffee-to-go:before {
  content: "\f23d"; }

.mdi-coin:before {
  content: "\f23e"; }

.mdi-color-helper:before {
  content: "\f23f"; }

.mdi-comment:before {
  content: "\f240"; }

.mdi-comment-account:before {
  content: "\f241"; }

.mdi-comment-account-outline:before {
  content: "\f242"; }

.mdi-comment-alert:before {
  content: "\f243"; }

.mdi-comment-alert-outline:before {
  content: "\f244"; }

.mdi-comment-check:before {
  content: "\f245"; }

.mdi-comment-check-outline:before {
  content: "\f246"; }

.mdi-comment-multiple-outline:before {
  content: "\f247"; }

.mdi-comment-outline:before {
  content: "\f248"; }

.mdi-comment-plus-outline:before {
  content: "\f249"; }

.mdi-comment-processing:before {
  content: "\f24a"; }

.mdi-comment-processing-outline:before {
  content: "\f24b"; }

.mdi-comment-remove-outline:before {
  content: "\f24c"; }

.mdi-comment-text:before {
  content: "\f24d"; }

.mdi-comment-text-outline:before {
  content: "\f24e"; }

.mdi-compare:before {
  content: "\f24f"; }

.mdi-compass:before {
  content: "\f250"; }

.mdi-compass-outline:before {
  content: "\f251"; }

.mdi-console:before {
  content: "\f252"; }

.mdi-content-copy:before {
  content: "\f253"; }

.mdi-content-cut:before {
  content: "\f254"; }

.mdi-content-duplicate:before {
  content: "\f255"; }

.mdi-content-paste:before {
  content: "\f256"; }

.mdi-content-save:before {
  content: "\f257"; }

.mdi-content-save-all:before {
  content: "\f258"; }

.mdi-contrast:before {
  content: "\f259"; }

.mdi-contrast-box:before {
  content: "\f25a"; }

.mdi-contrast-circle:before {
  content: "\f25b"; }

.mdi-cow:before {
  content: "\f25c"; }

.mdi-credit-card:before {
  content: "\f25d"; }

.mdi-credit-card-multiple:before {
  content: "\f25e"; }

.mdi-crop:before {
  content: "\f25f"; }

.mdi-crop-free:before {
  content: "\f260"; }

.mdi-crop-landscape:before {
  content: "\f261"; }

.mdi-crop-portrait:before {
  content: "\f262"; }

.mdi-crop-square:before {
  content: "\f263"; }

.mdi-crosshairs:before {
  content: "\f264"; }

.mdi-crosshairs-gps:before {
  content: "\f265"; }

.mdi-crown:before {
  content: "\f266"; }

.mdi-cube:before {
  content: "\f267"; }

.mdi-cube-outline:before {
  content: "\f268"; }

.mdi-cube-unfolded:before {
  content: "\f269"; }

.mdi-cup:before {
  content: "\f26a"; }

.mdi-cup-water:before {
  content: "\f26b"; }

.mdi-currency-btc:before {
  content: "\f26c"; }

.mdi-currency-eur:before {
  content: "\f26d"; }

.mdi-currency-gbp:before {
  content: "\f26e"; }

.mdi-currency-inr:before {
  content: "\f26f"; }

.mdi-currency-rub:before {
  content: "\f270"; }

.mdi-currency-try:before {
  content: "\f271"; }

.mdi-currency-usd:before {
  content: "\f272"; }

.mdi-cursor-default:before {
  content: "\f273"; }

.mdi-cursor-default-outline:before {
  content: "\f274"; }

.mdi-cursor-move:before {
  content: "\f275"; }

.mdi-cursor-pointer:before {
  content: "\f276"; }

.mdi-database:before {
  content: "\f277"; }

.mdi-database-minus:before {
  content: "\f278"; }

.mdi-database-outline:before {
  content: "\f279"; }

.mdi-database-plus:before {
  content: "\f27a"; }

.mdi-debug-step-into:before {
  content: "\f27b"; }

.mdi-debug-step-out:before {
  content: "\f27c"; }

.mdi-debug-step-over:before {
  content: "\f27d"; }

.mdi-decimal-decrease:before {
  content: "\f27e"; }

.mdi-decimal-increase:before {
  content: "\f27f"; }

.mdi-delete:before {
  content: "\f280"; }

.mdi-delete-variant:before {
  content: "\f281"; }

.mdi-deskphone:before {
  content: "\f282"; }

.mdi-desktop-mac:before {
  content: "\f283"; }

.mdi-desktop-tower:before {
  content: "\f284"; }

.mdi-details:before {
  content: "\f285"; }

.mdi-deviantart:before {
  content: "\f286"; }

.mdi-diamond:before {
  content: "\f287"; }

.mdi-dice:before {
  content: "\f288"; }

.mdi-dice-1:before {
  content: "\f289"; }

.mdi-dice-2:before {
  content: "\f28a"; }

.mdi-dice-3:before {
  content: "\f28b"; }

.mdi-dice-4:before {
  content: "\f28c"; }

.mdi-dice-5:before {
  content: "\f28d"; }

.mdi-dice-6:before {
  content: "\f28e"; }

.mdi-directions:before {
  content: "\f28f"; }

.mdi-disk-alert:before {
  content: "\f290"; }

.mdi-disqus:before {
  content: "\f291"; }

.mdi-disqus-outline:before {
  content: "\f292"; }

.mdi-division:before {
  content: "\f293"; }

.mdi-division-box:before {
  content: "\f294"; }

.mdi-dns:before {
  content: "\f295"; }

.mdi-domain:before {
  content: "\f296"; }

.mdi-dots-horizontal:before {
  content: "\f297"; }

.mdi-dots-vertical:before {
  content: "\f298"; }

.mdi-download:before {
  content: "\f299"; }

.mdi-drag:before {
  content: "\f29a"; }

.mdi-drag-horizontal:before {
  content: "\f29b"; }

.mdi-drag-vertical:before {
  content: "\f29c"; }

.mdi-drawing:before {
  content: "\f29d"; }

.mdi-drawing-box:before {
  content: "\f29e"; }

.mdi-dribbble:before {
  content: "\f29f"; }

.mdi-dribbble-box:before {
  content: "\f2a0"; }

.mdi-drone:before {
  content: "\f2a1"; }

.mdi-dropbox:before {
  content: "\f2a2"; }

.mdi-drupal:before {
  content: "\f2a3"; }

.mdi-duck:before {
  content: "\f2a4"; }

.mdi-dumbbell:before {
  content: "\f2a5"; }

.mdi-earth:before {
  content: "\f2a6"; }

.mdi-earth-off:before {
  content: "\f2a7"; }

.mdi-edge:before {
  content: "\f2a8"; }

.mdi-eject:before {
  content: "\f2a9"; }

.mdi-elevation-decline:before {
  content: "\f2aa"; }

.mdi-elevation-rise:before {
  content: "\f2ab"; }

.mdi-elevator:before {
  content: "\f2ac"; }

.mdi-email:before {
  content: "\f2ad"; }

.mdi-email-open:before {
  content: "\f2ae"; }

.mdi-email-outline:before {
  content: "\f2af"; }

.mdi-email-secure:before {
  content: "\f2b0"; }

.mdi-emoticon:before {
  content: "\f2b1"; }

.mdi-emoticon-cool:before {
  content: "\f2b2"; }

.mdi-emoticon-devil:before {
  content: "\f2b3"; }

.mdi-emoticon-happy:before {
  content: "\f2b4"; }

.mdi-emoticon-neutral:before {
  content: "\f2b5"; }

.mdi-emoticon-poop:before {
  content: "\f2b6"; }

.mdi-emoticon-sad:before {
  content: "\f2b7"; }

.mdi-emoticon-tongue:before {
  content: "\f2b8"; }

.mdi-engine:before {
  content: "\f2b9"; }

.mdi-engine-outline:before {
  content: "\f2ba"; }

.mdi-equal:before {
  content: "\f2bb"; }

.mdi-equal-box:before {
  content: "\f2bc"; }

.mdi-eraser:before {
  content: "\f2bd"; }

.mdi-escalator:before {
  content: "\f2be"; }

.mdi-etsy:before {
  content: "\f2bf"; }

.mdi-evernote:before {
  content: "\f2c0"; }

.mdi-exclamation:before {
  content: "\f2c1"; }

.mdi-exit-to-app:before {
  content: "\f2c2"; }

.mdi-export:before {
  content: "\f2c3"; }

.mdi-eye:before {
  content: "\f2c4"; }

.mdi-eye-off:before {
  content: "\f2c5"; }

.mdi-eyedropper:before {
  content: "\f2c6"; }

.mdi-eyedropper-variant:before {
  content: "\f2c7"; }

.mdi-facebook:before {
  content: "\f2c8"; }

.mdi-facebook-box:before {
  content: "\f2c9"; }

.mdi-facebook-messenger:before {
  content: "\f2ca"; }

.mdi-factory:before {
  content: "\f2cb"; }

.mdi-fan:before {
  content: "\f2cc"; }

.mdi-fast-forward:before {
  content: "\f2cd"; }

.mdi-ferry:before {
  content: "\f2ce"; }

.mdi-file:before {
  content: "\f2cf"; }

.mdi-file-cloud:before {
  content: "\f2d0"; }

.mdi-file-delimited:before {
  content: "\f2d1"; }

.mdi-file-document:before {
  content: "\f2d2"; }

.mdi-file-document-box:before {
  content: "\f2d3"; }

.mdi-file-excel:before {
  content: "\f2d4"; }

.mdi-file-excel-box:before {
  content: "\f2d5"; }

.mdi-file-find:before {
  content: "\f2d6"; }

.mdi-file-image:before {
  content: "\f2d7"; }

.mdi-file-image-box:before {
  content: "\f2d8"; }

.mdi-file-multiple:before {
  content: "\f2d9"; }

.mdi-file-music:before {
  content: "\f2da"; }

.mdi-file-outline:before {
  content: "\f2db"; }

.mdi-file-pdf:before {
  content: "\f2dc"; }

.mdi-file-pdf-box:before {
  content: "\f2dd"; }

.mdi-file-powerpoint:before {
  content: "\f2de"; }

.mdi-file-powerpoint-box:before {
  content: "\f2df"; }

.mdi-file-presentation-box:before {
  content: "\f2e0"; }

.mdi-file-video:before {
  content: "\f2e1"; }

.mdi-file-word:before {
  content: "\f2e2"; }

.mdi-file-word-box:before {
  content: "\f2e3"; }

.mdi-file-xml:before {
  content: "\f2e4"; }

.mdi-film:before {
  content: "\f2e5"; }

.mdi-filmstrip:before {
  content: "\f2e6"; }

.mdi-filmstrip-off:before {
  content: "\f2e7"; }

.mdi-filter:before {
  content: "\f2e8"; }

.mdi-filter-outline:before {
  content: "\f2e9"; }

.mdi-filter-remove:before {
  content: "\f2ea"; }

.mdi-filter-remove-outline:before {
  content: "\f2eb"; }

.mdi-filter-variant:before {
  content: "\f2ec"; }

.mdi-fire:before {
  content: "\f2ed"; }

.mdi-firefox:before {
  content: "\f2ee"; }

.mdi-fish:before {
  content: "\f2ef"; }

.mdi-flag:before {
  content: "\f2f0"; }

.mdi-flag-checkered:before {
  content: "\f2f1"; }

.mdi-flag-outline:before {
  content: "\f2f2"; }

.mdi-flag-outline-variant:before {
  content: "\f2f3"; }

.mdi-flag-triangle:before {
  content: "\f2f4"; }

.mdi-flag-variant:before {
  content: "\f2f5"; }

.mdi-flash:before {
  content: "\f2f6"; }

.mdi-flash-auto:before {
  content: "\f2f7"; }

.mdi-flash-off:before {
  content: "\f2f8"; }

.mdi-flashlight:before {
  content: "\f2f9"; }

.mdi-flashlight-off:before {
  content: "\f2fa"; }

.mdi-flattr:before {
  content: "\f2fb"; }

.mdi-flip-to-back:before {
  content: "\f2fc"; }

.mdi-flip-to-front:before {
  content: "\f2fd"; }

.mdi-floppy:before {
  content: "\f2fe"; }

.mdi-flower:before {
  content: "\f2ff"; }

.mdi-folder:before {
  content: "\f300"; }

.mdi-folder-account:before {
  content: "\f301"; }

.mdi-folder-download:before {
  content: "\f302"; }

.mdi-folder-google-drive:before {
  content: "\f303"; }

.mdi-folder-image:before {
  content: "\f304"; }

.mdi-folder-lock:before {
  content: "\f305"; }

.mdi-folder-lock-open:before {
  content: "\f306"; }

.mdi-folder-move:before {
  content: "\f307"; }

.mdi-folder-multiple:before {
  content: "\f308"; }

.mdi-folder-multiple-image:before {
  content: "\f309"; }

.mdi-folder-multiple-outline:before {
  content: "\f30a"; }

.mdi-folder-outline:before {
  content: "\f30b"; }

.mdi-folder-plus:before {
  content: "\f30c"; }

.mdi-folder-remove:before {
  content: "\f30d"; }

.mdi-folder-upload:before {
  content: "\f30e"; }

.mdi-food:before {
  content: "\f30f"; }

.mdi-food-apple:before {
  content: "\f310"; }

.mdi-food-variant:before {
  content: "\f311"; }

.mdi-football:before {
  content: "\f312"; }

.mdi-football-helmet:before {
  content: "\f313"; }

.mdi-format-align-center:before {
  content: "\f314"; }

.mdi-format-align-justify:before {
  content: "\f315"; }

.mdi-format-align-left:before {
  content: "\f316"; }

.mdi-format-align-right:before {
  content: "\f317"; }

.mdi-format-bold:before {
  content: "\f318"; }

.mdi-format-clear:before {
  content: "\f319"; }

.mdi-format-color-fill:before {
  content: "\f31a"; }

.mdi-format-float-center:before {
  content: "\f31b"; }

.mdi-format-float-left:before {
  content: "\f31c"; }

.mdi-format-float-none:before {
  content: "\f31d"; }

.mdi-format-float-right:before {
  content: "\f31e"; }

.mdi-format-header-1:before {
  content: "\f31f"; }

.mdi-format-header-2:before {
  content: "\f320"; }

.mdi-format-header-3:before {
  content: "\f321"; }

.mdi-format-header-4:before {
  content: "\f322"; }

.mdi-format-header-5:before {
  content: "\f323"; }

.mdi-format-header-6:before {
  content: "\f324"; }

.mdi-format-header-decrease:before {
  content: "\f325"; }

.mdi-format-header-equal:before {
  content: "\f326"; }

.mdi-format-header-increase:before {
  content: "\f327"; }

.mdi-format-header-pound:before {
  content: "\f328"; }

.mdi-format-indent-decrease:before {
  content: "\f329"; }

.mdi-format-indent-increase:before {
  content: "\f32a"; }

.mdi-format-italic:before {
  content: "\f32b"; }

.mdi-format-line-spacing:before {
  content: "\f32c"; }

.mdi-format-list-bulleted:before {
  content: "\f32d"; }

.mdi-format-list-numbers:before {
  content: "\f32e"; }

.mdi-format-paint:before {
  content: "\f32f"; }

.mdi-format-paragraph:before {
  content: "\f330"; }

.mdi-format-quote:before {
  content: "\f331"; }

.mdi-format-size:before {
  content: "\f332"; }

.mdi-format-strikethrough:before {
  content: "\f333"; }

.mdi-format-subscript:before {
  content: "\f334"; }

.mdi-format-superscript:before {
  content: "\f335"; }

.mdi-format-text:before {
  content: "\f336"; }

.mdi-format-textdirection-l-to-r:before {
  content: "\f337"; }

.mdi-format-textdirection-r-to-l:before {
  content: "\f338"; }

.mdi-format-underline:before {
  content: "\f339"; }

.mdi-format-wrap-inline:before {
  content: "\f33a"; }

.mdi-format-wrap-square:before {
  content: "\f33b"; }

.mdi-format-wrap-tight:before {
  content: "\f33c"; }

.mdi-format-wrap-top-bottom:before {
  content: "\f33d"; }

.mdi-forum:before {
  content: "\f33e"; }

.mdi-forward:before {
  content: "\f33f"; }

.mdi-foursquare:before {
  content: "\f340"; }

.mdi-fridge:before {
  content: "\f341"; }

.mdi-fullscreen:before {
  content: "\f342"; }

.mdi-fullscreen-exit:before {
  content: "\f343"; }

.mdi-function:before {
  content: "\f344"; }

.mdi-gamepad:before {
  content: "\f345"; }

.mdi-gamepad-variant:before {
  content: "\f346"; }

.mdi-gas-station:before {
  content: "\f347"; }

.mdi-gavel:before {
  content: "\f348"; }

.mdi-gender-female:before {
  content: "\f349"; }

.mdi-gender-male:before {
  content: "\f34a"; }

.mdi-gender-male-female:before {
  content: "\f34b"; }

.mdi-gender-transgender:before {
  content: "\f34c"; }

.mdi-gift:before {
  content: "\f34d"; }

.mdi-git:before {
  content: "\f34e"; }

.mdi-github-box:before {
  content: "\f34f"; }

.mdi-github-circle:before {
  content: "\f350"; }

.mdi-glass-flute:before {
  content: "\f351"; }

.mdi-glass-mug:before {
  content: "\f352"; }

.mdi-glass-stange:before {
  content: "\f353"; }

.mdi-glass-tulip:before {
  content: "\f354"; }

.mdi-glasses:before {
  content: "\f355"; }

.mdi-gmail:before {
  content: "\f356"; }

.mdi-google:before {
  content: "\f357"; }

.mdi-google-chrome:before {
  content: "\f358"; }

.mdi-google-circles:before {
  content: "\f359"; }

.mdi-google-circles-communities:before {
  content: "\f35a"; }

.mdi-google-circles-extended:before {
  content: "\f35b"; }

.mdi-google-circles-group:before {
  content: "\f35c"; }

.mdi-google-controller:before {
  content: "\f35d"; }

.mdi-google-controller-off:before {
  content: "\f35e"; }

.mdi-google-drive:before {
  content: "\f35f"; }

.mdi-google-earth:before {
  content: "\f360"; }

.mdi-google-glass:before {
  content: "\f361"; }

.mdi-google-maps:before {
  content: "\f362"; }

.mdi-google-pages:before {
  content: "\f363"; }

.mdi-google-play:before {
  content: "\f364"; }

.mdi-google-plus:before {
  content: "\f365"; }

.mdi-google-plus-box:before {
  content: "\f366"; }

.mdi-grid:before {
  content: "\f367"; }

.mdi-grid-off:before {
  content: "\f368"; }

.mdi-group:before {
  content: "\f369"; }

.mdi-guitar:before {
  content: "\f36a"; }

.mdi-guitar-pick:before {
  content: "\f36b"; }

.mdi-guitar-pick-outline:before {
  content: "\f36c"; }

.mdi-hand-pointing-right:before {
  content: "\f36d"; }

.mdi-hanger:before {
  content: "\f36e"; }

.mdi-hangouts:before {
  content: "\f36f"; }

.mdi-harddisk:before {
  content: "\f370"; }

.mdi-headphones:before {
  content: "\f371"; }

.mdi-headphones-box:before {
  content: "\f372"; }

.mdi-headphones-settings:before {
  content: "\f373"; }

.mdi-headset:before {
  content: "\f374"; }

.mdi-headset-dock:before {
  content: "\f375"; }

.mdi-headset-off:before {
  content: "\f376"; }

.mdi-heart:before {
  content: "\f377"; }

.mdi-heart-box:before {
  content: "\f378"; }

.mdi-heart-box-outline:before {
  content: "\f379"; }

.mdi-heart-broken:before {
  content: "\f37a"; }

.mdi-heart-outline:before {
  content: "\f37b"; }

.mdi-help:before {
  content: "\f37c"; }

.mdi-help-circle:before {
  content: "\f37d"; }

.mdi-hexagon:before {
  content: "\f37e"; }

.mdi-hexagon-outline:before {
  content: "\f37f"; }

.mdi-history:before {
  content: "\f380"; }

.mdi-hololens:before {
  content: "\f381"; }

.mdi-home:before {
  content: "\f382"; }

.mdi-home-modern:before {
  content: "\f383"; }

.mdi-home-variant:before {
  content: "\f384"; }

.mdi-hops:before {
  content: "\f385"; }

.mdi-hospital:before {
  content: "\f386"; }

.mdi-hospital-building:before {
  content: "\f387"; }

.mdi-hospital-marker:before {
  content: "\f388"; }

.mdi-hotel:before {
  content: "\f389"; }

.mdi-houzz:before {
  content: "\f38a"; }

.mdi-houzz-box:before {
  content: "\f38b"; }

.mdi-human:before {
  content: "\f38c"; }

.mdi-human-child:before {
  content: "\f38d"; }

.mdi-human-male-female:before {
  content: "\f38e"; }

.mdi-image-album:before {
  content: "\f38f"; }

.mdi-image-area:before {
  content: "\f390"; }

.mdi-image-area-close:before {
  content: "\f391"; }

.mdi-image-broken:before {
  content: "\f392"; }

.mdi-image-filter:before {
  content: "\f393"; }

.mdi-image-filter-black-white:before {
  content: "\f394"; }

.mdi-image-filter-center-focus:before {
  content: "\f395"; }

.mdi-image-filter-drama:before {
  content: "\f396"; }

.mdi-image-filter-frames:before {
  content: "\f397"; }

.mdi-image-filter-hdr:before {
  content: "\f398"; }

.mdi-image-filter-none:before {
  content: "\f399"; }

.mdi-image-filter-tilt-shift:before {
  content: "\f39a"; }

.mdi-image-filter-vintage:before {
  content: "\f39b"; }

.mdi-import:before {
  content: "\f39c"; }

.mdi-inbox:before {
  content: "\f39d"; }

.mdi-information:before {
  content: "\f39e"; }

.mdi-information-outline:before {
  content: "\f39f"; }

.mdi-instagram:before {
  content: "\f3a0"; }

.mdi-instapaper:before {
  content: "\f3a1"; }

.mdi-internet-explorer:before {
  content: "\f3a2"; }

.mdi-invert-colors:before {
  content: "\f3a3"; }

.mdi-jira:before {
  content: "\f3a4"; }

.mdi-jsfiddle:before {
  content: "\f3a5"; }

.mdi-keg:before {
  content: "\f3a6"; }

.mdi-key:before {
  content: "\f3a7"; }

.mdi-key-change:before {
  content: "\f3a8"; }

.mdi-key-minus:before {
  content: "\f3a9"; }

.mdi-key-plus:before {
  content: "\f3aa"; }

.mdi-key-remove:before {
  content: "\f3ab"; }

.mdi-key-variant:before {
  content: "\f3ac"; }

.mdi-keyboard:before {
  content: "\f3ad"; }

.mdi-keyboard-backspace:before {
  content: "\f3ae"; }

.mdi-keyboard-caps:before {
  content: "\f3af"; }

.mdi-keyboard-close:before {
  content: "\f3b0"; }

.mdi-keyboard-off:before {
  content: "\f3b1"; }

.mdi-keyboard-return:before {
  content: "\f3b2"; }

.mdi-keyboard-tab:before {
  content: "\f3b3"; }

.mdi-keyboard-variant:before {
  content: "\f3b4"; }

.mdi-label:before {
  content: "\f3b5"; }

.mdi-label-outline:before {
  content: "\f3b6"; }

.mdi-language-csharp:before {
  content: "\f3b7"; }

.mdi-language-css3:before {
  content: "\f3b8"; }

.mdi-language-html5:before {
  content: "\f3b9"; }

.mdi-language-javascript:before {
  content: "\f3ba"; }

.mdi-language-python:before {
  content: "\f3bb"; }

.mdi-language-python-text:before {
  content: "\f3bc"; }

.mdi-laptop:before {
  content: "\f3bd"; }

.mdi-laptop-chromebook:before {
  content: "\f3be"; }

.mdi-laptop-mac:before {
  content: "\f3bf"; }

.mdi-laptop-windows:before {
  content: "\f3c0"; }

.mdi-lastfm:before {
  content: "\f3c1"; }

.mdi-launch:before {
  content: "\f3c2"; }

.mdi-layers:before {
  content: "\f3c3"; }

.mdi-layers-off:before {
  content: "\f3c4"; }

.mdi-leaf:before {
  content: "\f3c5"; }

.mdi-library:before {
  content: "\f3c6"; }

.mdi-library-books:before {
  content: "\f3c7"; }

.mdi-library-music:before {
  content: "\f3c8"; }

.mdi-library-plus:before {
  content: "\f3c9"; }

.mdi-lightbulb:before {
  content: "\f3ca"; }

.mdi-lightbulb-outline:before {
  content: "\f3cb"; }

.mdi-link:before {
  content: "\f3cc"; }

.mdi-link-off:before {
  content: "\f3cd"; }

.mdi-link-variant:before {
  content: "\f3ce"; }

.mdi-link-variant-off:before {
  content: "\f3cf"; }

.mdi-linkedin:before {
  content: "\f3d0"; }

.mdi-linkedin-box:before {
  content: "\f3d1"; }

.mdi-linux:before {
  content: "\f3d2"; }

.mdi-lock:before {
  content: "\f3d3"; }

.mdi-lock-open:before {
  content: "\f3d4"; }

.mdi-lock-open-outline:before {
  content: "\f3d5"; }

.mdi-lock-outline:before {
  content: "\f3d6"; }

.mdi-login:before {
  content: "\f3d7"; }

.mdi-logout:before {
  content: "\f3d8"; }

.mdi-looks:before {
  content: "\f3d9"; }

.mdi-loupe:before {
  content: "\f3da"; }

.mdi-lumx:before {
  content: "\f3db"; }

.mdi-magnet:before {
  content: "\f3dc"; }

.mdi-magnet-on:before {
  content: "\f3dd"; }

.mdi-magnify:before {
  content: "\f3de"; }

.mdi-magnify-minus:before {
  content: "\f3df"; }

.mdi-magnify-plus:before {
  content: "\f3e0"; }

.mdi-mail-ru:before {
  content: "\f3e1"; }

.mdi-map:before {
  content: "\f3e2"; }

.mdi-map-marker:before {
  content: "\f3e3"; }

.mdi-map-marker-circle:before {
  content: "\f3e4"; }

.mdi-map-marker-multiple:before {
  content: "\f3e5"; }

.mdi-map-marker-off:before {
  content: "\f3e6"; }

.mdi-map-marker-radius:before {
  content: "\f3e7"; }

.mdi-margin:before {
  content: "\f3e8"; }

.mdi-markdown:before {
  content: "\f3e9"; }

.mdi-marker-check:before {
  content: "\f3ea"; }

.mdi-martini:before {
  content: "\f3eb"; }

.mdi-material-ui:before {
  content: "\f3ec"; }

.mdi-math-compass:before {
  content: "\f3ed"; }

.mdi-maxcdn:before {
  content: "\f3ee"; }

.mdi-medium:before {
  content: "\f3ef"; }

.mdi-memory:before {
  content: "\f3f0"; }

.mdi-menu:before {
  content: "\f3f1"; }

.mdi-menu-down:before {
  content: "\f3f2"; }

.mdi-menu-left:before {
  content: "\f3f3"; }

.mdi-menu-right:before {
  content: "\f3f4"; }

.mdi-menu-up:before {
  content: "\f3f5"; }

.mdi-message:before {
  content: "\f3f6"; }

.mdi-message-alert:before {
  content: "\f3f7"; }

.mdi-message-draw:before {
  content: "\f3f8"; }

.mdi-message-image:before {
  content: "\f3f9"; }

.mdi-message-processing:before {
  content: "\f3fa"; }

.mdi-message-reply:before {
  content: "\f3fb"; }

.mdi-message-text:before {
  content: "\f3fc"; }

.mdi-message-text-outline:before {
  content: "\f3fd"; }

.mdi-message-video:before {
  content: "\f3fe"; }

.mdi-microphone:before {
  content: "\f3ff"; }

.mdi-microphone-off:before {
  content: "\f400"; }

.mdi-microphone-outline:before {
  content: "\f401"; }

.mdi-microphone-settings:before {
  content: "\f402"; }

.mdi-microphone-variant:before {
  content: "\f403"; }

.mdi-microphone-variant-off:before {
  content: "\f404"; }

.mdi-minus:before {
  content: "\f405"; }

.mdi-minus-box:before {
  content: "\f406"; }

.mdi-minus-circle:before {
  content: "\f407"; }

.mdi-minus-circle-outline:before {
  content: "\f408"; }

.mdi-minus-network:before {
  content: "\f409"; }

.mdi-monitor:before {
  content: "\f40a"; }

.mdi-monitor-multiple:before {
  content: "\f40b"; }

.mdi-more:before {
  content: "\f40c"; }

.mdi-motorbike:before {
  content: "\f40d"; }

.mdi-mouse:before {
  content: "\f40e"; }

.mdi-mouse-off:before {
  content: "\f40f"; }

.mdi-mouse-variant:before {
  content: "\f410"; }

.mdi-mouse-variant-off:before {
  content: "\f411"; }

.mdi-movie:before {
  content: "\f412"; }

.mdi-multiplication:before {
  content: "\f413"; }

.mdi-multiplication-box:before {
  content: "\f414"; }

.mdi-music-box:before {
  content: "\f415"; }

.mdi-music-box-outline:before {
  content: "\f416"; }

.mdi-music-circle:before {
  content: "\f417"; }

.mdi-music-note:before {
  content: "\f418"; }

.mdi-music-note-eighth:before {
  content: "\f419"; }

.mdi-music-note-half:before {
  content: "\f41a"; }

.mdi-music-note-off:before {
  content: "\f41b"; }

.mdi-music-note-quarter:before {
  content: "\f41c"; }

.mdi-music-note-sixteenth:before {
  content: "\f41d"; }

.mdi-music-note-whole:before {
  content: "\f41e"; }

.mdi-nature:before {
  content: "\f41f"; }

.mdi-nature-people:before {
  content: "\f420"; }

.mdi-navigation:before {
  content: "\f421"; }

.mdi-needle:before {
  content: "\f422"; }

.mdi-nest-protect:before {
  content: "\f423"; }

.mdi-nest-thermostat:before {
  content: "\f424"; }

.mdi-newspaper:before {
  content: "\f425"; }

.mdi-nfc:before {
  content: "\f426"; }

.mdi-nfc-tap:before {
  content: "\f427"; }

.mdi-nfc-variant:before {
  content: "\f428"; }

.mdi-note:before {
  content: "\f429"; }

.mdi-note-outline:before {
  content: "\f42a"; }

.mdi-note-text:before {
  content: "\f42b"; }

.mdi-numeric:before {
  content: "\f42c"; }

.mdi-numeric-0-box:before {
  content: "\f42d"; }

.mdi-numeric-0-box-multiple-outline:before {
  content: "\f42e"; }

.mdi-numeric-0-box-outline:before {
  content: "\f42f"; }

.mdi-numeric-1-box:before {
  content: "\f430"; }

.mdi-numeric-1-box-multiple-outline:before {
  content: "\f431"; }

.mdi-numeric-1-box-outline:before {
  content: "\f432"; }

.mdi-numeric-2-box:before {
  content: "\f433"; }

.mdi-numeric-2-box-multiple-outline:before {
  content: "\f434"; }

.mdi-numeric-2-box-outline:before {
  content: "\f435"; }

.mdi-numeric-3-box:before {
  content: "\f436"; }

.mdi-numeric-3-box-multiple-outline:before {
  content: "\f437"; }

.mdi-numeric-3-box-outline:before {
  content: "\f438"; }

.mdi-numeric-4-box:before {
  content: "\f439"; }

.mdi-numeric-4-box-multiple-outline:before {
  content: "\f43a"; }

.mdi-numeric-4-box-outline:before {
  content: "\f43b"; }

.mdi-numeric-5-box:before {
  content: "\f43c"; }

.mdi-numeric-5-box-multiple-outline:before {
  content: "\f43d"; }

.mdi-numeric-5-box-outline:before {
  content: "\f43e"; }

.mdi-numeric-6-box:before {
  content: "\f43f"; }

.mdi-numeric-6-box-multiple-outline:before {
  content: "\f440"; }

.mdi-numeric-6-box-outline:before {
  content: "\f441"; }

.mdi-numeric-7-box:before {
  content: "\f442"; }

.mdi-numeric-7-box-multiple-outline:before {
  content: "\f443"; }

.mdi-numeric-7-box-outline:before {
  content: "\f444"; }

.mdi-numeric-8-box:before {
  content: "\f445"; }

.mdi-numeric-8-box-multiple-outline:before {
  content: "\f446"; }

.mdi-numeric-8-box-outline:before {
  content: "\f447"; }

.mdi-numeric-9-box:before {
  content: "\f448"; }

.mdi-numeric-9-box-multiple-outline:before {
  content: "\f449"; }

.mdi-numeric-9-box-outline:before {
  content: "\f44a"; }

.mdi-numeric-9-plus-box:before {
  content: "\f44b"; }

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f44c"; }

.mdi-numeric-9-plus-box-outline:before {
  content: "\f44d"; }

.mdi-nutriton:before {
  content: "\f44e"; }

.mdi-odnoklassniki:before {
  content: "\f44f"; }

.mdi-office:before {
  content: "\f450"; }

.mdi-oil:before {
  content: "\f451"; }

.mdi-omega:before {
  content: "\f452"; }

.mdi-onedrive:before {
  content: "\f453"; }

.mdi-open-in-app:before {
  content: "\f454"; }

.mdi-open-in-new:before {
  content: "\f455"; }

.mdi-ornament:before {
  content: "\f456"; }

.mdi-ornament-variant:before {
  content: "\f457"; }

.mdi-outbox:before {
  content: "\f458"; }

.mdi-owl:before {
  content: "\f459"; }

.mdi-package:before {
  content: "\f45a"; }

.mdi-package-down:before {
  content: "\f45b"; }

.mdi-package-up:before {
  content: "\f45c"; }

.mdi-package-variant:before {
  content: "\f45d"; }

.mdi-package-variant-closed:before {
  content: "\f45e"; }

.mdi-palette:before {
  content: "\f45f"; }

.mdi-palette-advanced:before {
  content: "\f460"; }

.mdi-panda:before {
  content: "\f461"; }

.mdi-pandora:before {
  content: "\f462"; }

.mdi-panorama:before {
  content: "\f463"; }

.mdi-panorama-fisheye:before {
  content: "\f464"; }

.mdi-panorama-horizontal:before {
  content: "\f465"; }

.mdi-panorama-vertical:before {
  content: "\f466"; }

.mdi-panorama-wide-angle:before {
  content: "\f467"; }

.mdi-paper-cut-vertical:before {
  content: "\f468"; }

.mdi-paperclip:before {
  content: "\f469"; }

.mdi-parking:before {
  content: "\f46a"; }

.mdi-pause:before {
  content: "\f46b"; }

.mdi-pause-circle:before {
  content: "\f46c"; }

.mdi-pause-circle-outline:before {
  content: "\f46d"; }

.mdi-pause-octagon:before {
  content: "\f46e"; }

.mdi-pause-octagon-outline:before {
  content: "\f46f"; }

.mdi-paw:before {
  content: "\f470"; }

.mdi-pen:before {
  content: "\f471"; }

.mdi-pencil:before {
  content: "\f472"; }

.mdi-pencil-box:before {
  content: "\f473"; }

.mdi-pencil-box-outline:before {
  content: "\f474"; }

.mdi-percent:before {
  content: "\f475"; }

.mdi-pharmacy:before {
  content: "\f476"; }

.mdi-phone:before {
  content: "\f477"; }

.mdi-phone-bluetooth:before {
  content: "\f478"; }

.mdi-phone-forward:before {
  content: "\f479"; }

.mdi-phone-hangup:before {
  content: "\f47a"; }

.mdi-phone-in-talk:before {
  content: "\f47b"; }

.mdi-phone-incoming:before {
  content: "\f47c"; }

.mdi-phone-locked:before {
  content: "\f47d"; }

.mdi-phone-log:before {
  content: "\f47e"; }

.mdi-phone-missed:before {
  content: "\f47f"; }

.mdi-phone-outgoing:before {
  content: "\f480"; }

.mdi-phone-paused:before {
  content: "\f481"; }

.mdi-phone-settings:before {
  content: "\f482"; }

.mdi-pig:before {
  content: "\f483"; }

.mdi-pill:before {
  content: "\f484"; }

.mdi-pin:before {
  content: "\f485"; }

.mdi-pin-off:before {
  content: "\f486"; }

.mdi-pine-tree:before {
  content: "\f487"; }

.mdi-pine-tree-box:before {
  content: "\f488"; }

.mdi-pinterest:before {
  content: "\f489"; }

.mdi-pinterest-box:before {
  content: "\f48a"; }

.mdi-pizza:before {
  content: "\f48b"; }

.mdi-play:before {
  content: "\f48c"; }

.mdi-play-box-outline:before {
  content: "\f48d"; }

.mdi-play-circle:before {
  content: "\f48e"; }

.mdi-play-circle-outline:before {
  content: "\f48f"; }

.mdi-playlist-minus:before {
  content: "\f490"; }

.mdi-playlist-plus:before {
  content: "\f491"; }

.mdi-playstation:before {
  content: "\f492"; }

.mdi-plus:before {
  content: "\f493"; }

.mdi-plus-box:before {
  content: "\f494"; }

.mdi-plus-circle:before {
  content: "\f495"; }

.mdi-plus-circle-outline:before {
  content: "\f496"; }

.mdi-plus-network:before {
  content: "\f497"; }

.mdi-plus-one:before {
  content: "\f498"; }

.mdi-pocket:before {
  content: "\f499"; }

.mdi-poll:before {
  content: "\f49a"; }

.mdi-poll-box:before {
  content: "\f49b"; }

.mdi-polymer:before {
  content: "\f49c"; }

.mdi-popcorn:before {
  content: "\f49d"; }

.mdi-pound:before {
  content: "\f49e"; }

.mdi-pound-box:before {
  content: "\f49f"; }

.mdi-power:before {
  content: "\f4a0"; }

.mdi-power-settings:before {
  content: "\f4a1"; }

.mdi-power-socket:before {
  content: "\f4a2"; }

.mdi-presentation:before {
  content: "\f4a3"; }

.mdi-presentation-play:before {
  content: "\f4a4"; }

.mdi-printer:before {
  content: "\f4a5"; }

.mdi-printer-3d:before {
  content: "\f4a6"; }

.mdi-pulse:before {
  content: "\f4a7"; }

.mdi-puzzle:before {
  content: "\f4a8"; }

.mdi-qrcode:before {
  content: "\f4a9"; }

.mdi-quadcopter:before {
  content: "\f4aa"; }

.mdi-quality-high:before {
  content: "\f4ab"; }

.mdi-quicktime:before {
  content: "\f4ac"; }

.mdi-radiator:before {
  content: "\f4ad"; }

.mdi-radio:before {
  content: "\f4ae"; }

.mdi-radio-tower:before {
  content: "\f4af"; }

.mdi-radioactive:before {
  content: "\f4b0"; }

.mdi-radiobox-blank:before {
  content: "\f4b1"; }

.mdi-radiobox-marked:before {
  content: "\f4b2"; }

.mdi-raspberrypi:before {
  content: "\f4b3"; }

.mdi-rdio:before {
  content: "\f4b4"; }

.mdi-read:before {
  content: "\f4b5"; }

.mdi-readability:before {
  content: "\f4b6"; }

.mdi-receipt:before {
  content: "\f4b7"; }

.mdi-recycle:before {
  content: "\f4b8"; }

.mdi-redo:before {
  content: "\f4b9"; }

.mdi-redo-variant:before {
  content: "\f4ba"; }

.mdi-refresh:before {
  content: "\f4bb"; }

.mdi-relative-scale:before {
  content: "\f4bc"; }

.mdi-reload:before {
  content: "\f4bd"; }

.mdi-remote:before {
  content: "\f4be"; }

.mdi-rename-box:before {
  content: "\f4bf"; }

.mdi-repeat:before {
  content: "\f4c0"; }

.mdi-repeat-off:before {
  content: "\f4c1"; }

.mdi-repeat-once:before {
  content: "\f4c2"; }

.mdi-replay:before {
  content: "\f4c3"; }

.mdi-reply:before {
  content: "\f4c4"; }

.mdi-reply-all:before {
  content: "\f4c5"; }

.mdi-reproduction:before {
  content: "\f4c6"; }

.mdi-resize-bottom-right:before {
  content: "\f4c7"; }

.mdi-responsive:before {
  content: "\f4c8"; }

.mdi-rewind:before {
  content: "\f4c9"; }

.mdi-ribbon:before {
  content: "\f4ca"; }

.mdi-road:before {
  content: "\f4cb"; }

.mdi-rocket:before {
  content: "\f4cc"; }

.mdi-rotate-3d:before {
  content: "\f4cd"; }

.mdi-rotate-left:before {
  content: "\f4ce"; }

.mdi-rotate-left-variant:before {
  content: "\f4cf"; }

.mdi-rotate-right:before {
  content: "\f4d0"; }

.mdi-rotate-right-variant:before {
  content: "\f4d1"; }

.mdi-routes:before {
  content: "\f4d2"; }

.mdi-rss:before {
  content: "\f4d3"; }

.mdi-rss-box:before {
  content: "\f4d4"; }

.mdi-ruler:before {
  content: "\f4d5"; }

.mdi-run:before {
  content: "\f4d6"; }

.mdi-sale:before {
  content: "\f4d7"; }

.mdi-satellite:before {
  content: "\f4d8"; }

.mdi-satellite-variant:before {
  content: "\f4d9"; }

.mdi-scale:before {
  content: "\f4da"; }

.mdi-scale-bathroom:before {
  content: "\f4db"; }

.mdi-school:before {
  content: "\f4dc"; }

.mdi-screen-rotation:before {
  content: "\f4dd"; }

.mdi-screen-rotation-lock:before {
  content: "\f4de"; }

.mdi-script:before {
  content: "\f4df"; }

.mdi-sd:before {
  content: "\f4e0"; }

.mdi-security:before {
  content: "\f4e1"; }

.mdi-security-network:before {
  content: "\f4e2"; }

.mdi-select:before {
  content: "\f4e3"; }

.mdi-select-all:before {
  content: "\f4e4"; }

.mdi-select-inverse:before {
  content: "\f4e5"; }

.mdi-select-off:before {
  content: "\f4e6"; }

.mdi-send:before {
  content: "\f4e7"; }

.mdi-server:before {
  content: "\f4e8"; }

.mdi-server-minus:before {
  content: "\f4e9"; }

.mdi-server-network:before {
  content: "\f4ea"; }

.mdi-server-network-off:before {
  content: "\f4eb"; }

.mdi-server-off:before {
  content: "\f4ec"; }

.mdi-server-plus:before {
  content: "\f4ed"; }

.mdi-server-remove:before {
  content: "\f4ee"; }

.mdi-server-security:before {
  content: "\f4ef"; }

.mdi-settings:before {
  content: "\f4f0"; }

.mdi-settings-box:before {
  content: "\f4f1"; }

.mdi-shape-plus:before {
  content: "\f4f2"; }

.mdi-share:before {
  content: "\f4f3"; }

.mdi-share-variant:before {
  content: "\f4f4"; }

.mdi-shield:before {
  content: "\f4f5"; }

.mdi-shield-outline:before {
  content: "\f4f6"; }

.mdi-shopping:before {
  content: "\f4f7"; }

.mdi-shopping-music:before {
  content: "\f4f8"; }

.mdi-shuffle:before {
  content: "\f4f9"; }

.mdi-sigma:before {
  content: "\f4fa"; }

.mdi-sign-caution:before {
  content: "\f4fb"; }

.mdi-signal:before {
  content: "\f4fc"; }

.mdi-silverware:before {
  content: "\f4fd"; }

.mdi-silverware-fork:before {
  content: "\f4fe"; }

.mdi-silverware-spoon:before {
  content: "\f4ff"; }

.mdi-silverware-variant:before {
  content: "\f500"; }

.mdi-sim-alert:before {
  content: "\f501"; }

.mdi-sitemap:before {
  content: "\f502"; }

.mdi-skip-next:before {
  content: "\f503"; }

.mdi-skip-previous:before {
  content: "\f504"; }

.mdi-skype:before {
  content: "\f505"; }

.mdi-skype-business:before {
  content: "\f506"; }

.mdi-sleep:before {
  content: "\f507"; }

.mdi-sleep-off:before {
  content: "\f508"; }

.mdi-smoking:before {
  content: "\f509"; }

.mdi-smoking-off:before {
  content: "\f50a"; }

.mdi-snapchat:before {
  content: "\f50b"; }

.mdi-snowman:before {
  content: "\f50c"; }

.mdi-sofa:before {
  content: "\f50d"; }

.mdi-sort:before {
  content: "\f50e"; }

.mdi-sort-alphabetical:before {
  content: "\f50f"; }

.mdi-sort-ascending:before {
  content: "\f510"; }

.mdi-sort-descending:before {
  content: "\f511"; }

.mdi-sort-numeric:before {
  content: "\f512"; }

.mdi-sort-variant:before {
  content: "\f513"; }

.mdi-soundcloud:before {
  content: "\f514"; }

.mdi-source-fork:before {
  content: "\f515"; }

.mdi-source-pull:before {
  content: "\f516"; }

.mdi-speaker:before {
  content: "\f517"; }

.mdi-speaker-off:before {
  content: "\f518"; }

.mdi-speedometer:before {
  content: "\f519"; }

.mdi-spellcheck:before {
  content: "\f51a"; }

.mdi-spotify:before {
  content: "\f51b"; }

.mdi-spotlight:before {
  content: "\f51c"; }

.mdi-spotlight-beam:before {
  content: "\f51d"; }

.mdi-square-inc:before {
  content: "\f51e"; }

.mdi-square-inc-cash:before {
  content: "\f51f"; }

.mdi-stackoverflow:before {
  content: "\f520"; }

.mdi-star:before {
  content: "\f521"; }

.mdi-star-circle:before {
  content: "\f522"; }

.mdi-star-half:before {
  content: "\f523"; }

.mdi-star-outline:before {
  content: "\f524"; }

.mdi-steam:before {
  content: "\f525"; }

.mdi-stethoscope:before {
  content: "\f526"; }

.mdi-stocking:before {
  content: "\f527"; }

.mdi-stop:before {
  content: "\f528"; }

.mdi-store:before {
  content: "\f529"; }

.mdi-store-24-hour:before {
  content: "\f52a"; }

.mdi-stove:before {
  content: "\f52b"; }

.mdi-subway:before {
  content: "\f52c"; }

.mdi-sunglasses:before {
  content: "\f52d"; }

.mdi-swap-horizontal:before {
  content: "\f52e"; }

.mdi-swap-vertical:before {
  content: "\f52f"; }

.mdi-swim:before {
  content: "\f530"; }

.mdi-sword:before {
  content: "\f531"; }

.mdi-sync:before {
  content: "\f532"; }

.mdi-sync-alert:before {
  content: "\f533"; }

.mdi-sync-off:before {
  content: "\f534"; }

.mdi-tab:before {
  content: "\f535"; }

.mdi-tab-unselected:before {
  content: "\f536"; }

.mdi-table:before {
  content: "\f537"; }

.mdi-table-column-plus-after:before {
  content: "\f538"; }

.mdi-table-column-plus-before:before {
  content: "\f539"; }

.mdi-table-column-remove:before {
  content: "\f53a"; }

.mdi-table-column-width:before {
  content: "\f53b"; }

.mdi-table-edit:before {
  content: "\f53c"; }

.mdi-table-large:before {
  content: "\f53d"; }

.mdi-table-row-height:before {
  content: "\f53e"; }

.mdi-table-row-plus-after:before {
  content: "\f53f"; }

.mdi-table-row-plus-before:before {
  content: "\f540"; }

.mdi-table-row-remove:before {
  content: "\f541"; }

.mdi-tablet:before {
  content: "\f542"; }

.mdi-tablet-android:before {
  content: "\f543"; }

.mdi-tablet-ipad:before {
  content: "\f544"; }

.mdi-tag:before {
  content: "\f545"; }

.mdi-tag-faces:before {
  content: "\f546"; }

.mdi-tag-multiple:before {
  content: "\f547"; }

.mdi-tag-outline:before {
  content: "\f548"; }

.mdi-tag-text-outline:before {
  content: "\f549"; }

.mdi-taxi:before {
  content: "\f54a"; }

.mdi-teamviewer:before {
  content: "\f54b"; }

.mdi-telegram:before {
  content: "\f54c"; }

.mdi-television:before {
  content: "\f54d"; }

.mdi-television-guide:before {
  content: "\f54e"; }

.mdi-temperature-celsius:before {
  content: "\f54f"; }

.mdi-temperature-fahrenheit:before {
  content: "\f550"; }

.mdi-temperature-kelvin:before {
  content: "\f551"; }

.mdi-tennis:before {
  content: "\f552"; }

.mdi-tent:before {
  content: "\f553"; }

.mdi-terrain:before {
  content: "\f554"; }

.mdi-text-to-speech:before {
  content: "\f555"; }

.mdi-text-to-speech-off:before {
  content: "\f556"; }

.mdi-texture:before {
  content: "\f557"; }

.mdi-theater:before {
  content: "\f558"; }

.mdi-theme-light-dark:before {
  content: "\f559"; }

.mdi-thermometer:before {
  content: "\f55a"; }

.mdi-thermometer-lines:before {
  content: "\f55b"; }

.mdi-thumb-down:before {
  content: "\f55c"; }

.mdi-thumb-down-outline:before {
  content: "\f55d"; }

.mdi-thumb-up:before {
  content: "\f55e"; }

.mdi-thumb-up-outline:before {
  content: "\f55f"; }

.mdi-thumbs-up-down:before {
  content: "\f560"; }

.mdi-ticket:before {
  content: "\f561"; }

.mdi-ticket-account:before {
  content: "\f562"; }

.mdi-tie:before {
  content: "\f563"; }

.mdi-timelapse:before {
  content: "\f564"; }

.mdi-timer:before {
  content: "\f565"; }

.mdi-timer-10:before {
  content: "\f566"; }

.mdi-timer-3:before {
  content: "\f567"; }

.mdi-timer-off:before {
  content: "\f568"; }

.mdi-timer-sand:before {
  content: "\f569"; }

.mdi-timetable:before {
  content: "\f56a"; }

.mdi-toggle-switch:before {
  content: "\f56b"; }

.mdi-toggle-switch-off:before {
  content: "\f56c"; }

.mdi-tooltip:before {
  content: "\f56d"; }

.mdi-tooltip-edit:before {
  content: "\f56e"; }

.mdi-tooltip-image:before {
  content: "\f56f"; }

.mdi-tooltip-outline:before {
  content: "\f570"; }

.mdi-tooltip-outline-plus:before {
  content: "\f571"; }

.mdi-tooltip-text:before {
  content: "\f572"; }

.mdi-tor:before {
  content: "\f573"; }

.mdi-traffic-light:before {
  content: "\f574"; }

.mdi-train:before {
  content: "\f575"; }

.mdi-tram:before {
  content: "\f576"; }

.mdi-transcribe:before {
  content: "\f577"; }

.mdi-transcribe-close:before {
  content: "\f578"; }

.mdi-transfer:before {
  content: "\f579"; }

.mdi-tree:before {
  content: "\f57a"; }

.mdi-trello:before {
  content: "\f57b"; }

.mdi-trending-down:before {
  content: "\f57c"; }

.mdi-trending-neutral:before {
  content: "\f57d"; }

.mdi-trending-up:before {
  content: "\f57e"; }

.mdi-trophy:before {
  content: "\f57f"; }

.mdi-trophy-award:before {
  content: "\f580"; }

.mdi-trophy-variant:before {
  content: "\f581"; }

.mdi-truck:before {
  content: "\f582"; }

.mdi-tshirt-crew:before {
  content: "\f583"; }

.mdi-tshirt-v:before {
  content: "\f584"; }

.mdi-tumblr:before {
  content: "\f585"; }

.mdi-tumblr-reblog:before {
  content: "\f586"; }

.mdi-twitch:before {
  content: "\f587"; }

.mdi-twitter:before {
  content: "\f588"; }

.mdi-twitter-box:before {
  content: "\f589"; }

.mdi-twitter-circle:before {
  content: "\f58a"; }

.mdi-twitter-retweet:before {
  content: "\f58b"; }

.mdi-ubuntu:before {
  content: "\f58c"; }

.mdi-umbrella:before {
  content: "\f58d"; }

.mdi-umbrella-outline:before {
  content: "\f58e"; }

.mdi-undo:before {
  content: "\f58f"; }

.mdi-undo-variant:before {
  content: "\f590"; }

.mdi-unfold-less:before {
  content: "\f591"; }

.mdi-unfold-more:before {
  content: "\f592"; }

.mdi-ungroup:before {
  content: "\f593"; }

.mdi-untappd:before {
  content: "\f594"; }

.mdi-upload:before {
  content: "\f595"; }

.mdi-usb:before {
  content: "\f596"; }

.mdi-vector-curve:before {
  content: "\f597"; }

.mdi-vector-point:before {
  content: "\f598"; }

.mdi-vector-square:before {
  content: "\f599"; }

.mdi-verified:before {
  content: "\f59a"; }

.mdi-vibrate:before {
  content: "\f59b"; }

.mdi-video:before {
  content: "\f59c"; }

.mdi-video-off:before {
  content: "\f59d"; }

.mdi-video-switch:before {
  content: "\f59e"; }

.mdi-view-agenda:before {
  content: "\f59f"; }

.mdi-view-array:before {
  content: "\f5a0"; }

.mdi-view-carousel:before {
  content: "\f5a1"; }

.mdi-view-column:before {
  content: "\f5a2"; }

.mdi-view-dashboard:before {
  content: "\f5a3"; }

.mdi-view-day:before {
  content: "\f5a4"; }

.mdi-view-grid:before {
  content: "\f5a5"; }

.mdi-view-headline:before {
  content: "\f5a6"; }

.mdi-view-list:before {
  content: "\f5a7"; }

.mdi-view-module:before {
  content: "\f5a8"; }

.mdi-view-quilt:before {
  content: "\f5a9"; }

.mdi-view-stream:before {
  content: "\f5aa"; }

.mdi-view-week:before {
  content: "\f5ab"; }

.mdi-vimeo:before {
  content: "\f5ac"; }

.mdi-vine:before {
  content: "\f5ad"; }

.mdi-vk:before {
  content: "\f5ae"; }

.mdi-vk-box:before {
  content: "\f5af"; }

.mdi-vk-circle:before {
  content: "\f5b0"; }

.mdi-voicemail:before {
  content: "\f5b1"; }

.mdi-volume-high:before {
  content: "\f5b2"; }

.mdi-volume-low:before {
  content: "\f5b3"; }

.mdi-volume-medium:before {
  content: "\f5b4"; }

.mdi-volume-off:before {
  content: "\f5b5"; }

.mdi-vpn:before {
  content: "\f5b6"; }

.mdi-walk:before {
  content: "\f5b7"; }

.mdi-wallet:before {
  content: "\f5b8"; }

.mdi-wallet-giftcard:before {
  content: "\f5b9"; }

.mdi-wallet-membership:before {
  content: "\f5ba"; }

.mdi-wallet-travel:before {
  content: "\f5bb"; }

.mdi-watch:before {
  content: "\f5bc"; }

.mdi-watch-export:before {
  content: "\f5bd"; }

.mdi-watch-import:before {
  content: "\f5be"; }

.mdi-water:before {
  content: "\f5bf"; }

.mdi-water-off:before {
  content: "\f5c0"; }

.mdi-water-pump:before {
  content: "\f5c1"; }

.mdi-weather-cloudy:before {
  content: "\f5c2"; }

.mdi-weather-fog:before {
  content: "\f5c3"; }

.mdi-weather-hail:before {
  content: "\f5c4"; }

.mdi-weather-lightning:before {
  content: "\f5c5"; }

.mdi-weather-night:before {
  content: "\f5c6"; }

.mdi-weather-partlycloudy:before {
  content: "\f5c7"; }

.mdi-weather-pouring:before {
  content: "\f5c8"; }

.mdi-weather-rainy:before {
  content: "\f5c9"; }

.mdi-weather-snowy:before {
  content: "\f5ca"; }

.mdi-weather-sunny:before {
  content: "\f5cb"; }

.mdi-weather-sunset:before {
  content: "\f5cc"; }

.mdi-weather-sunset-down:before {
  content: "\f5cd"; }

.mdi-weather-sunset-up:before {
  content: "\f5ce"; }

.mdi-weather-windy:before {
  content: "\f5cf"; }

.mdi-weather-windy-variant:before {
  content: "\f5d0"; }

.mdi-web:before {
  content: "\f5d1"; }

.mdi-webcam:before {
  content: "\f5d2"; }

.mdi-weight:before {
  content: "\f5d3"; }

.mdi-weight-kilogram:before {
  content: "\f5d4"; }

.mdi-whatsapp:before {
  content: "\f5d5"; }

.mdi-wheelchair-accessibility:before {
  content: "\f5d6"; }

.mdi-white-balance-auto:before {
  content: "\f5d7"; }

.mdi-white-balance-incandescent:before {
  content: "\f5d8"; }

.mdi-white-balance-irradescent:before {
  content: "\f5d9"; }

.mdi-white-balance-sunny:before {
  content: "\f5da"; }

.mdi-wifi:before {
  content: "\f5db"; }

.mdi-wii:before {
  content: "\f5dc"; }

.mdi-wikipedia:before {
  content: "\f5dd"; }

.mdi-window-close:before {
  content: "\f5de"; }

.mdi-window-closed:before {
  content: "\f5df"; }

.mdi-window-maximize:before {
  content: "\f5e0"; }

.mdi-window-minimize:before {
  content: "\f5e1"; }

.mdi-window-open:before {
  content: "\f5e2"; }

.mdi-window-restore:before {
  content: "\f5e3"; }

.mdi-windows:before {
  content: "\f5e4"; }

.mdi-wordpress:before {
  content: "\f5e5"; }

.mdi-worker:before {
  content: "\f5e6"; }

.mdi-wunderlist:before {
  content: "\f5e7"; }

.mdi-xbox:before {
  content: "\f5e8"; }

.mdi-xbox-controller:before {
  content: "\f5e9"; }

.mdi-xbox-controller-off:before {
  content: "\f5ea"; }

.mdi-xda:before {
  content: "\f5eb"; }

.mdi-xml:before {
  content: "\f5ec"; }

.mdi-yeast:before {
  content: "\f5ed"; }

.mdi-yelp:before {
  content: "\f5ee"; }

.mdi-youtube-play:before {
  content: "\f5ef"; }

.mdi-zip-box:before {
  content: "\f5f0"; }

.mdi-18px {
  font-size: 18px; }

.mdi-24px {
  font-size: 24px; }

.mdi-36px {
  font-size: 36px; }

.mdi-48px {
  font-size: 48px; }

.mdi-dark {
  color: rgba(0, 0, 0, 0.54); }

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26); }

.mdi-light {
  color: white; }

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3); }

.main {
  /*************
     SECTIONS
  **************/
  /**************************************
  SUB: 4 Column Text View
  REF: Booking - Result selected page
  ****************************************/
  /**************************************
  SUB: Summary's
  REF: Booking - New Booking Confirmation 
  ****************************************/
  /**************************************
  SUB: Promotions
  REF: Dashboard / Home promo section 
  ****************************************/
  /**************************************
  SUB: Extra spacing around search forms
  REF: Search Bookings section 
  ****************************************/
  /**************************************
  SUB: Split View / Master-Detail Layout
  REF: Manage Account pages
  ****************************************/ }
  .main .inner-container {
    position: relative; }
  .main .section-heading.heading {
    background-color: white;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer; }
    .main .section-heading.heading .inner-container {
      overflow: hidden; }
      .main .section-heading.heading .inner-container h3 {
        position: relative;
        padding: 15px 0; }
        .main .section-heading.heading .inner-container h3.full-width {
          width: 100% !important; }
        .main .section-heading.heading .inner-container h3.finances:before {
          background-image: url("../images/layout/main-sprite.png");
          background-position: -280px -30px;
          background-color: transparent; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main .section-heading.heading .inner-container h3.finances:before {
              background-image: url("../images/layout/main-sprite@2x.png");
              -moz-background-size: 400px 400px;
              -o-background-size: 400px 400px;
              -webkit-background-size: 400px 400px;
              background-size: 400px 400px; } }
        .main .section-heading.heading .inner-container h3.users:before {
          background-image: url("../images/layout/main-sprite.png");
          background-position: -280px -60px;
          background-color: transparent; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main .section-heading.heading .inner-container h3.users:before {
              background-image: url("../images/layout/main-sprite@2x.png");
              -moz-background-size: 400px 400px;
              -o-background-size: 400px 400px;
              -webkit-background-size: 400px 400px;
              background-size: 400px 400px; } }
        .main .section-heading.heading .inner-container h3.mapping:before {
          background-image: url("../images/layout/main-sprite.png");
          background-position: -280px -90px;
          background-color: transparent; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main .section-heading.heading .inner-container h3.mapping:before {
              background-image: url("../images/layout/main-sprite@2x.png");
              -moz-background-size: 400px 400px;
              -o-background-size: 400px 400px;
              -webkit-background-size: 400px 400px;
              background-size: 400px 400px; } }
        .main .section-heading.heading .inner-container h3.account:before {
          background-image: url("../images/layout/main-sprite.png");
          background-position: -280px -120px;
          background-color: transparent; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main .section-heading.heading .inner-container h3.account:before {
              background-image: url("../images/layout/main-sprite@2x.png");
              -moz-background-size: 400px 400px;
              -o-background-size: 400px 400px;
              -webkit-background-size: 400px 400px;
              background-size: 400px 400px; } }
        .main .section-heading.heading .inner-container h3 .occupants {
          float: right;
          margin-right: 170px; }
        .main .section-heading.heading .inner-container h3.new-icon:before {
          background: none;
          height: 0;
          width: 0;
          margin: 0;
          overflow: hidden; }
        .main .section-heading.heading .inner-container h3.new-icon span {
          float: left;
          width: 29px;
          height: 29px;
          margin-right: 15px;
          margin-top: -5px;
          text-align: center;
          font-size: 29px;
          line-height: 29px; }
      .main .section-heading.heading .inner-container:after {
        position: absolute;
        display: block;
        height: 40px;
        width: 40px;
        top: 4px;
        right: 40px;
        margin: auto;
        text-align: right;
        background-image: url("../images/layout/main-sprite.png");
        background-position: "../images/layout/main-sprite";
        background-color: transparent;
        background-position: -80px -80px;
        content: ""; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .main .section-heading.heading .inner-container:after {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
    .main .section-heading.heading.accordion.open ~ .body {
      display: block; }
    .main .section-heading.heading.accordion ~ .body {
      display: none; }
    .main .section-heading.heading.accordion.arrow-closed .inner-container:after {
      background-position: -120px -80px; }
    .main .section-heading.heading .filter {
      position: absolute;
      top: 0;
      right: 100px;
      height: 100%; }
      .main .section-heading.heading .filter label {
        float: left;
        height: 30px;
        margin-top: 10px;
        cursor: pointer; }
        .main .section-heading.heading .filter label input {
          visibility: hidden; }
      .main .section-heading.heading .filter.filter-layout {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7; }
        .main .section-heading.heading .filter.filter-layout label {
          width: 32px;
          text-indent: -119988px;
          overflow: hidden;
          text-align: left;
          text-transform: capitalize; }
          .main .section-heading.heading .filter.filter-layout label span {
            float: left;
            display: block;
            text-indent: 0;
            height: 100%;
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-size: 20px;
            color: #9B9B9B;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
          .main .section-heading.heading .filter.filter-layout label.active span {
            color: #FD0061; }
          .main .section-heading.heading .filter.filter-layout label:hover span {
            color: #FD0061; }
    .main .section-heading.heading .removal-warning {
      position: absolute;
      top: 9px;
      right: 300px;
      border: 1px solid #BCBCBC;
      background-color: #F0F0F0;
      color: #5E6062;
      padding: 0px 10px;
      font-size: 1.4rem;
      display: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .main .section-heading.heading.icon h3:before {
      content: '';
      float: left;
      display: block;
      width: 29px;
      height: 29px;
      margin-top: -5px;
      margin-right: 15px;
      background-image: url("../images/layout/main-sprite.png");
      background-position: -280px 0px;
      background-color: transparent; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main .section-heading.heading.icon h3:before {
          background-image: url("../images/layout/main-sprite@2x.png");
          -moz-background-size: 400px 400px;
          -o-background-size: 400px 400px;
          -webkit-background-size: 400px 400px;
          background-size: 400px 400px; } }
  .main .section {
    /**************************************
    SUB: Add guest details section
    REF: Selected Result
    ****************************************/
    /**************************************
    SUB: View calendar section
    REF: Selected Result
    ****************************************/
    /**************************************
    SUB: Call to actions
    REF: Forms submission etc.
    ****************************************/
    /**************************************
    SUB: Form Validation Messages
    REF: Forms
    ****************************************/
    /**************************************
    SUB: Promotions search bar
    REF: Dashboard
    ****************************************/ }
    .main .section .inner-container.map-height {
      min-height: 200px;
      margin: 0;
      max-width: 100%; }
    .main .section.promotions .widgets {
      overflow: hidden; }
      .main .section.promotions .widgets:after {
        position: absolute; }
    .main .section.guest-details .heading {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      background-color: #FD0061;
      border-bottom: none; }
      .main .section.guest-details .heading .inner-container h3 {
        color: white;
        text-transform: capitalize; }
      .main .section.guest-details .heading .inner-container:after {
        background-image: url("../images/layout/main-sprite.png");
        background-position: -41px -281px;
        background-color: transparent; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .main .section.guest-details .heading .inner-container:after {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
      .main .section.guest-details .heading:hover {
        background-color: #ca004d; }
    .main .section.calendar-details .heading {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      background-color: #34D8D7;
      border-bottom: none; }
      .main .section.calendar-details .heading .inner-container h3 {
        float: left;
        color: white;
        text-transform: capitalize; }
      .main .section.calendar-details .heading .inner-container:after {
        display: none; }
      .main .section.calendar-details .heading .inner-container .mdi {
        position: absolute;
        float: right;
        height: 40px;
        width: 40px;
        right: 40px;
        top: 4px;
        color: white;
        line-height: 40px;
        text-align: center;
        font-size: 30px; }
      .main .section.calendar-details .heading:hover {
        background-color: #23b6b5; }
    .main .section.action {
      background-color: #FD0061; }
      .main .section.action .welcome p {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        font-family: "OSLight", Arial, Helvetica, sans-serif;
        font-size: 2.4rem; }
    .main .section.msg {
      position: relative;
      zoom: 1;
      display: none;
      background-color: white;
      padding: 0 !important; }
      .main .section.msg.err span {
        display: block;
        margin: 10px 0;
        color: #E43F6F; }
      .main .section.msg p {
        min-height: 67px;
        padding: 20px 0; }
      .main .section.msg.slide-glitch p {
        min-height: 100px; }
      .main .section.msg.topDivider {
        border-top: 1px solid #d7d7d7; }
      .main .section.msg.wDivider {
        border-bottom: 1px solid #d7d7d7; }
    .main .section.promotions {
      background-color: #f0f0f0; }
      .main .section.promotions .search {
        position: relative; }
        .main .section.promotions .search .icon {
          position: absolute;
          top: 0;
          right: 0;
          height: 49px;
          width: 35px;
          line-height: 49px;
          font-size: 30px;
          text-align: center;
          color: #b5b5b5; }
          .main .section.promotions .search .icon::before {
            height: 100%;
            width: 100%; }
        .main .section.promotions .search input {
          height: 49px;
          padding: 0;
          padding-right: 50px;
          border: none;
          text-align: left;
          background-color: transparent;
          font-family: "OSLight", Arial, Helvetica, sans-serif;
          font-size: 1.8rem;
          line-height: 49px;
          color: #9B9B9B; }
        .main .section.promotions .search .icon, .main .section.promotions .search input {
          -webkit-transition: height 0.2s ease-in, line-height 0.2s ease-in;
          -moz-transition: height 0.2s ease-in, line-height 0.2s ease-in;
          transition: height 0.2s ease-in, line-height 0.2s ease-in; }
        .main .section.promotions .search:hover.search input, .main .section.promotions .search:hover.search .icon {
          height: 80px;
          line-height: 80px; }
  .main .body {
    border-bottom: 1px solid #d7d7d7; }
    .main .body.no-border {
      border-top: 1px solid #d7d7d7 !important; }
    .main .body.padding-md {
      padding: 45px 0; }
  .main .widgets.options {
    border-bottom: 1px solid #d7d7d7 !important; }
    .main .widgets.options .inner-container {
      padding-top: 30px;
      padding-bottom: 10px;
      text-align: justify; }
      .main .widgets.options .inner-container:after {
        content: '';
        width: 100%;
        /* Ensures there are at least 2 lines of text, so justification works */
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
  .main:last-of-type .widgets {
    border-bottom: none; }
  .main .info {
    background-color: white; }
    .main .info.remarks .body {
      padding: 20px 0; }
    .main .info.hotel .inner-container {
      position: relative; }
    .main .info.hotel h3:last-child {
      float: right; }
    .main .info.hotel h3, .main .info.hotel .body p, .main .info.hotel .map {
      float: left;
      width: 25%;
      padding: 20px 0;
      padding-right: 5%;
      text-transform: capitalize; }
    .main .info.hotel .body p {
      width: 75%;
      text-transform: none;
      line-height: 1.7;
      min-height: 200px; }
    .main .info.hotel .body #map {
      width: 100%;
      height: 100%; }
  .main .booking-confirmation .room .heading h3 {
    overflow: hidden; }
    .main .booking-confirmation .room .heading h3 .wrapper {
      float: left; }
      .main .booking-confirmation .room .heading h3 .wrapper span {
        font-family: "OSRegular", Arial, Helvetica, sans-serif;
        color: #5E6062; }
      .main .booking-confirmation .room .heading h3 .wrapper:last-child {
        float: right;
        margin-right: 60px; }
  .main .booking-confirmation .room .body {
    padding: 45px 0;
    border-bottom: 1px solid #d7d7d7; }
    .main .booking-confirmation .room .body .table {
      padding: 0; }
  .main .booking-confirmation .section.extra {
    background-color: white; }
    .main .booking-confirmation .section.extra .heading, .main .booking-confirmation .section.extra .body {
      border-bottom: none; }
    .main .booking-confirmation .section.extra form {
      border-top: 1px solid #d7d7d7; }
  .main .bookings .widgets {
    padding: 0;
    margin: 30px 0; }
  .main .bookings .widgets {
    overflow: hidden;
    margin-bottom: 0; }
    .main .bookings .widgets:after {
      display: none; }
  .main.secondary.alt-img .banner {
    padding-bottom: 30px; }
  .main.secondary.alt-img fieldset.tertiary {
    margin-top: 30px;
    background-color: #34D8D7; }
    .main.secondary.alt-img fieldset.tertiary .button {
      color: #23b6b5; }
  .main .split-view {
    min-height: 655px;
    border-bottom: 1px solid #d7d7d7; }
    .main .split-view .inner-container .wrapper {
      position: absolute;
      top: -150px;
      width: 100%; }
      .main .split-view .inner-container .wrapper .master-view {
        float: left;
        width: 25%; }
        .main .split-view .inner-container .wrapper .master-view li {
          text-align: center; }
          .main .split-view .inner-container .wrapper .master-view li a {
            display: table-cell;
            padding: 0 40px;
            width: 100%;
            min-width: 190px;
            min-height: 150px;
            height: 150px;
            border: 1px solid #d7d7d7;
            border-bottom: none;
            vertical-align: middle;
            color: #9B9B9B;
            text-transform: capitalize;
            background-color: #F0F0F0;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            transition: background-color 0.3s; }
            .main .split-view .inner-container .wrapper .master-view li a.active {
              border: none;
              color: white;
              background-color: #FD8F25 !important; }
            .main .split-view .inner-container .wrapper .master-view li a:hover {
              background-color: #d7d7d7; }
          .main .split-view .inner-container .wrapper .master-view li:first-child a {
            -webkit-border-radius: 10px 0 0 0;
            -moz-border-radius: 10px 0 0 0;
            border-radius: 10px 0 0 0; }
          .main .split-view .inner-container .wrapper .master-view li:last-child a {
            -webkit-border-radius: 0 0 0 10px;
            -moz-border-radius: 0 0 0 10px;
            border-radius: 0 0 0 10px;
            border-bottom: 1px solid #d7d7d7; }
      .main .split-view .inner-container .wrapper .detail-view {
        position: relative;
        float: right;
        width: 75%;
        height: 750px;
        padding: 30px;
        border: 1px solid #d7d7d7;
        border-left: none;
        background-color: white;
        overflow: hidden;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0; }
        .main .split-view .inner-container .wrapper .detail-view .section {
          display: none;
          width: 510px; }
          .main .split-view .inner-container .wrapper .detail-view .section.active {
            display: block; }
          .main .split-view .inner-container .wrapper .detail-view .section .heading {
            width: 100%;
            color: #9B9B9B;
            text-align: center; }
            .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers {
              margin-top: 30px;
              padding: 0 20px;
              padding-bottom: 20px;
              border-bottom: 1px dotted #d7d7d7;
              overflow: hidden; }
              .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers em {
                float: left; }
                .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers em span {
                  display: block;
                  text-align: left; }
                  .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers em span:last-child {
                    font-family: "OSLight", Arial, Helvetica, sans-serif;
                    font-size: 3.6rem; }
                .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers em:last-child {
                  float: right; }
                  .main .split-view .inner-container .wrapper .detail-view .section .heading .numbers em:last-child span {
                    text-align: right; }
          .main .split-view .inner-container .wrapper .detail-view .section .body {
            border-bottom: none; }
            .main .split-view .inner-container .wrapper .detail-view .section .body em {
              display: block;
              margin-top: 30px;
              text-transform: capitalize;
              font-family: "OSLight", Arial, Helvetica, sans-serif;
              font-size: 2rem;
              line-height: 1;
              color: #9B9B9B; }
          .main .split-view .inner-container .wrapper .detail-view .section.manage-mapping .button {
            width: 100%;
            background-color: #FD8F25;
            color: white;
            text-align: center;
            font-size: inherit; }
            .main .split-view .inner-container .wrapper .detail-view .section.manage-mapping .button:hover {
              background-color: #d46902; }
          .main .split-view .inner-container .wrapper .detail-view .section.manage-my-account form label:nth-child(7) {
            margin-left: 0;
            margin-right: 2%; }
          .main .split-view .inner-container .wrapper .detail-view .section.manage-my-account form label:nth-child(8) {
            margin-left: 2%;
            margin-right: 0; }
          .main .split-view .inner-container .wrapper .detail-view .section.manage-my-account form input.short {
            width: 48%; }
  .main.login {
    height: auto;
    background-color: white; }
    .main.login .section {
      padding: 45px 0; }
      .main.login .section .extra {
        position: relative;
        float: left;
        display: block;
        width: 50%;
        height: 100%;
        padding: 1.5%;
        padding-left: 75px;
        line-height: 1;
        color: white;
        cursor: pointer; }
        .main.login .section .extra.welcome {
          display: none; }
        .main.login .section .extra input {
          float: left; }
      .main.login .section .register {
        color: white;
        float: left;
        width: 50%; }
        .main.login .section .register a {
          color: inherit;
          text-decoration: underline; }
          .main.login .section .register a:hover {
            color: rgba(255, 255, 255, 0.7); }
      .main.login .section button {
        height: 40px;
        width: 50%;
        float: right;
        font-size: inherit; }

.loading.full-page {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.7);
  height: 0;
  width: 0;
  overflow: hidden;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .loading.full-page.active {
    height: 100%;
    width: 100%;
    -moz-opacity: 1;
    opacity: 1; }
  .loading.full-page .box {
    max-width: 500px;
    height: 300px;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    text-align: center;
    background-color: #FD0061;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 30px 5px black;
    -moz-box-shadow: 0 5px 30px 5px black;
    box-shadow: 0 5px 30px 5px black; }
  .loading.full-page p {
    margin-top: 30px;
    font-family: "OSLight", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: white; }
  .loading.full-page .spinner-wrapper {
    width: 100px !important;
    margin: 0 auto;
    margin-top: 90px; }
    .loading.full-page .spinner-wrapper .spinner:not(:required) {
      -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      font-size: 30px;
      width: 0.5em;
      height: 0.5em; }

.header {
  height: 40px;
  background-color: white;
  line-height: 40px; }
  .header .container:after {
    clear: both;
    content: "";
    display: block; }
  .header .container em {
    float: left; }
    .header .container em a {
      display: block;
      height: 100%;
      min-width: 141px;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      text-transform: capitalize;
      background-image: url("../images/layout/logo.svg");
      background-repeat: no-repeat;
      background-position: 0 center;
      background-size: 141px 20px;
      background-repeat: no-repeat; }
  .header .container .nav {
    float: right; }
    .header .container .nav > li {
      float: left;
      display: block;
      position: relative;
      text-align: center;
      border-right: 1px solid #BCBCBC; }
      .header .container .nav > li.bookings, .header .container .nav > li.transfers, .header .container .nav > li.hotels {
        width: 130px; }
      .header .container .nav > li > a span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        height: 40px;
        line-height: 40px;
        vertical-align: top; }
        .header .container .nav > li > a span.mdi {
          width: 30px;
          font-size: 2rem;
          color: #7c7c7c;
          text-indent: 0;
          text-align: right; }
      .header .container .nav > li:hover > a {
        color: #FD0061; }
        .header .container .nav > li:hover > a span {
          color: inherit; }
      .header .container .nav > li.account {
        float: right;
        width: 41px;
        height: 40px;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        overflow: visible; }
        .header .container .nav > li.account span.mdi {
          float: right;
          width: 40px;
          text-align: center; }
      .header .container .nav > li.roaming {
        width: 150px;
        text-align: center;
        border-right: 1px solid #BCBCBC; }
      .header .container .nav > li:hover {
        color: #FD0061; }
        .header .container .nav > li:hover > .sub-nav {
          display: block; }
      .header .container .nav > li a {
        position: relative;
        width: 100%;
        float: left;
        display: block;
        color: #5E6062;
        background-color: transparent;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
    .header .container .nav .sub-nav {
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      width: 130px;
      text-align: center;
      text-indent: 0 !important;
      z-index: 1002;
      border: 1px solid #BCBCBC;
      background-color: #F0F0F0;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      .header .container .nav .sub-nav.account {
        text-indent: initial; }
      .header .container .nav .sub-nav li {
        float: left;
        display: block;
        width: 100%; }
        .header .container .nav .sub-nav li:last-child {
          border-top: 1px solid #BCBCBC; }
        .header .container .nav .sub-nav li:first-child {
          border-top: none; }
        .header .container .nav .sub-nav li:hover {
          background-color: #d7d7d7;
          -webkit-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          transition: background-color 0.3s; }
          .header .container .nav .sub-nav li:hover a {
            text-decoration: none; }
    .header .container .nav.roaming li a {
      padding: 0;
      text-align: right; }
    .header .container .nav.roaming li:hover > a {
      color: #FD0061; }

.main {
  position: relative;
  background-color: #F0F0F0;
  /**************************************
  SUB: Amount of results shown
  REF: Booking Search Resuls
  **************************************/ }
  .main .wrapper.primary {
    position: relative;
    min-width: 960px;
    background-image: url("../images/layout/newbooking-bg.jpg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main .wrapper.primary {
        background-image: url("../images/layout/newbooking-bg@2x.jpg");
        -moz-background-size: 400px 400px;
        -o-background-size: 400px 400px;
        -webkit-background-size: 400px 400px;
        background-size: 400px 400px; } }
    .main .wrapper.primary.secondary {
      background-image: url("../images/layout/home-bg.jpg");
      background-position: center center;
      background-color: transparent; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main .wrapper.primary.secondary {
          background-image: url("../images/layout/home-bg@2x.jpg");
          -moz-background-size: 400px 400px;
          -o-background-size: 400px 400px;
          -webkit-background-size: 400px 400px;
          background-size: 400px 400px; } }
    .main .wrapper.primary.tertiary {
      background-image: url("../images/layout/accounts-bg.jpg");
      background-position: center center;
      background-color: transparent; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main .wrapper.primary.tertiary {
          background-image: url("../images/layout/accounts-bg@2x.jpg");
          -moz-background-size: 400px 400px;
          -o-background-size: 400px 400px;
          -webkit-background-size: 400px 400px;
          background-size: 400px 400px; } }
    .main .wrapper.primary.transfers {
      background-image: url("../images/layout/transfers-bg.jpg");
      background-position: center center;
      background-color: transparent; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main .wrapper.primary.transfers {
          background-image: url("../images/layout/transfers-bg@2x.jpg");
          -moz-background-size: 400px 400px;
          -o-background-size: 400px 400px;
          -webkit-background-size: 400px 400px;
          background-size: 400px 400px; } }
    .main .wrapper.primary.extra-margin {
      padding-bottom: 120px; }
    .main .wrapper.primary:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      background-color: rgba(46, 52, 52, 0.7);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B32E3434,endColorstr=#B32E3434);
      zoom: 1;
      content: ""; }
  .main .banner {
    padding: 60px;
    color: white;
    text-align: center;
    /**************************************
    SUB: Banner level carousels
    REF: Booking selected result & confirmation pages
    **************************************/
    /**************************************
    SUB: Login / Register in banner & form
    REF: Login / Register
    **************************************/ }
    .main .banner .content {
      width: 100% !important;
      position: relative;
      padding: 60px 0;
      background-size: cover; }
      .main .banner .content .text {
        position: relative; }
      .main .banner .content .buttons {
        margin: 0 auto;
        overflow: hidden;
        width: 45%; }
        .main .banner .content .buttons > div {
          float: left;
          width: 49%;
          margin-right: 1%; }
          .main .banner .content .buttons > div:last-child {
            margin-right: 0;
            margin-left: 1%; }
          .main .banner .content .buttons > div:only-child {
            width: 100%;
            margin-left: 0;
            margin-right: 0; }
          .main .banner .content .buttons > div.cta .button {
            width: 100%; }
          .main .banner .content .buttons > div.cta button {
            text-shadow: 0 0 0 transparent; }
      .main .banner .content:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        background-color: rgba(46, 52, 52, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B32E3434,endColorstr=#B32E3434);
        zoom: 1;
        content: ""; }
      .main .banner .content .slideshow-link {
        position: absolute;
        bottom: 20px;
        right: 20px;
        height: 70px;
        width: 70px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url("../images/layout/main-sprite.png");
        background-position: -280px -160px;
        background-color: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 3px #2c2d2e;
        -moz-box-shadow: 0 1px 3px #2c2d2e;
        box-shadow: 0 1px 3px #2c2d2e;
        background-color: white; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .main .banner .content .slideshow-link {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
        .main .banner .content .slideshow-link:hover {
          background-color: rgba(255, 255, 255, 0.9); }
    .main .banner h1, .main .banner h2, .main .banner .text {
      text-shadow: 0 2px 2px #3A3D42; }
    .main .banner h2 {
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 2rem;
      margin-top: 20px; }
      .main .banner h2 span {
        font-family: "OSRegular", Arial, Helvetica, sans-serif; }
    .main .banner.hotel {
      padding: 0;
      height: 100%;
      position: relative; }
      .main .banner.hotel a {
        color: white;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        text-decoration: none; }
        .main .banner.hotel a.website {
          text-decoration: underline; }
        .main .banner.hotel a:hover {
          color: #cccccc; }
      .main .banner.hotel .royalSlider, .main .banner.hotel .img-wrapper {
        display: block !important; }
        .main .banner.hotel .royalSlider .rsOverflow, .main .banner.hotel .img-wrapper .rsOverflow {
          height: 100%; }
      .main .banner.hotel .royalSlider, .main .banner.hotel .rsOverflow, .main .banner.hotel .img-wrapper {
        width: 100% !important; }
      .main .banner.hotel .slide, .main .banner.hotel .content {
        width: 100% !important;
        height: 100%;
        min-height: 340px;
        padding: 60px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .main .banner.hotel .slide.less, .main .banner.hotel .content.less {
          padding: 45px; }
        .main .banner.hotel .slide .remarks, .main .banner.hotel .content .remarks {
          padding: 10px;
          width: 80%;
          margin: 30px auto 0 auto;
          border: 1px dotted rgba(255, 255, 255, 0.5);
          background-color: rgba(255, 255, 255, 0.1);
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .main .banner.hotel .slide .remarks .body, .main .banner.hotel .content .remarks .body {
            border-bottom: none; }
          .main .banner.hotel .slide .remarks p, .main .banner.hotel .content .remarks p {
            line-height: 1.5; }
        .main .banner.hotel .slide:before, .main .banner.hotel .content:before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: transparent;
          background-color: rgba(46, 52, 52, 0.7);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B32E3434,endColorstr=#B32E3434);
          zoom: 1;
          content: ""; }
      .main .banner.hotel .prev-images .slide:before {
        display: none; }
      .main .banner.hotel .spinner-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center; }
        .main .banner.hotel .spinner-wrapper .spinner {
          margin: 0 auto;
          -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          font-size: 20px;
          width: 0.5em;
          height: 0.5em; }
    .main .banner.confirmation, .main .banner.home {
      padding: 0;
      /**************************************
      SUB: Dashboard / Home bg image
      REF: Agent Dashboard / Home
      **************************************/ }
      .main .banner.confirmation.home, .main .banner.home.home {
        background-image: url("../images/layout/home-bg.jpg");
        background-position: center center;
        background-color: transparent;
        background-repeat: none;
        background-size: cover !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .main .banner.confirmation.home, .main .banner.home.home {
            background-image: url("../images/layout/home-bg@2x.jpg");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
        .main .banner.confirmation.home .details, .main .banner.home.home .details {
          position: relative;
          margin-top: 30px; }
      .main .banner.confirmation .cta, .main .banner.home .cta {
        width: 30%;
        margin: 20px auto 0 auto; }
        .main .banner.confirmation .cta button, .main .banner.home .cta button {
          width: 100%;
          text-shadow: 0 1px 3px #0e4b4b;
          -webkit-box-shadow: 0 8px 15px rgba(2, 24, 43, 0.2);
          -moz-box-shadow: 0 8px 15px rgba(2, 24, 43, 0.2);
          box-shadow: 0 8px 15px rgba(2, 24, 43, 0.2); }
    .main .banner.login, .main .banner.register {
      text-align: left; }
      .main .banner.login .content .col1, .main .banner.login .content .col2, .main .banner.register .content .col1, .main .banner.register .content .col2 {
        float: left;
        height: 100%;
        min-height: 220px;
        width: 50%;
        margin-top: 0; }
        .main .banner.login .content .col1 h1, .main .banner.login .content .col2 h1, .main .banner.register .content .col1 h1, .main .banner.register .content .col2 h1 {
          display: block; }
        .main .banner.login .content .col1 h2, .main .banner.login .content .col2 h2, .main .banner.register .content .col1 h2, .main .banner.register .content .col2 h2 {
          margin-top: 0; }
          .main .banner.login .content .col1 h2:last-child, .main .banner.login .content .col2 h2:last-child, .main .banner.register .content .col1 h2:last-child, .main .banner.register .content .col2 h2:last-child {
            margin-top: 5px; }
        .main .banner.login .content .col1 p, .main .banner.login .content .col2 p, .main .banner.register .content .col1 p, .main .banner.register .content .col2 p {
          position: absolute;
          bottom: 0;
          width: 55%;
          margin-top: 60px;
          font-family: "OSLight";
          line-height: 1.5; }
      .main .banner.login.register .col1, .main .banner.register.register .col1 {
        width: 100%;
        min-height: 100%; }
        .main .banner.login.register .col1 p, .main .banner.register.register .col1 p {
          position: relative;
          margin-top: 30px;
          width: 100%; }
  .main .result-count {
    padding: 15px;
    border-bottom: 1px solid #d7d7d7;
    font-family: "OSRegular", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #5E6062;
    background-color: white; }

/**************************************
SUB: Ad banner
REF: Dashboard
**************************************/
.banner.ad {
  position: relative;
  background-size: 100%;
  background-position: center center;
  overflow: hidden; }
  .banner.ad:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6); }
  .banner.ad .col {
    position: relative;
    text-align: left; }
  .banner.ad h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "OSSemi", Arial, Helvetica, sans-serif;
    font-size: 1.8rem; }
  .banner.ad h3 {
    margin-bottom: 30px;
    color: white;
    font-size: 3.2rem; }
  .banner.ad p {
    font-size: 1.6rem;
    line-height: 1.6; }
  .banner.ad .btn-wrapper {
    width: 35%;
    position: relative;
    float: left;
    margin-top: 30px; }
    .banner.ad .btn-wrapper .button {
      width: 100%;
      font-family: "OSSemi", Arial, Helvetica, sans-serif; }
    .banner.ad .btn-wrapper .spinner {
      position: absolute;
      top: 6px;
      right: 6px; }
  .banner.ad .star-rating {
    position: absolute;
    top: 30px;
    right: 30px; }
    .banner.ad .star-rating span.text {
      text-align: center; }
    .banner.ad .star-rating span.mdi {
      font-size: 10rem; }
    .banner.ad .star-rating span.text {
      float: left;
      font-family: "OSRegular", Arial, Helvetica, sans-serif; }

.buttons {
  /*******************************************
	STYLE: 	rounded + & - buttons
	REF: 	new booking search
********************************************/ }
  .buttons.ordering {
    width: 50%;
    height: inherit;
    float: right;
    text-align: right;
    line-height: inherit; }
    .buttons.ordering a {
      display: inline-block;
      height: 24px;
      width: 24px;
      padding: 0;
      vertical-align: middle;
      margin-left: 5%;
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 2.5rem;
      line-height: 0.8;
      color: #BCBCBC;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #BCBCBC;
      background-color: white;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .buttons.ordering a:hover {
        background-color: #F0F0F0;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s; }
      .buttons.ordering a:first-of-type {
        line-height: 0.7;
        padding-left: 1px; }

/*******************************************
	STYLE: 	Main action  button
	REF: 	new booking search
*********************************************/
.button {
  display: block;
  width: 50%;
  min-height: 40px;
  max-height: 40px;
  padding: 0 13px;
  border: none;
  background-color: white;
  line-height: 1;
  text-transform: capitalize;
  font-family: "OSRegular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #FD0061;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .button:hover {
    color: white;
    background-color: #ca004d;
    cursor: pointer; }
  .button.dark {
    color: white;
    background-color: #FD0061; }
    .button.dark:hover {
      background-color: #b10044; }
  .button.light {
    color: white;
    background-color: #34D8D7; }
    .button.light:hover {
      background-color: #1fa1a0; }
  .button.grey {
    color: #a8a8a8;
    border: 1px solid #cecece;
    background-color: #F0F0F0; }
    .button.grey:hover {
      background-color: #cecece; }
  .button.orange-text {
    color: #FD8F25; }
    .button.orange-text:hover {
      color: white;
      background-color: #ba5c02; }
  .button.orange {
    color: white;
    background-color: #FD8F25; }
    .button.orange:hover {
      color: white;
      background-color: #ba5c02; }
  .button.squared {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .button.outline {
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
    .button.outline:hover {
      color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.4); }
  .button.text {
    width: auto;
    font-family: Arial;
    font-size: inherit;
    background-color: transparent; }
    .button.text.is-loading {
      position: relative;
      color: #BCBCBC !important; }
    .button.text.orange {
      color: #FD8F25; }
      .button.text.orange:hover {
        color: #ba5c02;
        background-color: transparent; }
  .button.strip {
    position: relative;
    width: 100%;
    padding: 15px;
    font-family: Arial;
    font-size: inherit;
    text-align: left;
    line-height: 0.8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .button.strip:after {
      position: absolute;
      right: 16px;
      margin: auto;
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 2.8rem;
      line-height: 0.4;
      content: '+'; }
    .button.strip:hover {
      background: white;
      color: #97003a; }
  .button.utility {
    width: 100%;
    border: none;
    margin-bottom: 10px; }
    .button.utility:hover {
      background-color: #97003a; }
    .button.utility.destructive {
      color: #9B9B9B; }
      .button.utility.destructive:hover {
        background-color: #F0F0F0; }
  .button.disabled {
    background-color: #F0F0F0;
    color: #9B9B9B;
    cursor: not-allowed; }
    .button.disabled:hover {
      background-color: #F0F0F0; }
  .button.small {
    min-height: 30px;
    max-height: 30px;
    height: 30px; }

.control {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: none;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("../images/layout/main-sprite.png");
  background-position: -250px -210px;
  background-color: transparent;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .control {
      background-image: url("../images/layout/main-sprite@2x.png");
      -moz-background-size: 400px 400px;
      -o-background-size: 400px 400px;
      -webkit-background-size: 400px 400px;
      background-size: 400px 400px; } }
  .control.save {
    background-position: -250px -180px; }
  .control.delete {
    background-position: -250px -240px; }
  .control.delete.active {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dbdbdb; }

/*******************************************
	STYLE: 	'X' for destructive actions
	REF: 	new booking search
*********************************************/
.remove, .widget legend a:last-child span.icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('/images/?1481973965');
  background-repeat: no-repeat;
  background-position: 0 0; }
  .remove:after, .widget legend a:last-child span.icon:after, .remove:before, .widget legend a:last-child span.icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #BCBCBC;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .remove:before, .widget legend a:last-child span.icon:before {
    position: absolute;
    width: 100%;
    height: 2px; }

/*******************************************
	STYLE: 	Segmented Control
	REF: 	Bookings Search
*********************************************/
.segmented-control {
  display: block;
  float: right; }
  .segmented-control label {
    position: relative;
    padding: 10px 14px;
    border: 1px solid white;
    margin-left: -1px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .segmented-control label:first-child {
      margin-left: 0;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
    .segmented-control label:last-child {
      padding: 10px 20px;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }
    .segmented-control label.active, .segmented-control label:hover {
      background-color: white;
      color: #23b6b5; }
    .segmented-control label input {
      position: absolute;
      top: 0;
      right: 0;
      display: none; }

/*******************************************
	STYLE: 	In-banner button styles
	REF: 	Agent Dashboard / Home
*********************************************/
.banner-button {
  position: relative;
  float: left;
  width: 31.5%;
  margin-right: 2%;
  padding-left: 20px;
  text-align: left;
  line-height: 38px;
  color: white;
  background-color: #FD0061;
  text-shadow: 0 1px 2px #97003a;
  -webkit-box-shadow: 0 3px 5px #292b2f;
  -moz-box-shadow: 0 3px 5px #292b2f;
  box-shadow: 0 3px 5px #292b2f; }
  .banner-button span.mdi {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 2em;
    text-align: center; }
  .banner-button:last-child {
    margin-right: 0; }
  .banner-button.manage-booking {
    text-shadow: 0 1px 2px #136060;
    background-color: #34D8D7; }
    .banner-button.manage-booking:after {
      background-position: -120px -120px; }
    .banner-button.manage-booking:hover {
      background-color: #23b6b5; }
  .banner-button.manage-account {
    text-shadow: 0 1px 2px #884301;
    background-color: #FD8F25; }
    .banner-button.manage-account:after {
      background-position: -80px -160px; }
    .banner-button.manage-account:hover {
      background-color: #ed7502; }

/*******************************************
	STYLE: 	button with spinner
	REF: 	various (on click)
*********************************************/
.btn-wrapper {
  position: relative; }
  .btn-wrapper .spinner-wrapper {
    position: relative; }
  .btn-wrapper .spinner {
    position: absolute;
    display: none;
    right: 6px;
    top: 6px; }
    .btn-wrapper .spinner.light {
      -webkit-box-shadow: #34D8D7 1.5em 0 0 0, #34D8D7 1.1em 1.1em 0 0, #34D8D7 0 1.5em 0 0, #34D8D7 -1.1em 1.1em 0 0, #34D8D7 -1.5em 0 0 0, #34D8D7 -1.1em -1.1em 0 0, #34D8D7 0 -1.5em 0 0, #34D8D7 1.1em -1.1em 0 0;
      -moz-box-shadow: #34D8D7 1.5em 0 0 0, #34D8D7 1.1em 1.1em 0 0, #34D8D7 0 1.5em 0 0, #34D8D7 -1.1em 1.1em 0 0, #34D8D7 -1.5em 0 0 0, #34D8D7 -1.1em -1.1em 0 0, #34D8D7 0 -1.5em 0 0, #34D8D7 1.1em -1.1em 0 0;
      box-shadow: #34D8D7 1.5em 0 0 0, #34D8D7 1.1em 1.1em 0 0, #34D8D7 0 1.5em 0 0, #34D8D7 -1.1em 1.1em 0 0, #34D8D7 -1.5em 0 0 0, #34D8D7 -1.1em -1.1em 0 0, #34D8D7 0 -1.5em 0 0, #34D8D7 1.1em -1.1em 0 0;
      font-size: 8px;
      width: 0.5em;
      height: 0.5em;
      background-color: transparent; }
    .btn-wrapper .spinner.white {
      -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
      font-size: 8px;
      width: 0.5em;
      height: 0.5em;
      background-color: transparent; }
    .btn-wrapper .spinner.orange {
      -webkit-box-shadow: #FD8F25 1.5em 0 0 0, #FD8F25 1.1em 1.1em 0 0, #FD8F25 0 1.5em 0 0, #FD8F25 -1.1em 1.1em 0 0, #FD8F25 -1.5em 0 0 0, #FD8F25 -1.1em -1.1em 0 0, #FD8F25 0 -1.5em 0 0, #FD8F25 1.1em -1.1em 0 0;
      -moz-box-shadow: #FD8F25 1.5em 0 0 0, #FD8F25 1.1em 1.1em 0 0, #FD8F25 0 1.5em 0 0, #FD8F25 -1.1em 1.1em 0 0, #FD8F25 -1.5em 0 0 0, #FD8F25 -1.1em -1.1em 0 0, #FD8F25 0 -1.5em 0 0, #FD8F25 1.1em -1.1em 0 0;
      box-shadow: #FD8F25 1.5em 0 0 0, #FD8F25 1.1em 1.1em 0 0, #FD8F25 0 1.5em 0 0, #FD8F25 -1.1em 1.1em 0 0, #FD8F25 -1.5em 0 0 0, #FD8F25 -1.1em -1.1em 0 0, #FD8F25 0 -1.5em 0 0, #FD8F25 1.1em -1.1em 0 0;
      font-size: 8px;
      width: 0.5em;
      height: 0.5em;
      background-color: transparent; }
  .btn-wrapper.active .spinner {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

a.banner-button.promo-button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  text-align: center; }

a {
  color: #FD0061;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #97003a; }
  a.secondary {
    color: #BCBCBC;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: underline; }
    a.secondary:hover {
      color: #898989; }
  a.orange {
    color: #FD8F25; }
    a.orange:hover {
      color: #d46902; }
  a.underlined {
    text-decoration: underline; }

p {
  line-height: 1.8; }
  p.light-grey {
    color: #9B9B9B; }
  p em {
    display: block; }
  p b {
    font-weight: bold; }
  p.lead {
    margin: 20px 0;
    line-height: 1.5; }
  p.trail {
    margin: 0 0 20px 0;
    line-height: 1.5; }

.header {
  font-family: "OSRegular"; }

h1 {
  font-family: "OSLight", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 1.5%; }

h3 {
  font-family: "OSLight", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #9B9B9B; }

.msg-wrapper {
  text-align: center; }
  .msg-wrapper.results {
    margin-top: 10px; }

.dashboard {
  text-align: center;
  color: #9B9B9B;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #BCBCBC; }
  .dashboard .block {
    float: left;
    text-align: left; }
    .dashboard .block:last-child {
      float: right;
      text-align: right; }
    .dashboard .block span.large {
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 4rem;
      line-height: 1.2; }

.capitalized {
  text-transform: capitalize !important; }
  .capitalized * {
    text-transform: inherit !important; }

form {
  /**************************************
  STYLE: 	2-col form
  REF: 	New Transfers
  ****************************************/
  /**************************************
  STYLE: 	3-col shadowed widget
  REF: 	New booking search page
  ****************************************/
  /**************************************
  STYLE: 	add user emails for notifications
  REF: 	New booking results page
  ****************************************/
  /**************************************
  STYLE: 	manage account section forms
  REF: 	agent > manage account
  ****************************************/
  /**************************************
  STYLE: 	Manage Bookings
  REF: 	bookings
  ****************************************/
  /**************************************
  STYLE: 	login form
  REF: 	login
  ****************************************/
  /**************************************
  STYLE: 	login form
  REF: 	login
  ****************************************/ }
  form input, form textarea, form button, form select {
    outline: none; }
  form .stepper {
    float: left;
    width: 50%;
    height: 40px;
    padding-left: 10px; }
    form .stepper .value {
      margin: 0 20px;
      font-size: 2.2rem;
      font-weight: bold; }
    form .stepper .controls button {
      border: 1px solid white;
      height: 40px;
      min-width: 40px;
      padding: 0;
      background: none;
      font-size: 2rem;
      color: white;
      cursor: pointer;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
      -webkit-transition: min-width 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, font-size 0.2s ease-in-out;
      -moz-transition: min-width 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, font-size 0.2s ease-in-out;
      transition: min-width 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, font-size 0.2s ease-in-out; }
      form .stepper .controls button:last-child {
        border-left: none;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
      form .stepper .controls button:hover {
        min-width: 60px;
        font-size: 2.6rem;
        font-weight: bold;
        color: #FD0061;
        background-color: white; }
      form .stepper .controls button span {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 40px; }
  form.col-2 {
    /**************************************
    Fieldset Modifiers
    **************************************/ }
    form.col-2 fieldset.secondary .field-wrapper {
      width: 50%; }
      form.col-2 fieldset.secondary .field-wrapper input,
      form.col-2 fieldset.secondary .field-wrapper .chosen-single {
        padding-left: 10px; }
    form.col-2 fieldset.date-time-field .field-wrapper .field {
      min-width: auto;
      max-width: 100%; }
      form.col-2 fieldset.date-time-field .field-wrapper .field.date {
        width: 65% !important; }
      form.col-2 fieldset.date-time-field .field-wrapper .field.time {
        width: 35% !important; }
      form.col-2 fieldset.date-time-field .field-wrapper .field input {
        text-align: left; }
      form.col-2 fieldset.date-time-field .field-wrapper .field.timepicker-wrapper .picker__holder {
        min-width: 90%;
        max-width: 90%;
        left: 5%; }
        form.col-2 fieldset.date-time-field .field-wrapper .field.timepicker-wrapper .picker__holder .picker__list {
          background-color: #F2F2F2; }
        form.col-2 fieldset.date-time-field .field-wrapper .field.timepicker-wrapper .picker__holder .picker__list .picker__list-item {
          padding: 0;
          height: 45px;
          line-height: 45px; }
        form.col-2 fieldset.date-time-field .field-wrapper .field.timepicker-wrapper .picker__holder .picker__button--clear {
          min-width: 100%;
          border-left: none;
          border-right: none;
          left: 0;
          color: #5E6062;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
    form.col-2 fieldset.date-time-field .field-wrapper:last-child:last-child .timepicker {
      border-right: none !important; }
  form .widgets, form .widgets .inner-container {
    text-align: justify;
    width: 100%;
    padding-top: 20px; }
    form .widgets > fieldset, form .widgets .result, form .widgets .inner-container > fieldset, form .widgets .inner-container .result {
      width: 23.3%;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
    form .widgets:after, form .widgets .inner-container:after {
      content: '';
      width: 100%;
      /* Ensures there are at least 2 lines of text, so justification works */
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    form .widgets.inner-container, form .widgets .inner-container.inner-container {
      width: 100%;
      min-width: 960px;
      max-width: 1000px; }
  form fieldset {
    /**************************************
    STYLE: 	Single strip input fields
    REF: 	New booking search page
    **************************************/
    /**************************************
    STYLE:  main CTA button section
    REF: 	New booking search page
    ****************************************/
    /**************************************
    STYLE:  main CTA button section
    REF: 	New booking search page
    ****************************************/ }
    form fieldset.secondary {
      float: none;
      height: 40px;
      width: 100%;
      margin-bottom: 40px;
      background-color: white;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      form fieldset.secondary .wrapper {
        float: left;
        height: 40px; }
      form fieldset.secondary input {
        height: 30px;
        margin-top: 5px;
        line-height: 1.2;
        border: none;
        border-right: 1px solid #BCBCBC;
        background-color: transparent; }
        form fieldset.secondary input:last-of-type {
          border-right: none; }
        form fieldset.secondary input.short {
          width: 33.33333%;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
      form fieldset.secondary.alt {
        margin-bottom: 20px; }
        form fieldset.secondary.alt:last-child {
          margin-bottom: 0; }
        form fieldset.secondary.alt input.short {
          padding: 0 13px; }
        form fieldset.secondary.alt .datepicker-wrapper.pair {
          width: 50%; }
          form fieldset.secondary.alt .datepicker-wrapper.pair input {
            padding-left: 13px; }
          form fieldset.secondary.alt .datepicker-wrapper.pair:last-child input {
            border-right: none !important; }
        form fieldset.secondary.alt .chosen-container.chosen-container-multi .chosen-choices .search-choice {
          margin-left: 10px; }
        form fieldset.secondary.alt .chosen-container.chosen-container-multi .chosen-choices .search-field {
          margin-left: 0;
          width: 100% !important; }
          form fieldset.secondary.alt .chosen-container.chosen-container-multi .chosen-choices .search-field input {
            padding-left: 13px; }
      form fieldset.secondary .nights-ticket {
        display: none;
        height: 32px;
        float: left;
        clear: both;
        width: 240px;
        margin-left: 7px; }
        form fieldset.secondary .nights-ticket p {
          height: 32px;
          padding: 4px 10px;
          line-height: 22px;
          text-align: center;
          border-top: 1px solid #ba5c02;
          color: white;
          background-color: #fd820c;
          text-shadow: 0 1px 1px #a15001;
          -webkit-border-radius: 0 0 3px 3px;
          -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
          -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
      form fieldset.secondary .field-wrapper {
        position: relative;
        float: left;
        width: 33.33333%;
        height: 40px; }
        form fieldset.secondary .field-wrapper input {
          width: 100%;
          border-right: 1px solid #BCBCBC !important;
          padding-left: 10px; }
          form fieldset.secondary .field-wrapper input.rangeSliderVal {
            width: 22%;
            border-right: none !important; }
        form fieldset.secondary .field-wrapper label {
          position: absolute;
          top: -25px;
          left: 0;
          width: 100%;
          padding: 5px 10px;
          color: white;
          font-size: 1.1rem;
          letter-spacing: 1px;
          text-transform: uppercase;
          background-color: rgba(0, 0, 0, 0.5); }
          form fieldset.secondary .field-wrapper label.rounded-right-border-fix {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0; }
        form fieldset.secondary .field-wrapper:first-child input {
          border-right: 1px solid #BCBCBC !important; }
        form fieldset.secondary .field-wrapper:last-child input, form fieldset.secondary .field-wrapper:last-child .search-field {
          border-right: none !important; }
        form fieldset.secondary .field-wrapper .chosen-container-single,
        form fieldset.secondary .field-wrapper .datepicker-wrapper,
        form fieldset.secondary .field-wrapper .range-wrapper {
          width: 100% !important; }
        form fieldset.secondary .field-wrapper .chosen-single {
          border-right: 1px solid #BCBCBC; }
        form fieldset.secondary .field-wrapper .chosen-container.chosen-container-multi .chosen-choices {
          margin-left: 0; }
          form fieldset.secondary .field-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-field {
            margin-top: 5px;
            height: 30px;
            line-height: 30px;
            border-right: 1px solid #BCBCBC; }
          form fieldset.secondary .field-wrapper .chosen-container.chosen-container-multi .chosen-choices .search-choice {
            margin-left: 10px; }
          form fieldset.secondary .field-wrapper .chosen-container.chosen-container-multi .chosen-choices .search-field {
            margin-left: 0;
            width: 100% !important; }
            form fieldset.secondary .field-wrapper .chosen-container.chosen-container-multi .chosen-choices .search-field input {
              padding-left: 10px; }
        form fieldset.secondary .field-wrapper:last-of-type {
          float: right; }
          form fieldset.secondary .field-wrapper:last-of-type label {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0; }
          form fieldset.secondary .field-wrapper:last-of-type .chosen-single {
            border-right: none; }
        form fieldset.secondary .field-wrapper:first-of-type label {
          -webkit-border-radius: 3px 0 0 0;
          -moz-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0; }
        form fieldset.secondary .field-wrapper.full-width {
          width: 100%; }
          form fieldset.secondary .field-wrapper.full-width label {
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0; }
          form fieldset.secondary .field-wrapper.full-width .chosen-container.chosen-container-multi .chosen-choices li.search-field {
            border-right: none; }
        form fieldset.secondary .field-wrapper.pair {
          width: 66.66667%; }
        form fieldset.secondary .field-wrapper.col-2 {
          width: 50%;
          float: left; }
          form fieldset.secondary .field-wrapper.col-2:first-child .chosen-choices .search-field {
            border-right: 1px solid #BCBCBC !important; }
          form fieldset.secondary .field-wrapper.col-2:last-child {
            float: right; }
    form fieldset #hotel.loading + .chosen-container-multi .chosen-choices .search-field input {
      padding-left: 35px !important; }
    form fieldset #hotel.loading + .chosen-container-multi .chosen-choices {
      background-position: 10px; }
    form fieldset.tertiary {
      position: relative;
      display: block;
      width: 100%;
      padding: 35px 0;
      background-color: #FD0061;
      color: white;
      margin-bottom: 0; }
      form fieldset.tertiary .inner-container {
        height: 40px; }
      form fieldset.tertiary span {
        display: block;
        float: left;
        height: 100%;
        line-height: 40px; }
        form fieldset.tertiary span b {
          font-weight: bold; }
        form fieldset.tertiary span.urgent {
          padding: 10px 15px;
          line-height: 20px;
          background-color: #02182B;
          color: white; }
        form fieldset.tertiary span.guarantee {
          margin-right: 20px; }
        form fieldset.tertiary span.grand-total {
          padding: 10px 15px;
          line-height: 18px;
          border: 1px solid white;
          text-transform: capitalize; }
      form fieldset.tertiary .button {
        height: 100%;
        float: right; }
      form fieldset.tertiary .extra {
        position: relative;
        float: left;
        display: block;
        width: 50%;
        height: 100%;
        padding: 1.5%;
        padding-left: 75px;
        line-height: 1;
        cursor: pointer; }
        form fieldset.tertiary .extra input {
          float: left; }
      form fieldset.tertiary.orange {
        background-color: #FD8F25; }
    form fieldset.quaternary .extra {
      width: 35%;
      padding: 0;
      line-height: 40px; }
    form fieldset.quaternary .button:hover {
      color: white !important;
      background-color: #1b8b8b; }
  form.four-col fieldset {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    /**************************************
    STYLE: 	four columns with light fields
    REF: 	New booking results page
    ****************************************/
    /**************************************
    STYLE: 	result filter controls
    REF: 	New booking results page
    ****************************************/
    /**************************************
    STYLE: 	result filter checkbox (multiselect) fields
    REF: 	New booking results page
    ****************************************/
    /**************************************
    STYLE: 	result filter search fields
    REF: 	New booking results page
    ****************************************/ }
    form.four-col fieldset.filters {
      padding: 30px 0;
      background-color: #FD0061; }
      form.four-col fieldset.filters div.chosen-container-single {
        width: 23.5% !important;
        height: 40px;
        margin-right: 2%;
        margin-top: 0;
        background-color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        form.four-col fieldset.filters div.chosen-container-single:last-child {
          margin-right: 0; }
        form.four-col fieldset.filters div.chosen-container-single .chosen-single {
          height: 100%;
          padding-left: 8%;
          border-right: none;
          line-height: 40px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          form.four-col fieldset.filters div.chosen-container-single .chosen-single div b {
            position: relative;
            margin-top: 17px; }
        form.four-col fieldset.filters div.chosen-container-single .chosen-drop {
          padding-top: 5%; }
      form.four-col fieldset.filters .select-wrapper {
        float: left;
        display: block;
        width: 32%;
        margin-right: 2%; }
        form.four-col fieldset.filters .select-wrapper:last-child {
          margin-right: 0; }
        form.four-col fieldset.filters .select-wrapper .chosen-container {
          width: 100% !important; }
        form.four-col fieldset.filters .select-wrapper button.text {
          clear: both;
          border: none;
          padding-left: 0;
          background-color: transparent;
          text-decoration: underline;
          color: white;
          cursor: pointer; }
          form.four-col fieldset.filters .select-wrapper button.text:hover {
            color: #ffcade; }
    form.four-col fieldset.sub-filters {
      border-bottom: 1px solid #d7d7d7; }
      form.four-col fieldset.sub-filters .filter {
        float: left;
        padding: 20px 0; }
        form.four-col fieldset.sub-filters .filter label {
          float: left;
          height: 28px;
          cursor: pointer; }
          form.four-col fieldset.sub-filters .filter label input {
            display: none; }
        form.four-col fieldset.sub-filters .filter.filter-rating {
          width: 20%; }
          form.four-col fieldset.sub-filters .filter.filter-rating label {
            position: relative;
            min-width: 20px;
            max-width: 40px;
            width: 15%;
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize; }
            form.four-col fieldset.sub-filters .filter.filter-rating label span {
              display: block;
              width: 100%;
              height: 100%;
              line-height: 28px;
              font-size: 1.8em;
              text-indent: 0;
              color: #BBBBBB;
              -webkit-transition: color 0.3s ease-in-out;
              -moz-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
              form.four-col fieldset.sub-filters .filter.filter-rating label span:hover {
                color: #FD0061; }
            form.four-col fieldset.sub-filters .filter.filter-rating label.active span {
              color: #FD0061; }
        form.four-col fieldset.sub-filters .filter.filter-order {
          width: 40%;
          height: 100%;
          padding: 20px 0; }
          form.four-col fieldset.sub-filters .filter.filter-order .group, form.four-col fieldset.sub-filters .filter.filter-order legend {
            float: left; }
          form.four-col fieldset.sub-filters .filter.filter-order legend {
            height: 28px;
            line-height: 28px;
            color: #9B9B9B;
            width: 10%;
            min-width: 60px; }
          form.four-col fieldset.sub-filters .filter.filter-order .group {
            width: 55%;
            min-width: 20%;
            max-width: 70%;
            max-height: 28px;
            line-height: 28px;
            padding-left: 0;
            margin-right: 0; }
            form.four-col fieldset.sub-filters .filter.filter-order .group label {
              width: 50%;
              border: 1px solid #BBBBBB;
              line-height: 26px;
              padding: 0 10px;
              color: #a2a2a2;
              text-align: center; }
              form.four-col fieldset.sub-filters .filter.filter-order .group label:first-child {
                -webkit-border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px; }
              form.four-col fieldset.sub-filters .filter.filter-order .group label:last-child {
                border-left-color: transparent;
                margin-left: -1px;
                -webkit-border-radius: 0 5px 5px 0;
                -moz-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0; }
              form.four-col fieldset.sub-filters .filter.filter-order .group label:hover, form.four-col fieldset.sub-filters .filter.filter-order .group label.active {
                border-color: #FD0061;
                color: #FD0061; }
            form.four-col fieldset.sub-filters .filter.filter-order .group.directional {
              width: 30%;
              float: left;
              padding: 0 10px;
              min-width: 80px;
              max-width: 90px; }
              form.four-col fieldset.sub-filters .filter.filter-order .group.directional label {
                float: left;
                width: 50%;
                min-width: 28px;
                min-height: 28px;
                max-width: 28px;
                max-height: 28px;
                border: 1px solid #BBBBBB;
                padding: 0;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                text-indent: -119988px;
                overflow: hidden;
                text-align: left;
                text-transform: capitalize;
                -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
                -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
                transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; }
                form.four-col fieldset.sub-filters .filter.filter-order .group.directional label:last-child {
                  float: right; }
                form.four-col fieldset.sub-filters .filter.filter-order .group.directional label span {
                  display: block;
                  text-align: center;
                  text-indent: 0;
                  height: 100%;
                  width: 100%;
                  line-height: 26px;
                  font-size: 1.8rem; }
                form.four-col fieldset.sub-filters .filter.filter-order .group.directional label:hover, form.four-col fieldset.sub-filters .filter.filter-order .group.directional label.active {
                  border-color: #FD0061;
                  color: #FD0061; }
        form.four-col fieldset.sub-filters .filter.filter-layout {
          width: 10%;
          max-width: 120px;
          padding-left: 10px;
          padding-right: 10px;
          border-left: 1px solid #d7d7d7;
          border-right: 1px solid #d7d7d7; }
          form.four-col fieldset.sub-filters .filter.filter-layout label {
            min-width: 32px;
            line-height: 1;
            font-size: 2.4rem;
            width: 50%;
            color: #BBBBBB;
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
            form.four-col fieldset.sub-filters .filter.filter-layout label span {
              float: left;
              display: block;
              width: 100%;
              height: 100%;
              text-indent: 0;
              line-height: 28px;
              text-align: center; }
            form.four-col fieldset.sub-filters .filter.filter-layout label:hover, form.four-col fieldset.sub-filters .filter.filter-layout label.active {
              color: #FD0061; }
            form.four-col fieldset.sub-filters .filter.filter-layout label:last-child {
              float: right; }
        form.four-col fieldset.sub-filters .filter.filter-controls {
          width: 30%;
          padding-left: 20px;
          float: right; }
          form.four-col fieldset.sub-filters .filter.filter-controls button {
            height: 28px;
            width: 48.5%;
            padding: 0 10px;
            border: 1px solid #BBBBBB;
            font: inherit;
            line-height: 1.1;
            color: #a2a2a2;
            background-color: transparent;
            cursor: pointer;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
            form.four-col fieldset.sub-filters .filter.filter-controls button:hover, form.four-col fieldset.sub-filters .filter.filter-controls button.active {
              border-color: #FD0061;
              color: #FD0061; }
            form.four-col fieldset.sub-filters .filter.filter-controls button:last-child {
              float: right; }
        form.four-col fieldset.sub-filters .filter.filter-multiselect-toggle {
          float: left;
          width: 32%;
          margin-right: 2%;
          padding-left: 0;
          padding-right: 0; }
          form.four-col fieldset.sub-filters .filter.filter-multiselect-toggle:last-child {
            margin-right: 0; }
          form.four-col fieldset.sub-filters .filter.filter-multiselect-toggle.active button {
            color: #FD0061;
            border-color: #FD0061; }
          form.four-col fieldset.sub-filters .filter.filter-multiselect-toggle button {
            width: 100%;
            -webkit-transition: border-color 0.3s, color 0.3s;
            -moz-transition: border-color 0.3s, color 0.3s;
            transition: border-color 0.3s, color 0.3s; }
    form.four-col fieldset.multiselect {
      max-height: 0;
      overflow: hidden;
      padding-top: 0;
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: max-height 0.3s, padding-top 0.3s, opacity 0.3s;
      -moz-transition: max-height 0.3s, padding-top 0.3s, opacity 0.3s;
      transition: max-height 0.3s, padding-top 0.3s, opacity 0.3s; }
      form.four-col fieldset.multiselect.active {
        max-height: 400px;
        padding-top: 30px;
        -moz-opacity: 1;
        opacity: 1; }
      form.four-col fieldset.multiselect .wrapper {
        border-bottom: 1px solid #d7d7d7; }
      form.four-col fieldset.multiselect .controls {
        padding-bottom: 10px;
        border-bottom: 1px dotted #d7d7d7; }
        form.four-col fieldset.multiselect .controls .title {
          color: #9B9B9B; }
        form.four-col fieldset.multiselect .controls button {
          float: right;
          clear: both;
          border: none;
          padding-left: 0;
          background-color: transparent;
          text-decoration: underline;
          color: #FD0061;
          cursor: pointer;
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s; }
          form.four-col fieldset.multiselect .controls button:hover {
            color: #ca004d; }
      form.four-col fieldset.multiselect .options {
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden; }
        form.four-col fieldset.multiselect .options ul {
          float: left;
          width: 17%;
          margin-right: 2%; }
          form.four-col fieldset.multiselect .options ul li {
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding-bottom: 5px; }
            form.four-col fieldset.multiselect .options ul li:last-child {
              padding-bottom: 0; }
            form.four-col fieldset.multiselect .options ul li input {
              width: auto;
              margin-right: 10px; }
      form.four-col fieldset.multiselect .options.three-col ul {
        width: 30%;
        margin-right: 5%; }
        form.four-col fieldset.multiselect .options.three-col ul:last-child {
          margin-right: 0; }
      form.four-col fieldset.multiselect .options.highlight-first ul:first-child {
        width: 20%;
        margin-right: 4%;
        padding: 10px;
        border: 1px solid #FD0061;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    form.four-col fieldset.search-fields {
      display: none;
      padding: 30px 0;
      border-bottom: 1px solid #d7d7d7;
      background-color: #F0F0F0; }
      form.four-col fieldset.search-fields .group {
        position: relative;
        height: 40px;
        margin-bottom: 10px; }
        form.four-col fieldset.search-fields .group:last-child {
          height: 30px;
          margin-top: 20px;
          margin-bottom: 0; }
        form.four-col fieldset.search-fields .group .field-wrapper.full-width .chosen-container, form.four-col fieldset.search-fields .group .field-wrapper.col-2 .chosen-container {
          width: 100% !important; }
        form.four-col fieldset.search-fields .group .field-wrapper.full-width {
          width: 100% !important;
          margin-right: 0 !important; }
          form.four-col fieldset.search-fields .group .field-wrapper.full-width .chosen-choices {
            margin-left: 0; }
          form.four-col fieldset.search-fields .group .field-wrapper.full-width .chosen-choices .search-choice {
            margin-left: 10px; }
          form.four-col fieldset.search-fields .group .field-wrapper.full-width .search-field {
            padding-left: 10px; }
        form.four-col fieldset.search-fields .group .field-wrapper.col-2 {
          position: relative;
          width: 49% !important; }
          form.four-col fieldset.search-fields .group .field-wrapper.col-2:first-child {
            margin-right: 2% !important; }
        form.four-col fieldset.search-fields .group > div,
        form.four-col fieldset.search-fields .group .chosen-container,
        form.four-col fieldset.search-fields .group .button {
          float: left;
          height: 100%;
          width: 32% !important;
          margin-right: 2%;
          margin-top: 0; }
          form.four-col fieldset.search-fields .group > div:last-child,
          form.four-col fieldset.search-fields .group .chosen-container:last-child,
          form.four-col fieldset.search-fields .group .button:last-child {
            margin-right: 0; }
          form.four-col fieldset.search-fields .group > div .chosen-single,
          form.four-col fieldset.search-fields .group > div .chosen-choices, form.four-col fieldset.search-fields .group > div.datepicker-wrapper > input, form.four-col fieldset.search-fields .group > div.range-wrapper,
          form.four-col fieldset.search-fields .group .chosen-container .chosen-single,
          form.four-col fieldset.search-fields .group .chosen-container .chosen-choices,
          form.four-col fieldset.search-fields .group .chosen-container.datepicker-wrapper > input,
          form.four-col fieldset.search-fields .group .chosen-container.range-wrapper,
          form.four-col fieldset.search-fields .group .button .chosen-single,
          form.four-col fieldset.search-fields .group .button .chosen-choices,
          form.four-col fieldset.search-fields .group .button.datepicker-wrapper > input,
          form.four-col fieldset.search-fields .group .button.range-wrapper {
            height: 100%;
            line-height: 38px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #d7d7d7 !important;
            background-color: white; }
            form.four-col fieldset.search-fields .group > div .chosen-single div b,
            form.four-col fieldset.search-fields .group > div .chosen-choices div b, form.four-col fieldset.search-fields .group > div.datepicker-wrapper > input div b, form.four-col fieldset.search-fields .group > div.range-wrapper div b,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-single div b,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-choices div b,
            form.four-col fieldset.search-fields .group .chosen-container.datepicker-wrapper > input div b,
            form.four-col fieldset.search-fields .group .chosen-container.range-wrapper div b,
            form.four-col fieldset.search-fields .group .button .chosen-single div b,
            form.four-col fieldset.search-fields .group .button .chosen-choices div b,
            form.four-col fieldset.search-fields .group .button.datepicker-wrapper > input div b,
            form.four-col fieldset.search-fields .group .button.range-wrapper div b {
              margin-top: 15px; }
            form.four-col fieldset.search-fields .group > div .chosen-single.range-wrapper input,
            form.four-col fieldset.search-fields .group > div .chosen-choices.range-wrapper input, form.four-col fieldset.search-fields .group > div.datepicker-wrapper > input.range-wrapper input, form.four-col fieldset.search-fields .group > div.range-wrapper.range-wrapper input,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-single.range-wrapper input,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-choices.range-wrapper input,
            form.four-col fieldset.search-fields .group .chosen-container.datepicker-wrapper > input.range-wrapper input,
            form.four-col fieldset.search-fields .group .chosen-container.range-wrapper.range-wrapper input,
            form.four-col fieldset.search-fields .group .button .chosen-single.range-wrapper input,
            form.four-col fieldset.search-fields .group .button .chosen-choices.range-wrapper input,
            form.four-col fieldset.search-fields .group .button.datepicker-wrapper > input.range-wrapper input,
            form.four-col fieldset.search-fields .group .button.range-wrapper.range-wrapper input {
              background-color: transparent; }
            form.four-col fieldset.search-fields .group > div .chosen-single.range-wrapper span,
            form.four-col fieldset.search-fields .group > div .chosen-choices.range-wrapper span, form.four-col fieldset.search-fields .group > div.datepicker-wrapper > input.range-wrapper span, form.four-col fieldset.search-fields .group > div.range-wrapper.range-wrapper span,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-single.range-wrapper span,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-choices.range-wrapper span,
            form.four-col fieldset.search-fields .group .chosen-container.datepicker-wrapper > input.range-wrapper span,
            form.four-col fieldset.search-fields .group .chosen-container.range-wrapper.range-wrapper span,
            form.four-col fieldset.search-fields .group .button .chosen-single.range-wrapper span,
            form.four-col fieldset.search-fields .group .button .chosen-choices.range-wrapper span,
            form.four-col fieldset.search-fields .group .button.datepicker-wrapper > input.range-wrapper span,
            form.four-col fieldset.search-fields .group .button.range-wrapper.range-wrapper span {
              line-height: 36px; }
          form.four-col fieldset.search-fields .group > div .chosen-drop,
          form.four-col fieldset.search-fields .group > div .picker__holder,
          form.four-col fieldset.search-fields .group .chosen-container .chosen-drop,
          form.four-col fieldset.search-fields .group .chosen-container .picker__holder,
          form.four-col fieldset.search-fields .group .button .chosen-drop,
          form.four-col fieldset.search-fields .group .button .picker__holder {
            padding-top: 20px;
            border: 1px solid #d7d7d7;
            border-top: none; }
            form.four-col fieldset.search-fields .group > div .chosen-drop.picker__holder,
            form.four-col fieldset.search-fields .group > div .picker__holder.picker__holder,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-drop.picker__holder,
            form.four-col fieldset.search-fields .group .chosen-container .picker__holder.picker__holder,
            form.four-col fieldset.search-fields .group .button .chosen-drop.picker__holder,
            form.four-col fieldset.search-fields .group .button .picker__holder.picker__holder {
              padding-top: 0;
              top: -10px; }
          form.four-col fieldset.search-fields .group > div.button,
          form.four-col fieldset.search-fields .group .chosen-container.button,
          form.four-col fieldset.search-fields .group .button.button {
            float: right;
            height: 30px;
            padding: 0;
            line-height: 1.2;
            background-color: #FD0061;
            color: white; }
            form.four-col fieldset.search-fields .group > div.button:hover,
            form.four-col fieldset.search-fields .group .chosen-container.button:hover,
            form.four-col fieldset.search-fields .group .button.button:hover {
              background-color: #97003a; }
          form.four-col fieldset.search-fields .group > div.chosen-container.full-width,
          form.four-col fieldset.search-fields .group > div .chosen-container-multi.full-width,
          form.four-col fieldset.search-fields .group .chosen-container.chosen-container.full-width,
          form.four-col fieldset.search-fields .group .chosen-container .chosen-container-multi.full-width,
          form.four-col fieldset.search-fields .group .button.chosen-container.full-width,
          form.four-col fieldset.search-fields .group .button .chosen-container-multi.full-width {
            width: 100% !important;
            margin-right: 0; }
            form.four-col fieldset.search-fields .group > div.chosen-container.full-width .chosen-choices,
            form.four-col fieldset.search-fields .group > div .chosen-container-multi.full-width .chosen-choices,
            form.four-col fieldset.search-fields .group .chosen-container.chosen-container.full-width .chosen-choices,
            form.four-col fieldset.search-fields .group .chosen-container .chosen-container-multi.full-width .chosen-choices,
            form.four-col fieldset.search-fields .group .button.chosen-container.full-width .chosen-choices,
            form.four-col fieldset.search-fields .group .button .chosen-container-multi.full-width .chosen-choices {
              margin: 0; }
              form.four-col fieldset.search-fields .group > div.chosen-container.full-width .chosen-choices li,
              form.four-col fieldset.search-fields .group > div .chosen-container-multi.full-width .chosen-choices li,
              form.four-col fieldset.search-fields .group .chosen-container.chosen-container.full-width .chosen-choices li,
              form.four-col fieldset.search-fields .group .chosen-container .chosen-container-multi.full-width .chosen-choices li,
              form.four-col fieldset.search-fields .group .button.chosen-container.full-width .chosen-choices li,
              form.four-col fieldset.search-fields .group .button .chosen-container-multi.full-width .chosen-choices li {
                top: -1px; }
                form.four-col fieldset.search-fields .group > div.chosen-container.full-width .chosen-choices li.search-field input,
                form.four-col fieldset.search-fields .group > div .chosen-container-multi.full-width .chosen-choices li.search-field input,
                form.four-col fieldset.search-fields .group .chosen-container.chosen-container.full-width .chosen-choices li.search-field input,
                form.four-col fieldset.search-fields .group .chosen-container .chosen-container-multi.full-width .chosen-choices li.search-field input,
                form.four-col fieldset.search-fields .group .button.chosen-container.full-width .chosen-choices li.search-field input,
                form.four-col fieldset.search-fields .group .button .chosen-container-multi.full-width .chosen-choices li.search-field input {
                  padding-left: 8px; }
          form.four-col fieldset.search-fields .group > div.chosen-container-multi.full-width li.search-field input,
          form.four-col fieldset.search-fields .group .chosen-container.chosen-container-multi.full-width li.search-field input,
          form.four-col fieldset.search-fields .group .button.chosen-container-multi.full-width li.search-field input {
            padding-left: 14px !important; }
        form.four-col fieldset.search-fields .group .btn-wrapper {
          float: right; }
          form.four-col fieldset.search-fields .group .btn-wrapper .button {
            width: 100% !important;
            margin: 0; }
          form.four-col fieldset.search-fields .group .btn-wrapper .spinner {
            right: 6px;
            top: 6px;
            -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            font-size: 8px;
            width: 0.5em;
            height: 0.5em; }
        form.four-col fieldset.search-fields .group .extra {
          padding-left: 70px;
          line-height: 30px;
          color: #a2a2a2; }
          form.four-col fieldset.search-fields .group .extra .onoffswitch {
            top: 0;
            background-color: #BCBCBC; }
            form.four-col fieldset.search-fields .group .extra .onoffswitch .onoffswitch-label {
              background-color: transparent;
              border: none; }
              form.four-col fieldset.search-fields .group .extra .onoffswitch .onoffswitch-label .onoffswitch-inner:before, form.four-col fieldset.search-fields .group .extra .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
                background-color: transparent;
                color: transparent; }
              form.four-col fieldset.search-fields .group .extra .onoffswitch .onoffswitch-label .onoffswitch-switch {
                border: none;
                background-position: -30px 0px; }
              form.four-col fieldset.search-fields .group .extra .onoffswitch .onoffswitch-label.off .onoffswitch-switch {
                background-position: 0 0; }
        form.four-col fieldset.search-fields .group .pair {
          float: right;
          width: 32%; }
          form.four-col fieldset.search-fields .group .pair .chosen-container {
            position: relative;
            width: 100% !important; }
          form.four-col fieldset.search-fields .group .pair.alt {
            float: left;
            width: 66%; }
            form.four-col fieldset.search-fields .group .pair.alt.full-width {
              width: 100%; }
            form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(2) {
              width: 86%; }
            form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(3), form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(3) ~ li {
              width: 42%; }
            form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(4), form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(4) ~ li {
              width: 27.35%; }
            form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(5), form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-choice:first-child:nth-last-child(5) ~ li {
              width: 20%; }
            form.four-col fieldset.search-fields .group .pair.alt .chosen-choices li.search-field input {
              padding-left: 7px !important; }
    form.four-col fieldset.results {
      padding-top: 30px;
      background-color: #F0F0F0; }
      form.four-col fieldset.results .inner-container:last-child {
        padding-top: 0; }
        form.four-col fieldset.results .inner-container:last-child .button {
          width: 100%; }
  form.notifications {
    padding: 30px 0; }
    form.notifications textarea, form.notifications .wrapper {
      float: right;
      width: 47%; }
      form.notifications textarea .chosen-container, form.notifications .wrapper .chosen-container {
        width: 77% !important;
        border: 1px solid #d7d7d7;
        padding: 0 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        form.notifications textarea .chosen-container a, form.notifications .wrapper .chosen-container a {
          padding: 0; }
          form.notifications textarea .chosen-container a div, form.notifications .wrapper .chosen-container a div {
            margin: 0; }
    form.notifications textarea {
      float: left;
      border: 1px solid #d7d7d7;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #F0F0F0; }
    form.notifications input {
      width: 77%;
      margin-right: 3%;
      padding: 0 10px;
      min-height: 42px;
      border: 1px solid #d7d7d7;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      form.notifications input:last-child {
        float: right;
        width: 20%;
        margin-right: 0;
        border: none;
        color: white;
        background-color: #FD0061;
        cursor: pointer; }
        form.notifications input:last-child:hover {
          background-color: #97003a; }
  form.account fieldset .row.wrapper, form.register fieldset .row.wrapper {
    position: relative;
    padding: 10px 0; }
    form.account fieldset .row.wrapper .controls, form.register fieldset .row.wrapper .controls {
      width: 10% !important; }
  form.account fieldset .row label.capitalized input, form.register fieldset .row label.capitalized input {
    text-transform: capitalize; }
  form.account fieldset .row .chosen-wrapper .chosen-container-single.standard, form.register fieldset .row .chosen-wrapper .chosen-container-single.standard {
    max-height: 40px; }
    form.account fieldset .row .chosen-wrapper .chosen-container-single.standard span, form.register fieldset .row .chosen-wrapper .chosen-container-single.standard span {
      line-height: 38px; }
    form.account fieldset .row .chosen-wrapper .chosen-container-single.standard .chosen-drop, form.register fieldset .row .chosen-wrapper .chosen-container-single.standard .chosen-drop {
      top: 40px; }
      form.account fieldset .row .chosen-wrapper .chosen-container-single.standard .chosen-drop .chosen-results, form.register fieldset .row .chosen-wrapper .chosen-container-single.standard .chosen-drop .chosen-results {
        margin-top: 10px; }
  form.account fieldset .row .chosen-wrapper.deleting, form.register fieldset .row .chosen-wrapper.deleting {
    float: left;
    right: 80px;
    width: 33% !important; }
  form.account fieldset .row .date-select-wrapper.three-col .chosen-wrapper, form.register fieldset .row .date-select-wrapper.three-col .chosen-wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 33.333333333%; }
    form.account fieldset .row .date-select-wrapper.three-col .chosen-wrapper:last-child, form.register fieldset .row .date-select-wrapper.three-col .chosen-wrapper:last-child {
      margin-left: 0; }
    form.account fieldset .row .date-select-wrapper.three-col .chosen-wrapper .chosen-container-single.standard, form.register fieldset .row .date-select-wrapper.three-col .chosen-wrapper .chosen-container-single.standard {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    form.account fieldset .row .date-select-wrapper.three-col .chosen-wrapper:first-child .chosen-container-single.standard, form.register fieldset .row .date-select-wrapper.three-col .chosen-wrapper:first-child .chosen-container-single.standard {
      border-right: none;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    form.account fieldset .row .date-select-wrapper.three-col .chosen-wrapper:last-child .chosen-container-single.standard, form.register fieldset .row .date-select-wrapper.three-col .chosen-wrapper:last-child .chosen-container-single.standard {
      border-left: none;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
  form.account fieldset .row .btn-wrapper, form.register fieldset .row .btn-wrapper {
    margin-top: 20px; }
    form.account fieldset .row .btn-wrapper .button, form.register fieldset .row .btn-wrapper .button {
      float: right;
      width: 25%; }
  form.account .msg, form.register .msg {
    border-top: 1px solid #d7d7d7; }
  form.register.two-col fieldset.tertiary {
    margin-bottom: 0; }
  form.extra-margin {
    margin-top: 20px; }
    form.extra-margin .inner-container fieldset:last-child {
      margin-bottom: 0; }
  form.login {
    color: #5E6062; }
    form.login fieldset {
      position: absolute;
      width: 100%;
      bottom: 0; }
      form.login fieldset label {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        color: white;
        overflow: hidden; }
        form.login fieldset label span {
          display: none; }
        form.login fieldset label input {
          height: 40px;
          padding: 10px;
          border: none;
          line-height: 1;
          background-color: transparent;
          background-color: rgba(255, 255, 255, 0.9);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
          zoom: 1; }
        form.login fieldset label .inner-wrapper {
          margin-top: 5px;
          overflow: hidden; }
          form.login fieldset label .inner-wrapper .rememberme, form.login fieldset label .inner-wrapper a {
            width: 50%; }
          form.login fieldset label .inner-wrapper .contact-wrapper {
            text-align: right; }
            form.login fieldset label .inner-wrapper .contact-wrapper a {
              width: auto; }
          form.login fieldset label .inner-wrapper a.secondary {
            float: right;
            text-align: right;
            color: white; }
            form.login fieldset label .inner-wrapper a.secondary:hover {
              color: #cccccc; }
          form.login fieldset label .inner-wrapper .rememberme {
            float: left;
            margin-bottom: 0;
            text-align: left; }
            form.login fieldset label .inner-wrapper .rememberme input {
              position: relative;
              width: auto;
              height: auto;
              top: -1px;
              margin-right: 5px; }
        form.login fieldset label.password {
          margin-bottom: 55px; }
  form.two-col fieldset {
    margin-bottom: 20px; }
    form.two-col fieldset .row {
      margin-bottom: 10px;
      /* contained checkboxes */ }
      form.two-col fieldset .row.extra-top-margin,
      form.two-col fieldset .row .extra-top-margin {
        margin-top: 20px; }
      form.two-col fieldset .row p {
        line-height: 1.5; }
      form.two-col fieldset .row label, form.two-col fieldset .row .datepicker-wrapper, form.two-col fieldset .row .chosen-wrapper {
        float: left;
        width: 49%;
        margin-right: 1%; }
        form.two-col fieldset .row label:last-child, form.two-col fieldset .row .datepicker-wrapper:last-child, form.two-col fieldset .row .chosen-wrapper:last-child {
          margin-right: 0;
          margin-left: 1%; }
        form.two-col fieldset .row label:first-child, form.two-col fieldset .row .datepicker-wrapper:first-child, form.two-col fieldset .row .chosen-wrapper:first-child {
          margin-left: 0; }
        form.two-col fieldset .row label > span, form.two-col fieldset .row .datepicker-wrapper > span, form.two-col fieldset .row .chosen-wrapper > span {
          display: none;
          color: #a3a3a3;
          margin: 5px 0 10px 0; }
          form.two-col fieldset .row label > span.show, form.two-col fieldset .row .datepicker-wrapper > span.show, form.two-col fieldset .row .chosen-wrapper > span.show {
            display: block; }
          form.two-col fieldset .row label > span.trail, form.two-col fieldset .row .datepicker-wrapper > span.trail, form.two-col fieldset .row .chosen-wrapper > span.trail {
            margin-top: 0; }
        form.two-col fieldset .row label input, form.two-col fieldset .row .datepicker-wrapper input, form.two-col fieldset .row .chosen-wrapper input {
          height: 40px;
          padding: 10px;
          line-height: normal;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
        form.two-col fieldset .row label .datepicker, form.two-col fieldset .row .datepicker-wrapper .datepicker, form.two-col fieldset .row .chosen-wrapper .datepicker {
          margin-bottom: 0; }
        form.two-col fieldset .row label.label-present, form.two-col fieldset .row .datepicker-wrapper.label-present, form.two-col fieldset .row .chosen-wrapper.label-present {
          margin-top: 36px; }
          form.two-col fieldset .row label.label-present.first, form.two-col fieldset .row .datepicker-wrapper.label-present.first, form.two-col fieldset .row .chosen-wrapper.label-present.first {
            margin-top: 31px; }
        form.two-col fieldset .row label.full-width, form.two-col fieldset .row .datepicker-wrapper.full-width, form.two-col fieldset .row .chosen-wrapper.full-width {
          width: 100%;
          margin-left: 0; }
      form.two-col fieldset .row .chosen-wrapper {
        width: 49%; }
        form.two-col fieldset .row .chosen-wrapper span {
          display: block;
          text-transform: none; }
        form.two-col fieldset .row .chosen-wrapper.chosen-with-drop {
          border-bottom: none; }
      form.two-col fieldset .row:last-child {
        margin-bottom: 0; }
      form.two-col fieldset .row .contained-heading {
        margin: 20px 0 5px 0; }
        form.two-col fieldset .row .contained-heading p {
          float: left;
          color: #a3a3a3; }
        form.two-col fieldset .row .contained-heading button {
          height: auto;
          min-height: 30px;
          padding: 0;
          float: right;
          text-transform: capitalize; }
        form.two-col fieldset .row .contained-heading.trail {
          margin-bottom: 10px; }
      form.two-col fieldset .row .contained {
        padding: 20px;
        border: 1px solid #BCBCBC;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /* upload logo image section */ }
        form.two-col fieldset .row .contained p {
          color: #9B9B9B; }
          form.two-col fieldset .row .contained p b {
            color: #5E6062; }
        form.two-col fieldset .row .contained label {
          width: 20%;
          margin-right: 0;
          color: #9B9B9B;
          line-height: normal;
          cursor: pointer;
          /* master files label */
          /* Toggle button */ }
          form.two-col fieldset .row .contained label span {
            display: inline;
            margin: 0; }
          form.two-col fieldset .row .contained label input[type=checkbox] {
            float: left;
            height: auto;
            width: auto;
            margin-right: 10px; }
          form.two-col fieldset .row .contained label:last-child {
            margin: 0; }
          form.two-col fieldset .row .contained label.middle {
            width: 65%;
            line-height: 1.3; }
          form.two-col fieldset .row .contained label.master-files-label {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding-left: 20px;
            line-height: 80px; }
          form.two-col fieldset .row .contained label.toggle-label {
            width: 80%;
            line-height: 2;
            color: #5E6062; }
          form.two-col fieldset .row .contained label.toggle {
            width: 20%;
            float: right; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch {
              position: relative;
              top: auto;
              right: auto;
              float: right;
              border: 1px solid; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-label {
              border: none; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-inner:before, form.two-col fieldset .row .contained label.toggle .onoffswitch-inner:after {
              background-color: transparent;
              color: transparent; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-switch {
              top: -1px;
              border: none; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
              right: -1px; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-label.off .onoffswitch-switch {
              background-color: #999;
              background-position: 0 0;
              right: 29px; }
            form.two-col fieldset .row .contained label.toggle .onoffswitch-label.on .onoffswitch-switch {
              background-color: #FD8F25;
              background-position: 30px 0;
              right: -1px; }
        form.two-col fieldset .row .contained.custom {
          margin-bottom: 10px; }
          form.two-col fieldset .row .contained.custom .wrapper {
            position: relative;
            float: right; }
          form.two-col fieldset .row .contained.custom button.reset {
            position: absolute;
            bottom: 140px;
            left: -25px;
            padding: 0;
            width: 50px;
            min-height: 50px;
            font-size: 1.4rem;
            border: 1px solid #b5b5b5;
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize;
            background-image: url("../images/layout/main-sprite.png");
            background-position: -310px -50px;
            background-color: transparent;
            background-color: #F0F0F0; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
              form.two-col fieldset .row .contained.custom button.reset {
                background-image: url("../images/layout/main-sprite@2x.png");
                -moz-background-size: 400px 400px;
                -o-background-size: 400px 400px;
                -webkit-background-size: 400px 400px;
                background-size: 400px 400px; } }
            form.two-col fieldset .row .contained.custom button.reset:hover {
              background-color: #e8e8e8; }
          form.two-col fieldset .row .contained.custom .logo {
            float: right;
            width: 150px;
            height: 150px;
            margin-left: 20px;
            text-align: right;
            color: #9B9B9B; }
            form.two-col fieldset .row .contained.custom .logo img {
              max-height: 150px;
              max-width: 150px;
              border: 1px solid #BCBCBC;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px; }
          form.two-col fieldset .row .contained.custom p {
            float: left;
            width: 35%; }
            form.two-col fieldset .row .contained.custom p b, form.two-col fieldset .row .contained.custom p span {
              display: block;
              line-height: 1.4;
              margin-bottom: 7px; }
              form.two-col fieldset .row .contained.custom p b:last-child, form.two-col fieldset .row .contained.custom p span:last-child {
                margin-top: 20px; }
            form.two-col fieldset .row .contained.custom p b {
              margin-bottom: 20px; }
    form.two-col fieldset:first-child .row:first-child .contained-heading {
      margin-top: 0; }

/**************************************
STYLE: 	Global styles
**************************************/
input, textarea {
  width: 100%;
  padding: 1% 3% 1% 2%;
  border: 1px solid #BCBCBC;
  font: inherit;
  color: #5E6062;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input.disabled, textarea.disabled {
    border: none;
    color: #9B9B9B;
    background-color: transparent; }

textarea {
  width: 100%;
  min-height: 120px;
  resize: none; }

.chosen-container input,
.chosen-container .chosen-default span {
  color: #a3a3a3 !important; }

.search-choice span {
  color: #5E6062 !important; }

::-webkit-input-placeholder {
  color: #a3a3a3; }

/* WebKit browsers */
:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #a3a3a3; }

/* Internet Explorer 10+ */
.ticker {
  padding: 30px 0; }
  .ticker li {
    overflow: auto;
    margin-bottom: 15px; }
    .ticker li:last-child {
      margin-bottom: 0; }
    .ticker li span {
      color: #9B9B9B;
      font-weight: bold; }
    .ticker li .date {
      float: left;
      display: block;
      width: 15%;
      line-height: 1.5;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .ticker li p {
      float: right;
      width: 85%;
      line-height: 1.5; }
    .ticker li.highlight {
      border-bottom: 1px dotted #bdbdbd;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .ticker li.highlight span {
        color: #FD0061; }

.list.itemisation {
  /* 4 col spec */
  /* itemisation spec */ }
  .list.itemisation.four-col .item .wrapper > * {
    float: left;
    width: 24.25%; }
    .list.itemisation.four-col .item .wrapper > *:last-child {
      margin-left: 0; }
    .list.itemisation.four-col .item .wrapper > *.full-width {
      width: 100%; }
    .list.itemisation.four-col .item .wrapper > *.span-2 {
      width: 49.5%; }
    .list.itemisation.four-col .item .wrapper > *.span-3 {
      width: 74.75%; }
  .list.itemisation.four-col .item.disabled .wrapper .span-2 {
    width: 29.5%; }
  .list.itemisation.four-col.users .item .hidden .row:last-child {
    margin-top: 10px; }
    .list.itemisation.four-col.users .item .hidden .row:last-child .span-3 {
      padding-top: 20px; }
  .list.itemisation.four-col.users .item .wrapper.active {
    padding-bottom: 0;
    margin-bottom: 0; }
  .list.itemisation.four-col.users .item .wrapper.error {
    padding-top: 20px;
    color: #dc3940; }
  .list.itemisation.four-col.users .item .wrapper > * {
    width: 36.875%; }
    .list.itemisation.four-col.users .item .wrapper > *.span-3, .list.itemisation.four-col.users .item .wrapper > *:only-child {
      width: 74.75%; }
  .list.itemisation .item {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #BCBCBC;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    /* row animation */ }
    .list.itemisation .item:first-child {
      border-top: 1px solid #BCBCBC; }
    .list.itemisation .item .wrapper {
      margin-bottom: 10px; }
      .list.itemisation .item .wrapper:last-child {
        margin-bottom: 0; }
    .list.itemisation .item .controls {
      min-height: 40px;
      line-height: 38px;
      text-align: right;
      /* new */
      position: absolute;
      right: 0; }
      .list.itemisation .item .controls button {
        margin-top: -1px;
        display: inline-block; }
    .list.itemisation .item .contained {
      padding: 10px 0;
      border: none;
      border-top: 1px dotted #BCBCBC;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .list.itemisation .item .contained label {
        text-align: center; }
        .list.itemisation .item .contained label span {
          display: inline-block; }
    .list.itemisation .item.disabled {
      padding: 0; }
      .list.itemisation .item.disabled .wrapper {
        margin-bottom: 0; }

.table {
  padding: 20px;
  /**************************************
  STYLE: 	Confirmation (read only) tables
  REF: 	New booking confirmation page
  **************************************/
  /**************************************
  STYLE: 	Manage account tables
  REF: 	Agents > Manage Accounts
  **************************************/ }
  .table table {
    width: 100%; }
    .table table thead {
      background-color: white;
      border: 1px solid #BCBCBC;
      color: #9B9B9B; }
    .table table tbody td {
      border: 1px solid #BCBCBC; }
    .table table tr.highlight {
      background-color: #e3e3e3; }
    .table table tr td, .table table tr th {
      padding: 5px;
      text-align: center; }
  .table.notices {
    position: relative; }
    .table.notices p {
      position: relative;
      width: 53%;
      margin: 0 auto;
      text-align: center; }
      .table.notices p.alert:before {
        position: absolute;
        top: 3px;
        left: 0;
        width: 20px;
        height: 20px;
        content: "";
        background-image: url("../images/layout/main-sprite.png");
        background-position: -130px -170px;
        background-color: transparent; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .table.notices p.alert:before {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
      .table.notices p ~ table {
        margin-top: 20px; }
    .table.notices table tbody tr:nth-child(odd) {
      background-color: #e3e3e3; }
    .table.notices table tr td {
      text-transform: capitalize; }
      .table.notices table tr td a {
        color: #9B9B9B; }
        .table.notices table tr td a:hover {
          color: #5E6062; }
    .table.notices .spinner-wrapper {
      position: absolute;
      top: 50px;
      right: 0;
      bottom: 0;
      left: 0; }
      .table.notices .spinner-wrapper .spinner {
        margin: 0 auto;
        -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        font-size: 20px;
        width: 0.5em;
        height: 0.5em; }
  .table.confirmation {
    float: left;
    width: 100%;
    min-height: 70px;
    padding: 30px 0;
    padding-bottom: 0;
    border-bottom: none; }
    .table.confirmation:last-child {
      float: right;
      margin-bottom: 30px; }
    .table.confirmation table {
      float: left;
      width: 48%;
      margin-right: 2%; }
      .table.confirmation table:last-child {
        margin-right: 0; }
      .table.confirmation table tr td, .table.confirmation table tr th {
        width: 40%;
        max-width: 149px;
        padding: 3px 0;
        border: none;
        text-align: left;
        color: #9B9B9B;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .table.confirmation table tr td.remarks, .table.confirmation table tr th.remarks {
          text-overflow: clip;
          overflow: auto;
          white-space: normal; }
        .table.confirmation table tr td:last-child, .table.confirmation table tr th:last-child {
          width: 60%;
          max-width: 223px;
          color: #5E6062; }
      .table.confirmation table.full-width {
        width: 100%; }
        .table.confirmation table.full-width td:first-child {
          width: 13.9%; }
    .table.confirmation.extra {
      width: 100%;
      padding: 20px 0 !important;
      margin-top: 30px;
      margin-bottom: 0;
      border-top: 1px solid #BCBCBC;
      border-bottom: 1px solid #BCBCBC; }
  .table.accounts {
    padding-bottom: 0; }
    .table.accounts table {
      margin-bottom: 20px; }
      .table.accounts table:last-child {
        margin-bottom: 0; }
      .table.accounts table th {
        padding: 10px; }
      .table.accounts table td button {
        margin: 0 auto; }
    .table.accounts p {
      color: #9B9B9B;
      margin-bottom: 10px; }

/**************************************
STYLE: 	Confirmation page table wrappers
REF: 	Search > Confirmation
**************************************/
.table-wrapper.confirmation {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .table-wrapper.confirmation h4 {
    color: #9B9B9B;
    padding: 5px 10px;
    border: 1px solid #BCBCBC;
    border-bottom: none;
    background-color: white; }
  .table-wrapper.confirmation .table.confirmation.extra {
    margin-top: 0;
    border: 1px solid #BCBCBC;
    padding: 20px !important; }
    .table-wrapper.confirmation .table.confirmation.extra.promos table {
      width: 100%; }
      .table-wrapper.confirmation .table.confirmation.extra.promos table tr {
        border-top: 1px dotted #BCBCBC; }
        .table-wrapper.confirmation .table.confirmation.extra.promos table tr:first-child {
          border-top: none; }
        .table-wrapper.confirmation .table.confirmation.extra.promos table tr td {
          width: 50%;
          white-space: normal;
          overflow: auto;
          padding: 10px 0;
          padding-right: 1.5%;
          color: #5E6062; }
          .table-wrapper.confirmation .table.confirmation.extra.promos table tr td:last-child {
            padding-right: 0; }

/* REFACTOR FOR RWD */
table.table--two-col {
  width: 100%; }
  table.table--two-col td {
    width: 50%; }
table.table--highlighted tr {
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  table.table--highlighted tr td {
    padding: 5px;
    -webkit-transition: padding 0.1s ease-out;
    -moz-transition: padding 0.1s ease-out;
    transition: padding 0.1s ease-out; }
  table.table--highlighted tr:hover {
    background-color: gainsboro; }
    table.table--highlighted tr:hover td {
      padding: 15px 5px; }
table.table--align-right td:last-child {
  text-align: right; }

.widget {
  background-color: #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /**************************************
				SUB: widget header
	****************************************/
  /**************************************
		SUB: different widget partitions
	****************************************/
  /**************************************
			SUB: Result Widget
	****************************************/
  /**************************************
	SUB: Multi-sectioned widget
	REF: Booking - Result selected page
	****************************************/
  /**************************************
	SUB: Promo widgets
	REF: Dashboard / Home promo section
	****************************************/ }
  .widget legend {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 5%;
    line-height: 40px;
    color: #a3a3a3;
    background-color: white;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .widget legend.closed {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .widget legend a {
      float: left;
      position: relative;
      padding-left: 12%;
      width: 80%;
      color: #BCBCBC;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      text-decoration: none;
      color: inherit;
      /**************************************
		SUB: room number & triangle
	****************************************/
      /**************************************
		SUB: remove button 'x'
	****************************************/ }
      .widget legend a:hover {
        color: #898989; }
      .widget legend a:first-child.closed:before {
        content: "";
        border-bottom-width: 8px;
        border-bottom-style: solid;
        border-bottom-color: #BCBCBC;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        width: 0;
        height: 0;
        -webkit-transition: border-bottom-color 0.3s;
        -moz-transition: border-bottom-color 0.3s;
        transition: border-bottom-color 0.3s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
      .widget legend a:first-child.closed:hover:before {
        content: "";
        border-bottom-width: 8px;
        border-bottom-style: solid;
        border-bottom-color: #898989;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        width: 0;
        height: 0;
        -webkit-transition: border-bottom-color 0.3s;
        -moz-transition: border-bottom-color 0.3s;
        transition: border-bottom-color 0.3s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
      .widget legend a:first-child:before {
        position: absolute;
        left: 2px;
        bottom: 16px;
        content: "";
        border-bottom-width: 8px;
        border-bottom-style: solid;
        border-bottom-color: #BCBCBC;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        width: 0;
        height: 0;
        -webkit-transition: border-bottom-color 0.3s;
        -moz-transition: border-bottom-color 0.3s;
        transition: border-bottom-color 0.3s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      .widget legend a:first-child:hover:before {
        content: "";
        border-bottom-width: 8px;
        border-bottom-style: solid;
        border-bottom-color: #898989;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        width: 0;
        height: 0;
        -webkit-transition: border-bottom-color 0.3s;
        -moz-transition: border-bottom-color 0.3s;
        transition: border-bottom-color 0.3s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      .widget legend a:last-child {
        float: right;
        width: 20%;
        text-align: right;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url('/images/?1481973965');
        background-repeat: no-repeat;
        background-position: 0 0; }
        .widget legend a:last-child span.icon {
          top: 12px; }
        .widget legend a:last-child:hover span.icon:before, .widget legend a:last-child:hover span.icon:after {
          background-color: #FD0061; }
  .widget .group {
    padding: 5%;
    border-top: 1px solid #BCBCBC;
    /**************************************
			SUB: children age input
	****************************************/
    /**************************************
			SUB: room class select
	****************************************/
    /**************************************
			SUB: add room widget
	****************************************/ }
    .widget .group label {
      position: relative;
      display: block;
      height: 30px;
      width: 100%;
      line-height: 30px; }
      .widget .group label span {
        float: left;
        display: block;
        width: 50%; }
        .widget .group label span a.secondary {
          position: absolute;
          right: 30%;
          top: 0;
          display: block;
          margin-left: 20%; }
    .widget .group.children label {
      height: 40px;
      line-height: 40px; }
      .widget .group.children label input {
        float: right;
        height: 30px;
        width: 25%;
        margin-top: 5px;
        line-height: 1.2;
        padding: 0 5%;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .widget .group.room-type .chosen-container-single {
      margin-top: 0; }
    .widget .group.add-room {
      position: relative;
      min-height: 147px;
      text-align: center; }
      .widget .group.add-room:hover {
        background-color: #d7d7d7;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; }
      .widget .group.add-room button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        background-color: transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize; }
  .widget.result {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    vertical-align: top;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /**************************************
		SUB: full-width layout for result items
		****************************************/ }
    .widget.result button {
      width: 100%;
      padding: 0;
      border: 1px solid #BCBCBC;
      font: inherit;
      color: #5E6062;
      text-align: left;
      background-color: white;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      cursor: pointer;
      overflow: hidden; }
      .widget.result button > .wrapper {
        height: 60px;
        display: block;
        margin-bottom: 10px; }
        .widget.result button > .wrapper .heading {
          position: relative;
          display: block;
          width: 100%;
          height: 70px;
          padding: 10px 15px; }
          .widget.result button > .wrapper .heading .availability {
            width: auto;
            padding: 3px 5px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #34D8D7;
            background-color: #ecfbfb;
            color: #27cbca; }
            .widget.result button > .wrapper .heading .availability.manual {
              border-color: #BCBCBC;
              background-color: #F0F0F0;
              color: #5E6062; }
            .widget.result button > .wrapper .heading .availability.mixed {
              border-color: #FD8F25;
              background-color: rgba(253, 143, 37, 0.1);
              color: #FD8F25; }
          .widget.result button > .wrapper .heading .title {
            display: block;
            margin-top: 5px;
            height: 20px;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          .widget.result button > .wrapper .heading .stars {
            display: none; }
      .widget.result button .body {
        display: block;
        width: 100%;
        height: 100%;
        border-bottom: none;
        background-size: cover;
        min-height: 170px;
        overflow: hidden; }
        .widget.result button .body .wrapper {
          float: left;
          min-height: 46px;
          line-height: normal;
          margin-top: 20px;
          padding: 10px 15px;
          z-index: 1;
          -webkit-border-radius: 0 5px 5px 0;
          -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
          background-color: transparent;
          background-color: rgba(58, 61, 66, 0.9);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63A3D42,endColorstr=#E63A3D42);
          zoom: 1; }
          .widget.result button .body .wrapper .price {
            font-family: "OSLight", Arial, Helvetica, sans-serif;
            font-size: 2.4rem;
            line-height: 1;
            color: white; }
            .widget.result button .body .wrapper .price .currency {
              margin-left: 5px;
              font-size: 1.3rem; }
            .widget.result button .body .wrapper .price.long {
              display: block;
              height: 23px;
              line-height: 23px;
              font-size: 1.4rem;
              max-width: 125px;
              white-space: nowrap;
              overflow: hidden;
              -ms-text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis; }
        .widget.result button .body .features {
          display: none; }
        .widget.result button .body .controls {
          width: 100%;
          height: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #FD0061;
          overflow: hidden;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
          -webkit-transition: height 0.2s ease-in;
          -moz-transition: height 0.2s ease-in;
          transition: height 0.2s ease-in; }
          .widget.result button .body .controls a {
            position: relative;
            float: left;
            height: 100%;
            width: 100%;
            line-height: 50px;
            color: white;
            border: 1px solid #ca004d;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px; }
            .widget.result button .body .controls a:hover {
              background-color: #b10044; }
            .widget.result button .body .controls a span.mdi {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              text-indent: 0;
              color: white;
              font-size: 1000%;
              font-size: 2.2em;
              line-height: 50px;
              text-align: center; }
    .widget.result:hover .body .controls {
      height: 50px; }
    .widget.result.manual button .heading:after {
      border-color: #BCBCBC;
      background-position: -126px -5px;
      background-color: #F0F0F0; }
    .widget.result.alert .body .wrapper {
      position: relative;
      padding-right: 60px !important;
      overflow: hidden; }
      .widget.result.alert .body .wrapper:before {
        position: absolute;
        display: block;
        top: 0;
        right: -13px;
        bottom: 0;
        width: 55px;
        background-color: #FD0061;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        -webkit-transform: skewX(-29deg);
        -moz-transform: skewX(-29deg);
        transform: skewX(-29deg);
        content: ''; }
      .widget.result.alert .body .wrapper:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50px;
        background-image: url("../images/layout/main-sprite.png");
        background-position: -72px -37px;
        background-color: transparent;
        content: ''; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .widget.result.alert .body .wrapper:after {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
    .widget.result.loading, .widget.result.single-loading {
      position: relative; }
      .widget.result.loading .body, .widget.result.single-loading .body {
        position: relative;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px; }
        .widget.result.loading .body:after, .widget.result.single-loading .body:after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-top: 1px solid #d7d7d7;
          background-color: rgba(255, 255, 255, 0.95);
          content: '';
          z-index: 1000;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }
      .widget.result.loading .spinner-wrapper, .widget.result.single-loading .spinner-wrapper {
        position: absolute;
        top: 48%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1001; }
        .widget.result.loading .spinner-wrapper .spinner, .widget.result.single-loading .spinner-wrapper .spinner {
          -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          font-size: 20px;
          width: 0.5em;
          height: 0.5em; }
    .widget.result.list-view {
      width: 100% !important;
      max-height: 170px; }
      .widget.result.list-view button {
        position: relative;
        width: 100%;
        height: 100%;
        display: block; }
        .widget.result.list-view button > .wrapper {
          margin-bottom: 0;
          border-bottom: 1px solid #BCBCBC;
          height: 50px; }
          .widget.result.list-view button > .wrapper .heading {
            height: 100%; }
            .widget.result.list-view button > .wrapper .heading .availability {
              float: right;
              margin-top: 3px; }
            .widget.result.list-view button > .wrapper .heading .title {
              float: left;
              height: 100%;
              max-width: 700px;
              margin-top: 0;
              font-family: "OSRegular", Arial, Helvetica, sans-serif;
              font-size: 1.6rem;
              line-height: 30px;
              white-space: nowrap;
              overflow: hidden;
              -ms-text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis; }
            .widget.result.list-view button > .wrapper .heading .stars {
              display: block;
              width: 20%;
              float: right;
              margin-top: 6px;
              margin-right: 10px;
              color: #BCBCBC; }
              .widget.result.list-view button > .wrapper .heading .stars span {
                float: right;
                height: 100%;
                line-height: 1; }
            .widget.result.list-view button > .wrapper .heading:after {
              top: 10px; }
        .widget.result.list-view button .body {
          min-height: 120px;
          background-position: left 0;
          background-size: contain;
          background-repeat: no-repeat; }
          .widget.result.list-view button .body .wrapper {
            position: absolute;
            right: 0;
            margin-top: 30px;
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px; }
          .widget.result.list-view button .body .features {
            position: relative;
            float: left;
            display: block;
            height: 80px;
            width: 50%;
            left: 175px;
            margin: 20px;
            line-height: 1.5;
            font-size: 1.3rem;
            overflow: hidden;
            text-transform: capitalize; }
            .widget.result.list-view button .body .features > span {
              float: left;
              display: block;
              width: 100%;
              margin-left: 5%; }
              .widget.result.list-view button .body .features > span:first-child {
                margin-left: 0; }
              .widget.result.list-view button .body .features > span b {
                display: block;
                font-weight: bold; }
          .widget.result.list-view button .body .controls {
            bottom: 120px;
            -webkit-border-radius: 9px 9px 0 0;
            -moz-border-radius: 9px 9px 0 0;
            border-radius: 9px 9px 0 0; }
            .widget.result.list-view button .body .controls a {
              -webkit-border-radius: 9px 9px 0 0;
              -moz-border-radius: 9px 9px 0 0;
              border-radius: 9px 9px 0 0; }
      .widget.result.list-view.alert .body .wrapper:before {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
  .widget.room-option {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 48.2%;
    margin-bottom: 20px;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    /**************************************
		SUB: List view
		REF: Booking - Result selected page
		****************************************/
    /**************************************
		SUB: Disabled widget state
		REF: Booking - Result selected page
		****************************************/ }
    .widget.room-option .heading {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border-bottom: none;
      color: #5E6062;
      background-color: white;
      font-weight: bold;
      -webkit-border-radius: 9px 9px 0 0;
      -moz-border-radius: 9px 9px 0 0;
      border-radius: 9px 9px 0 0;
      -webkit-transform: translateZ(0); }
      .widget.room-option .heading h4 {
        float: left;
        padding: 15px;
        width: 70%;
        text-align: left;
        font-size: 16px;
        color: #02182c;
        text-decoration: underline; }
      .widget.room-option .heading button {
        float: right;
        height: 30px;
        width: 100px;
        min-height: 30px;
        padding: 0;
        margin-top: 11px;
        margin-right: 11px;
        margin-left: 11px;
        color: white;
        background-color: #FD0061;
        font-family: "OSRegular", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .widget.room-option .button.strip {
      display: none;
      color: white;
      background-color: #FD0061; }
      .widget.room-option .button.strip:hover {
        background-color: #97003a; }
    .widget.room-option .body {
      border-bottom: none; }
    .widget.room-option .thumbImages {
      width: 100%;
      height: 120px;
      border-bottom: 1px solid #d7d7d7; }
      .widget.room-option .thumbImages img,
      .widget.room-option .thumbImages .rsSlide {
        width: 100%; }
    .widget.room-option .rooms-left .label {
      padding: 10px 15px;
      border-top: 1px solid #d7d7d7;
      text-align: left;
      background-color: white;
      line-height: 1;
      text-transform: uppercase;
      font-size: 13px;
      overflow: hidden; }
      .widget.room-option .rooms-left .label p {
        width: 50%;
        float: left; }
        .widget.room-option .rooms-left .label p.guarantee {
          text-align: right;
          float: right; }
          .widget.room-option .rooms-left .label p.guarantee.urgent {
            width: 47%;
            margin: 0 auto;
            padding: 5px;
            float: right;
            color: white;
            text-align: center;
            background-color: #02182b; }
            .widget.room-option .rooms-left .label p.guarantee.urgent + p {
              padding: 5px;
              width: 53%; }
        .widget.room-option .rooms-left .label p:only-child {
          text-align: center;
          width: 100%; }
          .widget.room-option .rooms-left .label p:only-child.urgent {
            width: 50%;
            margin: 0 auto;
            padding: 5px;
            float: none;
            color: white;
            background-color: #02182b; }
      .widget.room-option .rooms-left .label span {
        color: #23b6b5;
        font-weight: bold; }
        .widget.room-option .rooms-left .label span.red {
          color: #dc3940; }
    .widget.room-option .bed-select {
      width: 100%;
      padding: 10px 15px;
      border-bottom: 1px solid #d7d7d7;
      border-top: 1px solid #d7d7d7; }
      .widget.room-option .bed-select .chosen-container {
        margin-top: 0; }
        .widget.room-option .bed-select .chosen-container .chosen-single {
          padding-left: 10px; }
        .widget.room-option .bed-select .chosen-container .chosen-results {
          padding: 10px;
          margin-bottom: 0;
          margin-top: 0; }
    .widget.room-option .extra-options {
      padding: 10px 15px;
      border-bottom: 1px solid #d7d7d7; }
      .widget.room-option .extra-options ul {
        display: block;
        overflow: hidden;
        margin-bottom: 10px; }
        .widget.room-option .extra-options ul li {
          float: left;
          margin-bottom: 7px;
          height: 30px;
          margin-right: 2%; }
          .widget.room-option .extra-options ul li.persist {
            position: relative; }
            .widget.room-option .extra-options ul li.persist label {
              border-color: #d1d1d1;
              color: #abadae; }
            .widget.room-option .extra-options ul li.persist:after {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.1);
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px; }
          .widget.room-option .extra-options ul li.warning {
            margin-bottom: 30px; }
          .widget.room-option .extra-options ul li:nth-child(3n) {
            margin-right: 0; }
          .widget.room-option .extra-options ul li:nth-child(6n) {
            margin-right: 0; }
          .widget.room-option .extra-options ul li label {
            position: relative;
            display: block;
            padding: 8px;
            width: 100%;
            height: 100%;
            text-align: left;
            text-transform: capitalize;
            line-height: 1;
            font-size: 1.3rem;
            color: #96989a;
            background-color: white;
            border: 1px solid #BCBCBC;
            cursor: pointer;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            /**************************************
						SUB: Room Amenity Option Icons
						****************************************/ }
            .widget.room-option .extra-options ul li label input {
              width: auto;
              float: right;
              margin: 0;
              margin-left: 10px; }
            .widget.room-option .extra-options ul li label span.warning {
              position: absolute;
              text-transform: uppercase;
              background-color: #02182B;
              color: #34D8D7;
              font-weight: bold;
              left: 0;
              top: 35px;
              padding: 5px;
              line-height: 1.2;
              font-size: 9px;
              letter-spacing: 2px;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px; }
            .widget.room-option .extra-options ul li label.compulsory-true:hover {
              opacity: 1; }
            .widget.room-option .extra-options ul li label.extra-bed, .widget.room-option .extra-options ul li label.extra_bed {
              background-position: -160px 0; }
            .widget.room-option .extra-options ul li label.extra-bed.active, .widget.room-option .extra-options ul li label.extra_bed.active {
              background-position: -190px 0; }
            .widget.room-option .extra-options ul li label.cot, .widget.room-option .extra-options ul li label.child_extra_bed {
              background-position: -160px -30px; }
            .widget.room-option .extra-options ul li label.cot.active, .widget.room-option .extra-options ul li label.child_extra_bed.active {
              background-position: -190px -30px; }
            .widget.room-option .extra-options ul li label.wifi {
              background-position: -160px -60px; }
            .widget.room-option .extra-options ul li label.wifi.active {
              background-position: -190px -60px; }
            .widget.room-option .extra-options ul li label.minibar {
              background-position: -160px -90px; }
            .widget.room-option .extra-options ul li label.minibar.active {
              background-position: -190px -90px; }
            .widget.room-option .extra-options ul li label.breakfast, .widget.room-option .extra-options ul li label.break_fast {
              background-position: -160px -120px; }
            .widget.room-option .extra-options ul li label.breakfast.active, .widget.room-option .extra-options ul li label.break_fast.active {
              background-position: -190px -120px; }
            .widget.room-option .extra-options ul li label.child_breakfast {
              background-position: -220px -270px; }
            .widget.room-option .extra-options ul li label.child_breakfast.active {
              background-position: -250px -270px; }
            .widget.room-option .extra-options ul li label.lunch {
              background-position: -160px -150px; }
            .widget.room-option .extra-options ul li label.lunch.active {
              background-position: -190px -150px; }
            .widget.room-option .extra-options ul li label.dinner {
              background-position: -160px -180px; }
            .widget.room-option .extra-options ul li label.dinner.active {
              background-position: -190px -180px; }
            .widget.room-option .extra-options ul li label.smoking {
              background-position: -160px -210px; }
            .widget.room-option .extra-options ul li label.smoking.active {
              background-position: -190px -210px; }
            .widget.room-option .extra-options ul li label.non-smoking {
              background-position: -160px -240px; }
            .widget.room-option .extra-options ul li label.non-smoking.active {
              background-position: -190px -240px; }
            .widget.room-option .extra-options ul li label.nice-view {
              background-position: -160px -270px; }
            .widget.room-option .extra-options ul li label.nice-view.active {
              background-position: -190px -270px; }
            .widget.room-option .extra-options ul li label.high-floor, .widget.room-option .extra-options ul li label.upgrade {
              background-position: -220px 0px; }
            .widget.room-option .extra-options ul li label.high-floor.active, .widget.room-option .extra-options ul li label.upgrade.active {
              background-position: -250px 0px; }
            .widget.room-option .extra-options ul li label.low-floor {
              background-position: -220px -30px; }
            .widget.room-option .extra-options ul li label.low-floor.active {
              background-position: -250px -30px; }
            .widget.room-option .extra-options ul li label.parking {
              background-position: -220px -60px; }
            .widget.room-option .extra-options ul li label.parking.active {
              background-position: -250px -60px; }
            .widget.room-option .extra-options ul li label.room-safe {
              background-position: -220px -90px; }
            .widget.room-option .extra-options ul li label.room-safe.active {
              background-position: -250px -90px; }
            .widget.room-option .extra-options ul li label.swimming-pool {
              background-position: -220px -120px; }
            .widget.room-option .extra-options ul li label.swimming-pool.active {
              background-position: -250px -120px; }
            .widget.room-option .extra-options ul li label.gym {
              background-position: -220px -150px; }
            .widget.room-option .extra-options ul li label.gym.active {
              background-position: -250px -150px; }
      .widget.room-option .extra-options span {
        display: block;
        width: 100%;
        color: #9B9B9B;
        font-size: 1rem;
        text-align: center; }
    .widget.room-option .price {
      position: relative;
      padding: 10px 15px;
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 2.4rem;
      text-align: center;
      background-color: white; }
      .widget.room-option .price em {
        margin-left: 15px; }
      .widget.room-option .price span {
        color: #9B9B9B; }
      .widget.room-option .price b {
        position: absolute;
        top: 14px;
        right: 20px;
        padding: 5px 10px;
        font-size: 1rem;
        text-transform: uppercase;
        background-color: #F0F0F0;
        border: 1px solid #c9c9c9;
        font-family: Arial, Helvetica, sans;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
      .widget.room-option .price:after {
        position: absolute;
        left: 15px;
        top: 14px;
        display: block;
        padding: 5px 10px;
        content: 'Instant';
        border: 1px solid #34D8D7;
        background-color: #ecfbfb;
        background-position: -88px -8px;
        font-family: "", Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 100%;
        color: #27cbca; }
      .widget.room-option .price.manual:after {
        content: 'On Request';
        color: #96989a;
        border: 1px solid #c9c9c9;
        background-color: #F0F0F0;
        background-position: -128px -7px; }
      .widget.room-option .price.is-loading .spinner-wrapper {
        position: absolute;
        top: 13px;
        left: 14px;
        width: 26px;
        height: 26px; }
        .widget.room-option .price.is-loading .spinner-wrapper .spinner {
          -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          font-size: 8px;
          width: 0.5em;
          height: 0.5em; }
      .widget.room-option .price.is-loading:after {
        display: none; }
    .widget.room-option .promos {
      display: block;
      width: 100%;
      background-color: white; }
      .widget.room-option .promos span {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 15px;
        color: white;
        background-color: #34D8D7; }
        .widget.room-option .promos span:after {
          position: absolute;
          right: 15px;
          top: 16px;
          content: "";
          border-bottom-width: 8px;
          border-bottom-style: solid;
          border-bottom-color: white;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          width: 0;
          height: 0;
          -webkit-transition: border-bottom-color 0.3s;
          -moz-transition: border-bottom-color 0.3s;
          transition: border-bottom-color 0.3s;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          transform: rotate(180deg); }
        .widget.room-option .promos span:hover {
          cursor: pointer;
          background-color: #23b6b5; }
      .widget.room-option .promos.open span:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      .widget.room-option .promos ul {
        display: block;
        padding: 15px;
        color: #9B9B9B; }
        .widget.room-option .promos ul li {
          display: table;
          float: left;
          width: 100%;
          margin-bottom: 20px; }
          .widget.room-option .promos ul li.persist {
            position: relative; }
            .widget.room-option .promos ul li.persist:after {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: transparent; }
          .widget.room-option .promos ul li:last-child {
            margin-bottom: 0; }
          .widget.room-option .promos ul li label {
            position: relative;
            float: left;
            display: table;
            width: 95%;
            font-size: 1.4rem;
            text-align: left; }
            .widget.room-option .promos ul li label > * {
              display: table-cell;
              vertical-align: middle; }
            .widget.room-option .promos ul li label .price-wrapper {
              width: 25%;
              max-width: 75px;
              margin-right: 10%; }
              .widget.room-option .promos ul li label .price-wrapper b {
                padding: 5px 10px;
                max-height: 30px;
                border: 1px solid #BCBCBC;
                color: #9B9B9B;
                text-align: center;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px; }
                .widget.room-option .promos ul li label .price-wrapper b:hover {
                  background-color: #BCBCBC;
                  color: white;
                  cursor: pointer; }
              .widget.room-option .promos ul li label .price-wrapper.active b {
                background-color: #BCBCBC;
                color: white; }
              .widget.room-option .promos ul li label .price-wrapper.instant b {
                border: 1px solid #34D8D7;
                color: #27cbca; }
                .widget.room-option .promos ul li label .price-wrapper.instant b:hover {
                  background-color: #34D8D7;
                  color: white; }
              .widget.room-option .promos ul li label .price-wrapper.instant.active b {
                background-color: #34D8D7;
                color: white; }
            .widget.room-option .promos ul li label p {
              width: 55%;
              min-height: 30px;
              line-height: 1.5; }
            .widget.room-option .promos ul li label .input-wrapper {
              display: none;
              position: relative;
              width: 5%;
              min-height: 15px; }
              .widget.room-option .promos ul li label .input-wrapper input {
                position: absolute;
                top: 0;
                right: -3px;
                width: 15px;
                height: 15px; }
      .widget.room-option .promos.promo-hotel span {
        background-color: #FD8F25; }
        .widget.room-option .promos.promo-hotel span:hover {
          background-color: #ed7502; }
      .widget.room-option .promos.promo-hotel ul {
        display: block; }
        .widget.room-option .promos.promo-hotel ul li label {
          width: 100%; }
          .widget.room-option .promos.promo-hotel ul li label p {
            width: 95%; }
          .widget.room-option .promos.promo-hotel ul li label .input-wrapper {
            display: table-cell; }
            .widget.room-option .promos.promo-hotel ul li label .input-wrapper input {
              position: relative;
              top: auto;
              right: auto; }
        .widget.room-option .promos.promo-hotel ul li .extras-wrapper {
          width: 6%; }
      .widget.room-option .promos .extras-wrapper {
        max-width: 90px;
        min-width: 20px;
        width: 23%;
        display: table-cell;
        vertical-align: middle; }
        .widget.room-option .promos .extras-wrapper .description-wrapper {
          width: 24px;
          height: 24px;
          float: right;
          margin-right: 5px; }
          .widget.room-option .promos .extras-wrapper .description-wrapper:first-child {
            margin-right: 0; }
          .widget.room-option .promos .extras-wrapper .description-wrapper.icon {
            text-align: center;
            line-height: 24px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px; }
          .widget.room-option .promos .extras-wrapper .description-wrapper.hotel-option-indicator {
            color: #FD8F25;
            border: 1px solid #FD8F25;
            font-size: 16px; }
          .widget.room-option .promos .extras-wrapper .description-wrapper i.description {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            background-color: #F0F0F0;
            border: 1px solid #d7d7d7;
            cursor: pointer;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize;
            overflow: visible;
            -webkit-transition: background-color, 0.3s;
            -moz-transition: background-color, 0.3s;
            transition: background-color, 0.3s; }
            .widget.room-option .promos .extras-wrapper .description-wrapper i.description.tooltip:hover {
              background-color: #e3e3e3; }
              .widget.room-option .promos .extras-wrapper .description-wrapper i.description.tooltip:hover .wrapper {
                opacity: 1;
                left: auto;
                right: 6px; }
            .widget.room-option .promos .extras-wrapper .description-wrapper i.description:after {
              content: 'i';
              position: absolute;
              left: 0;
              width: 20px;
              height: 20px;
              text-indent: 0;
              text-transform: lowercase;
              line-height: 21px;
              text-align: center; }
            .widget.room-option .promos .extras-wrapper .description-wrapper i.description .wrapper {
              position: absolute;
              left: -9999em;
              top: 6px;
              text-indent: 0;
              background-color: #fafafa;
              z-index: 1;
              min-width: 200px;
              opacity: 0;
              border: 1px solid #BCBCBC;
              -webkit-border-radius: 5px 0 5px 5px;
              -moz-border-radius: 5px 0 5px 5px;
              border-radius: 5px 0 5px 5px;
              -webkit-box-shadow: 0 3px 3px #cfcfcf;
              -moz-box-shadow: 0 3px 3px #cfcfcf;
              box-shadow: 0 3px 3px #cfcfcf; }
              .widget.room-option .promos .extras-wrapper .description-wrapper i.description .wrapper .details {
                width: 100%;
                padding: 15px;
                font-size: 13px; }
                .widget.room-option .promos .extras-wrapper .description-wrapper i.description .wrapper .details em {
                  display: block; }
                  .widget.room-option .promos .extras-wrapper .description-wrapper i.description .wrapper .details em.name {
                    padding-bottom: 5px;
                    margin-bottom: 10px;
                    border-bottom: 1px dotted #BCBCBC; }
                  .widget.room-option .promos .extras-wrapper .description-wrapper i.description .wrapper .details em.description {
                    color: #5E6062; }
            .widget.room-option .promos .extras-wrapper .description-wrapper i.description.hidden {
              visibility: hidden; }
              .widget.room-option .promos .extras-wrapper .description-wrapper i.description.hidden .wrapper {
                display: none; }
          .widget.room-option .promos .extras-wrapper .description-wrapper.itemisation i.description {
            text-align: center;
            border-color: #34D8D7;
            background-color: white;
            color: #27cbca; }
            .widget.room-option .promos .extras-wrapper .description-wrapper.itemisation i.description:hover {
              background-color: #34D8D7;
              color: white; }
            .widget.room-option .promos .extras-wrapper .description-wrapper.itemisation i.description:after {
              content: '☰';
              font-size: 16px;
              line-height: 18px;
              font-family: 'Arial';
              top: 2px;
              left: 1px; }
    .widget.room-option .day-cost {
      float: left;
      display: block;
      width: 100%;
      padding: 10px 15px;
      color: #9B9B9B;
      background-color: white;
      overflow: hidden;
      border-top: 1px solid #d7d7d7;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px; }
      .widget.room-option .day-cost span {
        float: left; }
      .widget.room-option .day-cost button {
        float: right;
        min-height: 21px;
        padding: 0; }
        .widget.room-option .day-cost button:hover {
          color: #97003a; }
      .widget.room-option .day-cost.is-loading {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px; }
        .widget.room-option .day-cost.is-loading:after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: transparent;
          content: ''; }
    .widget.room-option.active .heading {
      background-color: #FD0061;
      -webkit-border-radius: 9px 9px 0 0;
      -moz-border-radius: 9px 9px 0 0;
      border-radius: 9px 9px 0 0; }
      .widget.room-option.active .heading h4 {
        color: white; }
      .widget.room-option.active .heading button {
        color: #FD0061;
        background-color: white; }
    .widget.room-option.active .button.strip {
      display: block; }
    .widget.room-option.list-view {
      width: 100%; }
      .widget.room-option.list-view .heading {
        height: 40px;
        max-width: 918px; }
        .widget.room-option.list-view .heading h4,
        .widget.room-option.list-view .heading .extras {
          height: 100%; }
        .widget.room-option.list-view .heading h4 {
          width: 39%;
          float: left;
          padding: 10px;
          font-size: 14px;
          line-height: 20px;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .widget.room-option.list-view .heading span {
          color: #9B9B9B;
          font-weight: normal; }
        .widget.room-option.list-view .heading .extras {
          width: 61%;
          float: right; }
          .widget.room-option.list-view .heading .extras .price {
            padding: 0;
            font-weight: normal;
            overflow: auto;
            width: 20%;
            max-width: 100px;
            float: right;
            margin-top: 6px;
            margin-right: 0px;
            background-color: transparent; }
            .widget.room-option.list-view .heading .extras .price:after {
              position: relative;
              left: auto;
              top: auto;
              width: 100%;
              padding: 7px;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px; }
          .widget.room-option.list-view .heading .extras .rooms-left {
            width: 60%;
            float: right; }
            .widget.room-option.list-view .heading .extras .rooms-left .label {
              padding: 6px;
              border-top: none;
              background-color: transparent; }
              .widget.room-option.list-view .heading .extras .rooms-left .label .guarantee {
                width: 47%;
                margin: 0 auto;
                padding: 5px;
                float: right;
                text-align: center;
                background-color: white;
                border: 1px dotted #BCBCBC; }
              .widget.room-option.list-view .heading .extras .rooms-left .label .guarantee,
              .widget.room-option.list-view .heading .extras .rooms-left .label .guarantee.urgent,
              .widget.room-option.list-view .heading .extras .rooms-left .label .rooms {
                float: right;
                margin: 0;
                height: 28px;
                line-height: 28px;
                padding: 0;
                font-weight: normal;
                text-transform: none;
                width: 49%;
                max-width: 156px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px; }
              .widget.room-option.list-view .heading .extras .rooms-left .label .guarantee.urgent {
                color: white;
                background-color: #02182B;
                border-color: #02182B; }
                .widget.room-option.list-view .heading .extras .rooms-left .label .guarantee.urgent span {
                  color: #34D8D7; }
              .widget.room-option.list-view .heading .extras .rooms-left .label .rooms {
                float: right;
                text-transform: capitalize;
                text-align: center;
                border: 1px dotted #BCBCBC;
                background-color: white;
                margin-right: 6px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px; }
          .widget.room-option.list-view .heading .extras .button {
            min-height: 28px;
            height: 28px;
            margin-top: 6px;
            margin-right: 6px;
            margin-left: 6px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
            .widget.room-option.list-view .heading .extras .button span {
              color: white; }
      .widget.room-option.list-view .body {
        border-top: 1px solid #BCBCBC;
        overflow: visible;
        position: relative;
        float: left;
        width: 100%; }
        .widget.room-option.list-view .body .options {
          float: left;
          border-right: 1px solid #BCBCBC;
          width: 25%;
          height: 100%;
          overflow: visible; }
          .widget.room-option.list-view .body .options .title h5 {
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
            letter-spacing: 1px;
            color: #5E6062;
            padding: 8px;
            border-bottom: 1px solid #BCBCBC;
            background-color: #eaeaea; }
          .widget.room-option.list-view .body .options.core .wrapper {
            padding: 0;
            padding: 15px;
            border: none; }
            .widget.room-option.list-view .body .options.core .wrapper .bed-select {
              padding: 0;
              padding-bottom: 15px;
              border: none; }
            .widget.room-option.list-view .body .options.core .wrapper .extra-options {
              border-bottom: none;
              padding: 0; }
              .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li {
                width: 100%;
                margin: 0;
                margin-bottom: 5px; }
                .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li:last-child {
                  margin-bottom: 0; }
                .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li label span {
                  width: 90%;
                  font-size: inherit;
                  display: block;
                  float: left;
                  white-space: nowrap;
                  overflow: hidden;
                  -ms-text-overflow: ellipsis;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis; }
                .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li label input {
                  float: right;
                  margin: 0;
                  width: 10%; }
                .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning {
                  background-color: transparent; }
                  .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning:after {
                    background-color: transparent; }
                  .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning label {
                    float: right;
                    width: 49%;
                    margin-left: 1%;
                    background-color: #e6e6e6; }
                    .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning label span {
                      width: 80%;
                      font-size: inherit;
                      display: block;
                      float: left;
                      text-align: left;
                      white-space: nowrap;
                      overflow: hidden;
                      -ms-text-overflow: ellipsis;
                      -o-text-overflow: ellipsis;
                      text-overflow: ellipsis; }
                    .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning label input {
                      float: right;
                      margin: 0;
                      width: 20%; }
                  .widget.room-option.list-view .body .options.core .wrapper .extra-options ul li.warning span.warning {
                    width: 49%;
                    height: 30px;
                    margin-right: 1%;
                    float: left;
                    text-transform: uppercase;
                    background-color: #02182B;
                    color: #34D8D7;
                    font-weight: bold;
                    padding: 0px;
                    line-height: 30px;
                    font-size: 9px;
                    letter-spacing: 2px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px; }
          .widget.room-option.list-view .body .options.total {
            float: right;
            border-right: none;
            border-left: 1px solid #BCBCBC;
            position: absolute;
            top: 0;
            right: 0;
            background-color: white;
            -webkit-border-radius: 0 0 10px 0;
            -moz-border-radius: 0 0 10px 0;
            border-radius: 0 0 10px 0; }
            .widget.room-option.list-view .body .options.total .wrapper em {
              display: block;
              width: 100%;
              text-align: center;
              padding-bottom: 10px;
              font-family: "OSSemi", Arial, Helvetica, sans-serif;
              font-size: 2.2rem; }
              .widget.room-option.list-view .body .options.total .wrapper em span {
                margin-left: 5px;
                font-family: "OSLight", Arial, Helvetica, sans-serif;
                font-size: 2.2rem; }
              .widget.room-option.list-view .body .options.total .wrapper em.instant {
                color: #27cbca; }
            .widget.room-option.list-view .body .options.total .wrapper .incentive-rate {
              text-align: center;
              padding-bottom: 5px; }
              .widget.room-option.list-view .body .options.total .wrapper .incentive-rate span {
                color: #9B9B9B; }
            .widget.room-option.list-view .body .options.total .wrapper .daily-rate {
              padding: 5px 10px;
              border-top: 1px dotted #BCBCBC;
              overflow: auto; }
              .widget.room-option.list-view .body .options.total .wrapper .daily-rate span,
              .widget.room-option.list-view .body .options.total .wrapper .daily-rate .button {
                height: 21px;
                line-height: 21px; }
              .widget.room-option.list-view .body .options.total .wrapper .daily-rate span {
                display: block;
                float: left;
                width: 70%; }
              .widget.room-option.list-view .body .options.total .wrapper .daily-rate .button {
                float: right;
                width: 30%;
                text-align: right;
                min-height: auto;
                max-height: 100%;
                padding: 0; }
          .widget.room-option.list-view .body .options.promotions {
            width: 50%;
            border-right: none;
            text-align: center;
            position: absolute;
            top: 0;
            left: 25%;
            overflow: hidden; }
            .widget.room-option.list-view .body .options.promotions .wrapper {
              height: 100%; }
            .widget.room-option.list-view .body .options.promotions p {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              height: 10%;
              line-height: 1;
              margin: auto;
              color: #9B9B9B; }
            .widget.room-option.list-view .body .options.promotions .extra-options {
              height: 100%;
              border-bottom: none;
              overflow: hidden;
              padding: 15px;
              padding-top: 0; }
              .widget.room-option.list-view .body .options.promotions .extra-options ul {
                padding-top: 15px;
                padding-bottom: 20px;
                height: 100%;
                overflow: scroll;
                margin-bottom: 0; }
              .widget.room-option.list-view .body .options.promotions .extra-options ul li {
                margin-right: 0;
                margin-left: 1%;
                margin-bottom: 2%;
                width: 49%; }
                .widget.room-option.list-view .body .options.promotions .extra-options ul li label span {
                  float: left;
                  display: block;
                  width: 90%;
                  font-size: inherit;
                  white-space: nowrap;
                  overflow: hidden;
                  -ms-text-overflow: ellipsis;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis; }
                .widget.room-option.list-view .body .options.promotions .extra-options ul li label input {
                  width: 10%;
                  margin: 0; }
                .widget.room-option.list-view .body .options.promotions .extra-options ul li:nth-child(odd) {
                  margin-left: 0;
                  margin-right: 1%; }
      .widget.room-option.list-view.active .heading .extras .button span {
        color: #FD0061; }
      .widget.room-option.list-view.active .heading h4 span {
        color: white; }
    .widget.room-option.disabled {
      border-color: #d7d7d7; }
      .widget.room-option.disabled form {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .widget.room-option.disabled form:after {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          margin: auto;
          content: '';
          background-color: transparent;
          background-color: rgba(240, 240, 240, 0.7);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3F0F0F0,endColorstr=#B3F0F0F0);
          zoom: 1;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
  .widget.promoted, .widget.booking {
    position: relative;
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
    margin-bottom: 4%;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /**************************************
		SUB: Booking widgets
		REF: Booking search section
		****************************************/
    /**************************************
		SUB: Promotion widgets
		REF: Dashboard
		****************************************/ }
    .widget.promoted:nth-child(even), .widget.booking:nth-child(even) {
      margin-right: 0;
      margin-left: 1.5%; }
    .widget.promoted .heading,
    .widget.promoted .sub-heading, .widget.booking .heading,
    .widget.booking .sub-heading {
      margin: 10px 0;
      margin-top: 0;
      color: #777a7c; }
      .widget.promoted .heading:first-child,
      .widget.promoted .sub-heading:first-child, .widget.booking .heading:first-child,
      .widget.booking .sub-heading:first-child {
        border-radius: 10px 10px 0 0; }
      .widget.promoted .heading h4,
      .widget.promoted .heading h5,
      .widget.promoted .sub-heading h4,
      .widget.promoted .sub-heading h5, .widget.booking .heading h4,
      .widget.booking .heading h5,
      .widget.booking .sub-heading h4,
      .widget.booking .sub-heading h5 {
        font-weight: bold; }
      .widget.promoted .heading h4,
      .widget.promoted .sub-heading h4, .widget.booking .heading h4,
      .widget.booking .sub-heading h4 {
        min-height: 21px; }
      .widget.promoted .heading h5,
      .widget.promoted .sub-heading h5, .widget.booking .heading h5,
      .widget.booking .sub-heading h5 {
        width: 80%;
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .widget.promoted .heading em,
      .widget.promoted .sub-heading em, .widget.booking .heading em,
      .widget.booking .sub-heading em {
        min-height: 17px;
        color: #9B9B9B; }
        .widget.promoted .heading em span,
        .widget.promoted .sub-heading em span, .widget.booking .heading em span,
        .widget.booking .sub-heading em span {
          text-transform: uppercase; }
        .widget.promoted .heading em b,
        .widget.promoted .sub-heading em b, .widget.booking .heading em b,
        .widget.booking .sub-heading em b {
          font-weight: bold; }
      .widget.promoted .heading p.subtitle,
      .widget.promoted .sub-heading p.subtitle, .widget.booking .heading p.subtitle,
      .widget.booking .sub-heading p.subtitle {
        overflow: auto;
        margin-top: 2px; }
        .widget.promoted .heading p.subtitle a,
        .widget.promoted .heading p.subtitle em,
        .widget.promoted .sub-heading p.subtitle a,
        .widget.promoted .sub-heading p.subtitle em, .widget.booking .heading p.subtitle a,
        .widget.booking .heading p.subtitle em,
        .widget.booking .sub-heading p.subtitle a,
        .widget.booking .sub-heading p.subtitle em {
          display: block;
          width: 85%;
          line-height: 1.5;
          text-decoration: underline;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .widget.promoted .heading p.subtitle a.noDescription,
        .widget.promoted .sub-heading p.subtitle a.noDescription, .widget.booking .heading p.subtitle a.noDescription,
        .widget.booking .sub-heading p.subtitle a.noDescription {
          text-decoration: none;
          color: #b5b5b5; }
      .widget.promoted .heading .date-form,
      .widget.promoted .sub-heading .date-form, .widget.booking .heading .date-form,
      .widget.booking .sub-heading .date-form {
        height: 0;
        margin-top: 0;
        overflow: hidden;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        transition: all, 0.3s; }
        .widget.promoted .heading .date-form .wrapper,
        .widget.promoted .sub-heading .date-form .wrapper, .widget.booking .heading .date-form .wrapper,
        .widget.booking .sub-heading .date-form .wrapper {
          height: 100%;
          border-top: 1px solid #d7d7d7; }
          .widget.promoted .heading .date-form .wrapper .datepicker-wrapper,
          .widget.promoted .sub-heading .date-form .wrapper .datepicker-wrapper, .widget.booking .heading .date-form .wrapper .datepicker-wrapper,
          .widget.booking .sub-heading .date-form .wrapper .datepicker-wrapper {
            float: left;
            margin-top: 10px;
            width: 100%; }
            .widget.promoted .heading .date-form .wrapper .datepicker-wrapper input,
            .widget.promoted .sub-heading .date-form .wrapper .datepicker-wrapper input, .widget.booking .heading .date-form .wrapper .datepicker-wrapper input,
            .widget.booking .sub-heading .date-form .wrapper .datepicker-wrapper input {
              height: 40px;
              padding-left: 10px;
              line-height: 40px; }
            .widget.promoted .heading .date-form .wrapper .datepicker-wrapper .picker__holder,
            .widget.promoted .sub-heading .date-form .wrapper .datepicker-wrapper .picker__holder, .widget.booking .heading .date-form .wrapper .datepicker-wrapper .picker__holder,
            .widget.booking .sub-heading .date-form .wrapper .datepicker-wrapper .picker__holder {
              max-width: 100%; }
      .widget.promoted .heading.loading:after,
      .widget.promoted .sub-heading.loading:after, .widget.booking .heading.loading:after,
      .widget.booking .sub-heading.loading:after {
        display: none; }
      .widget.promoted .heading .spinner-wrapper,
      .widget.promoted .sub-heading .spinner-wrapper, .widget.booking .heading .spinner-wrapper,
      .widget.booking .sub-heading .spinner-wrapper {
        position: absolute;
        margin-top: 0;
        right: 13px;
        top: 13px; }
        .widget.promoted .heading .spinner-wrapper .spinner,
        .widget.promoted .sub-heading .spinner-wrapper .spinner, .widget.booking .heading .spinner-wrapper .spinner,
        .widget.booking .sub-heading .spinner-wrapper .spinner {
          -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
          font-size: 11px;
          width: 0.5em;
          height: 0.5em; }
      .widget.promoted .heading:after,
      .widget.promoted .sub-heading:after, .widget.booking .heading:after,
      .widget.booking .sub-heading:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        border: 1px solid #bcbcbc;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-image: url("../images/layout/main-sprite.png");
        background-position: -80px -241px;
        background-color: transparent;
        content: ''; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .widget.promoted .heading:after,
          .widget.promoted .sub-heading:after, .widget.booking .heading:after,
          .widget.booking .sub-heading:after {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
      .widget.promoted .heading.deal-heading .spinner-wrapper,
      .widget.promoted .sub-heading.deal-heading .spinner-wrapper, .widget.booking .heading.deal-heading .spinner-wrapper,
      .widget.booking .sub-heading.deal-heading .spinner-wrapper {
        position: absolute;
        right: 0px;
        top: 2px; }
        .widget.promoted .heading.deal-heading .spinner-wrapper .spinner,
        .widget.promoted .sub-heading.deal-heading .spinner-wrapper .spinner, .widget.booking .heading.deal-heading .spinner-wrapper .spinner,
        .widget.booking .sub-heading.deal-heading .spinner-wrapper .spinner {
          -webkit-box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
          -moz-box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
          box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
          font-size: 11px;
          width: 0.5em;
          height: 0.5em; }
      .widget.promoted .heading.deal-heading:after,
      .widget.promoted .sub-heading.deal-heading:after, .widget.booking .heading.deal-heading:after,
      .widget.booking .sub-heading.deal-heading:after {
        top: 2px;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        transition: transform, 0.3s; }
    .widget.promoted .sub-heading:after, .widget.booking .sub-heading:after {
      display: none; }
    .widget.promoted .sub-heading .details span.cancelled, .widget.booking .sub-heading .details span.cancelled {
      color: #dc3940; }
    .widget.promoted .sub-heading .details span.waiting, .widget.booking .sub-heading .details span.waiting {
      color: #f99f1b; }
    .widget.promoted .sub-heading .details span.confirmed, .widget.booking .sub-heading .details span.confirmed {
      color: #10a54a; }
    .widget.promoted .wrapper, .widget.booking .wrapper {
      height: 140px;
      overflow: hidden;
      -webkit-transition: height, 0.3s;
      -moz-transition: height, 0.3s;
      transition: height, 0.3s; }
      .widget.promoted .wrapper .body, .widget.booking .wrapper .body {
        border-bottom: none; }
        .widget.promoted .wrapper .body .hotel-img, .widget.booking .wrapper .body .hotel-img {
          position: relative;
          min-height: 140px;
          background-size: cover;
          background-position: center center; }
          .widget.promoted .wrapper .body .hotel-img .price, .widget.booking .wrapper .body .hotel-img .price {
            position: absolute;
            top: 15px;
            right: 0;
            width: auto;
            height: 50px;
            min-width: 50%;
            text-align: right;
            font-family: "OSLight", Arial, Helvetica, sans-serif;
            font-size: 2.6rem;
            line-height: 50px;
            color: white;
            background-color: transparent;
            background-color: rgba(58, 61, 66, 0.9);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63A3D42,endColorstr=#E63A3D42);
            zoom: 1;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            transition: all, 0.3s;
            -webkit-border-radius: 50px 0 0 50px;
            -moz-border-radius: 50px 0 0 50px;
            border-radius: 50px 0 0 50px; }
            .widget.promoted .wrapper .body .hotel-img .price span, .widget.booking .wrapper .body .hotel-img .price span {
              font-size: 1.2rem;
              text-transform: uppercase; }
    .widget.promoted:hover .heading,
    .widget.promoted:hover .sub-heading, .widget.booking:hover .heading,
    .widget.booking:hover .sub-heading {
      cursor: pointer; }
      .widget.promoted:hover .heading:after,
      .widget.promoted:hover .sub-heading:after, .widget.booking:hover .heading:after,
      .widget.booking:hover .sub-heading:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        background-position: -120px -241px; }
      .widget.promoted:hover .heading .date-form,
      .widget.promoted:hover .sub-heading .date-form, .widget.booking:hover .heading .date-form,
      .widget.booking:hover .sub-heading .date-form {
        margin-top: 10px;
        height: 102px;
        overflow: visible; }
    .widget.promoted:hover .wrapper .body .hotel-img .price, .widget.booking:hover .wrapper .body .hotel-img .price {
      top: 0;
      height: 88px;
      line-height: 88px;
      min-width: 100%;
      text-align: center;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .widget.promoted.booking, .widget.booking.booking {
      min-height: 209px;
      max-height: 209px;
      margin-bottom: 3%;
      border: 1px solid #d7d7d7;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      overflow: hidden; }
      .widget.promoted.booking .heading,
      .widget.promoted.booking .sub-heading, .widget.booking.booking .heading,
      .widget.booking.booking .sub-heading {
        padding: 10px;
        margin-bottom: 0;
        background-color: white; }
        .widget.promoted.booking .heading h4,
        .widget.promoted.booking .sub-heading h4, .widget.booking.booking .heading h4,
        .widget.booking.booking .sub-heading h4 {
          width: 80%;
          max-width: 80%;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .widget.promoted.booking .heading.sub-heading,
        .widget.promoted.booking .sub-heading.sub-heading, .widget.booking.booking .heading.sub-heading,
        .widget.booking.booking .sub-heading.sub-heading {
          height: 95px;
          overflow: hidden;
          border-top: 1px solid #d7d7d7;
          border-bottom: 1px solid #d7d7d7;
          -webkit-transition: height, 0.3s;
          -moz-transition: height, 0.3s;
          transition: height, 0.3s; }
          .widget.promoted.booking .heading.sub-heading div,
          .widget.promoted.booking .sub-heading.sub-heading div, .widget.booking.booking .heading.sub-heading div,
          .widget.booking.booking .sub-heading.sub-heading div {
            float: left;
            width: 50%; }
            .widget.promoted.booking .heading.sub-heading div:last-child,
            .widget.promoted.booking .sub-heading.sub-heading div:last-child, .widget.booking.booking .heading.sub-heading div:last-child,
            .widget.booking.booking .sub-heading.sub-heading div:last-child {
              float: right; }
            .widget.promoted.booking .heading.sub-heading div em,
            .widget.promoted.booking .sub-heading.sub-heading div em, .widget.booking.booking .heading.sub-heading div em,
            .widget.booking.booking .sub-heading.sub-heading div em {
              display: block;
              color: #777a7c;
              text-transform: uppercase;
              font-weight: bold; }
            .widget.promoted.booking .heading.sub-heading div.dates span,
            .widget.promoted.booking .sub-heading.sub-heading div.dates span, .widget.booking.booking .heading.sub-heading div.dates span,
            .widget.booking.booking .sub-heading.sub-heading div.dates span {
              text-align: right;
              display: block; }
              .widget.promoted.booking .heading.sub-heading div.dates span b,
              .widget.promoted.booking .sub-heading.sub-heading div.dates span b, .widget.booking.booking .heading.sub-heading div.dates span b,
              .widget.booking.booking .sub-heading.sub-heading div.dates span b {
                font-weight: bold; }
            .widget.promoted.booking .heading.sub-heading div.cancel-date,
            .widget.promoted.booking .sub-heading.sub-heading div.cancel-date, .widget.booking.booking .heading.sub-heading div.cancel-date,
            .widget.booking.booking .sub-heading.sub-heading div.cancel-date {
              width: 100%;
              margin-top: 5px;
              padding-top: 5px;
              border-top: 1px dotted #d7d7d7;
              color: #9B9B9B; }
              .widget.promoted.booking .heading.sub-heading div.cancel-date span,
              .widget.promoted.booking .sub-heading.sub-heading div.cancel-date span, .widget.booking.booking .heading.sub-heading div.cancel-date span,
              .widget.booking.booking .sub-heading.sub-heading div.cancel-date span {
                display: block;
                width: 50%;
                float: left; }
                .widget.promoted.booking .heading.sub-heading div.cancel-date span:last-child,
                .widget.promoted.booking .sub-heading.sub-heading div.cancel-date span:last-child, .widget.booking.booking .heading.sub-heading div.cancel-date span:last-child,
                .widget.booking.booking .sub-heading.sub-heading div.cancel-date span:last-child {
                  text-align: right; }
                .widget.promoted.booking .heading.sub-heading div.cancel-date span:only-child,
                .widget.promoted.booking .sub-heading.sub-heading div.cancel-date span:only-child, .widget.booking.booking .heading.sub-heading div.cancel-date span:only-child,
                .widget.booking.booking .sub-heading.sub-heading div.cancel-date span:only-child {
                  width: 100%;
                  text-align: left; }
        .widget.promoted.booking .heading:after,
        .widget.promoted.booking .sub-heading:after, .widget.booking.booking .heading:after,
        .widget.booking.booking .sub-heading:after {
          top: 11px;
          right: 13px;
          -webkit-transition: transform, 0.3s;
          -moz-transition: transform, 0.3s;
          transition: transform, 0.3s;
          background-image: url("../images/layout/main-sprite.png");
          background-position: -1px -281px;
          background-color: transparent; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .widget.promoted.booking .heading:after,
            .widget.promoted.booking .sub-heading:after, .widget.booking.booking .heading:after,
            .widget.booking.booking .sub-heading:after {
              background-image: url("../images/layout/main-sprite@2x.png");
              -moz-background-size: 400px 400px;
              -o-background-size: 400px 400px;
              -webkit-background-size: 400px 400px;
              background-size: 400px 400px; } }
      .widget.promoted.booking .actions, .widget.booking.booking .actions {
        height: 0;
        background-color: white;
        text-align: center;
        overflow: hidden;
        -webkit-transition: height, 0.3s;
        -moz-transition: height, 0.3s;
        transition: height, 0.3s; }
        .widget.promoted.booking .actions .wrapper, .widget.booking.booking .actions .wrapper {
          height: 100%;
          padding-top: 11px;
          padding-bottom: 2px;
          border-top: 1px solid #d7d7d7; }
          .widget.promoted.booking .actions .wrapper div, .widget.booking.booking .actions .wrapper div {
            margin-bottom: 10px; }
            .widget.promoted.booking .actions .wrapper div a,
            .widget.promoted.booking .actions .wrapper div button, .widget.booking.booking .actions .wrapper div a,
            .widget.booking.booking .actions .wrapper div button {
              display: inline-block;
              width: 21.8%;
              height: 30px;
              border: 1px solid #34D8D7;
              padding: 10px;
              margin-right: 2.1%;
              line-height: 0.5;
              font-size: 1.5rem;
              text-align: center;
              color: #27cbca;
              background-color: transparent;
              cursor: pointer;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px; }
              .widget.promoted.booking .actions .wrapper div a:last-child,
              .widget.promoted.booking .actions .wrapper div button:last-child, .widget.booking.booking .actions .wrapper div a:last-child,
              .widget.booking.booking .actions .wrapper div button:last-child {
                margin-right: 0; }
              .widget.promoted.booking .actions .wrapper div a:hover,
              .widget.promoted.booking .actions .wrapper div button:hover, .widget.booking.booking .actions .wrapper div a:hover,
              .widget.booking.booking .actions .wrapper div button:hover {
                background-color: #34D8D7;
                color: white; }
              .widget.promoted.booking .actions .wrapper div a.long,
              .widget.promoted.booking .actions .wrapper div button.long, .widget.booking.booking .actions .wrapper div a.long,
              .widget.booking.booking .actions .wrapper div button.long {
                width: 45.7%; }
              .widget.promoted.booking .actions .wrapper div a.disabled,
              .widget.promoted.booking .actions .wrapper div button.disabled, .widget.booking.booking .actions .wrapper div a.disabled,
              .widget.booking.booking .actions .wrapper div button.disabled {
                background-color: #F0F0F0;
                border-color: #d7d7d7;
                color: #b5b5b5;
                cursor: auto; }
            .widget.promoted.booking .actions .wrapper div:last-child, .widget.booking.booking .actions .wrapper div:last-child {
              margin-bottom: 0; }
      .widget.promoted.booking .prompt, .widget.booking.booking .prompt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: rgba(58, 61, 66, 0.95);
        padding: 10%;
        color: white;
        text-align: center;
        -webkit-border-radius: 9px 9px 0 0;
        -moz-border-radius: 9px 9px 0 0;
        border-radius: 9px 9px 0 0; }
        .widget.promoted.booking .prompt p, .widget.booking.booking .prompt p {
          width: 60%;
          margin: 0 auto; }
        .widget.promoted.booking .prompt .btns, .widget.booking.booking .prompt .btns {
          margin: 0 auto;
          margin-top: 30px;
          width: 70%;
          overflow: hidden; }
          .widget.promoted.booking .prompt .btns button, .widget.booking.booking .prompt .btns button {
            float: left;
            width: 100%;
            display: block;
            margin-top: 20px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px; }
        .widget.promoted.booking .prompt.pair .btns button, .widget.booking.booking .prompt.pair .btns button {
          width: 45%; }
          .widget.promoted.booking .prompt.pair .btns button:first-child, .widget.booking.booking .prompt.pair .btns button:first-child {
            margin-right: 10%; }
      .widget.promoted.booking .wrapper, .widget.booking.booking .wrapper {
        height: 50px; }
        .widget.promoted.booking .wrapper .body, .widget.booking.booking .wrapper .body {
          height: 100%; }
          .widget.promoted.booking .wrapper .body .price, .widget.booking.booking .wrapper .body .price {
            position: absolute;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #F0F0F0;
            font-family: "OSLight", Arial, Helvetica, sans-serif;
            font-size: 2.6rem;
            line-height: 50px;
            color: #9B9B9B;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            transition: all, 0.3s; }
            .widget.promoted.booking .wrapper .body .price span, .widget.booking.booking .wrapper .body .price span {
              font-size: 1.2rem;
              text-transform: uppercase; }
      .widget.promoted.booking .message, .widget.booking.booking .message {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px; }
        .widget.promoted.booking .message .text, .widget.booking.booking .message .text {
          padding: 20px;
          color: white;
          background-color: transparent;
          background-color: rgba(58, 61, 66, 0.95);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F23A3D42,endColorstr=#F23A3D42);
          zoom: 1;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
          .widget.promoted.booking .message .text p,
          .widget.promoted.booking .message .text em, .widget.booking.booking .message .text p,
          .widget.booking.booking .message .text em {
            font-size: 1.3rem;
            line-height: 1.4;
            margin-bottom: 15px;
            text-shadow: 0 2px 2px #02182B; }
            .widget.promoted.booking .message .text p:last-child,
            .widget.promoted.booking .message .text em:last-child, .widget.booking.booking .message .text p:last-child,
            .widget.booking.booking .message .text em:last-child {
              margin-bottom: 0; }
          .widget.promoted.booking .message .text em, .widget.booking.booking .message .text em {
            display: block;
            font-weight: bold;
            margin-bottom: 15px; }
        .widget.promoted.booking .message .close, .widget.booking.booking .message .close {
          display: block;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          background-color: white;
          position: absolute;
          top: 20px;
          right: 20px;
          color: #FD0061;
          cursor: pointer;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-box-shadow: 0 3px 6px #02182B;
          -moz-box-shadow: 0 3px 6px #02182B;
          box-shadow: 0 3px 6px #02182B; }
      .widget.promoted.booking:hover .actions, .widget.booking.booking:hover .actions {
        height: 94px; }
      .widget.promoted.booking:hover .sub-heading, .widget.booking.booking:hover .sub-heading {
        height: 0;
        padding: 0; }
    .widget.promoted.promoted, .widget.booking.promoted {
      position: relative;
      max-height: 350px;
      min-height: 350px;
      width: 33.3%;
      padding: 20px;
      margin: 0;
      margin-bottom: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .widget.promoted.promoted:hover .wrapper.animated, .widget.booking.promoted:hover .wrapper.animated {
        height: 88px; }
      .widget.promoted.promoted:hover .wrapper.animated .body .hotel-img .deal-price, .widget.booking.promoted:hover .wrapper.animated .body .hotel-img .deal-price {
        top: 90px; }
      .widget.promoted.promoted .heading, .widget.booking.promoted .heading {
        position: relative; }
        .widget.promoted.promoted .heading .prices, .widget.booking.promoted .heading .prices {
          overflow: hidden;
          width: 100%;
          margin-top: 10px;
          border: 1px solid #e3e3e3; }
          .widget.promoted.promoted .heading .prices p, .widget.booking.promoted .heading .prices p {
            float: left;
            width: 50%;
            padding: 10px 0;
            text-align: center;
            background-color: white;
            font-family: "OSLight", Arial, Helvetica, sans-serif;
            font-size: 100%;
            line-height: 1.2; }
            .widget.promoted.promoted .heading .prices p.from-date, .widget.booking.promoted .heading .prices p.from-date {
              position: relative;
              background-color: whitesmoke;
              border-right: 1px solid #e3e3e3; }
      .widget.promoted.promoted .heading:after,
      .widget.promoted.promoted .sub-heading:after, .widget.booking.promoted .heading:after,
      .widget.booking.promoted .sub-heading:after {
        -webkit-transition: background-position, 0.3s;
        -moz-transition: background-position, 0.3s;
        transition: background-position, 0.3s; }
      .widget.promoted.promoted .wrapper.animated, .widget.booking.promoted .wrapper.animated {
        height: 200px;
        -webkit-transition: height 0.1s ease-in-out;
        -moz-transition: height 0.1s ease-in-out;
        transition: height 0.1s ease-in-out; }
        .widget.promoted.promoted .wrapper.animated .body .price, .widget.booking.promoted .wrapper.animated .body .price {
          padding-right: 10px;
          padding-left: 30px; }
          .widget.promoted.promoted .wrapper.animated .body .price span, .widget.booking.promoted .wrapper.animated .body .price span {
            margin-left: 10px; }
        .widget.promoted.promoted .wrapper.animated .body .deal-price, .widget.booking.promoted .wrapper.animated .body .deal-price {
          position: absolute;
          right: 0;
          top: 70px;
          padding: 10px 10px 10px 15px;
          text-decoration: line-through;
          color: white;
          -webkit-border-radius: 50px 0 0 50px;
          -moz-border-radius: 50px 0 0 50px;
          border-radius: 50px 0 0 50px;
          font-family: "OSLight", Arial, Helvetica, sans-serif;
          font-size: 2rem;
          line-height: 1.2;
          background-color: transparent;
          background-color: rgba(58, 61, 66, 0.9);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63A3D42,endColorstr=#E63A3D42);
          zoom: 1; }
        .widget.promoted.promoted .wrapper.animated .body .hotel-img, .widget.booking.promoted .wrapper.animated .body .hotel-img {
          min-height: 200px; }
      .widget.promoted.promoted.valid .heading:after,
      .widget.promoted.promoted.valid .sub-heading:after, .widget.booking.promoted.valid .heading:after,
      .widget.booking.promoted.valid .sub-heading:after {
        border-color: #FD0061;
        background-image: url("../images/layout/main-sprite.png");
        background-position: -80px -201px;
        background-color: transparent; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .widget.promoted.promoted.valid .heading:after,
          .widget.promoted.promoted.valid .sub-heading:after, .widget.booking.promoted.valid .heading:after,
          .widget.booking.promoted.valid .sub-heading:after {
            background-image: url("../images/layout/main-sprite@2x.png");
            -moz-background-size: 400px 400px;
            -o-background-size: 400px 400px;
            -webkit-background-size: 400px 400px;
            background-size: 400px 400px; } }
      .widget.promoted.promoted.valid:hover .heading:after,
      .widget.promoted.promoted.valid .sub-heading:after, .widget.booking.promoted.valid:hover .heading:after,
      .widget.booking.promoted.valid .sub-heading:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      .widget.promoted.promoted.loading .deal-heading:after, .widget.booking.promoted.loading .deal-heading:after {
        display: none; }
      .widget.promoted.promoted.active .description, .widget.booking.promoted.active .description {
        height: auto;
        padding: 20px; }
    .widget.promoted .description, .widget.booking .description {
      position: absolute;
      top: 0;
      padding: 0;
      height: 0;
      margin: 20px 20px 0 0;
      background-color: rgba(2, 24, 43, 0.8);
      color: white;
      z-index: 1000;
      -webkit-box-shadow: 0 5px 5px rgba(2, 24, 43, 0.5);
      -moz-box-shadow: 0 5px 5px rgba(2, 24, 43, 0.5);
      box-shadow: 0 5px 5px rgba(2, 24, 43, 0.5);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .widget.promoted .description h5,
      .widget.promoted .description p, .widget.booking .description h5,
      .widget.booking .description p {
        line-height: 1.5; }
      .widget.promoted .description h5, .widget.booking .description h5 {
        display: block;
        width: 85%;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .widget.promoted .description p, .widget.booking .description p {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px dotted white; }
        .widget.promoted .description p:last-child, .widget.booking .description p:last-child {
          border-bottom: none; }
      .widget.promoted .description .title, .widget.booking .description .title {
        height: auto;
        background-color: transparent;
        margin-bottom: 20px; }
        .widget.promoted .description .title h5, .widget.booking .description .title h5 {
          float: left; }
        .widget.promoted .description .title .close, .widget.booking .description .title .close {
          position: absolute;
          display: block;
          top: 15px;
          right: 15px;
          width: 30px;
          height: 30px;
          line-height: 26px;
          text-align: center;
          border: 2px solid #FD0061;
          cursor: pointer;
          color: #FD0061;
          font-size: 24px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
          -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; }
          .widget.promoted .description .title .close:hover, .widget.booking .description .title .close:hover {
            border-color: #ca004d;
            color: #ca004d; }

/**************************************
SUB: Widget Groups w/ Headers
REF: Dashboard
****************************************/
.widgets.results {
  border-bottom: 1px solid #d7d7d7 !important; }
.widgets > .group h4 {
  margin-bottom: 20px;
  padding: 5px;
  text-align: left;
  font-family: "OSSemi", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ededed; }
.widgets > .group .body {
  border-bottom: none; }

.widgets .spinner-wrapper,
.bookings .spinner-wrapper {
  text-align: center; }
  .widgets .spinner-wrapper.results,
  .bookings .spinner-wrapper.results {
    margin-top: 20px; }
  .widgets .spinner-wrapper .spinner,
  .bookings .spinner-wrapper .spinner {
    display: inline-block;
    -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
    -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
    box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
    font-size: 16px;
    width: 0.5em;
    height: 0.5em; }

.bookings .spinner-wrapper,
.bookings .msg-wrapper {
  margin-top: 30px; }
.bookings .widget .heading .spinner-wrapper .spinner {
  -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
  -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
  box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
  font-size: 11px;
  width: 0.4em;
  height: 0.4em; }

.widgets.featured-promos {
  padding-top: 0;
  margin: 0; }
  .widgets.featured-promos .group {
    float: left;
    width: 33.3%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
    .widgets.featured-promos .group .featured-city {
      position: relative;
      min-height: 300px;
      background-size: cover; }
    .widgets.featured-promos .group:hover .heading {
      height: 85%; }
    .widgets.featured-promos .group:hover .btn-wrapper {
      width: 100%; }
    .widgets.featured-promos .group:first-child:nth-last-child(1) {
      width: 100%; }
      .widgets.featured-promos .group:first-child:nth-last-child(1) .btn-wrapper {
        width: 100%;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
    .widgets.featured-promos .group.full-width {
      width: 100%; }
    .widgets.featured-promos .group.half-width {
      width: 50%; }
  .widgets.featured-promos .heading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgba(2, 24, 43, 0.5);
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    .widgets.featured-promos .heading .text {
      width: 100%;
      height: 100%;
      float: left; }
      .widgets.featured-promos .heading .text h2,
      .widgets.featured-promos .heading .text h3 span {
        display: block;
        font-family: "OSSemi", Arial, Helvetica, sans-serif; }
      .widgets.featured-promos .heading .text h2,
      .widgets.featured-promos .heading .text h3 {
        color: white;
        line-height: 1.4;
        text-shadow: 0 2px 10px rgba(2, 24, 43, 0.4); }
      .widgets.featured-promos .heading .text h2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 10px; }
    .widgets.featured-promos .heading .btn-wrapper {
      display: block;
      float: left;
      width: 80%;
      bottom: 40px;
      line-height: 40px;
      -webkit-transition: width 0.2s ease-in-out;
      -moz-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
      .widgets.featured-promos .heading .btn-wrapper .spinner {
        right: 10px;
        color: white; }
      .widgets.featured-promos .heading .btn-wrapper button {
        width: 100%;
        height: 100%;
        padding: 0;
        text-shadow: 0 1px 2px #97003a;
        font-family: "OSSemi", Arial, Helvetica, sans-serif;
        -webkit-box-shadow: 0 1px 3px rgba(2, 24, 43, 0.6);
        -moz-box-shadow: 0 1px 3px rgba(2, 24, 43, 0.6);
        box-shadow: 0 1px 3px rgba(2, 24, 43, 0.6); }
      .widgets.featured-promos .heading .btn-wrapper.active {
        width: 90%; }
        .widgets.featured-promos .heading .btn-wrapper.active button {
          padding-right: 40px;
          padding-left: 10px; }

.modal-open {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 2000;
  overflow: auto;
  background-color: transparent;
  background-color: rgba(58, 61, 66, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63A3D42,endColorstr=#E63A3D42);
  zoom: 1; }
  .overlay .modal {
    position: relative;
    padding: 10% 0;
    width: 90%;
    margin: 0 auto; }
    .overlay .modal > .inner-container {
      padding: 0;
      background-color: #F0F0F0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 5px 30px 5px #3A3D42;
      -moz-box-shadow: 0 5px 30px 5px #3A3D42;
      box-shadow: 0 5px 30px 5px #3A3D42; }
      .overlay .modal > .inner-container .body {
        position: relative;
        overflow: hidden;
        /* overflow shadow */
        /**************************************
        STYLE: 	confirmation box of booking journey
        REF: 	New booking confirmation page
        ****************************************/
        /**************************************
        STYLE: 	Result allotment & min night notices
        REF: 	Search > Results
        ****************************************/ }
        .overlay .modal > .inner-container .body.confirmation h2 {
          width: 100%;
          text-align: center; }
        .overlay .modal > .inner-container .body.confirmation .content p {
          background-color: white;
          margin: 30px;
          padding: 10px;
          text-align: center;
          border: 1px solid #d7d7d7;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .overlay .modal > .inner-container .body.confirmation .content p span {
            color: #FD0061;
            font-weight: bold; }
          .overlay .modal > .inner-container .body.confirmation .content p i {
            color: #FD0061; }
        .overlay .modal > .inner-container .body.confirmation .content .notice-wrapper {
          margin: 30px;
          padding: 10px;
          background-color: white;
          border: 1px solid #d7d7d7;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .overlay .modal > .inner-container .body.confirmation .content .notice-wrapper p {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            background-color: transparent;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
        .overlay .modal > .inner-container .body.confirmation .options {
          padding: 30px;
          background-color: #9B9B9B;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }
          .overlay .modal > .inner-container .body.confirmation .options h3 {
            color: white;
            text-align: center; }
          .overlay .modal > .inner-container .body.confirmation .options .wrapper {
            width: 80%;
            display: table;
            margin: 30px auto;
            margin-bottom: 60px;
            text-align: center; }
            .overlay .modal > .inner-container .body.confirmation .options .wrapper button.option {
              position: relative;
              width: 122px;
              height: 122px;
              display: table-cell;
              margin-right: 3.333333333%;
              border: 2px solid white;
              background-color: #5e6062;
              cursor: pointer;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              border-radius: 10px;
              -webkit-transition: background-color 0.3s;
              -moz-transition: background-color 0.3s;
              transition: background-color 0.3s; }
              .overlay .modal > .inner-container .body.confirmation .options .wrapper button.option:last-child {
                margin-right: 0; }
              .overlay .modal > .inner-container .body.confirmation .options .wrapper button.option span.text {
                position: absolute;
                left: 0;
                bottom: -50px;
                width: 100%;
                height: 30px;
                color: white;
                font-size: 1.3rem;
                text-align: center; }
              .overlay .modal > .inner-container .body.confirmation .options .wrapper button.option span.mdi {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                color: white;
                font-size: 8em;
                line-height: 122px; }
              .overlay .modal > .inner-container .body.confirmation .options .wrapper button.option:hover {
                background: #919395; }
        .overlay .modal > .inner-container .body.notices .heading {
          border-bottom: 1px solid #d7d7d7; }
          .overlay .modal > .inner-container .body.notices .heading button.utility {
            position: absolute;
            top: 18px;
            right: 30px;
            width: 88px;
            height: 29.33333px;
            min-height: 30px;
            max-height: 22px;
            border: 1px solid #d7d7d7;
            background-color: #F0F0F0; }
            .overlay .modal > .inner-container .body.notices .heading button.utility:hover {
              background-color: white; }
        .overlay .modal > .inner-container .body.notices .text {
          margin: 30px;
          padding: 20px;
          background-color: white;
          border: 1px solid #d7d7d7;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          /* error messages */ }
          .overlay .modal > .inner-container .body.notices .text .content {
            position: relative;
            /* allotment calendar */
            /* end allotment calendar */
            /* Room Classes Key */ }
            .overlay .modal > .inner-container .body.notices .text .content .disclaimer {
              float: left;
              width: 50%; }
              .overlay .modal > .inner-container .body.notices .text .content .disclaimer p {
                margin: 0;
                padding: 0;
                text-align: left;
                line-height: 1.4;
                margin-bottom: 20px;
                border: none;
                background-color: transparent; }
                .overlay .modal > .inner-container .body.notices .text .content .disclaimer p:last-child {
                  margin-bottom: 0; }
                .overlay .modal > .inner-container .body.notices .text .content .disclaimer p span {
                  color: #dc3940;
                  font-weight: normal; }
                .overlay .modal > .inner-container .body.notices .text .content .disclaimer p b {
                  font-weight: normal; }
                  .overlay .modal > .inner-container .body.notices .text .content .disclaimer p b.teal {
                    color: #34D8D7; }
                .overlay .modal > .inner-container .body.notices .text .content .disclaimer p em {
                  position: relative;
                  margin-top: 20px; }
                  .overlay .modal > .inner-container .body.notices .text .content .disclaimer p em:before {
                    content: '•';
                    display: block;
                    float: left;
                    margin-right: 10px;
                    height: 100%; }
            .overlay .modal > .inner-container .body.notices .text .content .allotment {
              float: right;
              width: 45%;
              margin-left: 5%; }
              .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .datepicker {
                display: none; }
              .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker {
                position: relative;
                height: 100%;
                width: 100%; }
                .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder {
                  position: relative;
                  min-width: 100%;
                  min-height: 100%;
                  max-width: 100%;
                  max-height: 100%;
                  border-color: #d7d7d7;
                  border-bottom-width: 1px;
                  border-top-width: 1px;
                  opacity: 1 !important;
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  border-radius: 5px;
                  -webkit-box-shadow: none;
                  -moz-box-shadow: none;
                  box-shadow: none;
                  /* overrides default transorms:*/
                  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
                  -moz-transform: translateY(0) perspective(600px) rotateX(0);
                  transform: translateY(0) perspective(600px) rotateX(0); }
                  .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day--highlighted, .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__list-item--highlighted {
                    border-color: transparent; }
                    .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day--highlighted.picker__day--disabled, .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__list-item--highlighted.picker__day--disabled {
                      background-color: #f5f5f5; }
                    .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day--highlighted:before, .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__list-item--highlighted:before {
                      content: '';
                      border: none; }
                  .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day--disabled {
                    background-color: #f8f8f8;
                    color: #ccc; }
                  .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day {
                    position: relative; }
                    .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day.range-highlight {
                      background-color: #FD0061;
                      color: white; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day.range-highlight.picker__day--outfocus {
                        background-color: #ffb1cf; }
                    .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day.has-min-night {
                      position: relative; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day.has-min-night:after {
                        content: '';
                        position: absolute;
                        top: 3px;
                        right: 3px;
                        height: 6px;
                        width: 6px;
                        background-color: #34D8D7;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        border-radius: 50px; }
                    .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span {
                      position: absolute;
                      top: 0;
                      right: 0;
                      width: 4px;
                      height: 4px;
                      background-color: #f00;
                      -webkit-border-radius: 50px;
                      -moz-border-radius: 50px;
                      border-radius: 50px; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-01 {
                        background-color: #6C71A1; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-02 {
                        right: 6px;
                        background-color: #FFE242; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-03 {
                        top: 6px;
                        background-color: #88CCF1; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-04 {
                        top: 6px;
                        right: 6px;
                        background-color: #97EAD2; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-05 {
                        top: 12px;
                        background-color: #D44D5C; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-06 {
                        top: 12px;
                        right: 6px;
                        background-color: #1E998A; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-07 {
                        top: 18px;
                        background-color: #CC5353; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-08 {
                        top: 18px;
                        right: 6px;
                        background-color: #A05A09; }
                      .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__day span.room-class-09 {
                        top: 24px;
                        background-color: #F27500; }
                  .overlay .modal > .inner-container .body.notices .text .content .allotment .calendar .picker .picker__holder .picker__footer {
                    display: none; }
              .overlay .modal > .inner-container .body.notices .text .content .allotment .button {
                height: 29.33333px;
                min-height: 30px;
                max-height: 22px;
                margin-bottom: 0;
                margin-top: 20px;
                border: 1px solid #d7d7d7;
                background-color: #F0F0F0; }
                .overlay .modal > .inner-container .body.notices .text .content .allotment .button:hover {
                  background-color: white; }
            .overlay .modal > .inner-container .body.notices .text .content .key {
              float: left;
              width: 100%;
              clear: both;
              margin-bottom: 20px; }
              .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action {
                float: left;
                clear: both;
                width: 100%;
                padding: 20px;
                background-color: #f7f7f7;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #e3e3e3; }
                .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action button {
                  width: auto;
                  float: right;
                  min-height: 30px;
                  padding: 0 20px;
                  font-size: 1.2rem;
                  text-transform: none; }
                  .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action button:hover {
                    background-color: #b10044; }
                .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action .chosen-container {
                  width: 65% !important;
                  margin: 0; }
                  .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action .chosen-container .chosen-single {
                    border-right: none;
                    background-color: white;
                    border: 1px solid #e3e3e3;
                    padding-left: 10px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px; }
                    .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action .chosen-container .chosen-single div {
                      margin-right: 8px; }
                      .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action .chosen-container .chosen-single div b {
                        margin-top: 11px; }
                  .overlay .modal > .inner-container .body.notices .text .content .key .room-class-action .chosen-container .chosen-drop {
                    z-index: 99999; }
              .overlay .modal > .inner-container .body.notices .text .content .key em {
                display: block;
                padding-bottom: 10px;
                border-bottom: 1px dotted #d7d7d7;
                font-family: "OSRegular", Arial, Helvetica, sans-serif; }
              .overlay .modal > .inner-container .body.notices .text .content .key .col-1,
              .overlay .modal > .inner-container .body.notices .text .content .key .col-2 {
                float: left;
                width: 50%;
                padding: 20px 10px; }
              .overlay .modal > .inner-container .body.notices .text .content .key p, .overlay .modal > .inner-container .body.notices .text .content .key td {
                font-size: 1.2rem;
                line-height: 1.5;
                text-align: left;
                margin: 0;
                padding: 0;
                border: none; }
              .overlay .modal > .inner-container .body.notices .text .content .key table {
                width: 100%; }
                .overlay .modal > .inner-container .body.notices .text .content .key table tr {
                  border-bottom: 1px dotted #d7d7d7; }
                  .overlay .modal > .inner-container .body.notices .text .content .key table tr:last-child {
                    border-bottom: none; }
                .overlay .modal > .inner-container .body.notices .text .content .key table td {
                  width: 50%;
                  max-width: 309px;
                  padding: 5px 0; }
                  .overlay .modal > .inner-container .body.notices .text .content .key table td span {
                    position: relative;
                    display: block;
                    float: left;
                    width: 100%;
                    padding-right: 20px;
                    text-align: right;
                    color: #919395;
                    white-space: nowrap;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span:before {
                      position: absolute;
                      display: block;
                      top: 3px;
                      right: 0;
                      content: '';
                      width: 10px;
                      height: 10px;
                      background-color: #f00;
                      -webkit-border-radius: 50px;
                      -moz-border-radius: 50px;
                      border-radius: 50px; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-01:before {
                      background-color: #6C71A1; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-02:before {
                      background-color: #FFE242; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-03:before {
                      background-color: #88CCF1; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-04:before {
                      background-color: #97EAD2; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-05:before {
                      background-color: #D44D5C; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-06:before {
                      background-color: #1E998A; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-07:before {
                      background-color: #CC5353; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-08:before {
                      background-color: #A05A09; }
                    .overlay .modal > .inner-container .body.notices .text .content .key table td span.room-class-09:before {
                      background-color: #F27500; }
          .overlay .modal > .inner-container .body.notices .text.err {
            display: none; }
            .overlay .modal > .inner-container .body.notices .text.err .content .disclaimer {
              width: 100%; }
              .overlay .modal > .inner-container .body.notices .text.err .content .disclaimer p {
                color: #dc3940;
                text-align: center; }
        .overlay .modal > .inner-container .body.notices .options {
          background-color: white;
          border-top: 1px solid #d7d7d7; }
          .overlay .modal > .inner-container .body.notices .options .wrapper {
            width: 100%;
            margin: 0;
            display: table;
            text-align: right; }
            .overlay .modal > .inner-container .body.notices .options .wrapper .button {
              width: 40%;
              display: table-cell;
              text-transform: none;
              margin-bottom: 0; }
              .overlay .modal > .inner-container .body.notices .options .wrapper .button.text {
                font-size: 1.3rem;
                width: auto;
                margin: 0;
                margin-right: 15px;
                padding: 0;
                background-color: transparent;
                text-decoration: underline;
                border: none; }
                .overlay .modal > .inner-container .body.notices .options .wrapper .button.text:hover {
                  color: #97003a; }
        .overlay .modal > .inner-container .body.notices .msg-wrapper.err {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10000;
          background-color: transparent;
          background-color: rgba(58, 61, 66, 0.8);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC3A3D42,endColorstr=#CC3A3D42);
          zoom: 1;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .overlay .modal > .inner-container .body.notices .msg-wrapper.err .spinner-wrapper {
            position: absolute;
            top: 40%;
            right: 0;
            bottom: 0;
            left: 0; }
            .overlay .modal > .inner-container .body.notices .msg-wrapper.err .spinner-wrapper .spinner {
              display: inline-block;
              -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
              -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
              box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
              font-size: 30px;
              width: 0.3em;
              height: 0.3em; }
        .overlay .modal > .inner-container .body.prompt .options .wrapper {
          text-align: center; }
          .overlay .modal > .inner-container .body.prompt .options .wrapper button.option {
            display: inline-block; }
      .overlay .modal > .inner-container .heading {
        width: 100%;
        background-color: white;
        border-bottom: 1px solid #BCBCBC;
        padding: 20px;
        font-family: "OSRegular", Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; }
        .overlay .modal > .inner-container .heading h2 {
          float: left; }
        .overlay .modal > .inner-container .heading span {
          float: right;
          color: #9B9B9B; }
      .overlay .modal > .inner-container .content {
        max-height: 640px;
        overflow-y: scroll; }
        .overlay .modal > .inner-container .content .spinner-wrapper {
          padding-top: 60px;
          padding-bottom: 30px; }
          .overlay .modal > .inner-container .content .spinner-wrapper .spinner {
            margin: 0 auto;
            -webkit-box-shadow: gray 1.5em 0 0 0, gray 1.1em 1.1em 0 0, gray 0 1.5em 0 0, gray -1.1em 1.1em 0 0, gray -1.5em 0 0 0, gray -1.1em -1.1em 0 0, gray 0 -1.5em 0 0, gray 1.1em -1.1em 0 0;
            -moz-box-shadow: gray 1.5em 0 0 0, gray 1.1em 1.1em 0 0, gray 0 1.5em 0 0, gray -1.1em 1.1em 0 0, gray -1.5em 0 0 0, gray -1.1em -1.1em 0 0, gray 0 -1.5em 0 0, gray 1.1em -1.1em 0 0;
            box-shadow: gray 1.5em 0 0 0, gray 1.1em 1.1em 0 0, gray 0 1.5em 0 0, gray -1.1em 1.1em 0 0, gray -1.5em 0 0 0, gray -1.1em -1.1em 0 0, gray 0 -1.5em 0 0, gray 1.1em -1.1em 0 0;
            font-size: 20px;
            width: 0.3em;
            height: 0.3em; }
        .overlay .modal > .inner-container .content .browser-links {
          margin: 0 30px;
          padding: 30px;
          border: 1px solid #d7d7d7;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .overlay .modal > .inner-container .content .browser-links .browsers {
            width: 470px;
            margin: 0 auto;
            overflow: hidden; }
            .overlay .modal > .inner-container .content .browser-links .browsers a {
              display: block;
              float: left;
              height: 110px;
              width: 130px;
              position: relative;
              margin-right: 30px;
              text-align: center; }
              .overlay .modal > .inner-container .content .browser-links .browsers a:last-child {
                margin: 0; }
              .overlay .modal > .inner-container .content .browser-links .browsers a:before {
                font: normal normal normal 24px/1 MaterialDesignIcons;
                font-size: 80px;
                content: "\f358";
                display: block;
                width: 80px;
                height: 80px;
                margin-left: 25px;
                margin-bottom: 10px;
                top: 0; }
              .overlay .modal > .inner-container .content .browser-links .browsers a.firefox:before {
                content: "\f2ee"; }
              .overlay .modal > .inner-container .content .browser-links .browsers a.ie:before {
                content: "\f2a8"; }
        .overlay .modal > .inner-container .content .msg {
          margin: 20px;
          margin-bottom: 0;
          padding: 10px;
          background-color: #e3e3e3;
          border: 1px solid #BCBCBC;
          text-align: center;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
      .overlay .modal > .inner-container fieldset {
        width: 100%;
        padding: 20px;
        margin: 0;
        border-bottom: 1px solid #BCBCBC; }
        .overlay .modal > .inner-container fieldset:last-child {
          border-bottom: none; }
        .overlay .modal > .inner-container fieldset legend {
          float: left;
          height: 20px;
          line-height: 1;
          padding: 0;
          font-size: inherit;
          color: #9B9B9B;
          background: none;
          width: 100%; }
          .overlay .modal > .inner-container fieldset legend span {
            float: right;
            font-size: 1.2rem; }
        .overlay .modal > .inner-container fieldset .group {
          float: left;
          margin-top: 10px;
          border: none;
          padding: 0;
          width: 100%; }
          .overlay .modal > .inner-container fieldset .group input {
            max-height: 40px; }
          .overlay .modal > .inner-container fieldset .group input, .overlay .modal > .inner-container fieldset .group select, .overlay .modal > .inner-container fieldset .group textarea {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border-color: #BCBCBC;
            height: 40px;
            text-transform: capitalize; }
          .overlay .modal > .inner-container fieldset .group textarea {
            padding: 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-transform: none; }
          .overlay .modal > .inner-container fieldset .group .chosen-single {
            padding-left: 10px !important; }
          .overlay .modal > .inner-container fieldset .group.guest-info input {
            margin-left: 1%;
            width: 41.5%;
            padding: 10px; }
          .overlay .modal > .inner-container fieldset .group.guest-info .chosen-container.short {
            height: 40px;
            width: 15%;
            min-width: 15%;
            max-width: 15%;
            margin: 0;
            vertical-align: top; }
            .overlay .modal > .inner-container fieldset .group.guest-info .chosen-container.short .chosen-single {
              padding: 5px;
              padding-left: 15px; }
              .overlay .modal > .inner-container fieldset .group.guest-info .chosen-container.short .chosen-single div {
                margin-right: 8px; }
              .overlay .modal > .inner-container fieldset .group.guest-info .chosen-container.short .chosen-single span {
                line-height: 30px; }
            .overlay .modal > .inner-container fieldset .group.guest-info .chosen-container.short .chosen-drop .chosen-results {
              margin: 0;
              padding-bottom: 5%; }
          .overlay .modal > .inner-container fieldset .group.guest-info.child-info input,
          .overlay .modal > .inner-container fieldset .group.guest-info.child-info label,
          .overlay .modal > .inner-container fieldset .group.guest-info.child-info span {
            float: left;
            display: block; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input:first-child,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label:first-child,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span:first-child {
              margin-left: 0; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input.child,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label.child,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span.child {
              width: 28.3%;
              min-width: 28.3%;
              max-width: 28.3%; }
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info input.child.infix,
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info label.child.infix,
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info span.child.infix {
                display: block;
                text-align: center;
                float: right;
                line-height: 40px;
                width: 5%;
                min-width: 5%;
                max-width: 5%; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input.short,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label.short,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span.short {
              width: 30%;
              min-width: 30%;
              max-width: 30%; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input.age,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label.age,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span.age {
              width: 6.4%;
              min-width: 6.4%;
              max-width: 6.4%; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input span,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label span,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span span {
              position: absolute;
              top: 0;
              left: 0; }
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper,
            .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper {
              width: 100%; }
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper,
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper,
              .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper {
                float: left;
                width: 30%; }
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper:last-child,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper:last-child,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper:last-child {
                  width: 40%; }
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper:last-child .chosen-container,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper:last-child .chosen-container,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper:last-child .chosen-container {
                    border-left: none;
                    -webkit-border-radius: 0 3px 3px 0;
                    -moz-border-radius: 0 3px 3px 0;
                    border-radius: 0 3px 3px 0; }
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper:first-child .chosen-container,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper:first-child .chosen-container,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper:first-child .chosen-container {
                  border-right: none;
                  -webkit-border-radius: 3px 0 0 3px;
                  -moz-border-radius: 3px 0 0 3px;
                  border-radius: 3px 0 0 3px; }
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper .chosen-container,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper .chosen-container,
                .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper .chosen-container {
                  height: 40px;
                  line-height: 40px;
                  -webkit-border-radius: 0;
                  -moz-border-radius: 0;
                  border-radius: 0; }
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single span,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single span,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single span {
                    margin-left: 10px; }
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info input .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single div,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info label .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single div,
                  .overlay .modal > .inner-container fieldset .group.guest-info.child-info span .date-select-wrapper .chosen-wrapper .chosen-container .chosen-single div {
                    margin-right: 8px; }
          .overlay .modal > .inner-container fieldset .group.guest-info.child-info label {
            float: right; }
          .overlay .modal > .inner-container fieldset .group.flight-info .wrapper {
            float: left;
            width: 49%;
            margin-right: 1%; }
            .overlay .modal > .inner-container fieldset .group.flight-info .wrapper:last-child {
              margin-right: 0;
              margin-left: 1%; }
            .overlay .modal > .inner-container fieldset .group.flight-info .wrapper .timepicker-wrapper {
              margin-left: 2%; }
              .overlay .modal > .inner-container fieldset .group.flight-info .wrapper .timepicker-wrapper input.timepicker {
                margin-left: 0;
                text-align: left; }
            .overlay .modal > .inner-container fieldset .group.flight-info .wrapper > input {
              float: left;
              width: 68%;
              padding: 10px; }
          .overlay .modal > .inner-container fieldset .group .quick-snippets {
            padding: 10px;
            border: 1px solid #BCBCBC;
            margin-bottom: 15px;
            background-color: #e8e8e8;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; }
            .overlay .modal > .inner-container fieldset .group .quick-snippets .options {
              margin-bottom: 10px;
              display: block;
              clear: both;
              overflow: hidden; }
              .overlay .modal > .inner-container fieldset .group .quick-snippets .options label {
                float: left;
                display: block;
                padding: 10px;
                margin-right: 10px;
                border: 1px solid #BCBCBC;
                background-color: #f8f8f8;
                color: #9B9B9B;
                font-size: 1.4rem;
                text-align: center;
                cursor: pointer;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: background-color 0.3s ease-in-out;
                -moz-transition: background-color 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out; }
                .overlay .modal > .inner-container fieldset .group .quick-snippets .options label:last-child {
                  margin-right: 0; }
                .overlay .modal > .inner-container fieldset .group .quick-snippets .options label:hover {
                  background-color: #e8e8e8; }
                .overlay .modal > .inner-container fieldset .group .quick-snippets .options label input {
                  width: auto;
                  height: auto;
                  float: right;
                  margin-left: 10px; }
            .overlay .modal > .inner-container fieldset .group .quick-snippets p {
              font-size: 1.2rem;
              color: #757575; }
        .overlay .modal > .inner-container fieldset .children-label {
          float: left;
          display: block;
          width: 100%;
          margin-top: 20px; }
          .overlay .modal > .inner-container fieldset .children-label h3 {
            font-family: "", Arial, Helvetica, sans-serif;
            font-size: 1.5rem;
            line-height: 1.4; }
        .overlay .modal > .inner-container fieldset.tertiary {
          border-top: 1px solid #BCBCBC;
          background-color: white;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
          border-bottom: none; }
          .overlay .modal > .inner-container fieldset.tertiary input {
            width: 49%;
            margin-left: 1%; }
            .overlay .modal > .inner-container fieldset.tertiary input.extra {
              margin-left: 0;
              margin-right: 1%;
              padding-left: 10px;
              cursor: auto; }
            .overlay .modal > .inner-container fieldset.tertiary input.pair {
              float: right;
              width: 35%;
              margin-left: 15px; }
              .overlay .modal > .inner-container fieldset.tertiary input.pair.half {
                float: left;
                width: 23.5%;
                margin-left: 1.5%;
                text-align: center; }
                .overlay .modal > .inner-container fieldset.tertiary input.pair.half.main:hover {
                  background-color: #b10044; }
    .overlay .modal.global-spinner {
      height: 100%; }
      .overlay .modal.global-spinner .spinner-wrapper {
        position: absolute;
        top: 40%;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center; }
        .overlay .modal.global-spinner .spinner-wrapper .spinner {
          display: inline-block;
          -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
          -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
          box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
          font-size: 30px;
          width: 0.3em;
          height: 0.3em; }

.promotions-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  overflow: scroll;
  float: left;
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out; }
  .promotions-overlay.active {
    height: 100%;
    opacity: 1; }
  .promotions-overlay form {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: scroll;
    float: left; }
    .promotions-overlay form .group {
      float: left;
      overflow: auto;
      padding-bottom: 10px;
      height: 100%;
      width: 100%; }
    .promotions-overlay form .title {
      height: 40px;
      background-color: #FD0061;
      overflow: hidden; }
      .promotions-overlay form .title h1 {
        float: left;
        width: 60%;
        height: 100%;
        margin: 0;
        padding-left: 15px;
        color: white;
        font-size: 1.8rem;
        line-height: 37px; }
        .promotions-overlay form .title h1 span {
          font-family: "OSSemi", Arial, Helvetica, sans-serif; }
      .promotions-overlay form .title button {
        width: 200px;
        height: 100%;
        max-height: 100%;
        float: right;
        font-size: 1.8rem;
        border: none;
        color: #717171;
        background-color: #dddddd; }
  .promotions-overlay .promo-filter {
    float: left;
    padding: 20px;
    width: 100%;
    background-color: #f5f5f5; }
    .promotions-overlay .promo-filter span {
      color: #9B9B9B;
      margin-right: 20px; }
    .promotions-overlay .promo-filter span, .promotions-overlay .promo-filter button {
      display: block;
      float: left;
      line-height: 30px; }
    .promotions-overlay .promo-filter button {
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      width: 100px;
      border: none;
      background-color: #fff;
      font-size: 1.1rem;
      text-transform: uppercase; }
      .promotions-overlay .promo-filter button:hover {
        background-color: #FD0061; }
      .promotions-overlay .promo-filter button.active {
        background-color: #FD0061;
        color: white; }

.map {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
  background-color: white;
  overflow: hidden; }
  .map .map-btn,
  .map .stalled-btn {
    width: 40%;
    margin: 0 auto; }
    .map .map-btn button,
    .map .stalled-btn button {
      position: relative;
      width: 100%;
      text-align: left;
      line-height: 38px;
      border: 1px solid #FD0061;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .map .map-btn button.disabled,
      .map .stalled-btn button.disabled {
        border-color: #d7d7d7;
        background-color: #F0F0F0;
        color: #BCBCBC; }
        .map .map-btn button.disabled span,
        .map .stalled-btn button.disabled span {
          border-left: 1px solid #d7d7d7;
          color: #BCBCBC; }
      .map .map-btn button span,
      .map .stalled-btn button span {
        position: absolute;
        height: 38px;
        width: 38px;
        text-align: center;
        top: 0;
        right: 0;
        line-height: 38px;
        font-size: 2.2rem;
        background-color: white;
        border-left: none;
        color: #FD0061;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
    .map .map-btn.stalled-btn,
    .map .stalled-btn.stalled-btn {
      position: absolute;
      top: 0px;
      right: 40px;
      width: 18%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .map .map-btn.stalled-btn button,
      .map .stalled-btn.stalled-btn button {
        text-align: center; }
        .map .map-btn.stalled-btn button:hover,
        .map .stalled-btn.stalled-btn button:hover {
          border-color: #b10044;
          background-color: #b10044; }

.map-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8); }
  .map-overlay .map-controls {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 30px; }
    .map-overlay .map-controls #map {
      width: 100%;
      height: 80%;
      margin-bottom: 45px;
      border: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 4px 15px #02182B;
      -moz-box-shadow: 0 4px 15px #02182B;
      box-shadow: 0 4px 15px #02182B; }
    .map-overlay .map-controls #map .marker-overlay {
      position: relative;
      background-color: black;
      color: white;
      max-width: 100px;
      height: 30px;
      padding-top: 8px;
      text-align: center;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .map-overlay .map-controls #map .marker-overlay.instant {
        background-color: #00B8B7; }
      .map-overlay .map-controls #map .marker-overlay.manual {
        background-color: #f0f0f0; }
      .map-overlay .map-controls #map .marker-overlay .marker-title {
        margin-right: 3px;
        font-size: 14px; }
      .map-overlay .map-controls #map .marker-overlay.na .marker-title {
        margin-right: 0; }
      .map-overlay .map-controls #map .marker-overlay .info {
        display: none;
        position: absolute;
        bottom: 35px;
        left: 0;
        padding: 10px;
        width: 200px;
        color: white;
        background-color: black;
        text-shadow: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .map-overlay .map-controls #map .marker-overlay .info .hotel-name {
          display: block;
          font-size: 12px;
          margin-bottom: 10px; }
        .map-overlay .map-controls #map .marker-overlay .info img {
          width: 180px;
          max-height: 180px; }
        .map-overlay .map-controls #map .marker-overlay .info button {
          margin-top: 10px;
          border: 1px solid #FD0061;
          padding: 10px;
          width: 100%;
          background-color: transparent;
          font-family: "OSRegular", Arial, Helvetica, sans-serif;
          font-size: 1.4rem;
          line-height: 1.4;
          color: #FD0061;
          -webkit-transition: background-color 0.3s, color, 0.3s;
          -moz-transition: background-color 0.3s, color, 0.3s;
          transition: background-color 0.3s, color, 0.3s;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .map-overlay .map-controls #map .marker-overlay .info button:hover {
            cursor: pointer;
            background-color: #FD0061;
            color: white; }
    .map-overlay .map-controls #map .marker-overlay.active {
      z-index: 101 !important; }
      .map-overlay .map-controls #map .marker-overlay.active .info {
        display: block; }
    .map-overlay .map-controls .controls button {
      width: 40%;
      margin: 0 auto; }

.hotel .map, .hotel-map {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin-right: 20px;
  height: auto;
  border-bottom: none;
  min-height: 200px; }
  .hotel .map .angular-google-map, .hotel-map .angular-google-map {
    z-index: 10000;
    height: 100%;
    width: 100%; }
  .hotel .map .angular-google-map-container, .hotel-map .angular-google-map-container {
    height: 100%;
    width: 100%; }
  .hotel .map.full-width, .hotel-map.full-width {
    margin: 0;
    width: 100% !important; }

.footer {
  height: auto;
  padding: 50px 0;
  background-color: white;
  overflow: auto;
  width: 100%; }
  .footer .footer-links {
    width: 50%;
    float: left; }
    .footer .footer-links .col {
      float: left;
      width: 33.33333%; }
      .footer .footer-links .col h5 {
        font-weight: bold;
        color: #9B9B9B;
        margin-bottom: 20px; }
      .footer .footer-links .col ul li {
        margin-bottom: 3%; }
        .footer .footer-links .col ul li.title {
          color: #9B9B9B;
          margin-top: 20px; }
  .footer .contact-form {
    float: right;
    width: 50%;
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #F0F0F0; }
    .footer .contact-form span {
      display: block;
      margin-bottom: 20px; }
    .footer .contact-form input, .footer .contact-form select, .footer .contact-form textarea {
      width: 100%;
      border: none;
      height: 35px;
      margin-bottom: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.5rem;
      color: #5E6062;
      padding: 3%;
      background-color: white; }
      .footer .contact-form input:last-child, .footer .contact-form select:last-child, .footer .contact-form textarea:last-child {
        margin-bottom: 0; }
      .footer .contact-form input.submit, .footer .contact-form select.submit, .footer .contact-form textarea.submit {
        line-height: 1;
        color: white;
        background-color: #BCBCBC;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        cursor: pointer; }
        .footer .contact-form input.submit:hover, .footer .contact-form select.submit:hover, .footer .contact-form textarea.submit:hover {
          background-color: #a3a3a3; }
        .footer .contact-form input.submit.sent, .footer .contact-form select.submit.sent, .footer .contact-form textarea.submit.sent {
          background-color: #34D8D7; }
    .footer .contact-form textarea {
      height: 120px;
      resize: none;
      line-height: 1.4; }

.my-repeat-animation.ng-enter,
.my-repeat-animation.ng-leave,
.my-repeat-animation.ng-move {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
  position: relative; }

.my-repeat-animation.ng-enter {
  left: -10px;
  opacity: 0; }

.my-repeat-animation.ng-enter.ng-enter-active {
  left: 0;
  opacity: 1; }

.my-repeat-animation.ng-leave {
  left: 0;
  opacity: 1; }

.my-repeat-animation.ng-leave.ng-leave-active {
  left: -10px;
  opacity: 0; }

.my-repeat-animation.ng-move {
  opacity: 0.5; }

.my-repeat-animation.ng-move.ng-move-active {
  opacity: 1; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .onoffswitch .onoffswitch-label .onoffswitch-switch {
    background-image: url("../images/vendor/onoff-sprite@2x.png"); }

  .header .container .nav > li:last-child {
    background-image: "../images/layout/main-sprite@2x"; } }
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :not(:required) hides this rule from IE9 and below */
.spinner:not(:required) {
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  -webkit-box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
  -moz-box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
  box-shadow: #FD0061 1.5em 0 0 0, #FD0061 1.1em 1.1em 0 0, #FD0061 0 1.5em 0 0, #FD0061 -1.1em 1.1em 0 0, #FD0061 -1.5em 0 0 0, #FD0061 -1.1em -1.1em 0 0, #FD0061 0 -1.5em 0 0, #FD0061 1.1em -1.1em 0 0;
  font-size: 8px;
  width: 0.5em;
  height: 0.5em; }

.not-available {
  padding: 40px;
  color: white;
  background-color: #FD0061; }
  .not-available h1 {
    font-size: 5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    text-transform: uppercase; }
    .not-available h1 span {
      font-family: "OSSemi", Arial, Helvetica, sans-serif; }
    .not-available h1.lowercase {
      text-transform: none; }
  .not-available p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .not-available p i {
      font-style: italic; }
    .not-available p a {
      color: white;
      text-decoration: underline; }
      .not-available p a:hover {
        text-decoration: none; }

.slideshow {
  position: fixed;
  top: 0;
  left: 0;
  padding: 60px;
  height: 100%;
  width: 100%; }
  .slideshow .container {
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px #222427;
    -moz-box-shadow: 0 2px 10px #222427;
    box-shadow: 0 2px 10px #222427; }
    .slideshow .container h2 {
      background-color: #222427;
      padding: 15px 20px;
      font-family: "OSLight", Arial, Helvetica, sans-serif;
      font-size: 1.8rem;
      line-height: 1;
      color: white; }
      .slideshow .container h2 .close {
        float: right; }
    .slideshow .container .slideshow-nav {
      padding: 15px 20px;
      min-height: 50px;
      background-color: #222427; }
    .slideshow .container .royalSlider, .slideshow .container .img-wrapper {
      display: block !important;
      height: 400px; }
      .slideshow .container .royalSlider .rsOverflow, .slideshow .container .img-wrapper .rsOverflow {
        height: 100%; }
    .slideshow .container .royalSlider, .slideshow .container .rsOverflow, .slideshow .container .img-wrapper {
      width: 100% !important; }
    .slideshow .container .slide, .slideshow .container .content {
      width: 100% !important;
      height: 100%;
      padding: 60px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .slideshow .container .slide .text, .slideshow .container .content .text {
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 15px; }
      .slideshow .container .slide:before, .slideshow .container .content:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: transparent;
        background-color: rgba(46, 52, 52, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B32E3434,endColorstr=#B32E3434);
        zoom: 1;
        content: ""; }
    .slideshow .container .prev-images .slide:before {
      display: none; }
    .slideshow .container .spinner-wrapper {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center; }
      .slideshow .container .spinner-wrapper .spinner {
        margin: 0 auto;
        -webkit-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        -moz-box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        box-shadow: #BCBCBC 1.5em 0 0 0, #BCBCBC 1.1em 1.1em 0 0, #BCBCBC 0 1.5em 0 0, #BCBCBC -1.1em 1.1em 0 0, #BCBCBC -1.5em 0 0 0, #BCBCBC -1.1em -1.1em 0 0, #BCBCBC 0 -1.5em 0 0, #BCBCBC 1.1em -1.1em 0 0;
        font-size: 20px;
        width: 0.5em;
        height: 0.5em; }

#calendar .year span, #calendar .year em, #calendar .dates .header span, #calendar .dates .header i, #calendar .dates .days .day {
  height: 40px;
  line-height: 40px; }

#calendar .year button, #calendar .prompt .btns button {
  border: none;
  background-color: white;
  padding: 0 40px;
  height: 25px;
  line-height: 25px;
  text-transform: capitalize;
  font-size: 1.3rem;
  color: #FD0061;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in; }
  #calendar .year button:hover, #calendar .prompt .btns button:hover {
    background-color: #97003a;
    color: white; }

.calendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2000; }
  .calendar.open {
    height: 100%; }

#calendar {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  min-width: 960px;
  background-color: rgba(20, 20, 50, 0.5);
  overflow: scroll; }
  #calendar .wrapper {
    float: left;
    height: 100%;
    width: 100%;
    overflow: auto; }
  #calendar .year {
    position: relative;
    text-align: center;
    background-color: #FD0061;
    color: white;
    overflow: hidden; }
    #calendar .year span {
      display: block;
      float: left;
      width: 15%;
      background-color: white;
      color: #2D3A47; }
    #calendar .year em {
      float: left;
      width: 85%;
      background-color: #FD0061;
      text-align: left;
      padding-left: 15px; }
    #calendar .year button {
      position: absolute;
      top: 7px;
      right: 129px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      #calendar .year button.close {
        right: 7px;
        min-width: 25px;
        line-height: 23px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        -webkit-transition: border-color 0.3s ease-in, color 0.3s ease-in;
        -moz-transition: border-color 0.3s ease-in, color 0.3s ease-in;
        transition: border-color 0.3s ease-in, color 0.3s ease-in; }
        #calendar .year button.close:hover {
          color: #97003a;
          border-color: #97003a; }
  #calendar .dates {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    background-color: white; }
    #calendar .dates .header {
      position: relative;
      float: left;
      width: 15%;
      background-color: #2D3A47;
      color: white;
      border-top: 1px solid #cddbe1;
      border-bottom: none; }
      #calendar .dates .header .month-label {
        text-align: center;
        padding: 10px 0; }
      #calendar .dates .header span, #calendar .dates .header i {
        float: left;
        text-align: center;
        width: 20%; }
      #calendar .dates .header span {
        padding: 10px;
        line-height: 20px;
        width: 60%;
        border-right: none;
        border-bottom: 1px solid #cddbe1;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      #calendar .dates .header i {
        font-size: 24px;
        cursor: pointer; }
    #calendar .dates .days {
      float: left;
      display: table;
      width: 85%; }
      #calendar .dates .days .day {
        position: relative;
        display: table-cell;
        width: 3.225806452%;
        text-align: center;
        cursor: pointer;
        color: #2D3A47;
        border: 1px solid #cddbe1;
        border-bottom: none;
        border-left: none; }
        #calendar .dates .days .day:hover {
          background-color: #bed0d7;
          color: white; }
          #calendar .dates .days .day:hover .day-name {
            height: 40px;
            overflow: auto; }
          #calendar .dates .days .day:hover .min-days {
            top: 0px;
            height: 20px;
            overflow: auto;
            opacity: 1; }
        #calendar .dates .days .day.search-range {
          background-color: rgba(8, 178, 227, 0.15); }
        #calendar .dates .days .day.selected {
          background-color: #FD0061;
          color: white; }
        #calendar .dates .days .day.minimum {
          overflow: hidden; }
          #calendar .dates .days .day.minimum:before {
            content: '';
            display: block;
            min-width: 200px;
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #FDA550;
            top: -14px;
            right: -14px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          #calendar .dates .days .day.minimum:after {
            content: '';
            display: block;
            position: absolute;
            top: -5px;
            right: -5px;
            width: 10px;
            height: 10px;
            background-color: #FDA550;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        #calendar .dates .days .day.disabled, #calendar .dates .days .day.closed {
          background-color: #f5f5f5;
          color: #d5d5d5;
          cursor: auto;
          -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
          -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
        #calendar .dates .days .day.temp {
          background-color: #fff;
          color: #bcbcbc;
          cursor: pointer; }
          #calendar .dates .days .day.temp:hover {
            background-color: #bed0d7;
            color: white; }
        #calendar .dates .days .day.start-range, #calendar .dates .days .day.end-range {
          background-color: #FD0061;
          color: white; }
        #calendar .dates .days .day.in-range {
          background-color: #FD0061;
          color: white; }
        #calendar .dates .days .day.name {
          text-transform: uppercase;
          font-size: 0.9rem;
          letter-spacing: 1px;
          color: #9eb9c4; }
        #calendar .dates .days .day.today {
          position: relative;
          color: white;
          background-color: #34D8D7;
          border-top: none;
          border-left: none;
          border-color: #34D8D7; }
          #calendar .dates .days .day.today:hover {
            background-color: #bed0d7; }
          #calendar .dates .days .day.today:after {
            content: '';
            position: absolute;
            left: 2px;
            top: 2px;
            width: 10px;
            height: 10px;
            background-color: #34D8D7;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px; }
        #calendar .dates .days .day .day-name, #calendar .dates .days .day .min-days {
          position: absolute;
          bottom: -41px;
          left: 0;
          right: 0;
          height: 0;
          overflow: hidden;
          text-transform: uppercase;
          text-align: center;
          font-size: 0.9rem;
          line-height: 40px;
          color: #2D3A47;
          background-color: white;
          z-index: 2;
          -webkit-transition: height 0.2s ease-in;
          -moz-transition: height 0.2s ease-in;
          transition: height 0.2s ease-in; }
        #calendar .dates .days .day .min-days {
          top: -20px;
          bottom: auto;
          height: 0;
          line-height: 20px;
          opacity: 0;
          background-color: #FD8F25;
          color: white;
          font-weight: bold;
          font-size: 1.1rem;
          -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
          -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
          transition: opacity 0.2s ease-in, top 0.2s ease-in; }
          #calendar .dates .days .day .min-days:before {
            margin-right: 2px;
            font-size: 1rem; }
    #calendar .dates.last-row {
      margin-bottom: 159px;
      -webkit-box-shadow: 0 10px 20px rgba(20, 20, 50, 0.2);
      -moz-box-shadow: 0 10px 20px rgba(20, 20, 50, 0.2);
      box-shadow: 0 10px 20px rgba(20, 20, 50, 0.2); }
  #calendar .reference {
    position: relative; }
    #calendar .reference .header {
      border-color: #2D3A47;
      height: 40px;
      line-height: 40px; }
    #calendar .reference:after {
      content: '';
      position: absolute;
      width: 85%;
      top: 0;
      right: 0;
      bottom: 0;
      height: 40px; }
    #calendar .reference .days .day {
      color: #cddbe1;
      border-top: none;
      border-bottom: none;
      cursor: auto; }
  #calendar .header i.inactive {
    color: #777; }
    #calendar .header i.inactive:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20%;
      height: 100%;
      background-color: transparent; }
  #calendar .room-classes .header {
    background-color: #EDF2F4; }
    #calendar .room-classes .header.manual span b {
      width: 100%; }
    #calendar .room-classes .header span {
      width: 100%;
      font-size: 1rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #2D3A47;
      border-right: 1px solid #cddbe1;
      border-bottom: 1px solid #EDF2F4; }
      #calendar .room-classes .header span b {
        display: block;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    #calendar .room-classes .header em {
      position: absolute;
      top: 8px;
      right: 8px;
      width: auto;
      height: 24px;
      line-height: 22px;
      padding: 0 5px;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #34D8D7;
      background-color: rgba(52, 216, 215, 0.1);
      color: #27cbca; }
      #calendar .room-classes .header em.manual {
        border-color: #BCBCBC;
        background-color: #F0F0F0;
        color: #919395; }
    #calendar .room-classes .header.active {
      background-color: #FD0061; }
      #calendar .room-classes .header.active span {
        font-weight: bold;
        color: white;
        border-bottom-color: #FD0061;
        border-right-color: #FD0061; }
      #calendar .room-classes .header.active em, #calendar .room-classes .header.active em.manual {
        border-color: white;
        color: white;
        background-color: transparent; }
  #calendar .controls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 -3px 60px rgba(20, 20, 50, 0.5);
    -moz-box-shadow: 0 -3px 60px rgba(20, 20, 50, 0.5);
    box-shadow: 0 -3px 60px rgba(20, 20, 50, 0.5); }
  #calendar .details {
    float: left;
    width: 100%;
    border-top: 1px solid #cddbe1; }
    #calendar .details .description, #calendar .details .key {
      width: 70%;
      float: left;
      padding: 20px; }
    #calendar .details .key {
      width: 30%;
      border-left: 1px dotted #cddbe1;
      padding-left: 0;
      padding-right: 0; }
      #calendar .details .key ul {
        float: left;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 15px; }
        #calendar .details .key ul:last-child {
          margin-bottom: 0;
          padding-top: 15px;
          border-top: 1px dotted #cddbe1; }
        #calendar .details .key ul li {
          position: relative;
          float: left;
          width: 33%;
          line-height: 10px;
          color: #aaa; }
          #calendar .details .key ul li:before {
            content: '';
            float: left;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            background-color: #34D8D7;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline; }
          #calendar .details .key ul li.selectable:before {
            background-color: transparent;
            border: 2px solid #cddbe1; }
          #calendar .details .key ul li.selected:before {
            background-color: #FD0061; }
          #calendar .details .key ul li.search-range:before {
            background-color: rgba(8, 178, 227, 0.15); }
          #calendar .details .key ul li.closed:before {
            background-color: #f5f5f5;
            border: 2px solid #cddbe1; }
          #calendar .details .key ul li.minstay:before {
            background-color: white;
            background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, #fda550 7px, #fda550 20px); }
          #calendar .details .key ul li.closed-minstay:before {
            background-color: #FD8F25;
            background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(255, 255, 255, 0.5) 7px, rgba(255, 255, 255, 0.5) 20px); }
          #calendar .details .key ul li span {
            float: left; }
  #calendar .prompt {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    text-align: right;
    border-top: 1px solid #cddbe1;
    border-bottom: 1px solid #cddbe1; }
    #calendar .prompt .hidden {
      opacity: 0;
      cursor: auto;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      #calendar .prompt .hidden.show {
        opacity: 1;
        cursor: pointer; }
    #calendar .prompt .btns {
      width: 60%;
      float: right; }
      #calendar .prompt .btns button {
        float: right;
        width: 33%;
        max-width: 240px;
        min-width: 240px;
        padding: 0;
        margin-left: 1%;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: #FD0061;
        color: white;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
        #calendar .prompt .btns button.hidden {
          width: 0;
          max-width: 0;
          min-width: 0;
          margin: 0;
          -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out, min-width 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out, min-width 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out, min-width 0.3s ease-in-out; }
          #calendar .prompt .btns button.hidden.show {
            width: 33%;
            max-width: 240px;
            min-width: 240px;
            margin-left: 1%;
            margin-top: 8px;
            margin-bottom: 8px; }
        #calendar .prompt .btns button.light {
          border: 1px solid #d7d7d7;
          line-height: 23px;
          color: #3A3D42;
          background-color: #F0F0F0; }
          #calendar .prompt .btns button.light:hover {
            background-color: #cacaca; }
    #calendar .prompt .text {
      float: left;
      width: 40%;
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 25px;
      letter-spacing: 1px;
      text-align: left; }
      #calendar .prompt .text span {
        margin: 8px 0;
        margin-right: 15px;
        height: 25px;
        color: #9eb9c4;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        #calendar .prompt .text span em {
          margin-left: 10px;
          font-weight: bold;
          color: #2D3A47; }
  #calendar .msg {
    display: none;
    z-index: 2; }
    #calendar .msg.confirmation {
      -webkit-box-shadow: -1px 2px 10px #777;
      -moz-box-shadow: -1px 2px 10px #777;
      box-shadow: -1px 2px 10px #777; }
    #calendar .msg.cal {
      position: fixed;
      top: 60px;
      right: 20px;
      max-width: 200px;
      background-color: rgba(45, 58, 71, 0.9);
      color: white;
      font-size: 1.3rem;
      overflow: hidden;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      #calendar .msg.cal em {
        float: left;
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        background-color: #FD0061;
        color: white; }
      #calendar .msg.cal span {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        line-height: 1.5; }
    #calendar .msg .btns {
      display: block;
      width: 100%;
      overflow: hidden;
      padding: 15px;
      padding-top: 0; }
      #calendar .msg .btns button {
        width: 47%;
        float: left;
        padding: 10px;
        border: none;
        background-color: white;
        font-size: 1.3rem;
        color: #666;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        #calendar .msg .btns button:last-child {
          float: right;
          background-color: #FD0061;
          color: white;
          -webkit-transition: background-color 0.3s ease-in;
          -moz-transition: background-color 0.3s ease-in;
          transition: background-color 0.3s ease-in; }
          #calendar .msg .btns button:last-child:hover {
            background-color: #97003a; }

#calendar {
  background-color: rgba(20, 20, 20, 0.7); }
  #calendar .controls,
  #calendar .year button:first-of-type {
    display: none !important; }
  #calendar .room-classes:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  #calendar .day:not(.closed) {
    cursor: default !important; }
  #calendar .day:not(.closed):hover {
    background-color: white !important;
    color: #2D3A47 !important; }

#editor {
  padding: 40px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: white; }
  #editor #email,
  #editor #controls {
    float: right; }
  #editor #controls {
    padding-left: 20px;
    width: 20%; }
    #editor #controls button {
      width: 100%; }
  #editor #email {
    width: 80%;
    background-color: white; }
  #editor #email table {
    width: 100%; }
  #editor #email > table {
    width: 600px;
    border: 1px solid #d7d7d7; }
  #editor .helper .template span {
    display: block;
    height: 130px;
    width: 130px;
    margin: 10px;
    background-image: url("../images/layout/mailings-layout-sprite.jpg");
    background-position: 0 0;
    background-size: 260px 260px; }
    #editor .helper .template span.a {
      background-position: 0 0; }
    #editor .helper .template span.b {
      background-position: -130px 0; }
    #editor .helper .template span.c {
      background-position: 0 -130px; }
    #editor .helper .template span.d {
      background-position: -130px -130px; }

#voucher {
  padding: 25px;
  padding-bottom: 50px;
  font-family: Lucida Grande, Helvetica, sans;
  font-size: 13px;
  color: #444444;
  background-color: white; }
  #voucher table, #voucher td {
    border-spacing: 0;
    border-collapse: separate;
    vertical-align: top;
    padding: 0;
    line-height: 1.7; }
  #voucher > table {
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 5px 10px #EEEEEE;
    -moz-box-shadow: 0 5px 10px #EEEEEE;
    box-shadow: 0 5px 10px #EEEEEE; }
  #voucher table.address {
    padding-left: 10px; }
  #voucher .heading > td {
    padding-bottom: 20px; }
  #voucher .heading td {
    line-height: 1.5; }
  #voucher .highlight > td {
    padding: 5px 0;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999; }
  #voucher .details > td {
    padding-top: 20px; }
  #voucher .details .hotel > td,
  #voucher .details .flight > td,
  #voucher .details .agent > td {
    padding-bottom: 8px; }
  #voucher .spacer {
    padding: 6px; }
  #voucher .small-padding {
    padding-bottom: 8px; }
  #voucher .medium-padding {
    padding-bottom: 20px; }
  #voucher .shout {
    background-color: #FD0061;
    color: white;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #voucher .divider {
    padding: 5px;
    background-color: #FBFBFB;
    color: #999999;
    border: 1px solid #e9e9e9;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #voucher tr.guests td {
    text-transform: capitalize; }
  #voucher .hide {
    display: none; }
  #voucher em {
    font-weight: bold; }
  #voucher strong {
    color: #FD0061; }
  #voucher .label,
  #voucher thead th {
    font-weight: bold;
    color: #999999; }
  #voucher thead th {
    padding-bottom: 10px; }
  #voucher .large-font {
    font-size: 18px; }
  #voucher .small-font {
    font-size: 11px; }
  #voucher .medium-font {
    font-size: 15px; }
  #voucher .ta-right {
    text-align: right; }
  #voucher .bold {
    font-weight: bold; }
  #voucher .bordered {
    padding: 10px;
    border: 1px dotted #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #voucher .img {
    min-width: 60px;
    min-height: 63px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
