/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --red: #ec0037;
  --maroon: #9e1e5c;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ec0037;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ec0037;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000;
  --light-gray: #f7f7f7;
  --body-gray: #4d4d4d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1170px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Brown, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Brown, sans-serif !important;
  font-size: 87.5%;
  font-weight: 300;
  line-height: 1.35;
  color: #4d4d4d;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ec0037;
  text-decoration: none;
  font-weight: 400;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.widget-panel .dropDownVal li a {
    font-weight:300 !important;
    font-size:18px !important;
}
.widget-panel .rw-allshow-events.dropdown ul, .widget-panel .rw-alltheme-park.dropdown ul, .rw-ticketType.dropdown ul, .widget-panel .rw-zouk.dropdown ul{
	min-width: 300px !important;
	max-height: 300px !important;
	overflow-y: auto !important;
} a:hover {
    color: #9e1e5c;
    text-decoration: none;
} a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
} a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit !important;
  text-decoration: none;
} a:not([href]):not([tabindex]):focus {
  outline: 0;
} pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
} pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
} figure {
  margin: 0 0 1rem;
} img {
  vertical-align: middle;
  border-style: none;
} svg:not(:root) {
  overflow: hidden;
} table {
  border-collapse: collapse;
} caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
} th {
  text-align: inherit;
} label {
  display: inline-block;
  margin-bottom: 0.25rem;
} button {
  border-radius: 0;
} button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
} input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
} button, input {
  overflow: visible;
} button, select {
  text-transform: none;
} button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
} button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
} input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
} input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
} textarea {
  overflow: auto;
  resize: vertical;
} fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
} legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
} progress {
  vertical-align: baseline;
} [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
} [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
} [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
} ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
} output {
  display: inline-block;
} summary {
  display: list-item;
  cursor: pointer;
} template {
  display: none;
} [hidden] {
  display: none !important;
} @font-face {
  font-family: 'Brown';
  src: url("../fonts/brown-regular.woff2") format("woff2"), url("../fonts/brown-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} @font-face {
  font-family: 'Brown';
  src: url("../fonts/brown-bold.woff2") format("woff2"), url("../fonts/brown-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
} @font-face {
  font-family: 'Brown';
  src: url("../fonts/brown-light.woff2") format("woff2"), url("../fonts/brown-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/**
 *
 * Genting Icons
 *
 */
@font-face {
  font-family: 'genting-icons';
  src: url("../fonts/genting-icons.woff?9klrmc") format("woff"), url("../fonts/genting-icons.ttf?9klrmc") format("truetype"), url("../fonts/genting-icons.svg?9klrmc#genting-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  width:1.5em;
}
/*=====================================
=            Genting Icons            =
=====================================*/
i, .rw-icon:after, .rw-settings-row.error:before, .rw-icon1:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'genting-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} .rw-icon {
  position: relative;
}
/*----------  Add new icon classes below  ----------*/
.icon-blog:before {
  content: "\e933";
} .icon-bus:before {
  content: "\e92d";
} .icon-car:before {
  content: "\e92e";
} .icon-skyway:before {
  content: "\e92f";
} .icon-train:before {
  content: "\e930";
} .icon-limmo:before {
  content: "\e931";
} .icon-plane:before {
  content: "\e932";
}
.icon-arrow-down:before {
	content: "\e929" ;
} .icon-calendar-big:before {
  content: "\e92a";
} .icon-cart:before {
  content: "\e92b";
} .icon-user-circle:before {
  content: "\e92c";
} .icon-360:before {
  content: "\e900";
} .icon-alert:before {
  content: "\e901";
} .icon-calendar:before {
  content: "\e902";
} .icon-check:before {
  content: "\e903";
} .icon-clock:before {
  content: "\e904";
} .icon-cloud:before {
  content: "\e905";
} .icon-cocktail:before {
  content: "\e906";
} .icon-dining:before {
  content: "\e907";
} .icon-eye-close:before {
  content: "\e908";
} .icon-eye:before {
  content: "\e909";
} .icon-facebook:before {
  content: "\e90a";
} .icon-close:before {
  content: "\e90b";
} .icon-handicap:before {
  content: "\e90c";
} .icon-hot-deals:before {
  content: "\e90d";
} .icon-info:before {
  content: "\e90e";
} .icon-insta:before {
  content: "\e90f";
} .icon-lock:before {
  content: "\e910";
} .icon-mail:before {
  content: "\e911";
} .icon-minus:before {
  content: "\e912";
} .icon-pin:before {
  content: "\e913";
} .icon-plus:before {
  content: "\e914";
} .icon-qr-code:before {
  content: "\e915";
} .icon-question-mark:before {
  content: "\e916";
} .icon-settings:before {
  content: "\e917";
} .icon-star-redeem:before {
  content: "\e918";
} .icon-text-message:before {
  content: "\e919";
} .icon-twitter:before {
  content: "\e926";
} .icon-user:before {
  content: "\e927";
} .icon-youtube:before {
  content: "\e928";
} .icon-thrill-high .path1:before {
  content: "\e91a";
} .icon-thrill-high .path2:before {
  content: "\e91b";
  margin-left: -1em;
} .icon-thrill-high .path3:before {
  content: "\e91c";
  margin-left: -1em;
} .icon-thrill-high .path4:before {
  content: "\e91d";
  margin-left: -1em;
} .icon-thrill-low .path1:before {
  content: "\e91e";
} .icon-thrill-low .path2:before {
  content: "\e91f";
  margin-left: -1em;
} .icon-thrill-low .path3:before {
  content: "\e920";
  margin-left: -1em;
} .icon-thrill-low .path4:before {
  content: "\e921";
  margin-left: -1em;
} .icon-thrill-medium .path1:before {
  content: "\e922";
} .icon-thrill-medium .path2:before {
  content: "\e923";
  margin-left: -1em;
} .icon-thrill-medium .path3:before {
  content: "\e924";
  margin-left: -1em;
} .icon-thrill-medium .path4:before {
  content: "\e925";
  margin-left: -1em;
}
/*----------  Thrill Icons in Grey  ----------*/
.icon-thrill-high .path1:before {
  color: rgba(77, 77, 77, 0.65);
} .icon-thrill-high .path2:before {
  color: rgba(77, 77, 77, 0.25);
} .icon-thrill-high .path3:before {
  color: #4d4d4d;
} .icon-thrill-high .path4:before {
  color: #4d4d4d;
} .icon-thrill-low .path1:before {
  color: rgba(77, 77, 77, 0.65);
} .icon-thrill-low .path2:before {
  color: #4d4d4d;
} .icon-thrill-low .path3:before {
  color: rgba(77, 77, 77, 0.25);
} .icon-thrill-low .path4:before {
  color: #4d4d4d;
} .icon-thrill-medium .path1:before {
  color: #4d4d4d;
} .icon-thrill-medium .path2:before {
  color: rgba(77, 77, 77, 0.25);
} .icon-thrill-medium .path3:before {
  color: rgba(77, 77, 77, 0.65);
} .icon-thrill-medium .path4:before {
  color: #4d4d4d;
}
/*----------  Thrill Icons in white  ----------*/
.icon-thrill-high.white .path1:before {
  color: rgba(255, 255, 255, 0.75);
} .icon-thrill-high.white .path2:before {
  color: rgba(255, 255, 255, 0.5);
} .icon-thrill-high.white .path3:before {
  color: white;
} .icon-thrill-high.white .path4:before {
  color: white;
} .icon-thrill-low.white .path1:before {
  color: rgba(255, 255, 255, 0.75);
} .icon-thrill-low.white .path2:before {
  color: white;
} .icon-thrill-low.white .path3:before {
  color: rgba(255, 255, 255, 0.5);
} .icon-thrill-low.white .path4:before {
  color: white;
} .icon-thrill-medium.white .path1:before {
  color: white;
} .icon-thrill-medium.white .path2:before {
  color: rgba(255, 255, 255, 0.5);
} .icon-thrill-medium.white .path3:before {
  color: rgba(255, 255, 255, 0.75);
} .icon-thrill-medium.white .path4:before {
  color: white;
}
/*=====  End of Genting Icons  ======*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.09;
  color: inherit;
} h1, .h1 {
  font-size: 2.1875rem;
} h2, .h2 {
  font-size: 1.8749999625rem;
} h3, .h3 {
  font-size: 1.5625000003rem;
} h4, .h4 {
  font-size: 1.2500000004rem;
} h5, .h5 {
  font-size: 1.09375rem;
} h6, .h6 {
  font-size: 0.875rem;
} p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.35;
} p small {
  font-weight: 400;
} @media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.8124999998rem;
  }

  h2, .h2 {
    font-size: 2.1875rem;
  }

  p {
    font-size: 0.875rem;
  }
} .lead {
  font-size: 1.2500000004rem;
  font-weight: 300;
} .text-small {
  font-size: 0.625rem;
  font-weight: 300;
} .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.09;
} .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.09;
} .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.09;
} .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.09;
} hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
} small, .small {
  font-size: 80%;
  font-weight: 300;
} mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
} .list-unstyled {
  padding-left: 0;
  list-style: none;
} .list-inline {
  padding-left: 0;
  list-style: none;
} .list-inline-item {
  display: inline-block;
} .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
} .initialism {
  font-size: 90%;
  text-transform: uppercase;
} .blockquote {
  margin-bottom: 20px;
  font-size: 1.09375rem;
} .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
} .blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}
} .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
} .figure {
  display: inline-block;
} .figure-img {
  margin-bottom: 10px;
  line-height: 1;
} .figure-caption {
  font-size: 90%;
  color: #6c757d;
} code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
} a > code {
  color: inherit;
} kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
} kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
} pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
} pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
} .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
} .container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
} @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
} @media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
} @media (min-width: 1170px) {
  .container {
    max-width: 990px;
  }
} @media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
} .container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
} .row, .rwg-new-modal, .rw-transactions-lightbox {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
} .no-gutters, .rw-app-add .row, .rw-app-add .rwg-new-modal, .rw-app-add .rw-transactions-lightbox {
  margin-right: 0;
  margin-left: 0;
} .no-gutters > .col, .rw-app-add .row > .col, .rw-app-add .rwg-new-modal > .col, .rw-app-add .rw-transactions-lightbox > .col, .no-gutters > [class*="col-"], .rw-app-add .row > [class*="col-"], .rw-app-add .rwg-new-modal > [class*="col-"], .rw-app-add .rw-transactions-lightbox > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
} .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
} .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
} .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
} .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
} .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
} .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
} .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
} .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
} .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
} .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
} .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
} .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
} .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
} .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
} .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
} .order-first {
  order: -1;
} .order-last {
  order: 13;
} .order-0 {
  order: 0;
} .order-1 {
  order: 1;
} .order-2 {
  order: 2;
} .order-3 {
  order: 3;
} .order-4 {
  order: 4;
} .order-5 {
  order: 5;
} .order-6 {
  order: 6;
} .order-7 {
  order: 7;
} .order-8 {
  order: 8;
} .order-9 {
  order: 9;
} .order-10 {
  order: 10;
} .order-11 {
  order: 11;
} .order-12 {
  order: 12;
} .offset-1 {
  margin-left: 8.3333333333%;
} .offset-2 {
  margin-left: 16.6666666667%;
} .offset-3 {
  margin-left: 25%;
} .offset-4 {
  margin-left: 33.3333333333%;
} .offset-5 {
  margin-left: 41.6666666667%;
} .offset-6 {
  margin-left: 50%;
} .offset-7 {
  margin-left: 58.3333333333%;
} .offset-8 {
  margin-left: 66.6666666667%;
} .offset-9 {
  margin-left: 75%;
} .offset-10 {
  margin-left: 83.3333333333%;
} .offset-11 {
  margin-left: 91.6666666667%;
} @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
	.col-jk-4 {
		flex: 0 0 25%;
		max-width: 20%;
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 1170px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 768px) {
  .container.rw-detail-width {
    padding-left: 0;
    padding-right: 0;
  }
} input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
} ::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
} .form-control {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 1.2500000004rem;
  font-weight: 300;
  line-height: 27px;
  color: #4d4d4d;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} @media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
} .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
} .form-control:focus {
  color: #4d4d4d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  outline: 0;
  box-shadow: none;
} .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
} .form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
} select.form-control:not([size]):not([multiple]) {
  height: calc(1.93125rem + 2px);
} select.form-control:focus::-ms-value {
  color: #4d4d4d;
  background-color: #f7f7f7;
} .form-control-file, .form-control-range {
  display: block;
  width: 100%;
} .col-form-label {
  padding-top: calc(6px + 1px);
  padding-bottom: calc(6px + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 27px;
} .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.2500000004rem;
  line-height: 1.35;
} .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.35;
} .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 27px;
  color: #4d4d4d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
} .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn-fixed-size, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn-fixed-size, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn-fixed-size, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn-fixed-size {
  padding-right: 0;
  padding-left: 0;
} .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .btn-fixed-size, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .btn-fixed-size {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.35;
  border-radius: 0.2rem;
} select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn-fixed-size:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn-fixed-size:not([size]):not([multiple]) {
  height: calc(1.53359375rem + 2px);
} .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .btn-fixed-size, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .btn-fixed-size {
  padding: 0.5rem 1rem;
  font-size: 1.2500000004rem;
  line-height: 1.35;
  border-radius: 0.3rem;
} select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn-fixed-size:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn-fixed-size:not([size]):not([multiple]) {
  height: calc(2.6875000005rem + 2px);
} .form-group {
  margin-bottom: 1rem;
} .form-text {
  display: block;
  margin-top: 0.25rem;
} .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
} .form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
} .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
} .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
} .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
} .form-check-label {
  margin-bottom: 0;
} .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
} .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
} .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
} .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
} .was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
} .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
} .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
} .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
} .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
} .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
} .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
} .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
} .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
} .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(40, 167, 69, 0.25);
} .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
} .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
} .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
} .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
} .invalid-feedback,.invalid-feedback2 {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ec0037;
} .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(236, 0, 55, 0.8);
  border-radius: .2rem;
} .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ec0037;
} .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ec0037;
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.25);
} .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
} .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ec0037;
} .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
} .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ec0037;
} .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff6d8f;
} .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
} .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff2054;
} .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(236, 0, 55, 0.25);
} .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ec0037;
} .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
} .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
} .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.25);
} .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
} .form-inline .form-check {
  width: 100%;
} @media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .form-inline .rw-top-heading .custom-checkbox, .rw-top-heading .form-inline .custom-checkbox, .form-inline .rw-main-title .custom-checkbox, .rw-main-title .form-inline .custom-checkbox {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/**
 *
 * Password eye
 *
 */
.pass-wrap {
  position: relative;
} .toggle-pass {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  color: #ec0037;
} .toggle-pass:after {
  content: "\e908";
} .eye-open:after {
  content: "\e909";
  color: #ec0037;
} .divOuter {
  width: 295px;
  overflow: hidden;
} .divOuter .divInner {
  left: 0;
  position: sticky;
} .divOuter .divInner .partitioned {
  padding: 10px 0 10px 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, #f7f7f7 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 35px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  color: #4d4d4d;
  width: 325px;
  min-width: 325px;
  outline: none;
} .invalid-feedback,.invalid-feedback2, .character-error, .confirm-error, .server-side-error, .alert-nric-malaysia, .alert-nric-singapore {
  font-size: 14px;
  color: #9e1e5c;
  font-weight: 300;
}
    .invalid-feedback .error-text, .invalid-feedback2 .error-text, .character-error .error-text, .confirm-error .error-text, .server-side-error .error-text, .alert-nric-malaysia .error-text, .alert-nric-singapore .error-text {
        padding-left: 25px;
        display: inline-block;
        position: relative;
    }
    .invalid-feedback .icon-alert, .invalid-feedback2 .icon-alert,.character-error .icon-alert, .confirm-error .icon-alert, .server-side-error .icon-alert, .alert-nric-malaysia .icon-alert, .alert-nric-singapore .icon-alert {
        color: #9e1e5c;
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 16px;
    } .server-side-error {
  margin-top: 30px;
  display: none;
} .rw-error {
  display: none;
} .confirm-error, .character-error, .alert-nric-malaysia, .alert-nric-singapore {
  display: none;
  font-size: 14px;
  color: #9e1e5c;
} .your-passport-conditaion .custom-control-label:before, .rw-top-heading .custom-checkbox .custom-control-label:before, .rw-main-title .custom-checkbox .custom-control-label:before {
  top: 33px;
} .your-passport-conditaion .small, .rw-top-heading .custom-checkbox .small, .rw-main-title .custom-checkbox .small {
  font-size: 10px;
  font-weight: 300;
} .btn-fixed-size-2{
    width:150px;
} .rw-password, .rw-new-pw {
    padding-right: 35px;
} .pwTickWrap {
  padding-left: 23px;
  position: relative;
} .pwTickLength, .pwTickAlpNum,.pwTickCapital, .pwTickLower {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
} .pwTickLength .icon-check, .pwTickAlpNum .icon-check, .pwTickCapital .icon-check, .pwTickLower .icon-check {
        font-size: 10px;
        color: #575757;
} .custom-checkbox.your-passport-conditaion .custom-control-label:before, .rw-top-heading .custom-checkbox .custom-control-label:before, .rw-main-title .custom-checkbox .custom-control-label:before {
  width: 20px !important;
  height: 20px !important;
} .custom-checkbox.your-passport-conditaion .custom-control-label:after, .rw-top-heading .custom-checkbox .custom-control-label:after, .rw-main-title .custom-checkbox .custom-control-label:after {
  width: 35px;
  height: 34px;
  top: 25px;
  left: -8px;
} .rw-welcome-resorts-world {
  display: none;
} @media (min-width: 1170px) {
  .rw-input-wrap {
    position: relative;
  }

  .invalid-feedback,.invalid-feedback2, .character-error, .confirm-error, .alert-nric-malaysia, .alert-nric-singapore {
    max-width: 225px;
    position: absolute;
    right: -240px;
    top: 5px;
    margin: 0;
  }
    .invalid-feedback .error-text, .invalid-feedback2 .error-text, .character-error .error-text, .confirm-error .error-text, .alert-nric-malaysia .error-text, .alert-nric-singapore .error-text {
        padding-left: 25px;
    }
    .invalid-feedback .icon-alert, .invalid-feedback2 .icon-alert, .character-error .icon-alert, .confirm-error .icon-alert, .alert-nric-malaysia .icon-alert, .alert-nric-singapore .icon-alert {
        left: 0;
        top: 4px;
    }

  .confirm-error.fpwp {
    right: -170px;
  }

  .email-input-wrap .invalid-feedback {
    top: 25px !important;
  }

  .nric-input-wrap .invalid-feedback, .nric-input-wrap .alert-nric-malaysia, .nric-input-wrap .alert-nric-singapore {
    top: 25px !important;
  }
} @media (min-width: 1170px) {
  .rw-form-wrap {
    max-width: 323px;
  }
}
/*===============================================
=            Style for Select Option            =
===============================================*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
} .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1.2500000004rem;
  font-weight: #f8f9fa;
  width: 100%;
  height: 100%;
} .select-styled {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 41px;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 6px 10px;
  font-weight: 300;
  line-height: 27px;
  color: #4d4d4d;
} .select-styled:after {
  font-family: 'genting-icons' !important;
  content: "\e929";
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 20px;
  color: #ec0037;
} .select-styled:active:after, .select-styled.active:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
} .select-options {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
} .select-options li {
  margin: 0;
  text-indent: 10px;
  line-height: 30px;
} .select-options li:hover {
  background-color: #dfdfdf;
} .select-options li[rel="hide"] {
  display: none;
} .rw-event-dropdown .select-options li {
  text-indent: 0;
  margin: 5px 10px;
}

/*=====  End of Style for Select Option  ======*/
/*===============================================
=            Checkbox for Hotel Booking            =
===============================================*/
.your-booking-conditaion .custom-control-label:before {
  top: 0px;
} .custom-checkbox.your-booking-conditaion .custom-control-label:after {
  top: -7px;
}
/*=====  End of Checkbox for Hotel Booking  ======*/
.btn, .btn-fixed-size {
  display: inline-block;
  font-weight: 700;
  color: #ec0037;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: -0.3px;
  user-select: none;
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 0 1.5rem 3.2px;
  font-size: 0.875rem;
  line-height: 1.4252rem;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} @media screen and (prefers-reduced-motion: reduce) {
  .btn, .btn-fixed-size {
    transition: none;
  }
} .btn:hover, .btn-fixed-size:hover, .btn:focus, .btn-fixed-size:focus {
  text-decoration: none;
} .btn:focus, .btn-fixed-size:focus, .btn.focus, .focus.btn-fixed-size {
  outline: 0;
  box-shadow: none;
} .btn.disabled, .disabled.btn-fixed-size, .btn:disabled, .btn-fixed-size:disabled {
  opacity: 0.65;
  color: #adb5bd;
} .btn:not(:disabled):not(.disabled), .btn-fixed-size:not(:disabled):not(.disabled) {
  cursor: pointer;
} .btn:not(:disabled):not(.disabled):active, .btn-fixed-size:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn-fixed-size:not(:disabled):not(.disabled).active {
  background-image: none;
} a.btn.disabled, a.disabled.btn-fixed-size, fieldset:disabled a.btn, fieldset:disabled a.btn-fixed-size {
  pointer-events: none;
} .btn-primary, .btn-fixed-size {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-primary:hover, .btn-fixed-size:hover {
  color: #fff;
  background-color: #c6002e;
  border-color: #b9002b;
} .btn-primary.disabled, .disabled.btn-fixed-size, .btn-primary:disabled, .btn-fixed-size:disabled {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-primary:not(:disabled):not(.disabled):active, .btn-fixed-size:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-fixed-size:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn-fixed-size {
  color: #fff;
  background-color: #b9002b;
  border-color: #ac0028;
} .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-fixed-size:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-fixed-size:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-fixed-size:focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
} .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
} .btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
} .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
} .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
} .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
} .btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
} .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
} .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
} .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
} .btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
} .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
} .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
} .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
} .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
} .btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
} .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
} .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
} .btn-danger {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-danger:hover {
  color: #fff;
  background-color: #c6002e;
  border-color: #b9002b;
} .btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b9002b;
  border-color: #ac0028;
} .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
} .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
} .btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
} .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
} .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
} .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
} .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
} .btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
} .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
} .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
} .btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
} .btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
} .btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
} .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
} .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
} .btn-light-gray {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
} .btn-light-gray:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #dedede;
} .btn-light-gray.disabled, .btn-light-gray:disabled {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
} .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #dedede;
  border-color: #d7d7d7;
} .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.5);
} .btn-body-gray {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
} .btn-body-gray:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #343434;
} .btn-body-gray.disabled, .btn-body-gray:disabled {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
} .btn-body-gray:not(:disabled):not(.disabled):active, .btn-body-gray:not(:disabled):not(.disabled).active, .show > .btn-body-gray.dropdown-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #2d2d2d;
} .btn-body-gray:not(:disabled):not(.disabled):active:focus, .btn-body-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-body-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(77, 77, 77, 0.5);
} .btn-outline-primary {
  color: #ec0037;
  background-color: transparent;
  background-image: none;
  border-color: #ec0037;
} .btn-outline-primary:hover {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ec0037;
  background-color: transparent;
} .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
} .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
} .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
} .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
} .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
} .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
} .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
} .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} .btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
} .btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
} .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
} .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
} .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
} .btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
} .btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
} .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
} .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
} .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
} .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
} .btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
} .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
} .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
} .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
} .btn-outline-danger {
  color: #ec0037;
  background-color: transparent;
  background-image: none;
  border-color: #ec0037;
} .btn-outline-danger:hover {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ec0037;
  background-color: transparent;
} .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(236, 0, 55, 0.5);
} .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
} .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
} .btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
} .btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
} .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
} .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
} .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
} .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
} .btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
} .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
} .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
} .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
} .btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
} .btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
} .btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
} .btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
} .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
} .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
} .btn-outline-light-gray {
  color: #f7f7f7;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f7;
} .btn-outline-light-gray:hover {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
} .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.5);
} .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
  color: #f7f7f7;
  background-color: transparent;
} .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
} .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.5);
} .btn-outline-body-gray {
  color: #4d4d4d;
  background-color: transparent;
  background-image: none;
  border-color: #4d4d4d;
} .btn-outline-body-gray:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
} .btn-outline-body-gray:focus, .btn-outline-body-gray.focus {
  box-shadow: 0 0 0 0 rgba(77, 77, 77, 0.5);
} .btn-outline-body-gray.disabled, .btn-outline-body-gray:disabled {
  color: #4d4d4d;
  background-color: transparent;
} .btn-outline-body-gray:not(:disabled):not(.disabled):active, .btn-outline-body-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-body-gray.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
} .btn-outline-body-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-body-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(77, 77, 77, 0.5);
} .btn-link {
  font-weight: 400;
  color: #ec0037;
  background-color: transparent;
} .btn-link:hover {
  color: #9e1e5c;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
} .btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
} .btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
} .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-fixed-size {
  padding: 0 2rem 3.2px;
  font-size: 1.2500000004rem;
  line-height: 2.5rem;
  border-radius: 2rem;
} .btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-fixed-size {
  padding: 0 1.5rem 3.2px;
  font-size: 0.765625rem;
  line-height: 1.5rem;
  border-radius: 1rem;
} .btn-block {
  display: block;
  width: 100%;
} .btn-block + .btn-block {
  margin-top: 0.5rem;
} input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
} .fade {
  transition: opacity 0.15s linear;
} @media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
} .fade:not(.show) {
  opacity: 0;
} .collapse:not(.show) {
  display: none;
} .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
} @media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
} .dropup, .dropright, .dropdown, .dropleft {
  position: relative;
} .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} .dropdown-toggle:empty::after {
  margin-left: 0;
} .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.4rem 0.4rem;
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  color: #4d4d4d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
} .dropdown-menu-right {
  right: 0;
  left: auto;
} .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
} .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
} .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
} .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
} .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
} .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
} .dropright .dropdown-toggle::after {
  vertical-align: 0;
} .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
} .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
} .dropleft .dropdown-toggle::after {
  display: none;
} .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
} .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
} .dropleft .dropdown-toggle::before {
  vertical-align: 0;
} .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
} .dropdown-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
} .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
} .dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
} .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ec0037;
} .dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
} .dropdown-menu.show {
  display: block;
} .dropdown-header {
  display: block;
  padding: 0.4rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap;
} .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
} .btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
} .btn-group > .btn, .btn-group > .btn-fixed-size, .btn-group-vertical > .btn, .btn-group-vertical > .btn-fixed-size {
  position: relative;
  flex: 0 1 auto;
} .btn-group > .btn:hover, .btn-group > .btn-fixed-size:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn-fixed-size:hover {
  z-index: 1;
} .btn-group > .btn:focus, .btn-group > .btn-fixed-size:focus, .btn-group > .btn:active, .btn-group > .btn-fixed-size:active, .btn-group > .btn.active, .btn-group > .active.btn-fixed-size, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn-fixed-size:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn-fixed-size:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.btn-fixed-size {
  z-index: 1;
} .btn-group .btn + .btn, .btn-group .btn-fixed-size + .btn, .btn-group .btn + .btn-fixed-size, .btn-group .btn-fixed-size + .btn-fixed-size, .btn-group .btn + .btn-group, .btn-group .btn-fixed-size + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-fixed-size, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn-fixed-size + .btn, .btn-group-vertical .btn + .btn-fixed-size, .btn-group-vertical .btn-fixed-size + .btn-fixed-size, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-fixed-size + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-fixed-size, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
} .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
} .btn-toolbar .input-group {
  width: auto;
} .btn-group > .btn:first-child, .btn-group > .btn-fixed-size:first-child {
  margin-left: 0;
} .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-fixed-size:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .btn-fixed-size {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} .btn-group > .btn:not(:first-child), .btn-group > .btn-fixed-size:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .btn-fixed-size {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
} .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
} .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
} .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-fixed-size + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
} .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-fixed-size + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
} .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
} .btn-group-vertical .btn, .btn-group-vertical .btn-fixed-size, .btn-group-vertical .btn-group {
  width: 100%;
} .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-fixed-size + .btn, .btn-group-vertical > .btn + .btn-fixed-size, .btn-group-vertical > .btn-fixed-size + .btn-fixed-size, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-fixed-size + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-fixed-size, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
} .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-fixed-size:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .btn-fixed-size {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
} .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-fixed-size:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn-fixed-size {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} .btn-group-toggle > .btn, .btn-group-toggle > .btn-fixed-size, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > .btn-fixed-size {
  margin-bottom: 0;
} .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-fixed-size input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-fixed-size input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn-fixed-size input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn-fixed-size input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
} .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
} .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
} .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
} .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
} .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} .input-group > .custom-file {
  display: flex;
  align-items: center;
} .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} .input-group-prepend, .input-group-append {
  display: flex;
} .input-group-prepend .btn, .input-group-prepend .btn-fixed-size, .input-group-append .btn, .input-group-append .btn-fixed-size {
  position: relative;
  z-index: 2;
} .input-group-prepend .btn + .btn, .input-group-prepend .btn-fixed-size + .btn, .input-group-prepend .btn + .btn-fixed-size, .input-group-prepend .btn-fixed-size + .btn-fixed-size, .input-group-prepend .btn + .input-group-text, .input-group-prepend .btn-fixed-size + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .btn-fixed-size, .input-group-append .btn + .btn, .input-group-append .btn-fixed-size + .btn, .input-group-append .btn + .btn-fixed-size, .input-group-append .btn-fixed-size + .btn-fixed-size, .input-group-append .btn + .input-group-text, .input-group-append .btn-fixed-size + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .btn-fixed-size {
  margin-left: -1px;
} .input-group-prepend {
  margin-right: -1px;
} .input-group-append {
  margin-left: -1px;
} .input-group-text {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 27px;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #f7f7f7;
  border-radius: 0.25rem;
} .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
} .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-fixed-size, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .btn-fixed-size, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .btn-fixed-size:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} .input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn-fixed-size, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .btn-fixed-size, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .btn-fixed-size:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} .custom-control, .rw-top-heading .custom-checkbox, .rw-main-title .custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5rem;
} .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
} .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
} .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ec0037;
} .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, none;
} .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffa0b6;
} .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
} .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
} .custom-control-label {
  margin-bottom: 0;
} .custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #ec0037;
} .custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
} .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
} .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ec0037;
} .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/img/icon/checkbox-checked%403x.png");
} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ec0037;
} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
} .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(236, 0, 55, 0.5);
} .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(236, 0, 55, 0.5);
} .custom-radio .custom-control-label::before {
  border-radius: 50%;
} .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ec0037;
} .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
} .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(236, 0, 55, 0.5);
} .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.93125rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.35;
  color: #4d4d4d;
  vertical-align: middle;
  background: #f7f7f7 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #f7f7f7;
  border-radius: 0.25rem;
  appearance: none;
} .custom-select:focus {
  border-color: #f7f7f7;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(247, 247, 247, 0.5);
} .custom-select:focus::-ms-value {
  color: #4d4d4d;
  background-color: #f7f7f7;
} .custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
} .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
} .custom-select::-ms-expand {
  opacity: 0;
} .custom-select-sm {
  height: calc(1.53359375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
} .custom-select-lg {
  height: calc(2.6875000005rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
} .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.93125rem + 2px);
  margin-bottom: 0;
} .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.93125rem + 2px);
  margin: 0;
  opacity: 0;
} .custom-file-input:focus ~ .custom-file-label {
  border-color: #f7f7f7;
  box-shadow: none;
} .custom-file-input:focus ~ .custom-file-label::after {
  border-color: #f7f7f7;
} .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
} .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.93125rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.35;
  color: #4d4d4d;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0.25rem;
} .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(1.93125rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.35;
  color: #4d4d4d;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #f7f7f7;
  border-radius: 0 0.25rem 0.25rem 0;
} .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
} .custom-range:focus {
  outline: none;
} .custom-range::-moz-focus-outer {
  border: 0;
} .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ec0037;
  border: 0;
  border-radius: 1rem;
  appearance: none;
} .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, none;
} .custom-range::-webkit-slider-thumb:active {
  background-color: #ffa0b6;
} .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadada;
  border-color: transparent;
  border-radius: 1rem;
} .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ec0037;
  border: 0;
  border-radius: 1rem;
  appearance: none;
} .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, none;
} .custom-range::-moz-range-thumb:active {
  background-color: #ffa0b6;
} .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadada;
  border-color: transparent;
  border-radius: 1rem;
} .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ec0037;
  border: 0;
  border-radius: 1rem;
  appearance: none;
} .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, none;
} .custom-range::-ms-thumb:active {
  background-color: #ffa0b6;
} .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
} .custom-range::-ms-fill-lower {
  background-color: #dadada;
  border-radius: 1rem;
} .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dadada;
  border-radius: 1rem;
} .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
} .nav-link {
  display: block;
  padding: 0.5rem 1rem;
} .nav-link:hover, .nav-link:focus {
  text-decoration: none;
} .nav-link.disabled {
  color: #6c757d;
} .nav-tabs {
  border-bottom: 1px solid #dadada;
} .nav-tabs .nav-item {
  margin-bottom: -1px;
} .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
} .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dadada;
} .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
} .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dadada #dadada #fff;
} .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} .nav-pills .nav-link {
  border-radius: 0.25rem;
} .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ec0037;
} .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
} .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
} .tab-content > .tab-pane {
  display: none;
} .tab-content > .active {
  display: block;
} .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
} .navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
} .navbar-brand {
  display: inline-block;
  padding-top: 0.2468749997rem;
  padding-bottom: 0.2468749997rem;
  margin-right: 20px;
  font-size: 1.2500000004rem;
  line-height: inherit;
  white-space: nowrap;
  width: 132px;
} .navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
} .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
} @media (max-width: 767.98px) {
  .navbar-nav .order-sm-1 {
    order: 1;
  }
  .navbar-nav .order-sm-2 {
    order: 2;
  }
  .navbar-nav .order-sm-3 {
    order: 3;
  }
  .navbar-nav .order-sm-4 {
    order: 4;
  }
  .navbar-nav .order-sm-5 {
    order: 5;
  }
  .navbar-nav .order-sm-6 {
    order: 6;
  }
} @media (min-width: 768px) {
  .navbar-nav.flex-md-row {
    height: 100%;
    justify-content: flex-start !important;
    flex-direction: column !important;
    height: 550px;
  }
} @media (min-width: 1170px) {
  .navbar-nav.flex-md-row {
    height: auto;
    justify-content: initial !important;
    flex-direction: row !important;
    height: auto;
  }
} .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
} .navbar-nav .dropdown-menu {
  position: static;
  float: none;
} .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
} .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.2500000004rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem;
} .navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
} .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  outline: none;
} .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
} @media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
} @media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
} @media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
} @media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
} @media (max-width: 1169.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
} @media (min-width: 1170px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 1100;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
} @media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
} @media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
} .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
} .navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
} .navbar-expand .navbar-nav {
  flex-direction: row;
} .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
} .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
} .navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
} .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
} .navbar-expand .navbar-toggler {
  display: none;
} .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
} .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
} .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
} .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
} .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
} .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
} .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
} .navbar-dark .navbar-brand {
  color: #fff;
} .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
} .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
} .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
} .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
} .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
} .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
} .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
} .navbar-dark .navbar-text a {
  color: #fff;
} .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
} .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
} .card > hr {
  margin-right: 0;
  margin-left: 0;
} .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
} .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
} .card-body {
  flex: 1 1 auto;
  padding: 15px 5px 5px;
  margin-bottom: 40px;
} @media (min-width: 768px) {
  .card-body {
    padding: 17px 10px 5px;
  }
} @media (min-width: 1170px) {
  .card-body {
    padding: 20px 16px 5px;
  }
} .card-title {
  margin-bottom: 0.75rem;
} .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
} .card-text:last-child {
  margin-bottom: 0;
} .card-link:hover {
  text-decoration: none;
} .card-link + .card-link {
  margin-left: 1.25rem;
} .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
} .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
} .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
} .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
} .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
} .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
} .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
} .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
} .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
} .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
} .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
} .card-deck {
  display: flex;
  flex-direction: column;
} .card-deck .card {
  margin-bottom: 5px;
} @media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }
} .card-group {
  display: flex;
  flex-direction: column;
} .card-group > .card {
  margin-bottom: 5px;
} @media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
} .card-columns .card {
  margin-bottom: 0.75rem;
} @media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
} .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
} .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
} .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
} .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
} .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
} .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
} .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
} .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
} .breadcrumb-item.active {
  color: #6c757d;
} .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
} .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ec0037;
  background-color: #fff;
  border: 1px solid #dadada;
} .page-link:hover {
  z-index: 2;
  color: #9e1e5c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dadada;
} .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
} .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
} .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
} .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
} .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dadada;
} .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.2500000004rem;
  line-height: 1.35;
} .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
} .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
} .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.35;
} .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
} .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
} .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
} .badge:empty {
  display: none;
} .btn .badge, .btn-fixed-size .badge {
  position: relative;
  top: -1px;
} .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
} .badge-primary {
  color: #fff;
  background-color: #ec0037;
} .badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b9002b;
} .badge-secondary {
  color: #fff;
  background-color: #6c757d;
} .badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
} .badge-success {
  color: #fff;
  background-color: #28a745;
} .badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
} .badge-info {
  color: #fff;
  background-color: #17a2b8;
} .badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
} .badge-warning {
  color: #212529;
  background-color: #ffc107;
} .badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
} .badge-danger {
  color: #fff;
  background-color: #ec0037;
} .badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b9002b;
} .badge-light {
  color: #212529;
  background-color: #f8f9fa;
} .badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
} .badge-dark {
  color: #fff;
  background-color: #343a40;
} .badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
} .badge-black {
  color: #fff;
  background-color: #000;
} .badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
} .badge-light-gray {
  color: #212529;
  background-color: #f7f7f7;
} .badge-light-gray[href]:hover, .badge-light-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dedede;
} .badge-body-gray {
  color: #fff;
  background-color: #4d4d4d;
} .badge-body-gray[href]:hover, .badge-body-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #343434;
} .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
} @media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
} .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
} .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
} .alert-heading {
  color: inherit;
} .alert-link {
  font-weight: 700;
} .alert-dismissible {
  padding-right: 3.8125rem;
} .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
} .alert-primary {
  color: #7b001d;
  background-color: #fbccd7;
  border-color: #fab8c7;
} .alert-primary hr {
  border-top-color: #f8a0b4;
} .alert-primary .alert-link {
  color: #480011;
} .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
} .alert-secondary hr {
  border-top-color: #c8cbcf;
} .alert-secondary .alert-link {
  color: #202326;
} .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
} .alert-success hr {
  border-top-color: #b1dfbb;
} .alert-success .alert-link {
  color: #0b2e13;
} .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
} .alert-info hr {
  border-top-color: #abdde5;
} .alert-info .alert-link {
  color: #062c33;
} .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
} .alert-warning hr {
  border-top-color: #ffe8a1;
} .alert-warning .alert-link {
  color: #533f03;
} .alert-danger {
  color: #7b001d;
  background-color: #fbccd7;
  border-color: #fab8c7;
} .alert-danger hr {
  border-top-color: #f8a0b4;
} .alert-danger .alert-link {
  color: #480011;
} .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
} .alert-light hr {
  border-top-color: #ececf6;
} .alert-light .alert-link {
  color: #686868;
} .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
} .alert-dark hr {
  border-top-color: #b9bbbe;
} .alert-dark .alert-link {
  color: #040505;
} .alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
} .alert-black hr {
  border-top-color: #ababab;
} .alert-black .alert-link {
  color: black;
} .alert-light-gray {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
} .alert-light-gray hr {
  border-top-color: #f0f0f0;
} .alert-light-gray .alert-link {
  color: #676767;
} .alert-body-gray {
  color: #282828;
  background-color: #dbdbdb;
  border-color: #cdcdcd;
} .alert-body-gray hr {
  border-top-color: silver;
} .alert-body-gray .alert-link {
  color: #0f0f0f;
} @keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
} .progress {
  display: flex;
  height: 7px;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
} .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7px;
  margin-left: -1px;
  margin-right: -1px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ec0037;
  position: relative;
  transition: width 0.6s ease;
  border-radius: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-animation: scale-up-hor-left 1.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-left 1.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
} @media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
} .progress-bar:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
} .progress-bar:before {
  content: attr(data-points);
  color: #fff;
  position: absolute;
  right: 2px;
  bottom: 19px;
  font-weight: 700;
} .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
} .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-6-12 18:41:5
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
} @keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
} .media {
  display: flex;
  align-items: flex-start;
} .media-body {
  flex: 1;
} .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
} .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
} .list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
} .list-group-item-action:active {
  color: #4d4d4d;
  background-color: #e9ecef;
} .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
} .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
} .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
} .list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
} .list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
} .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ec0037;
  border-color: #ec0037;
} .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
} .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
} .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
} .list-group-item-primary {
  color: #7b001d;
  background-color: #fab8c7;
} .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7b001d;
  background-color: #f8a0b4;
} .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7b001d;
  border-color: #7b001d;
} .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
} .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
} .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
} .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
} .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
} .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
} .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
} .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
} .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
} .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
} .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
} .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
} .list-group-item-danger {
  color: #7b001d;
  background-color: #fab8c7;
} .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7b001d;
  background-color: #f8a0b4;
} .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7b001d;
  border-color: #7b001d;
} .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
} .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
} .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
} .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
} .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
} .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
} .list-group-item-black {
  color: black;
  background-color: #b8b8b8;
} .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
} .list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
} .list-group-item-light-gray {
  color: gray;
  background-color: #fdfdfd;
} .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
  color: gray;
  background-color: #f0f0f0;
} .list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
} .list-group-item-body-gray {
  color: #282828;
  background-color: #cdcdcd;
} .list-group-item-body-gray.list-group-item-action:hover, .list-group-item-body-gray.list-group-item-action:focus {
  color: #282828;
  background-color: silver;
} .list-group-item-body-gray.list-group-item-action.active {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
} .close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  outline: none !important;
} .close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
} .close:not(:disabled):not(.disabled) {
  cursor: pointer;
} button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
} .modal-open {
  overflow: hidden;
  max-height: 100vh;
} .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
} .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
} .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
} .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
} @media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
} .modal.show .modal-dialog {
  transform: translate(0, 0);
} .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
} .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
} .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
} .modal-backdrop.fade {
  opacity: 0;
} .modal-backdrop.show {
  opacity: 0.5;
} .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
} .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
} .modal-title {
  margin-bottom: 0;
  line-height: 1.35;
} .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
} .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
} .modal-footer > :not(:first-child) {
  margin-left: .25rem;
} .modal-footer > :not(:last-child) {
  margin-right: .25rem;
} .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
} @media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
} @media (min-width: 768px) {
  .modal-xl {
    max-width: 700px;
  }
} @media (min-width: 1170px) {
  .modal-xl {
    max-width: 992px;
  }
} @media (min-width: 1200px) {
  .modal-xl {
    max-width: 992px;
  }
}
/*=====================================================================
=            full modal for detail page in Mobile/Tab View            =
=====================================================================*/
@media (max-width: 1169.98px) {
  .rw-full-view-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .rw-full-view-modal .modal-content {
    border: none;
    border-radius: 0;
  }
}
/*=====  End of full modal for detail page in Mobile/Tab View  ======*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Brown, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
} .tooltip.show {
  opacity: 0.9;
} .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
} .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
} .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
} .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
} .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
} .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
} .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
} .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
} .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
} .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
} .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
} .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
} .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
} .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
} .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
} .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Brown, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
} .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
} .popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
} .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
} .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
} .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
} .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
} .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
} .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
} .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
} .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
} .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
} .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
} .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
} .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
} .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
} .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
} .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
} .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
} .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
} .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
} .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
} .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
} .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
} .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
} .popover-header:empty {
  display: none;
} .popover-body {
  padding: 0.5rem 0.75rem;
  color: #4d4d4d;
} .carousel {
  position: relative;
  margin: 60px 0 50px;
} .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
} .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
} @media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
} .carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
} .carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
} .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
} @supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
} .carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
} @supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
} .carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
} @supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
} .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
} .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
} .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
} .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
} @supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
} .carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ec0037;
  text-align: center;
  opacity: 1;
} .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #ec0037;
  text-decoration: none;
  outline: 0;
  opacity: .9;
} .carousel-control-prev {
  left: 0;
} .carousel-control-next {
  right: 0;
} .carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff no-repeat center center;
  border-radius: 50%;
  background-size: 50% 50%;
} .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec0037' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
} .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec0037' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 0;
  list-style: none;
} .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(108, 117, 125, 0.5);
} .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
} .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
} .carousel-indicators .active {
  background-color: #6c757d;
} .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/*----------  casino & hotel 360deg image  ----------*/
.arrow-carousel-control-prev, .arrow-carousel-control-next {
  height: 30px;
  top: 45%;
} .height-view360panorama {
  height: 45vh;
  border-style: none;
} @media (min-width: 768px) {
  .height-view360panorama {
    height: 40vh !important;
  }
}
@media (min-width: 1200px) {
	.height-view360panorama {
		height: 100vh !important;
	}
}
@media (max-width: 600px) {
	.height-view360panorama {
		height: 50vh !important;
	}
}
	.rw-carousel-iframe {
		height: 28vh !important;
		border-style: none;
	}

	.rw-carousel-height .carousel-item {
		height: 220px;
	}

	.rw-carousel-iframe + .container {
		top: 175px;
		bottom: 0;
	}

	@media (min-width: 768px) {
		.rw-carousel-iframe {
			height: 43vh !important;
		}

		.rw-carousel-height .carousel-item {
			height: 340px;
		}

		.rw-carousel-iframe + .container {
			top: 255px;
		}
	}

	@media (min-width: 1170px) {
		.rw-carousel-iframe {
			height: 61vh !important;
		}

		.rw-carousel-height .carousel-item {
			height: 480px;
		}

		.rw-carousel-iframe + .container {
			top: 390px;
		}
	}

	@media (min-width: 1200px) {
		.rw-carousel-iframe {
			height: 85vh !important;
		}
	}
	/*==================================
=            Accordion            =
==================================*/
	.rw-accordion-title {
		border-bottom: solid 2px #dadada;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

		.rw-accordion-title a {
			color: #4d4d4d;
			text-decoration: none;
			position: relative;
			padding-right: 23px;
			transition: 0.5s;
			transform-origin: right center;
			font-weight: 700;
		}

			.rw-accordion-title a::before, .rw-accordion-title a::after {
				transition: 0.5s;
				height: 1.5px;
				width: 8px;
				border-radius: 2px;
				background-color: #ec0037;
				position: absolute;
				top: 10px;
				bottom: 0;
				margin-top: auto;
				margin-bottom: auto;
				content: "";
				transition: 0.5s;
			}

			.rw-accordion-title a[aria-expanded="true"]::before {
				right: 6px;
				transform: rotate(-35deg);
			}

			.rw-accordion-title a[aria-expanded="true"]::after {
				right: 0;
				transform: rotate(35deg);
			}

			.rw-accordion-title a[aria-expanded="false"]::before {
				right: 6px;
				transform: rotate(35deg);
			}

			.rw-accordion-title a[aria-expanded="false"]::after {
				right: 0;
				transform: rotate(-35deg);
			}

			.rw-accordion-title a:hover {
				opacity: .7;
			}

	.rw-accordion {
		margin-bottom: 60px;
	}

	@media (max-width: 767.98px) {
		.rw-accordion {
			margin-bottom: 40px;
		}
	}

	.rw-accordion-content .row, .rw-accordion-content .rwg-new-modal, .rw-accordion-content .rw-transactions-lightbox {
		margin-top: 30px;
	}
	/*============================================
=            link specific styles            =
============================================*/
	.rw-arrow {
		position: relative;
		padding-right: 24px;
	}

		.rw-arrow .ar-down {
			position: absolute;
			right: 2px;
			top: 0;
			bottom: 0;
			margin-top: auto;
			margin-bottom: auto;
			width: 14px;
			height: 8px;
			transition: 0.5s;
			transform-origin: right center;
		}

			.rw-arrow .ar-down::before, .rw-arrow .ar-down::after {
				transition: 0.5s;
				height: 1.5px;
				width: 8px;
				border-radius: 2px;
				background-color: #ec0037;
				position: absolute;
				top: 0;
				bottom: 0;
				margin-top: auto;
				margin-bottom: auto;
				content: "";
			}

			.rw-arrow .ar-down::before {
				left: 0;
				transform: rotate(35deg);
			}

			.rw-arrow .ar-down::after {
				right: 0;
				transform: rotate(-35deg);
			}

		.rw-arrow:hover .ar-down:before, .rw-arrow:hover .ar-down:after {
			background-color: #9e1e5c;
		}

		.rw-arrow:hover .ar-down:before {
			transform: rotate(-35deg);
		}

		.rw-arrow:hover .ar-down:after {
			transform: rotate(35deg);
		}
	/*----------  right arrow link  ----------*/
	.rw-arrow-right:after {
		content: "\e929";
		position: absolute;
		top: 2px;
		transform: rotate(-90deg);
		transition: all 0.2s ease-in-out;
		font-size: 1.2500000004rem;
	}

	.rw-link-icon i {
		padding-right: 5px;
	}

	.custom-control-label:hover:before {
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
	}
	/*----------  Link with plus in circle  ----------*/
	.link-plus {
		font-weight: 700;
	}

		.link-plus i {
			margin-right: 17px;
			font-size: 20px;
			position: relative;
			top: 4px;
		}
	/*=====  End of Link specific styles  ======*/
	.align-baseline {
		vertical-align: baseline !important;
	}

	.align-top {
		vertical-align: top !important;
	}

	.align-middle {
		vertical-align: middle !important;
	}

	.align-bottom {
		vertical-align: bottom !important;
	}

	.align-text-bottom {
		vertical-align: text-bottom !important;
	}

	.align-text-top {
		vertical-align: text-top !important;
	}

	.bg-primary {
		background-color: #ec0037 !important;
	}

	a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
		background-color: #b9002b !important;
	}

	.bg-secondary {
		background-color: #6c757d !important;
	}

	a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
		background-color: #545b62 !important;
	}

	.bg-success {
		background-color: #28a745 !important;
	}

	a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
		background-color: #1e7e34 !important;
	}

	.bg-info {
		background-color: #17a2b8 !important;
	}

	a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
		background-color: #117a8b !important;
	}

	.bg-warning {
		background-color: #ffc107 !important;
	}

	a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
		background-color: #d39e00 !important;
	}

	.bg-danger {
		background-color: #ec0037 !important;
	}

	a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
		background-color: #b9002b !important;
	}

	.bg-light {
		background-color: #f8f9fa !important;
	}

	a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
		background-color: #dae0e5 !important;
	}

	.bg-dark {
		background-color: #343a40 !important;
	}

	a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
		background-color: #1d2124 !important;
	}

	.bg-black {
		background-color: #000 !important;
	}

	a.bg-black:hover, a.bg-black:focus, button.bg-black:hover, button.bg-black:focus {
		background-color: black !important;
	}

	.bg-light-gray {
		background-color: #f7f7f7 !important;
	}

	a.bg-light-gray:hover, a.bg-light-gray:focus, button.bg-light-gray:hover, button.bg-light-gray:focus {
		background-color: #dedede !important;
	}

	.bg-body-gray {
		background-color: #4d4d4d !important;
	}

	a.bg-body-gray:hover, a.bg-body-gray:focus, button.bg-body-gray:hover, button.bg-body-gray:focus {
		background-color: #343434 !important;
	}

	.bg-white {
		background-color: #fff !important;
	}

	.bg-maroon, .rw-top-nav {
		background-color: #9e1e5c !important;
	}

	.bg-transparent {
		background-color: transparent !important;
	}

	.border {
		border: 1px solid #dadada !important;
	}

	.border-top {
		border-top: 1px solid #dadada !important;
	}

	.border-right {
		border-right: 1px solid #dadada !important;
	}

	.border-bottom {
		border-bottom: 1px solid #dadada !important;
	}

	.border-left {
		border-left: 1px solid #dadada !important;
	}

	.border-0 {
		border: 0 !important;
	}

	.border-top-0 {
		border-top: 0 !important;
	}

	.border-right-0 {
		border-right: 0 !important;
	}

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

	.border-left-0 {
		border-left: 0 !important;
	}

	.border-primary {
		border-color: #ec0037 !important;
	}

	.border-secondary {
		border-color: #6c757d !important;
	}

	.border-success {
		border-color: #28a745 !important;
	}

	.border-info {
		border-color: #17a2b8 !important;
	}

	.border-warning {
		border-color: #ffc107 !important;
	}

	.border-danger {
		border-color: #ec0037 !important;
	}

	.border-light {
		border-color: #f8f9fa !important;
	}

	.border-dark {
		border-color: #343a40 !important;
	}

	.border-black {
		border-color: #000 !important;
	}

	.border-light-gray {
		border-color: #f7f7f7 !important;
	}

	.border-body-gray {
		border-color: #4d4d4d !important;
	}

	.border-white {
		border-color: #fff !important;
	}

	.rounded {
		border-radius: 0.5rem !important;
	}

	.rounded-top {
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	}

	.rounded-right {
		border-top-right-radius: 0.25rem !important;
		border-bottom-right-radius: 0.25rem !important;
	}

	.rounded-bottom {
		border-bottom-right-radius: 0.25rem !important;
		border-bottom-left-radius: 0.25rem !important;
	}

	.rounded-left {
		border-top-left-radius: 0.25rem !important;
		border-bottom-left-radius: 0.25rem !important;
	}

	.rounded-circle {
		border-radius: 50% !important;
	}

	.rounded-0 {
		border-radius: 0 !important;
	}

	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}

	.d-none {
		display: none !important;
	}

	.d-inline {
		display: inline !important;
	}

	.d-inline-block {
		display: inline-block !important;
	}

	.d-block, .rw-site-nav .navbar-brand img {
		display: block !important;
	}

	.d-table {
		display: table !important;
	}

	.d-table-row {
		display: table-row !important;
	}

	.d-table-cell {
		display: table-cell !important;
	}

	.d-flex {
		display: flex !important;
	}

	.d-inline-flex {
		display: inline-flex !important;
	}

	@media (min-width: 576px) {
		.d-sm-none {
			display: none !important;
		}

		.d-sm-inline {
			display: inline !important;
		}

		.d-sm-inline-block {
			display: inline-block !important;
		}

		.d-sm-block {
			display: block !important;
		}

		.d-sm-table {
			display: table !important;
		}

		.d-sm-table-row {
			display: table-row !important;
		}

		.d-sm-table-cell {
			display: table-cell !important;
		}

		.d-sm-flex {
			display: flex !important;
		}

		.d-sm-inline-flex {
			display: inline-flex !important;
		}
	}

	@media (min-width: 768px) {
		.d-md-none {
			display: none !important;
		}

		.d-md-inline {
			display: inline !important;
		}

		.d-md-inline-block {
			display: inline-block !important;
		}

		.d-md-block {
			display: block !important;
		}

		.d-md-table {
			display: table !important;
		}

		.d-md-table-row {
			display: table-row !important;
		}

		.d-md-table-cell {
			display: table-cell !important;
		}

		.d-md-flex {
			display: flex !important;
		}

		.d-md-inline-flex {
			display: inline-flex !important;
		}
	}
@media (min-width: 768px) and (max-width:1169px) {
	.d-lk-none {
		display: block !important;
	}
}
@media (min-width: 0px) and (max-width:767px) {
	.d-lk-none {
		display: none !important;
	}
}
@media (min-width: 1170px) {
	.d-lk-none {
		display: none !important;
	}
}
		@media (min-width: 1170px) {
			.d-lg-none {
				display: none !important;
			}

			.d-lg-inline {
				display: inline !important;
			}

			.d-lg-inline-block {
				display: inline-block !important;
			}

			.d-lg-block {
				display: block !important;
			}

			.d-lg-table {
				display: table !important;
			}

			.d-lg-table-row {
				display: table-row !important;
			}

			.d-lg-table-cell {
				display: table-cell !important;
			}

			.d-lg-flex {
				display: flex !important;
			}

			.d-lg-inline-flex {
				display: inline-flex !important;
			}
		}

		@media (min-width: 1200px) {
			.d-xl-none {
				display: none !important;
			}

			.d-xl-inline {
				display: inline !important;
			}

			.d-xl-inline-block {
				display: inline-block !important;
			}

			.d-xl-block {
				display: block !important;
			}

			.d-xl-table {
				display: table !important;
			}

			.d-xl-table-row {
				display: table-row !important;
			}

			.d-xl-table-cell {
				display: table-cell !important;
			}

			.d-xl-flex {
				display: flex !important;
			}

			.d-xl-inline-flex {
				display: inline-flex !important;
			}
		}

		@media print {
			.d-print-none {
				display: none !important;
			}

			.d-print-inline {
				display: inline !important;
			}

			.d-print-inline-block {
				display: inline-block !important;
			}

			.d-print-block {
				display: block !important;
			}

			.d-print-table {
				display: table !important;
			}

			.d-print-table-row {
				display: table-row !important;
			}

			.d-print-table-cell {
				display: table-cell !important;
			}

			.d-print-flex {
				display: flex !important;
			}

			.d-print-inline-flex {
				display: inline-flex !important;
			}
		}

		.embed-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}

		.embed-responsive::before {
			display: block;
			content: "";
		}

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

	.embed-responsive-21by9::before {
		padding-top: 42.8571428571%;
	}

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

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

	.embed-responsive-1by1::before {
		padding-top: 100%;
	}

	.flex-row {
		flex-direction: row !important;
	}

	.flex-column {
		flex-direction: column !important;
	}

	.flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-wrap {
		flex-wrap: wrap !important;
	}

	.flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-fill {
		flex: 1 1 auto !important;
	}

	.flex-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-start {
		justify-content: flex-start !important;
	}

	.justify-content-end {
		justify-content: flex-end !important;
	}

	.justify-content-center {
		justify-content: center !important;
	}

	.justify-content-between {
		justify-content: space-between !important;
	}

	.justify-content-around {
		justify-content: space-around !important;
	}

	.align-items-start {
		align-items: flex-start !important;
	}

	.align-items-end {
		align-items: flex-end !important;
	}

	.align-items-center {
		align-items: center !important;
	}

	.align-items-baseline {
		align-items: baseline !important;
	}

	.align-items-stretch {
		align-items: stretch !important;
	}

	.align-content-start {
		align-content: flex-start !important;
	}

	.align-content-end {
		align-content: flex-end !important;
	}

	.align-content-center {
		align-content: center !important;
	}

	.align-content-between {
		align-content: space-between !important;
	}

	.align-content-around {
		align-content: space-around !important;
	}

	.align-content-stretch {
		align-content: stretch !important;
	}

	.align-self-auto {
		align-self: auto !important;
	}

	.align-self-start {
		align-self: flex-start !important;
	}

	.align-self-end {
		align-self: flex-end !important;
	}

	.align-self-center {
		align-self: center !important;
	}

	.align-self-baseline {
		align-self: baseline !important;
	}

	.align-self-stretch {
		align-self: stretch !important;
	}

	@media (min-width: 576px) {
		.flex-sm-row {
			flex-direction: row !important;
		}

		.flex-sm-column {
			flex-direction: column !important;
		}

		.flex-sm-row-reverse {
			flex-direction: row-reverse !important;
		}

		.flex-sm-column-reverse {
			flex-direction: column-reverse !important;
		}

		.flex-sm-wrap {
			flex-wrap: wrap !important;
		}

		.flex-sm-nowrap {
			flex-wrap: nowrap !important;
		}

		.flex-sm-wrap-reverse {
			flex-wrap: wrap-reverse !important;
		}

		.flex-sm-fill {
			flex: 1 1 auto !important;
		}

		.flex-sm-grow-0 {
			flex-grow: 0 !important;
		}

		.flex-sm-grow-1 {
			flex-grow: 1 !important;
		}

		.flex-sm-shrink-0 {
			flex-shrink: 0 !important;
		}

		.flex-sm-shrink-1 {
			flex-shrink: 1 !important;
		}

		.justify-content-sm-start {
			justify-content: flex-start !important;
		}

		.justify-content-sm-end {
			justify-content: flex-end !important;
		}

		.justify-content-sm-center {
			justify-content: center !important;
		}

		.justify-content-sm-between {
			justify-content: space-between !important;
		}

		.justify-content-sm-around {
			justify-content: space-around !important;
		}

		.align-items-sm-start {
			align-items: flex-start !important;
		}

		.align-items-sm-end {
			align-items: flex-end !important;
		}

		.align-items-sm-center {
			align-items: center !important;
		}

		.align-items-sm-baseline {
			align-items: baseline !important;
		}

		.align-items-sm-stretch {
			align-items: stretch !important;
		}

		.align-content-sm-start {
			align-content: flex-start !important;
		}

		.align-content-sm-end {
			align-content: flex-end !important;
		}

		.align-content-sm-center {
			align-content: center !important;
		}

		.align-content-sm-between {
			align-content: space-between !important;
		}

		.align-content-sm-around {
			align-content: space-around !important;
		}

		.align-content-sm-stretch {
			align-content: stretch !important;
		}

		.align-self-sm-auto {
			align-self: auto !important;
		}

		.align-self-sm-start {
			align-self: flex-start !important;
		}

		.align-self-sm-end {
			align-self: flex-end !important;
		}

		.align-self-sm-center {
			align-self: center !important;
		}

		.align-self-sm-baseline {
			align-self: baseline !important;
		}

		.align-self-sm-stretch {
			align-self: stretch !important;
		}
	}

	@media (min-width: 768px) {
		.flex-md-row {
			flex-direction: row !important;
		}

		.flex-md-column {
			flex-direction: column !important;
		}

		.flex-md-row-reverse {
			flex-direction: row-reverse !important;
		}

		.flex-md-column-reverse {
			flex-direction: column-reverse !important;
		}

		.flex-md-wrap {
			flex-wrap: wrap !important;
		}

		.flex-md-nowrap {
			flex-wrap: nowrap !important;
		}

		.flex-md-wrap-reverse {
			flex-wrap: wrap-reverse !important;
		}

		.flex-md-fill {
			flex: 1 1 auto !important;
		}

		.flex-md-grow-0 {
			flex-grow: 0 !important;
		}

		.flex-md-grow-1 {
			flex-grow: 1 !important;
		}

		.flex-md-shrink-0 {
			flex-shrink: 0 !important;
		}

		.flex-md-shrink-1 {
			flex-shrink: 1 !important;
		}

		.justify-content-md-start {
			justify-content: flex-start !important;
		}

		.justify-content-md-end {
			justify-content: flex-end !important;
		}

		.justify-content-md-center {
			justify-content: center !important;
		}

		.justify-content-md-between {
			justify-content: space-between !important;
		}

		.justify-content-md-around {
			justify-content: space-around !important;
		}

		.align-items-md-start {
			align-items: flex-start !important;
		}

		.align-items-md-end {
			align-items: flex-end !important;
		}

		.align-items-md-center {
			align-items: center !important;
		}

		.align-items-md-baseline {
			align-items: baseline !important;
		}

		.align-items-md-stretch {
			align-items: stretch !important;
		}

		.align-content-md-start {
			align-content: flex-start !important;
		}

		.align-content-md-end {
			align-content: flex-end !important;
		}

		.align-content-md-center {
			align-content: center !important;
		}

		.align-content-md-between {
			align-content: space-between !important;
		}

		.align-content-md-around {
			align-content: space-around !important;
		}

		.align-content-md-stretch {
			align-content: stretch !important;
		}

		.align-self-md-auto {
			align-self: auto !important;
		}

		.align-self-md-start {
			align-self: flex-start !important;
		}

		.align-self-md-end {
			align-self: flex-end !important;
		}

		.align-self-md-center {
			align-self: center !important;
		}

		.align-self-md-baseline {
			align-self: baseline !important;
		}

		.align-self-md-stretch {
			align-self: stretch !important;
		}
	}

	@media (min-width: 1170px) {
		.flex-lg-row {
			flex-direction: row !important;
		}

		.flex-lg-column {
			flex-direction: column !important;
		}

		.flex-lg-row-reverse {
			flex-direction: row-reverse !important;
		}

		.flex-lg-column-reverse {
			flex-direction: column-reverse !important;
		}

		.flex-lg-wrap {
			flex-wrap: wrap !important;
		}

		.flex-lg-nowrap {
			flex-wrap: nowrap !important;
		}

		.flex-lg-wrap-reverse {
			flex-wrap: wrap-reverse !important;
		}

		.flex-lg-fill {
			flex: 1 1 auto !important;
		}

		.flex-lg-grow-0 {
			flex-grow: 0 !important;
		}

		.flex-lg-grow-1 {
			flex-grow: 1 !important;
		}

		.flex-lg-shrink-0 {
			flex-shrink: 0 !important;
		}

		.flex-lg-shrink-1 {
			flex-shrink: 1 !important;
		}

		.justify-content-lg-start {
			justify-content: flex-start !important;
		}

		.justify-content-lg-end {
			justify-content: flex-end !important;
		}

		.justify-content-lg-center {
			justify-content: center !important;
		}

		.justify-content-lg-between {
			justify-content: space-between !important;
		}

		.justify-content-lg-around {
			justify-content: space-around !important;
		}

		.align-items-lg-start {
			align-items: flex-start !important;
		}

		.align-items-lg-end {
			align-items: flex-end !important;
		}

		.align-items-lg-center {
			align-items: center !important;
		}

		.align-items-lg-baseline {
			align-items: baseline !important;
		}

		.align-items-lg-stretch {
			align-items: stretch !important;
		}

		.align-content-lg-start {
			align-content: flex-start !important;
		}

		.align-content-lg-end {
			align-content: flex-end !important;
		}

		.align-content-lg-center {
			align-content: center !important;
		}

		.align-content-lg-between {
			align-content: space-between !important;
		}

		.align-content-lg-around {
			align-content: space-around !important;
		}

		.align-content-lg-stretch {
			align-content: stretch !important;
		}

		.align-self-lg-auto {
			align-self: auto !important;
		}

		.align-self-lg-start {
			align-self: flex-start !important;
		}

		.align-self-lg-end {
			align-self: flex-end !important;
		}

		.align-self-lg-center {
			align-self: center !important;
		}

		.align-self-lg-baseline {
			align-self: baseline !important;
		}

		.align-self-lg-stretch {
			align-self: stretch !important;
		}
	}

	@media (min-width: 1200px) {
		.flex-xl-row {
			flex-direction: row !important;
		}

		.flex-xl-column {
			flex-direction: column !important;
		}

		.flex-xl-row-reverse {
			flex-direction: row-reverse !important;
		}

		.flex-xl-column-reverse {
			flex-direction: column-reverse !important;
		}

		.flex-xl-wrap {
			flex-wrap: wrap !important;
		}

		.flex-xl-nowrap {
			flex-wrap: nowrap !important;
		}

		.flex-xl-wrap-reverse {
			flex-wrap: wrap-reverse !important;
		}

		.flex-xl-fill {
			flex: 1 1 auto !important;
		}

		.flex-xl-grow-0 {
			flex-grow: 0 !important;
		}

		.flex-xl-grow-1 {
			flex-grow: 1 !important;
		}

		.flex-xl-shrink-0 {
			flex-shrink: 0 !important;
		}

		.flex-xl-shrink-1 {
			flex-shrink: 1 !important;
		}

		.justify-content-xl-start {
			justify-content: flex-start !important;
		}

		.justify-content-xl-end {
			justify-content: flex-end !important;
		}

		.justify-content-xl-center {
			justify-content: center !important;
		}

		.justify-content-xl-between {
			justify-content: space-between !important;
		}

		.justify-content-xl-around {
			justify-content: space-around !important;
		}

		.align-items-xl-start {
			align-items: flex-start !important;
		}

		.align-items-xl-end {
			align-items: flex-end !important;
		}

		.align-items-xl-center {
			align-items: center !important;
		}

		.align-items-xl-baseline {
			align-items: baseline !important;
		}

		.align-items-xl-stretch {
			align-items: stretch !important;
		}

		.align-content-xl-start {
			align-content: flex-start !important;
		}

		.align-content-xl-end {
			align-content: flex-end !important;
		}

		.align-content-xl-center {
			align-content: center !important;
		}

		.align-content-xl-between {
			align-content: space-between !important;
		}

		.align-content-xl-around {
			align-content: space-around !important;
		}

		.align-content-xl-stretch {
			align-content: stretch !important;
		}

		.align-self-xl-auto {
			align-self: auto !important;
		}

		.align-self-xl-start {
			align-self: flex-start !important;
		}

		.align-self-xl-end {
			align-self: flex-end !important;
		}

		.align-self-xl-center {
			align-self: center !important;
		}

		.align-self-xl-baseline {
			align-self: baseline !important;
		}

		.align-self-xl-stretch {
			align-self: stretch !important;
		}
	}

	.float-left, .rw-member-type .rw-silver-range, .rw-member-type .rw-goldplus-range {
		float: left !important;
	}

	.float-right, .rw-member-type .rw-goldplus-range {
		float: right !important;
	}

	.float-none {
		float: none !important;
	}

	@media (min-width: 576px) {
		.float-sm-left {
			float: left !important;
		}

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

		.float-sm-none {
			float: none !important;
		}
	}

	@media (min-width: 768px) {
		.float-md-left {
			float: left !important;
		}

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

		.float-md-none {
			float: none !important;
		}
	}

	@media (min-width: 1170px) {
		.float-lg-left {
			float: left !important;
		}

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

		.float-lg-none {
			float: none !important;
		}
	}

	@media (min-width: 1200px) {
		.float-xl-left {
			float: left !important;
		}

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

		.float-xl-none {
			float: none !important;
		}
	}

	.position-static {
		position: static !important;
	}

	.position-relative {
		position: relative !important;
	}

	.position-absolute {
		position: absolute !important;
	}

	.position-fixed {
		position: fixed !important;
	}

	.position-sticky {
		position: sticky !important;
	}

	.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.fixed-bottom {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}

	@supports (position: sticky) {
		.sticky-top, .title-with-bg {
			position: sticky;
			top: 0;
			z-index: 1020;
		}
	}

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

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

	.shadow-sm {
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	}

	.shadow {
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	}

	.shadow-lg {
		box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	}

	.shadow-none {
		box-shadow: none !important;
	}

	.w-25 {
		width: 25% !important;
	}

	.w-50 {
		width: 50% !important;
	}

	.w-75 {
		width: 75% !important;
	}

	.w-100 {
		width: 100% !important;
	}

	.w-auto {
		width: auto !important;
	}

	.h-25 {
		height: 25% !important;
	}

	.h-50 {
		height: 50% !important;
	}

	.h-75 {
		height: 75% !important;
	}

	.h-100, .rw-app-add .row, .rw-app-add .rwg-new-modal, .rw-app-add .rw-transactions-lightbox {
		height: 100% !important;
	}

	.h-auto {
		height: auto !important;
	}

	.mw-100 {
		max-width: 100% !important;
	}

	.mh-100 {
		max-height: 100% !important;
	}

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

	.mt-0, .my-0 {
		margin-top: 0 !important;
	}

	.mr-0, .mx-0 {
		margin-right: 0 !important;
	}

	.mb-0, .my-0 {
		margin-bottom: 0 !important;
	}

	.ml-0, .mx-0 {
		margin-left: 0 !important;
	}

	.m-1 {
		margin: 5px !important;
	}

	.mt-1, .my-1 {
		margin-top: 5px !important;
	}

	.mr-1, .mx-1 {
		margin-right: 5px !important;
	}

	.mb-1, .my-1 {
		margin-bottom: 5px !important;
	}

	.ml-1, .mx-1 {
		margin-left: 5px !important;
	}

	.m-2 {
		margin: 10px !important;
	}

	.mt-2, .my-2 {
		margin-top: 10px !important;
	}

	.mr-2, .mx-2 {
		margin-right: 10px !important;
	}

	.mb-2, .my-2 {
		margin-bottom: 10px !important;
	}

	.ml-2, .mx-2 {
		margin-left: 10px !important;
	}

	.m-3 {
		margin: 20px !important;
	}

	.mt-3, .my-3 {
		margin-top: 20px !important;
	}

	.mr-3, .mx-3 {
		margin-right: 20px !important;
	}

	.mb-3, .title-with-bg, .my-3 {
		margin-bottom: 20px !important;
	}

	.ml-3, .mx-3 {
		margin-left: 20px !important;
	}

	.m-4 {
		margin: 30px !important;
	}

	.mt-4, .my-4 {
		margin-top: 30px !important;
	}

	.mr-4, .mx-4 {
		margin-right: 30px !important;
	}

	.mb-4, .my-4 {
		margin-bottom: 30px !important;
	}

	.ml-4, .mx-4 {
		margin-left: 30px !important;
	}

	.m-5 {
		margin: 60px !important;
	}

	.mt-5, .my-5 {
		margin-top: 60px !important;
	}

	.mr-5, .mx-5 {
		margin-right: 60px !important;
	}

	.mb-5, .my-5 {
		margin-bottom: 60px !important;
	}

	.ml-5, .mx-5 {
		margin-left: 60px !important;
	}

	.m-6 {
		margin: 80px !important;
	}

	.mt-6, .my-6 {
		margin-top: 80px !important;
	}

	.mr-6, .mx-6 {
		margin-right: 80px !important;
	}

	.mb-6, .my-6 {
		margin-bottom: 80px !important;
	}

	.ml-6, .mx-6 {
		margin-left: 80px !important;
	}

	.m-7 {
		margin: 100px !important;
	}

	.mt-7, .my-7 {
		margin-top: 100px !important;
	}

	.mr-7, .mx-7 {
		margin-right: 100px !important;
	}

	.mb-7, .my-7 {
		margin-bottom: 100px !important;
	}

	.ml-7, .mx-7 {
		margin-left: 100px !important;
	}

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

	.pt-0, .py-0 {
		padding-top: 0 !important;
	}

	.pr-0, .px-0 {
		padding-right: 0 !important;
	}

	.pb-0, .py-0 {
		padding-bottom: 0 !important;
	}

	.pl-0, .px-0 {
		padding-left: 0 !important;
	}

	.p-1 {
		padding: 5px !important;
	}

	.pt-1, .py-1 {
		padding-top: 5px !important;
	}

	.pr-1, .px-1 {
		padding-right: 5px !important;
	}

	.pb-1, .py-1 {
		padding-bottom: 5px !important;
	}

	.pl-1, .px-1 {
		padding-left: 5px !important;
	}

	.p-2 {
		padding: 10px !important;
	}

	.pt-2, .py-2, .title-with-bg {
		padding-top: 10px !important;
	}

	.pr-2, .px-2 {
		padding-right: 10px !important;
	}

	.pb-2, .py-2, .title-with-bg {
		padding-bottom: 10px !important;
	}

	.pl-2, .px-2 {
		padding-left: 10px !important;
	}

	.p-3 {
		padding: 20px !important;
	}

	.pt-3, .py-3 {
		padding-top: 20px !important;
	}

	.pr-3, .px-3 {
		padding-right: 20px !important;
	}

	.pb-3, .py-3 {
		padding-bottom: 20px !important;
	}

	.pl-3, .px-3 {
		padding-left: 20px !important;
	}

	.p-4 {
		padding: 30px !important;
	}

	.pt-4, .py-4 {
		padding-top: 30px !important;
	}

	.pr-4, .px-4 {
		padding-right: 30px !important;
	}

	.pb-4, .py-4 {
		padding-bottom: 30px !important;
	}

	.pl-4, .px-4 {
		padding-left: 30px !important;
	}

	.p-5 {
		padding: 60px !important;
	}

	.pt-5, .py-5 {
		padding-top: 60px !important;
	}

	.pr-5, .px-5 {
		padding-right: 60px !important;
	}

	.pb-5, .py-5 {
		padding-bottom: 60px !important;
	}

	.pl-5, .px-5 {
		padding-left: 60px !important;
	}

	.p-6 {
		padding: 80px !important;
	}

	.pt-6, .py-6 {
		padding-top: 80px !important;
	}

	.pr-6, .px-6 {
		padding-right: 80px !important;
	}

	.pb-6, .py-6 {
		padding-bottom: 80px !important;
	}

	.pl-6, .px-6 {
		padding-left: 80px !important;
	}

	.p-7 {
		padding: 100px !important;
	}

	.pt-7, .py-7 {
		padding-top: 100px !important;
	}

	.pr-7, .px-7 {
		padding-right: 100px !important;
	}

	.pb-7, .py-7 {
		padding-bottom: 100px !important;
	}

	.pl-7, .px-7 {
		padding-left: 100px !important;
	}

	.m-auto {
		margin: auto !important;
	}

	.mt-auto, .my-auto {
		margin-top: auto !important;
	}

	.mr-auto, .mx-auto {
		margin-right: auto !important;
	}

	.mb-auto, .my-auto {
		margin-bottom: auto !important;
	}

	.ml-auto, .mx-auto {
		margin-left: auto !important;
	}

	@media (min-width: 576px) {
		.m-sm-0 {
			margin: 0 !important;
		}

		.mt-sm-0,
		.my-sm-0 {
			margin-top: 0 !important;
		}

		.mr-sm-0,
		.mx-sm-0 {
			margin-right: 0 !important;
		}

		.mb-sm-0,
		.my-sm-0 {
			margin-bottom: 0 !important;
		}

		.ml-sm-0,
		.mx-sm-0 {
			margin-left: 0 !important;
		}

		.m-sm-1 {
			margin: 5px !important;
		}

		.mt-sm-1,
		.my-sm-1 {
			margin-top: 5px !important;
		}

		.mr-sm-1,
		.mx-sm-1 {
			margin-right: 5px !important;
		}

		.mb-sm-1,
		.my-sm-1 {
			margin-bottom: 5px !important;
		}

		.ml-sm-1,
		.mx-sm-1 {
			margin-left: 5px !important;
		}

		.m-sm-2 {
			margin: 10px !important;
		}

		.mt-sm-2,
		.my-sm-2 {
			margin-top: 10px !important;
		}

		.mr-sm-2,
		.mx-sm-2 {
			margin-right: 10px !important;
		}

		.mb-sm-2,
		.my-sm-2 {
			margin-bottom: 10px !important;
		}

		.ml-sm-2,
		.mx-sm-2 {
			margin-left: 10px !important;
		}

		.m-sm-3 {
			margin: 20px !important;
		}

		.mt-sm-3,
		.my-sm-3 {
			margin-top: 20px !important;
		}

		.mr-sm-3,
		.mx-sm-3 {
			margin-right: 20px !important;
		}

		.mb-sm-3,
		.my-sm-3 {
			margin-bottom: 20px !important;
		}

		.ml-sm-3,
		.mx-sm-3 {
			margin-left: 20px !important;
		}

		.m-sm-4 {
			margin: 30px !important;
		}

		.mt-sm-4,
		.my-sm-4 {
			margin-top: 30px !important;
		}

		.mr-sm-4,
		.mx-sm-4 {
			margin-right: 30px !important;
		}

		.mb-sm-4,
		.my-sm-4 {
			margin-bottom: 30px !important;
		}

		.ml-sm-4,
		.mx-sm-4 {
			margin-left: 30px !important;
		}

		.m-sm-5 {
			margin: 60px !important;
		}

		.mt-sm-5,
		.my-sm-5 {
			margin-top: 60px !important;
		}

		.mr-sm-5,
		.mx-sm-5 {
			margin-right: 60px !important;
		}

		.mb-sm-5,
		.my-sm-5 {
			margin-bottom: 60px !important;
		}

		.ml-sm-5,
		.mx-sm-5 {
			margin-left: 60px !important;
		}

		.m-sm-6 {
			margin: 80px !important;
		}

		.mt-sm-6,
		.my-sm-6 {
			margin-top: 80px !important;
		}

		.mr-sm-6,
		.mx-sm-6 {
			margin-right: 80px !important;
		}

		.mb-sm-6,
		.my-sm-6 {
			margin-bottom: 80px !important;
		}

		.ml-sm-6,
		.mx-sm-6 {
			margin-left: 80px !important;
		}

		.m-sm-7 {
			margin: 100px !important;
		}

		.mt-sm-7,
		.my-sm-7 {
			margin-top: 100px !important;
		}

		.mr-sm-7,
		.mx-sm-7 {
			margin-right: 100px !important;
		}

		.mb-sm-7,
		.my-sm-7 {
			margin-bottom: 100px !important;
		}

		.ml-sm-7,
		.mx-sm-7 {
			margin-left: 100px !important;
		}

		.p-sm-0 {
			padding: 0 !important;
		}

		.pt-sm-0,
		.py-sm-0 {
			padding-top: 0 !important;
		}

		.pr-sm-0,
		.px-sm-0 {
			padding-right: 0 !important;
		}

		.pb-sm-0,
		.py-sm-0 {
			padding-bottom: 0 !important;
		}

		.pl-sm-0,
		.px-sm-0 {
			padding-left: 0 !important;
		}

		.p-sm-1 {
			padding: 5px !important;
		}

		.pt-sm-1,
		.py-sm-1 {
			padding-top: 5px !important;
		}

		.pr-sm-1,
		.px-sm-1 {
			padding-right: 5px !important;
		}

		.pb-sm-1,
		.py-sm-1 {
			padding-bottom: 5px !important;
		}

		.pl-sm-1,
		.px-sm-1 {
			padding-left: 5px !important;
		}

		.p-sm-2 {
			padding: 10px !important;
		}

		.pt-sm-2,
		.py-sm-2 {
			padding-top: 10px !important;
		}

		.pr-sm-2,
		.px-sm-2 {
			padding-right: 10px !important;
		}

		.pb-sm-2,
		.py-sm-2 {
			padding-bottom: 10px !important;
		}

		.pl-sm-2,
		.px-sm-2 {
			padding-left: 10px !important;
		}

		.p-sm-3 {
			padding: 20px !important;
		}

		.pt-sm-3,
		.py-sm-3 {
			padding-top: 20px !important;
		}

		.pr-sm-3,
		.px-sm-3 {
			padding-right: 20px !important;
		}

		.pb-sm-3,
		.py-sm-3 {
			padding-bottom: 20px !important;
		}

		.pl-sm-3,
		.px-sm-3 {
			padding-left: 20px !important;
		}

		.p-sm-4 {
			padding: 30px !important;
		}

		.pt-sm-4,
		.py-sm-4 {
			padding-top: 30px !important;
		}

		.pr-sm-4,
		.px-sm-4 {
			padding-right: 30px !important;
		}

		.pb-sm-4,
		.py-sm-4 {
			padding-bottom: 30px !important;
		}

		.pl-sm-4,
		.px-sm-4 {
			padding-left: 30px !important;
		}

		.p-sm-5 {
			padding: 60px !important;
		}

		.pt-sm-5,
		.py-sm-5 {
			padding-top: 60px !important;
		}

		.pr-sm-5,
		.px-sm-5 {
			padding-right: 60px !important;
		}

		.pb-sm-5,
		.py-sm-5 {
			padding-bottom: 60px !important;
		}

		.pl-sm-5,
		.px-sm-5 {
			padding-left: 60px !important;
		}

		.p-sm-6 {
			padding: 80px !important;
		}

		.pt-sm-6,
		.py-sm-6 {
			padding-top: 80px !important;
		}

		.pr-sm-6,
		.px-sm-6 {
			padding-right: 80px !important;
		}

		.pb-sm-6,
		.py-sm-6 {
			padding-bottom: 80px !important;
		}

		.pl-sm-6,
		.px-sm-6 {
			padding-left: 80px !important;
		}

		.p-sm-7 {
			padding: 100px !important;
		}

		.pt-sm-7,
		.py-sm-7 {
			padding-top: 100px !important;
		}

		.pr-sm-7,
		.px-sm-7 {
			padding-right: 100px !important;
		}

		.pb-sm-7,
		.py-sm-7 {
			padding-bottom: 100px !important;
		}

		.pl-sm-7,
		.px-sm-7 {
			padding-left: 100px !important;
		}

		.m-sm-auto {
			margin: auto !important;
		}

		.mt-sm-auto,
		.my-sm-auto {
			margin-top: auto !important;
		}

		.mr-sm-auto,
		.mx-sm-auto {
			margin-right: auto !important;
		}

		.mb-sm-auto,
		.my-sm-auto {
			margin-bottom: auto !important;
		}

		.ml-sm-auto,
		.mx-sm-auto {
			margin-left: auto !important;
		}
	}

	@media (min-width: 768px) {
		.m-md-0 {
			margin: 0 !important;
		}

		.mt-md-0,
		.my-md-0 {
			margin-top: 0 !important;
		}

		.mr-md-0,
		.mx-md-0 {
			margin-right: 0 !important;
		}

		.mb-md-0,
		.my-md-0 {
			margin-bottom: 0 !important;
		}

		.ml-md-0,
		.mx-md-0 {
			margin-left: 0 !important;
		}

		.m-md-1 {
			margin: 5px !important;
		}

		.mt-md-1,
		.my-md-1 {
			margin-top: 5px !important;
		}

		.mr-md-1,
		.mx-md-1 {
			margin-right: 5px !important;
		}

		.mb-md-1,
		.my-md-1 {
			margin-bottom: 5px !important;
		}

		.ml-md-1,
		.mx-md-1 {
			margin-left: 5px !important;
		}

		.m-md-2 {
			margin: 10px !important;
		}

		.mt-md-2,
		.my-md-2 {
			margin-top: 10px !important;
		}

		.mr-md-2,
		.mx-md-2 {
			margin-right: 10px !important;
		}

		.mb-md-2,
		.my-md-2 {
			margin-bottom: 10px !important;
		}

		.ml-md-2,
		.mx-md-2 {
			margin-left: 10px !important;
		}

		.m-md-3 {
			margin: 20px !important;
		}

		.mt-md-3,
		.my-md-3 {
			margin-top: 20px !important;
		}

		.mr-md-3,
		.mx-md-3 {
			margin-right: 20px !important;
		}

		.mb-md-3,
		.my-md-3 {
			margin-bottom: 20px !important;
		}

		.ml-md-3,
		.mx-md-3 {
			margin-left: 20px !important;
		}

		.m-md-4 {
			margin: 30px !important;
		}

		.mt-md-4,
		.my-md-4 {
			margin-top: 30px !important;
		}

		.mr-md-4,
		.mx-md-4 {
			margin-right: 30px !important;
		}

		.mb-md-4,
		.my-md-4 {
			margin-bottom: 30px !important;
		}

		.ml-md-4,
		.mx-md-4 {
			margin-left: 30px !important;
		}

		.m-md-5 {
			margin: 60px !important;
		}

		.mt-md-5,
		.my-md-5 {
			margin-top: 60px !important;
		}

		.mr-md-5,
		.mx-md-5 {
			margin-right: 60px !important;
		}

		.mb-md-5,
		.my-md-5 {
			margin-bottom: 60px !important;
		}

		.ml-md-5,
		.mx-md-5 {
			margin-left: 60px !important;
		}

		.m-md-6 {
			margin: 80px !important;
		}

		.mt-md-6,
		.my-md-6 {
			margin-top: 80px !important;
		}

		.mr-md-6,
		.mx-md-6 {
			margin-right: 80px !important;
		}

		.mb-md-6,
		.my-md-6 {
			margin-bottom: 80px !important;
		}

		.ml-md-6,
		.mx-md-6 {
			margin-left: 80px !important;
		}

		.m-md-7 {
			margin: 100px !important;
		}

		.mt-md-7,
		.my-md-7 {
			margin-top: 100px !important;
		}

		.mr-md-7,
		.mx-md-7 {
			margin-right: 100px !important;
		}

		.mb-md-7,
		.my-md-7 {
			margin-bottom: 100px !important;
		}

		.ml-md-7,
		.mx-md-7 {
			margin-left: 100px !important;
		}

		.p-md-0 {
			padding: 0 !important;
		}

		.pt-md-0,
		.py-md-0 {
			padding-top: 0 !important;
		}

		.pr-md-0,
		.px-md-0 {
			padding-right: 0 !important;
		}

		.pb-md-0,
		.py-md-0 {
			padding-bottom: 0 !important;
		}

		.pl-md-0,
		.px-md-0 {
			padding-left: 0 !important;
		}

		.p-md-1 {
			padding: 5px !important;
		}

		.pt-md-1,
		.py-md-1 {
			padding-top: 5px !important;
		}

		.pr-md-1,
		.px-md-1 {
			padding-right: 5px !important;
		}

		.pb-md-1,
		.py-md-1 {
			padding-bottom: 5px !important;
		}

		.pl-md-1,
		.px-md-1 {
			padding-left: 5px !important;
		}

		.p-md-2 {
			padding: 10px !important;
		}

		.pt-md-2,
		.py-md-2 {
			padding-top: 10px !important;
		}

		.pr-md-2,
		.px-md-2 {
			padding-right: 10px !important;
		}

		.pb-md-2,
		.py-md-2 {
			padding-bottom: 10px !important;
		}

		.pl-md-2,
		.px-md-2 {
			padding-left: 10px !important;
		}

		.p-md-3 {
			padding: 20px !important;
		}

		.pt-md-3,
		.py-md-3 {
			padding-top: 20px !important;
		}

		.pr-md-3,
		.px-md-3 {
			padding-right: 20px !important;
		}

		.pb-md-3,
		.py-md-3 {
			padding-bottom: 20px !important;
		}

		.pl-md-3,
		.px-md-3 {
			padding-left: 20px !important;
		}

		.p-md-4 {
			padding: 30px !important;
		}

		.pt-md-4,
		.py-md-4 {
			padding-top: 30px !important;
		}

		.pr-md-4,
		.px-md-4 {
			padding-right: 30px !important;
		}

		.pb-md-4,
		.py-md-4 {
			padding-bottom: 30px !important;
		}

		.pl-md-4,
		.px-md-4 {
			padding-left: 30px !important;
		}

		.p-md-5 {
			padding: 60px !important;
		}

		.pt-md-5,
		.py-md-5 {
			padding-top: 60px !important;
		}

		.pr-md-5,
		.px-md-5 {
			padding-right: 60px !important;
		}

		.pb-md-5,
		.py-md-5 {
			padding-bottom: 60px !important;
		}

		.pl-md-5,
		.px-md-5 {
			padding-left: 50px !important;
			padding-right: 50px !important;
		}

		.p-md-6 {
			padding: 80px !important;
		}

		.pt-md-6,
		.py-md-6 {
			padding-top: 80px !important;
		}

		.pr-md-6,
		.px-md-6 {
			padding-right: 80px !important;
		}

		.pb-md-6,
		.py-md-6 {
			padding-bottom: 80px !important;
		}

		.pl-md-6,
		.px-md-6 {
			padding-left: 80px !important;
		}

		.p-md-7 {
			padding: 100px !important;
		}

		.pt-md-7,
		.py-md-7 {
			padding-top: 100px !important;
		}

		.pr-md-7,
		.px-md-7 {
			padding-right: 100px !important;
		}

		.pb-md-7,
		.py-md-7 {
			padding-bottom: 100px !important;
		}

		.pl-md-7,
		.px-md-7 {
			padding-left: 100px !important;
		}

		.m-md-auto {
			margin: auto !important;
		}

		.mt-md-auto,
		.my-md-auto {
			margin-top: auto !important;
		}

		.mr-md-auto,
		.mx-md-auto {
			margin-right: auto !important;
		}

		.mb-md-auto,
		.my-md-auto {
			margin-bottom: auto !important;
		}

		.ml-md-auto,
		.mx-md-auto {
			margin-left: auto !important;
		}
	}

	@media (min-width: 1170px) {
		.m-lg-0 {
			margin: 0 !important;
		}

		.mt-lg-0,
		.my-lg-0 {
			margin-top: 0 !important;
		}

		.mr-lg-0,
		.mx-lg-0 {
			margin-right: 0 !important;
		}

		.mb-lg-0,
		.my-lg-0 {
			margin-bottom: 0 !important;
		}

		.ml-lg-0,
		.mx-lg-0 {
			margin-left: 0 !important;
		}

		.m-lg-1 {
			margin: 5px !important;
		}

		.mt-lg-1,
		.my-lg-1 {
			margin-top: 5px !important;
		}

		.mr-lg-1,
		.mx-lg-1 {
			margin-right: 5px !important;
		}

		.mb-lg-1,
		.my-lg-1 {
			margin-bottom: 5px !important;
		}

		.ml-lg-1,
		.mx-lg-1 {
			margin-left: 5px !important;
		}

		.m-lg-2 {
			margin: 10px !important;
		}

		.mt-lg-2,
		.my-lg-2 {
			margin-top: 10px !important;
		}

		.mr-lg-2,
		.mx-lg-2 {
			margin-right: 10px !important;
		}

		.mb-lg-2,
		.my-lg-2 {
			margin-bottom: 10px !important;
		}

		.ml-lg-2,
		.mx-lg-2 {
			margin-left: 10px !important;
		}

		.m-lg-3 {
			margin: 20px !important;
		}

		.mt-lg-3,
		.my-lg-3 {
			margin-top: 20px !important;
		}

		.mr-lg-3,
		.mx-lg-3 {
			margin-right: 20px !important;
		}

		.mb-lg-3,
		.my-lg-3 {
			margin-bottom: 20px !important;
		}

		.ml-lg-3,
		.mx-lg-3 {
			margin-left: 20px !important;
		}

		.m-lg-4 {
			margin: 30px !important;
		}

		.mt-lg-4,
		.my-lg-4 {
			margin-top: 30px !important;
		}

		.mr-lg-4,
		.mx-lg-4 {
			margin-right: 30px !important;
		}

		.mb-lg-4,
		.my-lg-4 {
			margin-bottom: 30px !important;
		}

		.ml-lg-4,
		.mx-lg-4 {
			margin-left: 30px !important;
		}

		.m-lg-5 {
			margin: 60px !important;
		}

		.mt-lg-5,
		.my-lg-5 {
			margin-top: 60px !important;
		}

		.mr-lg-5,
		.mx-lg-5 {
			margin-right: 60px !important;
		}

		.mb-lg-5,
		.my-lg-5 {
			margin-bottom: 60px !important;
		}

		.ml-lg-5,
		.mx-lg-5 {
			margin-left: 60px !important;
		}

		.m-lg-6 {
			margin: 80px !important;
		}

		.mt-lg-6,
		.my-lg-6 {
			margin-top: 80px !important;
		}

		.mr-lg-6,
		.mx-lg-6 {
			margin-right: 80px !important;
		}

		.mb-lg-6,
		.my-lg-6 {
			margin-bottom: 80px !important;
		}

		.ml-lg-6,
		.mx-lg-6 {
			margin-left: 80px !important;
		}

		.m-lg-7 {
			margin: 100px !important;
		}

		.mt-lg-7,
		.my-lg-7 {
			margin-top: 100px !important;
		}

		.mr-lg-7,
		.mx-lg-7 {
			margin-right: 100px !important;
		}

		.mb-lg-7,
		.my-lg-7 {
			margin-bottom: 100px !important;
		}

		.ml-lg-7,
		.mx-lg-7 {
			margin-left: 100px !important;
		}

		.p-lg-0 {
			padding: 0 !important;
		}

		.pt-lg-0,
		.py-lg-0 {
			padding-top: 0 !important;
		}

		.pr-lg-0,
		.px-lg-0 {
			padding-right: 0 !important;
		}

		.pb-lg-0,
		.py-lg-0 {
			padding-bottom: 0 !important;
		}

		.pl-lg-0,
		.px-lg-0 {
			padding-left: 50px !important;
			padding-right: 50px !important;
		}

		.p-lg-1 {
			padding: 5px !important;
		}

		.pt-lg-1,
		.py-lg-1 {
			padding-top: 5px !important;
		}

		.pr-lg-1,
		.px-lg-1 {
			padding-right: 5px !important;
		}

		.pb-lg-1,
		.py-lg-1 {
			padding-bottom: 5px !important;
		}

		.pl-lg-1,
		.px-lg-1 {
			padding-left: 5px !important;
		}

		.p-lg-2 {
			padding: 10px !important;
		}

		.pt-lg-2,
		.py-lg-2 {
			padding-top: 10px !important;
		}

		.pr-lg-2,
		.px-lg-2 {
			padding-right: 10px !important;
		}

		.pb-lg-2,
		.py-lg-2 {
			padding-bottom: 10px !important;
		}

		.pl-lg-2,
		.px-lg-2 {
			padding-left: 10px !important;
		}

		.p-lg-3 {
			padding: 20px !important;
		}

		.pt-lg-3,
		.py-lg-3 {
			padding-top: 20px !important;
		}

		.pr-lg-3,
		.px-lg-3 {
			padding-right: 20px !important;
		}

		.pb-lg-3,
		.py-lg-3 {
			padding-bottom: 20px !important;
		}

		.pl-lg-3,
		.px-lg-3 {
			padding-left: 20px !important;
		}

		.p-lg-4 {
			padding: 30px !important;
		}

		.pt-lg-4,
		.py-lg-4 {
			padding-top: 30px !important;
		}

		.pr-lg-4,
		.px-lg-4 {
			padding-right: 30px !important;
		}

		.pb-lg-4,
		.py-lg-4 {
			padding-bottom: 30px !important;
		}

		.pl-lg-4,
		.px-lg-4 {
			padding-left: 30px !important;
		}

		.p-lg-5 {
			padding: 60px !important;
		}

		.pt-lg-5,
		.py-lg-5 {
			padding-top: 60px !important;
		}

		.pr-lg-5,
		.px-lg-5 {
			padding-right: 60px !important;
		}

		.pb-lg-5,
		.py-lg-5 {
			padding-bottom: 60px !important;
		}

		.pl-lg-5,
		.px-lg-5 {
			padding-left: 60px !important;
		}

		.p-lg-6 {
			padding: 80px !important;
		}

		.pt-lg-6,
		.py-lg-6 {
			padding-top: 80px !important;
		}

		.pr-lg-6,
		.px-lg-6 {
			padding-right: 80px !important;
		}

		.pb-lg-6,
		.py-lg-6 {
			padding-bottom: 80px !important;
		}

		.pl-lg-6,
		.px-lg-6 {
			padding-left: 80px !important;
		}

		.p-lg-7 {
			padding: 100px !important;
		}

		.pt-lg-7,
		.py-lg-7 {
			padding-top: 100px !important;
		}

		.pr-lg-7,
		.px-lg-7 {
			padding-right: 100px !important;
		}

		.pb-lg-7,
		.py-lg-7 {
			padding-bottom: 100px !important;
		}

		.pl-lg-7,
		.px-lg-7 {
			padding-left: 100px !important;
		}

		.m-lg-auto {
			margin: auto !important;
		}

		.mt-lg-auto,
		.my-lg-auto {
			margin-top: auto !important;
		}

		.mr-lg-auto,
		.mx-lg-auto {
			margin-right: auto !important;
		}

		.mb-lg-auto,
		.my-lg-auto {
			margin-bottom: auto !important;
		}

		.ml-lg-auto,
		.mx-lg-auto {
			margin-left: auto !important;
		}
	}

	@media (min-width: 1200px) {
		.m-xl-0 {
			margin: 0 !important;
		}

		.mt-xl-0,
		.my-xl-0 {
			margin-top: 0 !important;
		}

		.mr-xl-0,
		.mx-xl-0 {
			margin-right: 0 !important;
		}

		.mb-xl-0,
		.my-xl-0 {
			margin-bottom: 0 !important;
		}

		.ml-xl-0,
		.mx-xl-0 {
			margin-left: 0 !important;
		}

		.m-xl-1 {
			margin: 5px !important;
		}

		.mt-xl-1,
		.my-xl-1 {
			margin-top: 5px !important;
		}

		.mr-xl-1,
		.mx-xl-1 {
			margin-right: 5px !important;
		}

		.mb-xl-1,
		.my-xl-1 {
			margin-bottom: 5px !important;
		}

		.ml-xl-1,
		.mx-xl-1 {
			margin-left: 5px !important;
		}

		.m-xl-2 {
			margin: 10px !important;
		}

		.mt-xl-2,
		.my-xl-2 {
			margin-top: 10px !important;
		}

		.mr-xl-2,
		.mx-xl-2 {
			margin-right: 10px !important;
		}

		.mb-xl-2,
		.my-xl-2 {
			margin-bottom: 10px !important;
		}

		.ml-xl-2,
		.mx-xl-2 {
			margin-left: 10px !important;
		}

		.m-xl-3 {
			margin: 20px !important;
		}

		.mt-xl-3,
		.my-xl-3 {
			margin-top: 20px !important;
		}

		.mr-xl-3,
		.mx-xl-3 {
			margin-right: 20px !important;
		}

		.mb-xl-3,
		.my-xl-3 {
			margin-bottom: 20px !important;
		}

		.ml-xl-3,
		.mx-xl-3 {
			margin-left: 20px !important;
		}

		.m-xl-4 {
			margin: 30px !important;
		}

		.mt-xl-4,
		.my-xl-4 {
			margin-top: 30px !important;
		}

		.mr-xl-4,
		.mx-xl-4 {
			margin-right: 30px !important;
		}

		.mb-xl-4,
		.my-xl-4 {
			margin-bottom: 30px !important;
		}

		.ml-xl-4,
		.mx-xl-4 {
			margin-left: 30px !important;
		}

		.m-xl-5 {
			margin: 60px !important;
		}

		.mt-xl-5,
		.my-xl-5 {
			margin-top: 60px !important;
		}

		.mr-xl-5,
		.mx-xl-5 {
			margin-right: 60px !important;
		}

		.mb-xl-5,
		.my-xl-5 {
			margin-bottom: 60px !important;
		}

		.ml-xl-5,
		.mx-xl-5 {
			margin-left: 60px !important;
		}

		.m-xl-6 {
			margin: 80px !important;
		}

		.mt-xl-6,
		.my-xl-6 {
			margin-top: 80px !important;
		}

		.mr-xl-6,
		.mx-xl-6 {
			margin-right: 80px !important;
		}

		.mb-xl-6,
		.my-xl-6 {
			margin-bottom: 80px !important;
		}

		.ml-xl-6,
		.mx-xl-6 {
			margin-left: 80px !important;
		}

		.m-xl-7 {
			margin: 100px !important;
		}

		.mt-xl-7,
		.my-xl-7 {
			margin-top: 100px !important;
		}

		.mr-xl-7,
		.mx-xl-7 {
			margin-right: 100px !important;
		}

		.mb-xl-7,
		.my-xl-7 {
			margin-bottom: 100px !important;
		}

		.ml-xl-7,
		.mx-xl-7 {
			margin-left: 100px !important;
		}

		.p-xl-0 {
			padding: 0 !important;
		}

		.pt-xl-0,
		.py-xl-0 {
			padding-top: 0 !important;
		}

		.pr-xl-0,
		.px-xl-0 {
			padding-right: 0 !important;
		}

		.pb-xl-0,
		.py-xl-0 {
			padding-bottom: 0 !important;
		}

		.pl-xl-0,
		.px-xl-0 {
			padding-left: 0 !important;
		}

		.p-xl-1 {
			padding: 5px !important;
		}

		.pt-xl-1,
		.py-xl-1 {
			padding-top: 5px !important;
		}

		.pr-xl-1,
		.px-xl-1 {
			padding-right: 5px !important;
		}

		.pb-xl-1,
		.py-xl-1 {
			padding-bottom: 5px !important;
		}

		.pl-xl-1,
		.px-xl-1 {
			padding-left: 5px !important;
		}

		.p-xl-2 {
			padding: 10px !important;
		}

		.pt-xl-2,
		.py-xl-2 {
			padding-top: 10px !important;
		}

		.pr-xl-2,
		.px-xl-2 {
			padding-right: 10px !important;
		}

		.pb-xl-2,
		.py-xl-2 {
			padding-bottom: 10px !important;
		}

		.pl-xl-2,
		.px-xl-2 {
			padding-left: 10px !important;
		}

		.p-xl-3 {
			padding: 20px !important;
		}

		.pt-xl-3,
		.py-xl-3 {
			padding-top: 20px !important;
		}

		.pr-xl-3,
		.px-xl-3 {
			padding-right: 20px !important;
		}

		.pb-xl-3,
		.py-xl-3 {
			padding-bottom: 20px !important;
		}

		.pl-xl-3,
		.px-xl-3 {
			padding-left: 20px !important;
		}

		.p-xl-4 {
			padding: 30px !important;
		}

		.pt-xl-4,
		.py-xl-4 {
			padding-top: 30px !important;
		}

		.pr-xl-4,
		.px-xl-4 {
			padding-right: 30px !important;
		}

		.pb-xl-4,
		.py-xl-4 {
			padding-bottom: 30px !important;
		}

		.pl-xl-4,
		.px-xl-4 {
			padding-left: 30px !important;
		}

		.p-xl-5 {
			padding: 60px !important;
		}

		.pt-xl-5,
		.py-xl-5 {
			padding-top: 60px !important;
		}

		.pr-xl-5,
		.px-xl-5 {
			padding-right: 60px !important;
		}

		.pb-xl-5,
		.py-xl-5 {
			padding-bottom: 60px !important;
		}

		.pl-xl-5,
		.px-xl-5 {
			padding-left: 60px !important;
		}

		.p-xl-6 {
			padding: 80px !important;
		}

		.pt-xl-6,
		.py-xl-6 {
			padding-top: 80px !important;
		}

		.pr-xl-6,
		.px-xl-6 {
			padding-right: 80px !important;
		}

		.pb-xl-6,
		.py-xl-6 {
			padding-bottom: 80px !important;
		}

		.pl-xl-6,
		.px-xl-6 {
			padding-left: 80px !important;
		}

		.p-xl-7 {
			padding: 100px !important;
		}

		.pt-xl-7,
		.py-xl-7 {
			padding-top: 100px !important;
		}

		.pr-xl-7,
		.px-xl-7 {
			padding-right: 100px !important;
		}

		.pb-xl-7,
		.py-xl-7 {
			padding-bottom: 100px !important;
		}

		.pl-xl-7,
		.px-xl-7 {
			padding-left: 100px !important;
		}

		.m-xl-auto {
			margin: auto !important;
		}

		.mt-xl-auto,
		.my-xl-auto {
			margin-top: auto !important;
		}

		.mr-xl-auto,
		.mx-xl-auto {
			margin-right: auto !important;
		}

		.mb-xl-auto,
		.my-xl-auto {
			margin-bottom: auto !important;
		}

		.ml-xl-auto,
		.mx-xl-auto {
			margin-left: auto !important;
		}
	}

	.text-monospace {
		font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	}

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

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

	.text-truncate, .rw-show-name p:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

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

	.text-right, .rw-member-type .rw-goldplus-range {
		text-align: right !important;
	}

	.text-center {
		text-align: center !important;
	}

	@media (min-width: 576px) {
		.text-sm-left {
			text-align: left !important;
		}

		.text-sm-right {
			text-align: right !important;
		}

		.text-sm-center {
			text-align: center !important;
		}
	}
@media (max-width: 1169px) {
	.text-md-right-left {
		text-align: left !important;
	}

}
@media (min-width: 1170px) {
	.text-md-right-left {
		text-align: right !important;
	}
}
	@media (min-width: 768px) {
		.text-md-left,  {
			text-align: left !important;
		}

		.text-md-right {
			text-align: right !important;
		}

		.text-md-center {
			text-align: center !important;
		}
	}

	@media (min-width: 1170px) {
		.text-lg-left {
			text-align: left !important;
		}

		.text-lg-right {
			text-align: right !important;
		}

		.text-lg-center {
			text-align: center !important;
		}
	}

	@media (min-width: 1200px) {
		.text-xl-left {
			text-align: left !important;
		}

		.text-xl-right {
			text-align: right !important;
		}

		.text-xl-center {
			text-align: center !important;
		}
	}

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

	.text-uppercase {
		text-transform: uppercase !important;
	}

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

	.font-weight-light {
		font-weight: 300 !important;
	}

	.font-weight-normal {
		font-weight: 400 !important;
	}

	.font-weight-bold {
		font-weight: 700 !important;
	}

	.font-italic {
		font-style: italic !important;
	}

	.text-white {
		color: #fff !important;
	}

	.text-primary {
		color: #ec0037 !important;
	}

	a.text-primary:hover, a.text-primary:focus {
		color: #b9002b !important;
	}

	.text-secondary {
		color: #6c757d !important;
	}

	a.text-secondary:hover, a.text-secondary:focus {
		color: #545b62 !important;
	}

	.text-success {
		color: #28a745 !important;
	}

	a.text-success:hover, a.text-success:focus {
		color: #1e7e34 !important;
	}

	.text-info {
		color: #17a2b8 !important;
	}

	a.text-info:hover, a.text-info:focus {
		color: #117a8b !important;
	}

	.text-warning {
		color: #ffc107 !important;
	}

	a.text-warning:hover, a.text-warning:focus {
		color: #d39e00 !important;
	}

	.text-danger {
		color: #ec0037 !important;
	}

	a.text-danger:hover, a.text-danger:focus {
		color: #b9002b !important;
	}

	.text-light {
		color: #f8f9fa !important;
	}

	a.text-light:hover, a.text-light:focus {
		color: #dae0e5 !important;
	}

	.text-dark {
		color: #343a40 !important;
	}

	a.text-dark:hover, a.text-dark:focus {
		color: #1d2124 !important;
	}

	.text-black {
		color: #000 !important;
	}

	a.text-black:hover, a.text-black:focus {
		color: black !important;
	}

	.text-light-gray {
		color: #f7f7f7 !important;
	}

	a.text-light-gray:hover, a.text-light-gray:focus {
		color: #dedede !important;
	}

	.text-body-gray {
		color: #4d4d4d !important;
	}

	a.text-body-gray:hover, a.text-body-gray:focus {
		color: #343434 !important;
	}

	.text-body {
		color: #4d4d4d !important;
	}

	.text-muted {
		color: #6c757d !important;
	}

	.text-black-50 {
		color: rgba(0, 0, 0, 0.5) !important;
	}

	.text-white-50 {
		color: rgba(255, 255, 255, 0.5) !important;
	}

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

	.rw-text-fb {
		color: #3b5998 !important;
	}

		.rw-text-fb:after {
			border-top-color: #3b5998 !important;
			border-right-color: #3b5998 !important;
		}

	.visible {
		visibility: visible !important;
	}

	.invisible {
		visibility: hidden !important;
	}
	/*====================================
=            Anchor Focus            =
====================================*/
	a:focus {
		outline: none;
	}
	/*=====  End of Anchor Focus  ======*/
	.logo-fill-rule {
		fill-rule: evenodd;
	}

	.logo-red {
		fill: #EB1B38;
	}

	.logo-white {
		fill: #FFF;
	}

	.logo-grey {
		fill: #adb5bd;
	}

	select.rw-select-box:not([size]):not([multiple]) {
		height: 41px;
	}

	.select .select-styled .select-value {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 85%;
		display: block;
	}

	select.rw-select-box option {
		font-weight: 300;
		font-size: 0.875rem;
	}
	/*=======================================
=            Container styles            =
=======================================*/
	@media (max-width: 767px) {
		.container {
			padding-left: 23px;
			padding-right: 23px;
		}
	}

	.container-xl {
		margin-left: 10px;
		margin-right: 10px;
	}

	@media (min-width: 1170px) {
		.container-xl {
			margin-left: 20px;
			margin-right: 20px;
		}
	}

	@media (min-width: 1920px) {
		.container-xl {
			margin-left: auto;
			margin-right: auto;
			max-width: 1920px;
		}
	}
	/*=======================================
=            Homepage styles            =
=======================================*/
	.rw-home-banner {
		position: relative;
		height: 558px;
		min-height: 300px;
	}

		.rw-home-banner .rw-banner-text {
			position: absolute;
			left: 30px;
			bottom: 300px;
			color: #fff;
		}

			.rw-home-banner .rw-banner-text span {
				display: block;
				margin-bottom: 5px;
			}

			.rw-home-banner .rw-banner-text a {
				display: none;
			}

		.rw-home-banner .video-container {
			position: relative;
			width: 100%;
			height: 300px;
			overflow: hidden;
		}

	@media (min-width: 768px) {
		.rw-home-banner .video-container {
			height: 100%;
		}
	}

	.rw-home-banner .video-container img {
		width: 100%;
		min-height: 100%;
		height: auto; 
		/* height: 200px; */
	}

	.rw-home-banner .video-container #home-hero-video {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		object-fit: fill;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.rw-home-banner .video-container #home-hero-video {
			/* IE10+ CSS styles go here */
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
		}
	}

	@supports (-ms-accelerator: true) {
		.rw-home-banner .video-container #home-hero-video {
			/* IE Edge 12+ CSS styles go here */
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
		}
	}

	@supports (-ms-ime-align: auto) {
		.rw-home-banner .video-container #home-hero-video {
			min-width: 100%;
			min-height: 100%;
			height: auto;
			width: auto;
		}
	}

	.rw-home-banner .video-container .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.2;
		position: absolute;
	}

	.widget-fix-banner {
		z-index: 1030;
		position: relative;
		margin-top: -20px;
	}

	@media (min-width: 1170px) {
		.widget-fix-banner {
			height: 58px;
		}
	}

	.rw-hot-deal {
		padding: 30px 15px 20px;
	}

		.rw-hot-deal p {
			font-weight: normal;
			margin: 15px 0;
		}

		.rw-hot-deal img {
			max-width: 100%;
		}

	@media (min-width: 768px) {
		

		.rw-banner-text {
			bottom: 150px !important;
			text-align: center;
			right: 30px;
		}

			.rw-banner-text h1 span:first-child {
				display: block !important;
			}

			.rw-banner-text a {
				display: inline-block !important;
			}

		.widget-fix-banner {
			margin-top: -118px;
		}

		.rw-hot-deal {
			padding: 0;
			margin-left: 12px;
		}

			.rw-hot-deal p {
				font-size: 1.2500000004rem;
				font-weight: 300;
			}

			.rw-hot-deal img {
				max-width: 90%;
				height: auto;
			}
	}

	@media (min-width: 1170px) {
		.widget-fix-banner {
			margin-top: -68px;
		}

		.rw-banner-text {
			bottom: 90px !important;
		}

		.rw-hot-deal {
			margin-left: 30px;
			align-items: center;
		}

			.rw-hot-deal img {
				max-width: 100%;
			}
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.rw-hot-deal {
			width: 100%;
		}
	}
	/*=====  End of Homepage styles  ======*/
	/*==================================
=            Two columns            =
==================================*/
	@media (min-width: 768px) {
		.two-columns {
			width: 85%;
			margin: 30px auto 60px;
		}

			.two-columns .col-md-6:first-child {
				padding-right: 20px;
			}

			.two-columns .col-md-6:last-child {
				padding-left: 20px;
			}
	}

	@media (min-width: 1170px) {
		.two-columns {
			width: 83%;
		}

			.two-columns .col-md-6:first-child {
				padding-right: 24px;
			}

			.two-columns .col-md-6:last-child {
				padding-left: 24px;
			}
	}

	@media (min-width: 1200px) {
		.two-columns {
			width: 68%;
		}
	}
	/*=====  End of Two columns  ======*/
	/*==============================
=            Spaces            =
==============================*/
	.lead-text {
		font-size: 1.2500000004rem;
		margin: 40px 0;
	}

	.section, .rw-app-add {
		margin: 80px 0;
	}

		.section > h2, .rw-app-add > h2 {
			margin-bottom: 40px;
		}

		.section > h3, .rw-app-add > h3 {
			margin-bottom: 30px;
		}

	.space-between-section {
		margin: 40px 0;
	}

	@media (min-width: 768px) {
		.lead-text {
			text-align: center;
			margin: 30px auto;
			width: 581px;
		}

		.section, .rw-app-add {
			margin: 50px 0;
		}

			.section > h2, .rw-app-add > h2 {
				margin-bottom: 60px;
			}

		.space-between-section {
			margin: 60px 0;
		}
	}

	@media (min-width: 1170px) {
		.lead-text {
			width: 823px;
		}
	}
	/*=====  End of Spaces  ======*/
	.bg-tritary-color {
		background-color: #dadada !important;
	}
	/*==============================
=            360 icon            =
==============================*/
	.rw-360-icon {
		margin-top: -33px;
		cursor: pointer;
	}

		.rw-360-icon p {
			font-size: 15px;
			text-align: right;
			line-height: 1.13;
			font-weight: 300;
		}

		.rw-360-icon i {
			font-size: 30px;
			padding-top: 5.3px;
			display: block;
			text-align: right;
		}

	@media (min-width: 768px) {
		.rw-360-icon {
			margin-top: -16px;
		}

			.rw-360-icon p {
				font-size: 14px;
				text-align: center;
				max-width: 100%;
				line-height: 1.21;
			}

			.rw-360-icon i {
				font-size: 42px;
				padding-top: 6px;
				display: block;
				text-align: center;
			}
	}

	.hotel-icon-text {
		max-width: 60px;
	}
	/*=====  End of 360 icon  ======*/
	@media (min-width: 768px) {
		#modalSocial .modal-md {
			max-width: 650px;
		}
	}

	@media (min-width: 1170px) {
		#modalSocial .modal-md {
			max-width: 910px;
		}
	}
	/*===== Header hero image =======*/
	.video-image-loader-hero-container {
		min-height: 180px;
		height: 180px;
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.video-image-loader-hero-container {
			min-height: 147px;
			height: 147px;
		}
	}

	@media (min-width: 1170px) {
		.video-image-loader-hero-container {
			min-height: 225px;
			height: 225px;
		}
	}

	.video-image-loader-hero-container .container {
		position: unset;
	}

	.video-image-loader-hero-container .video-container {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.video-image-loader-hero-container img {
		width: 100%;
		min-height: 100%;
		height: auto;
	}

	.video-image-loader-hero-container .video-image-loader__video {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.video-image-loader-hero-container .video-image-loader__video {
			/* IE10+ CSS styles go here */
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
		}
	}

	@supports (-ms-accelerator: true) {
		.video-image-loader-hero-container .video-image-loader__video {
			/* IE Edge 12+ CSS styles go here */
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
		}
	}

	@supports (-ms-ime-align: auto) {
		.video-image-loader-hero-container .video-image-loader__video {
			min-width: 100%;
			min-height: 100%;
			height: auto;
			width: auto;
		}
	}

	.video-image-loader-hero-container .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
		z-index: 1;
	}

	.video-image-loader-hero-container .video-collapse {
		width: 30px;
		height: 30px;
	}

	.video-image-loader-hero-container .container.video-controls-container {
		bottom: 0;
	}

	.video-image-loader-hero-container .video-controls {
		position: absolute;
		bottom: 50px;
		display: none;
		align-items: center;
		width: 90%;
	}

	@media (min-width: 768px) {
		.video-image-loader-hero-container .video-controls {
			width: 99%;
		}
	}

	@media (min-width: 1170px) {
		.video-image-loader-hero-container .video-controls {
			width: 100%;
		}
	}

	.video-image-loader-hero-container .video-controls .pause-btn-container {
		margin-right: 2%;
	}

	.video-image-loader-hero-container .video-controls .pause-btn {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.video-image-loader-hero-container .video-controls .play-btn-container {
		margin-right: 2%;
	}

	.video-image-loader-hero-container .video-controls .play-btn {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.video-image-loader-hero-container .video-controls .sound-on-btn-container, .video-image-loader-hero-container .video-controls .sound-off-btn-container {
		margin-left: 3%;
	}

	.video-image-loader-hero-container .video-controls .sound-btn {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.video-image-loader-hero-container .video-controls .slider-container {
		width: 89%;
	}

	.video-image-loader-hero-container .video-controls .rangeslider {
		display: block;
		background: rgba(255, 255, 255, 0.3);
		height: 4px;
		position: relative;
	}

		.video-image-loader-hero-container .video-controls .rangeslider .rangeslider__fill {
			height: 4px;
			display: block;
			background: #fff;
			position: absolute;
		}

		.video-image-loader-hero-container .video-controls .rangeslider .rangeslider__handle {
			background: #ec0037;
			width: 16px;
			height: 16px;
			border-radius: 50%;
			cursor: pointer;
			position: absolute;
			top: -6px;
		}

			.video-image-loader-hero-container .video-controls .rangeslider .rangeslider__handle:after {
				content: attr(currenttime);
				color: #fff;
				font-family: 'Brown';
				font-weight: bold;
				font-size: 14px;
				position: absolute;
				top: -20px;
				left: -5px;
			}

	.video-image-loader-hero-container .video-image-loader__image {
		width: 100%;
		height: 100%;
	}

	.video-image-loader-hero-container .collapse-btn-container {
		display: none;
		top: 0;
		bottom: 0;
	}

		.video-image-loader-hero-container .collapse-btn-container > .btn-container {
			position: absolute;
			top: 40px;
			text-align: right;
			right: 15px;
		}

	@media (min-width: 768px) {
		.video-image-loader-hero-container .collapse-btn-container > .btn-container {
			right: 0;
		}
	}

	.video-image-loader-hero-container .play-button-container {
		margin-left: 10px;
		margin-right: 5%;
	}

	.video-image-loader-hero-container .play-button {
		width: 22px;
		height: 22px;
	}

	@media (min-width: 1170px) {
		.video-image-loader-hero-container .play-button {
			width: 30px;
			height: 30px;
		}
	}

	.video-image-loader-hero-container .video-collapse {
		width: 22px;
		height: 22px;
	}

	@media (min-width: 1170px) {
		.video-image-loader-hero-container .video-collapse {
			width: 30px;
			height: 30px;
		}
	}

	.video-image-loader-hero-container .container.rw-card-title-container {
		bottom: 50px;
	}

	@media (min-width: 768px) {
		.video-image-loader-hero-container .container.rw-card-title-container {
			bottom: 10px;
		}
	}

	@media (min-width: 1170px) {
		.video-image-loader-hero-container .container.rw-card-title-container {
			bottom: 35px;
		}
	}

	.video-image-loader-hero-container .btn-container .hover-el {
		display: none;
	}

	.video-image-loader-hero-container .btn-container:hover img {
		display: none;
	}

	.video-image-loader-hero-container .btn-container:hover .hover-el {
		display: inline-block;
	}

	.video-image-loader-hero-container.video-visible-casino {
		min-height: 380px;
		height: 380px;
	}

	@media (min-width: 768px) {
		.video-image-loader-hero-container.video-visible-casino {
			max-height: 658px;
			height: 658px;
		}
	}

	.video-image-loader-hero-container.video-visible-casino .rw-card-title-container, .video-image-loader-hero-container.video-visible-casino .overlay {
		display: none;
	}

	.video-image-loader-hero-container.video-visible-casino .video-controls {
		display: flex;
	}

	.video-image-loader-hero-container.video-visible-casino .collapse-btn-container {
		display: block;
	}
	/*=====  Video Image Loader ======*/
	.video-image-loader .video-image-loader__video {
		display: none;
	}

	.video-image-loader.video-available .video-image-loader__image {
		display: none;
	}

	.video-image-loader.video-available .video-container {
		height: 100%;
	}

	.video-image-loader.video-available .video-image-loader__video {
		display: block;
	}
	/*=====  Video Image Loader Ends  ======*/
	/*=======================================
=            carousel Expand            =
=======================================*/
	.expand-carousel-img {
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}
	/*=====  End of carousel Expand  ======*/
	@media (min-width: 768px) {
		.rw-floor-map {
			text-align: center;
		}
	}

	.rw-floor-map img {
		width: 100%;
	}

	@media (min-width: 768px) {
		.rw-floor-map img {
			width: auto;
		}
	}

	.rw-floor-map a {
		margin-top: 20px;
		outline: none;
	}

		.rw-floor-map a img {
			width: auto;
		}

	.rw-contact-icons .rw-link-icon:after {
		top: 5px;
		margin-left: 5px;
	}

	.rw-contact-icons .rw-link-icon i {
		position: relative;
		top: 5px;
		font-weight: normal;
		padding-right: 10px;
	}

		.rw-contact-icons .rw-link-icon i:before {
			font-size: 22px;
			-webkit-font-smoothing: none;
		}

	.rw-footer-logo {
		width: 150px;
		margin: 0 auto;
		padding-bottom: 25px;
	}

	@media (min-width: 768px) {
		.rw-footer-logo {
			margin-right: 0;
		}
	}
	/*=============================================
=            Rate Calendar Loading            =
=============================================*/
	.rw-rate-progress {
		height: 5px;
		width: 100%;
		margin: 0 auto 30px;
	}

	@media (min-width: 768px) {
		.rw-rate-progress {
			max-width: 325px;
		}
	}

	.rw-rate-progress .progress-bar {
		background-color: #4d4d4d;
	}

	.rw-best-rate {
		max-width: 260px;
		margin: 50px auto 0;
	}

	.clock-fix {
		font-size: 22px;
	}

	@media (max-width: 767.98px) {
		.rw-loading-rate-popup-content {
			height: 100vh;
			overflow-y: scroll;
			margin: 35px 25px 0;
		}

			.rw-loading-rate-popup-content .rw-rate-progress {
				margin-bottom: 45px;
			}

			.rw-loading-rate-popup-content .clock-fix {
				font-size: 38px;
			}

			.rw-loading-rate-popup-content h4 {
				font-size: 25px;
				margin-top: 10px;
			}

			.rw-loading-rate-popup-content .rw-best-rate {
				margin-left: 0;
			}
	}
	/*=====  End of Rate Calendar Loading  ======*/
	/*================================================
=            Style for Map ZoomIn/Out            =
================================================*/
	#pageContent {
		overflow: hidden;
	}

	.pageListItem {
		position: absolute;
		width: 1000px;
	}

	#headerContainer {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	#logo {
		padding-top: 15px;
		padding-left: 10px;
		float: left;
		width: 380px;
	}

	#log {
		background-color: #FFFFFF;
		height: 100px;
		width: 100px;
	}

	#pluginDetails {
		margin-top: 50px;
	}

	#imgContainer {
		width: 980px;
		height: 500px;
		max-width: 100%;
		max-height: 100%;
	}

	#positionButtonDiv {
		padding: 8px;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.zoom-in {
		margin-bottom: 5px;
	}

	#positionButtonDiv .positionButtonSpan img {
		float: right;
		border: 0;
	}

	.positionMapClass area {
		cursor: pointer;
	}

	.zoomButton {
		border: 0;
		cursor: pointer;
	}
	/*=====  End of Style for Map ZoomIn/Out  ======*/
	/* things-to-do icon size */
	.rw-things-icon-size {
		font-size: 22px;
	}
	/*===============================================
=            Ribbon for detail Popup            =
===============================================*/
	.rw-ribbon {
		width: 90px;
		height: 26px;
		line-height: 23px;
		text-align: center;
		background-color: #ec0037;
		position: absolute;
		right: 0;
		top: -420px;
	}

		.rw-ribbon:before {
			content: '';
			width: 27px;
			height: 27px;
			position: absolute;
			background-color: #fff;
			transform: rotate(45deg);
			left: -20px;
			top: 0;
		}

		.rw-ribbon span {
			color: #fff;
			padding-left: 10px;
			display: inline-block;
			font-size: 1.2500000004rem;
		}

	@media (min-width: 768px) {
		.rw-ribbon {
			right: 20px;
			top: 5px;
		}
	}

	.rw-booking-ribbon {
		background-image: url("/img/icon/stroke-9%402x.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;
		width: 90px;
		position: absolute;
		right: 0px;
		line-height: 25px;
		text-align: center;
	}

		.rw-booking-ribbon span {
			color: #fff;
			padding-left: 12px;
			display: inline-block;
			font-size: 1.2500000004rem;
		}
	/*----------  ribbon for booking hotel  ----------*/
	.rw-booking-room-ribbon {
		position: relative;
	}

	.rw-booking-ribbon {
		top: 47px;
	}

	@media (min-width: 576px) {
		.rw-booking-ribbon {
			top: 9px;
		}
	}

	.carousel-photo {
		transition: all 400ms ease;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.carousel-photo .carousel {
			width: 226px;
		}
	}

	@media (min-width: 1170px) {
		.carousel-photo .carousel {
			width: 323px;
		}
	}

	.carousel-photo .carousel-indicators li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.shrink-img {
		display: none;
	}

	.carousel-big {
		flex: 0 0 580px;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

		.carousel-big .carousel {
			width: 100%;
		}

	.carousel-indicators li {
		cursor: pointer;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.carousel-popup {
			width: 725px;
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-full-view-modal .modal-body {
			height: 100vh;
			overflow-y: scroll;
		}
	}

	@media (min-width: 1170px) {
		.carousel-popup .rw-hide-detail .rw-detail {
			width: 454px;
		}
	}
	/*=====  End of Ribbon for detail Popup  ======*/
	/*----------  booking-hotel detail  ----------*/
	.booking-hotel-font {
		font-size: 20px;
	}
	/*============================================================
=            Style for booking event/hotel confirmation            =
============================================================*/
	.barcode-box {
		text-align: center;
		line-height: 1.15;
	}

		.barcode-box .voucher-code {
			font-weight: 700;
			text-transform: uppercase;
		}

		.barcode-box .bhc-qr-text {
			font-size: 14px;
			font-weight: 300;
			text-align: left;
		}

		.barcode-box .bhc-qr-code {
			text-align-last: left;
		}

	.bec-barcode-box {
		width: 156px;
		margin: auto;
	}

	.rw-go-trip-new-book .rw-mt {
		margin-top: 15px;
	}

	@media (min-width: 768px) {
		.rw-go-trip-new-book .rw-mt {
			margin-top: 48px;
		}
	}

	@media (max-width: 767.98px) {
		.rw-booking-confirmation-pt {
			padding-top: 30px;
		}
	}

	.rw-barcode-row-htconf {
		margin-bottom: 55px;
	}

		.rw-barcode-row-htconf .rw-barcode {
			margin-bottom: 45px;
		}

	.rw-membership-kit {
		margin-top: 60px;
	}

		.rw-membership-kit h3 {
			margin-bottom: 10px;
		}

		.rw-membership-kit i {
			font-size: 12px;
		}
	/*=====  End of Style for booking event/hotel confirmation  ======*/
	/*=======================================
=            Booking Summary            =
=======================================*/
	.switch {
		background-color: #dadada;
		width: 30px;
		height: 13px;
		border-radius: 10px;
		display: inline-block;
		position: relative;
		top: 2px;
		margin: 0 8px 0 10px;
		box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
	}

		.switch input {
			position: absolute;
			opacity: 0;
		}

		.switch span {
			width: 20px;
			height: 20px;
			background-color: #ec0037;
			border-radius: 50%;
			position: absolute;
			top: -4px;
			transition: left .3s;
		}

		.switch input:not(:checked) ~ span {
			left: -5px;
		}

		.switch input:checked ~ span {
			left: 15px;
			background-color: #ec0037;
		}

	.rw-switch-currency {
		margin-bottom: 10px;
	}

		.rw-switch-currency form {
			margin-top: 3px;
		}

	@media (min-width: 768px) {
		.rw-switch-currency form span {
			font-size: 20px;
		}
	}

	@media (min-width: 768px) {
		.rw-switch-currency p {
			font-size: 20px;
		}
	}

	.rw-room-description {
		background-color: #f7f7f7;
		padding: 40px 12px 25px;
		margin-bottom: 2px;
		border-radius: 4px;
	}

		.rw-room-description p {
			margin-bottom: 20px;
		}

			.rw-room-description p small {
				font-size: 14px;
			}

	.rw-seperator-line {
		height: 14px;
		width: 2px;
		display: inline-block;
		background-color: #c2c2c2;
		margin-right: 7px;
		margin-left: 7px;
		position: relative;
		top: 2px;
	}

	.rw-room-subtotal {
		background-color: #f7f7f7;
		padding: 20px 12px 18px;
	}

		.rw-room-subtotal h4 small {
			font-size: 14px;
		}

	@media (min-width: 768px) {
		.rw-room-subtotal {
			padding: 20px 58px 18px;
		}
	}

	@media (min-width: 768px) {
		.rw-room-description {
			padding: 40px 58px 50px;
		}

		.rw-room-subtotal {
			padding: 20px 58px 18px;
		}

		.rw-payment-type {
			width: 285px;
		}

		.rw-scroll-booking p {
			font-size: 20px;
		}
	}

	@media (min-width: 1170px) {
		.rw-room-description {
			padding: 40px 80px;
		}

		.rw-room-subtotal {
			padding: 20px 80px 18px;
		}

		.rw-payment-type {
			width: 405px;
		}

		.rw-agree-process {
			max-width: 870px;
		}

		.rw-checkout-box {
			padding-top: 33px;
			padding-bottom: 33px;
		}
	}
	/*=====  End of Booking Summary  ======*/
	.booking-custom-control {
		display: inline-block;
		top: 0px;
	}

	@media (max-width: 767.98px) {
		.booking-custom-control {
			display: inline-block;
			top: 8px;
			left: -18px;
			margin: 5px;
		}
	}

	.rw-timing-radio {
		margin: 30px 0 70px;
	}

		.rw-timing-radio div {
			margin-bottom: 15px;
		}

			.rw-timing-radio div label:before {
				margin-top: 5px;
			}

			.rw-timing-radio div label:after {
				margin-top: 5px;
			}
	/*================================================================
=            Style for Booking Theme Parks Fox Detail            =
================================================================*/
	.rw-booking-thp-fox-dtl .rw-day-pass {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 40px;
	}

	@media (max-width: 767.98px) {
		.rw-booking-thp-fox-dtl .rw-detail-width.space-between-section {
			margin-left: 0;
			padding-left: 0;
			padding-right: 0;
		}
	}
	/*=====  End of Style for Booking Theme Parks Fox Detail  ======*/
	/*====================================
=            Contact Page            =
====================================*/
	.rw-help {
		margin-top: 40px;
		margin-bottom: 100px;
	}

		.rw-help .rw-help-text {
			padding: 0 20px;
			margin: 50px 0 70px;
			text-align: center;
		}

	@media (min-width: 768px) {
		.rw-help-text {
			font-size: 20px;
		}
	}

	@media (min-width: 768px) {
		.rw-qr-move {
			margin-left: 80px;
		}

		.rw-msng-move {
			margin-left: 55px;
		}

		.rw-contact-move {
			margin-left: 138px;
		}
	}

	@media (min-width: 1170px) {
		.rw-help {
			margin-top: 100px;
		}

		.rw-qr-move {
			margin-left: 0;
		}

		.rw-msng-move {
			margin-left: 0;
		}

		.rw-contact-move {
			margin-left: 0;
		}
	}
	/*=====  End of Contact Page  ======*/
	.rw-view-all-link:after {
		font-size: 17px;
		left: 40px;
		top: 4px;
	}
	/* Image and text alignment */
	@media (min-width: 768px) {
		.rw-img-text-align {
			margin-top: -5px;
		}

		.rw-hotel-detail .rw-img-text-align {
			margin-top: -8px;
		}
	}

	.mx-reverse-1 {
		margin-left: -5px;
		margin-right: -5px;
	}
	/* booking hotels room */
	.px-booking-btn {
		padding-left: 26px !important;
		padding-right: 26px !important;
	}

	@media (min-width: 768px) {
		.lead-md-text {
			font-size: 1.2500000004rem !important;
			font-weight: 300;
		}

		.mx-reverse-md-1 {
			margin-left: -5px;
			margin-right: -5px;
		}

		.mx-reverse-2 {
			margin-left: -10px;
			margin-right: -10px;
		}

		.mt-reverse-2 {
			margin-top: -10px;
		}

		.mt-reverse-3 {
			margin-top: -20px;
		}

		.mt-reverse-4 {
			margin-top: -45px;
		}
	}

	@media (min-width: 1170px) {
		.mx-reverse-lg-2 {
			margin-left: -10px;
			margin-right: -10px;
		}

		.mx-reverse-lg-1 {
			margin-left: -5px;
			margin-right: -5px;
		}
	}

	@media (min-width: 1170px) {
		.accordion-column {
			width: 90%;
			margin-left: 0;
		}
	}

	@media (min-width: 1200px) {
		.accordion-column {
			width: 95%;
		}
	}

	.font-small {
		font-size: 14px;
	}

	@media (min-width: 768px) {
		.rw-ride-parallax .rw-split-info {
			padding: 30px 70px 45px 33px;
		}

		.rw-ride-parallax .rw-split-info-left {
			padding: 30px 33px 45px 60px;
		}
	}

	@media (min-width: 1170px) {
		.rw-ride-parallax .rw-split-info {
			padding: 30px 73px 45px 77px;
		}

		.rw-ride-parallax .rw-split-info-left {
			padding: 30px 88px 45px 62px;
		}
	}

	.rw-timing-radio .custom-control-label {
		margin-left: 10px;
	}

		.rw-timing-radio .custom-control-label:before {
			width: 20px;
			height: 20px;
			margin-top: 2px;
		}

		.rw-timing-radio .custom-control-label:after {
			margin-top: 2px;
			height: 20px;
			width: 20px;
		}

	.rw-contact-icons .icon-car {
		transform: rotateY(180deg);
		display: inline-block;
		padding-right: 0 !important;
		padding-left: 10px;
	}
	/* For title space */
	.rw-mt-title {
		margin-top: 80px;
		margin-bottom: 60px;
	}

	@media (min-width: 768px) {
		.rw-mt-title {
			margin-top: 50px;
			margin-bottom: 50px;
		}
	}

	@media (min-width: 1170px) {
		.rw-mt-title {
			margin-top: 100px;
			margin-bottom: 70px;
		}
	}

	.rw-mt-content-title {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	@media (min-width: 768px) {
		.rw-mt-content-title {
			margin-top: 40px;
			margin-bottom: 40px;
		}
	}

	@media (min-width: 1170px) {
		.rw-mt-content-title {
			margin-top: 60px;
			margin-bottom: 60px;
		}
	}

	@media (min-width: 1170px) {
		.rw-img-width {
			width: 488px;
			height: 273px;
		}
	}

	.clnd-icon-wrap .icon-calendar:before {
		-webkit-font-smoothing: none;
		-moz-osx-font-smoothing: none !important;
	}

	@media (max-width: 767.98px) {
		.multi-select-date-calendar-other-right-container {
			width: 323px;
		}
	}

	.multi-select-date-calendar-right-container {
		margin-top: 16px;
	}

	@media (max-width: 1169.98px) {
		.booking-hotel-room-events .multi-select-date-calendar {
			width: 344px;
		}

			.booking-hotel-room-events .multi-select-date-calendar .pignose-rate-calendar {
				width: 344px;
				max-width: 344px;
			}

				.booking-hotel-room-events .multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-header {
					padding-left: 0;
				}

				.booking-hotel-room-events .multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-body {
					padding-left: 0;
				}
	}

	.booking-events-dtl-2 .rw-detail-width-content .col-10, .booking-events-dtl-2 .rw-detail-width-content .rw-img-width {
		margin: 0 auto;
	}

	.rate-calendar-modal .modal-content > .pr-3 {
		margin-top: 0 !important;
		padding-top: 15px !important;
		position: absolute;
		right: 0;
		top: 10px;
		z-index: 1000;
	}

	@media (min-width: 768px) {
		.rate-calendar-modal .modal-content .col-12:first-child {
			max-width: initial;
			flex: 1;
		}
	}

	@media (min-width: 1170px) {
		.rate-calendar-modal .modal-content .rw-form-wrap {
			margin-top: 20px;
			margin-right: 60px;
		}
	}

	.rate-calendar-modal .calendar-holder .price-wrapper {
		display: block;
	}

	.rate-calendar-modal .article .price-wrapper {
		display: none;
	}

	.rate-calendar-modal .rate-calendar-room-title {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

		.rate-calendar-modal .rate-calendar-room-title h4.rate-calendar-hotel-name {
			display: inline-block;
			margin-top: 0;
			flex: 1;
		}

		.rate-calendar-modal .rate-calendar-room-title .room-count {
			background-color: #ec0037;
			color: #fff;
			padding-top: 2px;
			font-size: 20px;
			line-height: 1;
			padding-bottom: 6px;
			padding-left: 30px;
			padding-right: 10px;
			position: relative;
			clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 0 100%, 13% 50%, 0 0);
		}

	@media (max-width: 767.98px) {
		.rate-calendar-modal .rate-calendar-room-title .room-count {
			right: 30px;
		}
	}

	.rate-calendar-modal .rate-calendar-room-title .room-count .room-count-one {
		font-weight: bold;
	}

	.rate-calendar-modal .title-sub-text {
		margin-top: 10px;
		font-size: 14px;
	}

	@media (max-width: 767.98px) {
		.rate-calendar-modal .calendar-holder > .col-12:first-child {
			order: 1;
		}

		.rate-calendar-modal .calendar-holder > .col-12.rw-form-wrap {
			margin-top: 60px;
			margin-left: 15px;
		}

			.rate-calendar-modal .calendar-holder > .col-12.rw-form-wrap .rate-calendar-room-title {
				padding-left: 10px;
			}

			.rate-calendar-modal .calendar-holder > .col-12.rw-form-wrap .title-sub-text {
				padding: 0 30px 0 10px;
			}

			.rate-calendar-modal .calendar-holder > .col-12.rw-form-wrap .rw-input-wrap {
				padding: 0 30px 0 10px;
			}

		.rate-calendar-modal .calendar-holder .price-wrapper {
			max-width: 100vw;
			width: 100vw;
		}

			.rate-calendar-modal .calendar-holder .price-wrapper button.rate-calendar-button {
				position: initial;
			}
	}

	@media (max-width: 1169.98px) {
		.rate-calendar-modal, .rw-annual-lightbox {
			top: 0;
			height: 100%;
			width: 100%;
			max-width: 100vw;
		}

			.rate-calendar-modal .modal-dialog, .rw-annual-lightbox .modal-dialog {
				width: 100%;
				height: 100%;
				padding: 0;
				margin: 0;
				border-radius: 0;
			}

				.rate-calendar-modal .modal-dialog .modal-content, .rw-annual-lightbox .modal-dialog .modal-content {
					height: 100%;
					overflow-x: hidden;
					overflow-y: auto;
				}

					.rate-calendar-modal .modal-dialog .modal-content .modal-body, .rw-annual-lightbox .modal-dialog .modal-content .modal-body {
						height: 100% !important;
						max-height: 100% !important;
					}
	}

	@media (max-width: 767.98px) {
		.rate-calendar-modal {
			width: 100%;
		}

			.rate-calendar-modal .calendar-holder .price-wrapper {
				display: none;
			}

			.rate-calendar-modal .article .price-wrapper {
				display: block;
				border-top: 1px solid #333;
				padding-left: 23px;
				padding-right: 23px;
				padding-top: 40px;
			}

			.rate-calendar-modal .modal-dialog {
				margin: 0;
				padding: 0;
			}

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

			.rate-calendar-modal .modal-body {
				padding: 0;
			}

				.rate-calendar-modal .modal-body > div {
					display: flex;
				}

					.rate-calendar-modal .modal-body > div > div:nth-child(1) {
						order: 2;
					}

					.rate-calendar-modal .modal-body > div > div:nth-child(2) {
						order: 1;
						padding: 0 23px;
					}

				.rate-calendar-modal .modal-body .multi-select-rate-calendar, .rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar {
					max-width: 360px;
					width: 360px;
				}

					.rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar-header, .rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar-body, .rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar .pignose-calendar-header, .rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar .pignose-calendar-body {
						padding-left: 0;
						padding-right: 0;
					}
	}
	/*----------  title with primary bg  ----------*/
	.title-with-bg {
		color: #fff;
		background-color: #ec0037;
		text-align: center;
		border-radius: 4px;
	}
	/*----------  Sitemap  ----------*/
	.sitemap {
		padding-left: 20px;
		padding-right: 20px;
	}

		.sitemap ul {
			margin-top: 10px;
		}

			.sitemap ul li {
				margin-bottom: 10px;
			}

		.sitemap a[href="#"] {
			text-decoration: line-through;
		}
	/*----------  guest services  ----------*/
	.rw-icon-guest i:before {
		font-size: 12px;
	}
	/*----------  membership-settings  ----------*/
	.rw-settings-wrap {
		max-width: 416px;
	}

		.rw-settings-wrap .select-options {
			max-height: 240px;
			overflow-y: scroll;
		}

	.acc-wrap {
		padding-top: 20px;
	}

	@media (min-width: 768px) {
		.acc-wrap {
			padding-top: 30px;
		}
	}

	.acc-wrap .rw-arrow-right {
		font-weight: 700;
	}

	.acc-wrap .custom-control, .acc-wrap .rw-top-heading .custom-checkbox, .rw-top-heading .acc-wrap .custom-checkbox, .acc-wrap .rw-main-title .custom-checkbox, .rw-main-title .acc-wrap .custom-checkbox {
		padding-left: 1.5em;
	}

	.acc-wrap .custom-control-label::before, .acc-wrap .custom-control-label::after {
		width: 1em;
		height: 1em;
		top: 0.175em;
	}

	.acc-wrap .custom-radio {
		width: 154px;
		display: inline-block;
	}

	.acc-wrap.row, .acc-wrap.rwg-new-modal, .acc-wrap.rw-transactions-lightbox {
		padding-top: 0;
	}

	.social-connect span {
		display: inline-block;
		padding-right: 60px;
	}

		.social-connect span i {
			padding-right: 13px;
			color: #3b5998;
		}

	.rw-setting-details p {
		margin-bottom: 20px;
		position: relative;
	}

		.rw-setting-details p span {
			display: block;
			margin-bottom: 5px;
		}

		.rw-setting-details p a {
			position: absolute;
			right: 0;
			bottom: 5px;
			font-weight: 700;
		}

	.split-col {
		display: flex;
		justify-content: space-between;
	}

		.split-col .rw-settings-row {
			width: 48%;
		}

	.rw-settings-row {
		min-height: 82px;
		margin-bottom: 10px;
		position: relative;
	}

		.rw-settings-row.error {
			border-radius: 4px;
			padding: 8px;
			margin: -8px -8px 20px;
			border: solid 1px #4d4d4d;
		}

			.rw-settings-row.error:before {
				content: "\e901";
				position: absolute;
				left: -30px;
				top: 0;
				bottom: 0;
				margin-top: auto;
				margin-bottom: auto;
				width: 17px;
				height: 17px;
				font-size: 18px;
			}

	.error-row {
		background-color: #575757;
		border-radius: 4px;
		padding: 12px;
		color: #FFF;
		max-width: 315px;
		margin-bottom: 26px;
		display: none;
	}

		.error-row i {
			float: left;
			margin-top: 5px;
		}

		.error-row span {
			margin-left: 30px;
			display: block;
		}
	/*---------- Rewards Summary  ----------*/
	/*========================================
=            Error page style            =
========================================*/
	.rw-errors-content {
		margin: 80px 0;
		text-align: center;
	}

		.rw-errors-content h1 {
			text-align: left;
		}

		.rw-errors-content img {
			margin-top: 40px;
		}

		.rw-errors-content div a:first-child {
			margin-right: 10px;
		}

		.rw-errors-content p a {
			font-weight: 300;
		}

	@media (min-width: 768px) {
		.rw-errors-content {
			margin: 100px 0;
		}

			.rw-errors-content img {
				margin-top: 60px;
			}
	}

	@media (min-width: 1170px) {
		.rw-errors-content h1 {
			width: 800px;
		}
	}
	/*=====  End of Error page style  ======*/
	/*==================================
=            Empty Cart            =
==================================*/
	.rw-empty-cart {
		margin: 80px 0 40px;
	}

		.rw-empty-cart h1 {
			margin-bottom: 40px;
		}

	@media (min-width: 768px) {
		.rw-empty-cart {
			margin: 52px 0 40px;
		}
	}

	@media (min-width: 1170px) {
		.rw-empty-cart {
			margin: 100px 0 80px;
		}

			.rw-empty-cart h1 {
				margin-bottom: 60px;
			}
	}

	.rw-empty-cart + .rw-large-card .card-body a.btn-primary, .rw-empty-cart + .rw-large-card .card-body a.btn-fixed-size {
		padding-left: 34px;
		padding-right: 34px;
	}
	/*=====  End of Empty Cart  ======*/
	/*========================================
=            Warning Lightbox            =
========================================*/
	@media (min-width: 1170px) {
		.rw-warning-box .modal-body {
			height: 500px;
			padding: 27px;
		}
	}

	.rw-warning-content {
		margin: 30px 0 0;
	}

		.rw-warning-content h4 {
			margin-bottom: 10px;
		}

			.rw-warning-content h4 + p.lead {
				font-size: 14px;
			}

		.rw-warning-content .rw-payment-type {
			margin: 40px 0 40px;
		}

		.rw-warning-content .select-options {
			max-height: 200px;
			overflow-y: scroll;
		}

		.rw-warning-content p.text-small {
			margin-top: 80px;
			line-height: 1.6;
			margin-bottom: 0;
			font-size: 15px;
			width: 100%;
		}

			.rw-warning-content p.text-small + a {
				margin-top: 25px;
			}

	@media (min-width: 768px) {
		.rw-warning-content {
			margin-left: auto;
			margin-right: auto;
			margin-top: 100px;
			width: 340px;
		}

			.rw-warning-content p.text-small {
				margin-top: 80px;
				width: 416px;
			}

			.rw-warning-content .rw-payment-type {
				width: 323px;
			}
	}

	@media (min-width: 1170px) {
		.rw-warning-content {
			margin-top: 20px;
		}
	}
	/*=====  End of Warning Lightbox  ======*/
	.rw-btn-enable {
		width: 20px;
		height: 20px;
		left: 0;
		top: 33px;
		z-index: 1;
	}

	.rw-small-img {
		margin: 60px;
	}

	@media (min-width: 1170px) {
		.rw-small-img {
			margin: 67px;
		}
	}

	.owl-stage-outer .owl-stage {
		padding-left: 0 !important;
	}

	.rw-top-heading, .rw-main-title {
		margin-top: 80px;
	}

	@media (min-width: 768px) {
		.rw-top-heading, .rw-main-title {
			margin-top: 52px;
		}
	}

	@media (min-width: 1170px) {
		.rw-top-heading, .rw-main-title {
			margin-top: 100px;
		}
	}

	.rw-top-heading .custom-checkbox, .rw-main-title .custom-checkbox {
		margin-top: 23px;
		padding-top: 30px;
	}

		.rw-top-heading .custom-checkbox + .rw-payment-btn, .rw-main-title .custom-checkbox + .rw-payment-btn {
			padding-right: 50px;
			padding-left: 50px;
			margin-top: 37px;
		}

	.rw-main-title {
		margin-bottom: 40px;
	}

	@media (min-width: 1170px) {
		.rw-main-title {
			margin-bottom: 60px;
		}
	}
	/*======================================
=            Package detail            =
======================================*/
	.rw-package-option-content {
		margin-top: 25px;
	}

		.rw-package-option-content > h3 {
			margin-bottom: 16px;
		}

	@media (min-width: 1170px) {
		.rw-package-option-content .rw-payment-type {
			width: 310px;
		}
	}

	.rw-package-option-content .select-options li {
		text-indent: 0;
		padding-left: 10px;
		margin: 5px 0;
	}

	.rw-package-option-content .select-styled span {
		font-weight: 700;
		font-size: 15px;
	}

	.rw-package-view {
		margin-top: 35px;
		margin-bottom: 20px;
	}

		.rw-package-view::after {
			display: block;
			clear: both;
			content: "";
		}

		.rw-package-view .rw-package-img {
			width: 159px;
			height: 159px;
			float: left;
		}

			.rw-package-view .rw-package-img img {
				width: 100%;
			}

			.rw-package-view .rw-package-img + h3 {
				margin-left: 179px;
			}

	@media (min-width: 1170px) {
		.rw-package-view .rw-package-img + h3 {
			width: 232px;
		}
	}

	.rw-bottom-detail div:first-child {
		margin-bottom: 20px;
	}

	@media (min-width: 1170px) {
		.rw-bottom-detail div:first-child {
			margin-bottom: 0;
		}
	}

	.rw-bottom-detail p {
		font-weight: normal;
		color: #8a8a8a;
		margin-bottom: 5px;
	}

	.modal-body button {
		outline: none;
	}

		.modal-body button i {
			outline: none;
		}
	/*=====  End of Package detail  ======*/
	.rw-reward-point-section {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		.rw-reward-point-section {
			width: 580px;
			margin-right: auto;
			margin-left: auto;
		}
	}

	@media (min-width: 1170px) {
		.rw-reward-point-section {
			width: 823px;
			margin-top: 60px;
		}
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-reward-point-section + .section, .rw-reward-point-section + .rw-app-add {
			margin-top: 80px;
		}

			.rw-reward-point-section + .section > h2, .rw-reward-point-section + .rw-app-add > h2 {
				margin-bottom: 40px;
			}
	}

	.rw-reward-point-section + .section .rw-accordion-content .accordion-column, .rw-reward-point-section + .rw-app-add .rw-accordion-content .accordion-column {
		padding-top: 20px;
	}

	@media (min-width: 768px) {
		.rw-reward-point-section + .section .rw-accordion-content .accordion-column, .rw-reward-point-section + .rw-app-add .rw-accordion-content .accordion-column {
			padding-top: 40px;
		}
	}

	.rw-reward-point-section + .section .rw-accordion-content .accordion-column .icon-check, .rw-reward-point-section + .rw-app-add .rw-accordion-content .accordion-column .icon-check {
		font-size: 12px;
		margin-top: 10px !important;
	}

	.rw-hotel-detail .d-flex i {
		font-size: 12px;
	}
	/*----------  iPay88  ----------*/
	.ipay-terms {
		font-size: 20px;
	}

		.ipay-terms .custom-control, .ipay-terms .rw-top-heading .custom-checkbox, .rw-top-heading .ipay-terms .custom-checkbox, .ipay-terms .rw-main-title .custom-checkbox, .rw-main-title .ipay-terms .custom-checkbox {
			padding-left: 1.5em;
		}

		.ipay-terms .custom-control-label::before, .ipay-terms .custom-control-label::after {
			width: 1em;
			height: 1em;
			top: 0.175em;
		}

		.ipay-terms .custom-control-label span {
			font-size: 14px;
			display: block;
		}

		.ipay-terms .custom-control-label strong {
			display: block;
			margin-top: 5px;
			margin-bottom: 3px;
		}

	@media (min-width: 768px) {
		.rw-transaction-details {
			padding-left: 15px;
		}
	}

	.rw-transaction-details p {
		margin-bottom: 18px;
	}

		.rw-transaction-details p span:first-child {
			display: block;
		}

	@media (min-width: 768px) {
		.rw-transaction-details p span:first-child {
			width: 95px;
			display: inline-block;
		}
	}

	@media (min-width: 1170px) {
		.rw-transaction-details {
			padding-left: 92px;
		}

			.rw-transaction-details p {
				margin-bottom: 24px;
			}

				.rw-transaction-details p span:first-child {
					width: 168px;
				}
	}
	/*----------  calendar  ----------*/
	@media (max-width: 767.98px) {
		.multi-select-single-date-calendar, .multi-select-2-day-calendar {
			margin-right: auto;
			margin-left: auto;
		}
	}

	.fix-h2 {
		font-size: 35px;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	@media (min-width: 1170px) {
		.fix-h2 {
			margin-top: 100px;
			margin-bottom: 60px;
		}
	}

	@media (min-width: 768px) {
		.rw-width-set {
			width: 101%;
		}
	}

	.h2-mob {
		font-size: 35px;
	}

	@media (max-width: 1169.98px) {
		#rateCalendarLoading {
			display: flex;
			flex: 1;
			height: 100%;
		}

			#rateCalendarLoading .rw-loading-rate-popup-content {
				width: 100%;
			}
	}

	@media (max-width: 1169.98px) {
		.rate-calendar-modal-content {
			height: 100%;
		}

			.rate-calendar-modal-content .calendar-holder {
				flex: 1;
				height: 100%;
				align-items: center;
			}
	}

	.rate-calendar-modal-content .price-wrapper .rw-input-wrap {
		display: inline-block;
		max-width: 50%;
		width: 50%;
	}

	.rate-calendar-modal-content .btn-wrapper {
		display: inline-block;
		max-width: 50%;
		width: 48%;
		text-align: right;
	}

		.rate-calendar-modal-content .btn-wrapper .btn, .rate-calendar-modal-content .btn-wrapper .btn-fixed-size {
			margin-right: 0 !important;
		}

	@media (max-width: 767.98px) {
		.rate-calendar-modal .rw-form-wrap {
			max-width: 100vw;
			margin-top: 60px;
		}

		.rate-calendar-modal .modal-body .multi-select-rate-calendar {
			margin: 0;
			width: 100vw;
			padding: 0;
			max-width: 100vw;
		}

			.rate-calendar-modal .modal-body .multi-select-rate-calendar .pignose-calendar {
				max-width: 100vw;
				width: 100vw;
			}
	}
	/*=====================================================
=            New Signin/Signup page's code            =
=====================================================*/
	@media (min-width: 768px) {
		.rw-migrate-popup h4 + p {
			width: 394px;
			font-size: 14px;
			margin-bottom: 20px;
		}
	}

	.rw-retrieve-dob .select-options {
		max-height: 120px;
		overflow-y: scroll;
	}

	.rw-retrieve-dob .select-styled span {
		font-size: 14px;
		color: #919090;
	}
	/*=====  End of New Signin/Signup page's code  ======*/
	@media (min-width: 768px) {
		.rw-width-email-change {
			width: 335px;
		}
	}

	.btn-fixed-size {
		width: 168px;
		height: 28px;
		text-align: center;
		line-height: 25px;
	}
	/*=================================================
=            New Genting Website Modal            =
=================================================*/
	.rwg-new-modal {
		margin-top: 25px;
	}

	@media (max-width: 1169.98px) {
		.rwg-new-modal h2 {
			margin-top: 20px;
		}
	}

	.rwg-new-modal p {
		margin: 13px auto 10px;
	}

	@media (min-width: 768px) {
		.rwg-new-modal p {
			width: 710px;
		}
	}

	.rwg-new-modal .rwg-img {
		margin: 0 auto 15px;
		max-width: 592px;
	}

		.rwg-new-modal .rwg-img img {
			width: 100%;
		}

	.rwg-new-modal a {
		padding: 0;
		margin-bottom: 5px;
		width: 195px;
		height: 28px;
		line-height: 25px;
		text-align: center;
	}
	/*=====  End of New Genting Website Modal  ======*/
	.topbar-new-genting {
		background-color: #ec0037;
		font-size: 10px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 0;
	}

		.topbar-new-genting span {
			text-transform: uppercase;
			margin-right: 18px;
		}

		.topbar-new-genting a {
			padding-left: 10px;
			padding-right: 10px;
		}
	/*======================================
=            Retrieve Email            =
======================================*/
	.rw-retrieve {
		position: relative;
	}

		.rw-retrieve .server-side-error {
			position: absolute;
			bottom: 60px;
			width: 290px;
		}
	/*=====  End of Retrieve Email  ======*/
	.membership-signup-mobile-update .select-options {
		max-height: 200px;
		overflow-y: scroll;
	}
	/* Custom styles added */
	.rw-ticketType {
		display: none;
	}

	.rw-home-banner .rw-banner-text h1 .line-1 {
		line-height: 48px;
		font-weight: normal;
	}

	.rw-home-banner .rw-banner-text h1 .line-2 {
		line-height: 48px;
	}

	@media (max-width: 767.98px) {
		.rw-home-banner .rw-banner-text h1 .line-1, .rw-home-banner .rw-banner-text h1 .line-2 {
			font-size: 36px;
			line-height: 38px;
		}

		.rw-home-banner .rw-banner-text h1 .line-3 {
			font-size: 36px;
			line-height: 38px;
		}
	}

	.rw-home-banner .rw-banner-text .smooth-down i {
		font-weight: normal;
	}
	/*====================================
=            Arrow bounce            =
====================================*/
	.rw-arrow-down {
		position: relative;
		bottom: -5px;
		width: 40px;
		height: 40px;
		background-image: url(/img/icon/arrow-down-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.rw-bouncing {
		animation: bounce 2s infinite;
	}

	@keyframes bounce {
		0%, 20%, 50%, 80%, 100% {
			transform: translateY(0);
		}

		40% {
			transform: translateY(-30px);
		}

		60% {
			transform: translateY(-15px);
		}
	}
	/*=====  End of Arrow bounce  ======*/
	.rw-classic-website {
		display: flex;
		align-items: center;
		padding: 30px 0 35px;
		margin-top: 80px;
		border-top: solid 1px #dadada;
		position: relative;
		z-index: 100;
	}

	@media (min-width: 1170px) {
		.rw-classic-website {
			margin-top: 80px;
		}
	}

	.rw-classic-website .lead {
		margin-right: 30px;
		margin-bottom: 0;
	}

	.rw-classic-website a {
		padding-left: 45px;
		padding-right: 45px;
	}

	.rw-home-banner-ad.rw-app-add {
		margin-bottom: -130px;
		margin-top: 0;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-home-banner-ad.rw-app-add {
			margin: 0 0 -130px;
		}
	}

	.forgot-password-link, .forgot-pin-link {
		display: none;
	}
	/*=============================================
=            Style for Site Header             =
=============================================*/
	.rw-site-header {
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	}

		.rw-site-header .navbar {
			padding: 13px 0;
			background-color: #fff;
		}

		.rw-site-header .rw-nav {
			margin-top: 10px;
			transition: all 250ms ease-out;
		}

			.rw-site-header .rw-nav.show {
				margin-top: 380px;
			}

			.rw-site-header .rw-nav .nav-link {
				font-size: 20px;
				font-weight: 700;
				display: inline-block;
				position: relative;
				outline: none;
			}

				.rw-site-header .rw-nav .nav-link .icon-arrow-down {
					transform: rotate(-90deg);
					-webkit-transform: rotate(-90deg);
					-moz-transform: rotate(-90deg);
					-o-transform: rotate(-90deg);
					position: absolute !important;
					right: -25px;
					top: 6px;
					font-size: 20px;
				}

				.rw-site-header .rw-nav .nav-link .icon-hot-deals {
					font-size: 25px;
					position: absolute;
					top: 0;
					right: -35px;
				}

		.rw-site-header .addmtNav {
			margin-top: 305px;
		}

		.rw-site-header .addmtNavUser {
			margin-top: 340px;
		}

		.rw-site-header .clickDnone {
			display: none !important;
		}

		.rw-site-header .rw-page-link-himg {
			display: none;
		}

		.rw-site-header .dropdown-menu {
			display: block;
			background-color: rgba(0, 0, 0, 0);
		}

		.rw-site-header .header-fade {
			-webkit-animation: color-change-2x 1000ms linear both;
			animation: color-change-2x 1000ms linear both;
		}

	@-webkit-keyframes color-change-2x {
		0% {
			background-color: rgba(0, 0, 0, 0.1);
		}

		100% {
			background-color: rgba(255, 255, 255, 0.1);
		}
	}

	@keyframes color-change-2x {
		0% {
			background-color: rgba(0, 0, 0, 0.1);
		}

		100% {
			background-color: rgba(255, 255, 255, 0.1);
		}
	}

	.rw-site-header .dropdown-item {
		-webkit-animation: slide-nav-text 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
		animation: slide-nav-text 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	}

	@-webkit-keyframes slide-nav-text {
		0% {
			margin-top: -30px;
			opacity: 0.2;
		}

		50% {
			margin-top: 5px;
			opacity: 0.3;
		}

		100% {
			margin-top: 0px;
			opacity: 0.1;
		}
	}

	@-moz-keyframes slide-nav-text {
		0% {
			margin-top: -30px;
			opacity: 0.2;
		}

		50% {
			margin-top: 5px;
			opacity: 0.3;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@-o-keyframes slide-nav-text {
		0% {
			margin-top: -30px;
			opacity: 0.2;
		}

		50% {
			margin-top: 5px;
			opacity: 0.3;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@keyframes slide-nav-text {
		0% {
			margin-top: -30px;
			opacity: 0.2;
		}

		50% {
			margin-top: 5px;
			opacity: 0.3;
		}

		100% {
			margin-top: 0px;
			opacity: 1;
		}
	}

	@media (max-width: 767px) {
		.rw-site-header .navbar.cloned-elm {
			display: none !important;
		}
		
		.rw-home-banner-ad.rw-app-add {
			margin-bottom: -130px;
			margin-top: 0;
			height:400px;
		}
	}

	@media (min-width: 768px) and (max-width: 1169px) {
		.rw-site-header .navbar.cloned-elm {
			background-color: green;
		}
	}

	@media (max-width: 1169.98px) {
		.rw-nav .nav-item {
			margin-bottom: 30px;
		}

		.rw-nav .nav-link {
			padding: 0;
		}

		.rw-nav .dropdown-menu {
			border: none;
		}
	}

	.rw-top-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
	}

		.rw-top-nav ul {
			padding: 0;
			margin: 0;
			width: 100%;
		}

			.rw-top-nav ul li {
				list-style-type: none;
				color: #fff;
			}

				.rw-top-nav ul li a {
					color: #fff;
					line-height: 34px;
					text-decoration: none;
					padding: 0 25px;
					text-transform: uppercase;
					font-size: 10px;
					display: block;
					background: transparent;
					transition: all 0.7s ease-out;
					background: linear-gradient(270deg, #ec0037, rgba(236, 0, 55, 0.5), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
					background-position: 1% 50%;
					background-size: 300% 300%;
				}

					.rw-top-nav ul li a:hover {
						background-position: 99% 50%;
					}

		.rw-top-nav .rw-signinup {
			padding: 0 25px;
		}

			.rw-top-nav .rw-signinup a {
				display: inline-block;
			}

		.rw-top-nav i {
			margin-right: 10px;
		}

		.rw-top-nav .icon-pin, .rw-top-nav .icon-user-circle, .rw-top-nav .icon-arrow-down, .rw-top-nav .icon-cloud, .rw-top-nav .icon-cart {
			font-size: 18px;
			position: relative;
			top: 4px;
		}

		.rw-top-nav .icon-pin {
			font-size: 14px;
			top: 3px;
		}

		.rw-top-nav .icon-user-circle {
			margin: 0;
			font-size: 20px;
			top: 5px;
		}

		.rw-top-nav .icon-arrow-down {
			margin: 0;
		}

		.rw-top-nav .icon-cart {
			margin: 0;
		}

		.rw-top-nav .user-dtl {
			padding-top: 15px;
		}

			.rw-top-nav .user-dtl a {
				position: relative;
				padding: 0 40px !important;
			}

			.rw-top-nav .user-dtl .person {
				position: absolute;
				top: 0;
				left: 25px;
				width: 20px;
				height: 20px;
				display: block;
				border-radius: 50%;
			}

			.rw-top-nav .user-dtl .person-name {
				padding-left: 15px;
				display: inline-block;
				font-size: 20px;
				font-weight: 700;
				text-transform: capitalize;
			}

		.rw-top-nav .rw-mmlogout {
			width: 100px;
			margin-left: 10px;
			display: none;
		}

			.rw-top-nav .rw-mmlogout li a {
				font-weight: 700;
				font-size: 14px;
				text-transform: capitalize;
				padding: 0 !important;
				display: inline-block;
				background: unset;
			}

	.rw-language ul {
		width: 170px;
		margin: 0;
		padding-left: 50px;
		padding-right: 0;
		padding-bottom: 15px;
	}

		.rw-language ul li {
			cursor: pointer;
			margin-left: 0;
		}

			.rw-language ul li a {
				display: block !important;
				line-height: 30px;
				padding: 0 !important;
				font-size: 14px;
				text-transform: unset;
			}

				.rw-language ul li a:hover {
					background: transparent;
				}

	.rw-top-active {
		background: #ec0037 !important;
		margin-bottom: 10px;
	}

	@media (max-width: 1199.98px) {
		body.nav-open {
			overflow: hidden;
		}

			body.nav-open .navbar {
				display: block;
			}

			body.nav-open .rw-nav.navbar-collapse {
				height: calc(100vh - 300px);
				overflow: auto;
				display: block;
			}
	}

	.rw-site-nav .dropdown-menu {
		top: 82%;
		border-radius: 0px;
	}

		.rw-site-nav .dropdown-menu a {
			color: #ec0037;
			font-weight: 700;
			padding: 0;
			margin: 20px 0;
		}

			.rw-site-nav .dropdown-menu a:hover {
				background-color: rgba(0, 0, 0, 0);
			}

			.rw-site-nav .dropdown-menu a:active {
				background-color: rgba(0, 0, 0, 0);
			}

	.rw-site-nav.open {
		height: 100vh;
	}

	.rw-hamburger {
		background-color: rgba(0, 0, 0, 0) !important;
		outline: none;
		border-radius: 0px;
		width: 20px;
		height: 20px;
		top: 1px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

		.rw-hamburger span {
			display: block;
			position: absolute;
			height: 2px;
			width: 100%;
			background: #d3531a;
			border-radius: 4px;
			opacity: 1;
			right: 0;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
			-webkit-transform-origin: right center;
			-moz-transform-origin: right center;
			-o-transform-origin: right center;
			transform-origin: right center;
		}

			.rw-hamburger span:nth-child(1) {
				top: 0px;
			}

			.rw-hamburger span:nth-child(2) {
				top: 7px;
			}

			.rw-hamburger span:nth-child(3) {
				top: 15px;
			}

		.rw-hamburger[aria-expanded="true"] span:nth-child(1) {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: -1px;
			left: -3px;
		}

		.rw-hamburger[aria-expanded="true"] span:nth-child(2) {
			width: 0%;
			opacity: 0;
			right: -10px;
		}

		.rw-hamburger[aria-expanded="true"] span:nth-child(3) {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 16px;
			left: -3px;
		}

	@media (max-width: 1169.98px) {
		body.hamburger-menu-open {
			overflow: hidden;
		}

			body.hamburger-menu-open header.rw-site-header {
				position: absolute;
				z-index: 1024;
				width: 100%;
				height: 100vh;
				background: #fff;
			}

				body.hamburger-menu-open header.rw-site-header .rw-site-nav {
					height: 100vh;
				}

					body.hamburger-menu-open header.rw-site-header .rw-site-nav > .container {
						align-self: baseline;
					}

				body.hamburger-menu-open header.rw-site-header .rw-nav.navbar-collapse {
					overflow: auto;
				}
	}

	@media (max-width: 1169.98px) and (max-width: 767.98px) {
		body.hamburger-menu-open header.rw-site-header .rw-nav.navbar-collapse {
			height: calc(100vh - 500px);
		}
	}

	.rw-onh-bounce {
		position: relative;
		padding-left: 44px !important;
	}

	@keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		40% {
			-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			transform: translateY(-5px);
		}

		60% {
			-webkit-transform: translateY(-2px);
			-ms-transform: translateY(-2px);
			transform: translateY(-2px);
		}
	}

	.rw-onh-bounce .icon-bounce {
		position: absolute;
		top: 10px;
		left: 24px;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}

	.rw-onh-bounce:hover .icon-bounce {
		cursor: pointer;
		animation-name: bounce;
		-moz-animation-name: bounce;
	}

	.rw-signinup.rw-onh-bounce .icon-bounce {
		top: 8px;
	}

	.add-arow-move {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: absolute;
	}

	@media (max-width: 767.98px) {
		.rw-top-nav .container {
			max-width: 100%;
			padding: 0;
			margin: 0;
			padding-bottom:10px;
		}

		.rw-top-nav ul {
			-moz-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}

			.rw-top-nav ul li {
				transform: rotate(-180deg);
				-webkit-transform: rotate(-180deg);
				transform: rotate(-180deg);
			}

		.rw-language ul {
			display: none;
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

			.rw-language ul li {
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}

		.rw-language.rw-open ul {
			display: block;
		}

		.user-dtl .rw-mmlogout {
			moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

			.user-dtl .rw-mmlogout li {
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.rw-top-nav ul {
			text-align: right;
		}

		.rw-nav .nav-item {
			width: auto !important;
		}
	}

	@media (min-width: 768px) {
		.rw-site-header .navbar {
			padding: 8px 0;
		}

		.rw-site-header .rw-nav {
			margin-top: 0;
			transition: all 250ms ease;
		}

			.rw-site-header .rw-nav.show {
				margin-top: 70px;
			}
	}

	@media (max-width: 767px) {
		.rw-site-header .rw-nav.show {
			margin-top: 300px;
		}
	}

	@media (min-width: 768px) and (max-width: 1169px) {
		.rw-site-header .rw-nav .navbar-nav {
			height: 460px;
		}
	}

	@media (min-width: 768px) {
		.rw-site-header .rw-nav .nav-item {
			width: 26%;
		}

		.peek-boo {
			position: fixed;
			z-index: 1031;
			left: 0;
			right: 0;
			box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
		}

		.rw-top-nav {
			width: 100%;
			top: 50px;
		}

			.rw-top-nav ul {
				width: unset;
			}

				.rw-top-nav ul li {
					display: inline-block;
					margin-left: 20px;
				}

					.rw-top-nav ul li a {
						padding: 0 10px;
						display: inline-block;
					}

			.rw-top-nav .rw-signinup {
				padding: 0;
			}

			.rw-top-nav .user-dtl {
				padding-top: 0;
				position: relative;
			}

				.rw-top-nav .user-dtl a {
					padding: 0 10px 0 20px !important;
				}

				.rw-top-nav .user-dtl .person {
					left: 10px;
					top: -2px;
				}

				.rw-top-nav .user-dtl .person-name {
					font-size: 10px;
				}

			.rw-top-nav .rw-mmlogout {
				text-align: left;
				margin-left: 0px;
				width: 150px;
				top: 34px;
				left: -50px;
				background-color: #fff;
				border: solid 1px #9e1e5c;
				border-top: none;
				border-bottom-left-radius: 4px;
				border-bottom-right-radius: 4px;
				position: absolute;
				z-index: 100;
				display: none;
				padding: 18px 25px 25px;
			}

				.rw-top-nav .rw-mmlogout li {
					margin-left: 0;
				}

					.rw-top-nav .rw-mmlogout li a {
						font-size: 14px;
						color: #ec0037;
						font-weight: 400;
					}

				.rw-top-nav .rw-mmlogout:before {
					content: "";
					width: 11px;
					height: 11px;
					left: 65px;
					top: -5px;
					position: absolute;
					transform: rotate(45deg);
					background-color: #ffffff;
					border-width: 1px 0px 0px 1px;
				}

		.rw-onh-bounce {
			padding-left: 25px !important;
		}

			.rw-onh-bounce .icon-bounce {
				left: 5px;
			}

		.rw-top-active {
			margin-bottom: 0px;
		}

		.rw-language {
			position: relative;
		}

			.rw-language > a {
				position: relative;
				padding-right: 18px !important;
				transition: 0.5s;
				transform-origin: right center;
			}

				.rw-language > a::before, .rw-language > a::after {
					transition: 0.5s;
					height: 1.5px;
					width: 8px;
					border-radius: 2px;
					background-color: #fff;
					position: absolute;
					top: 1px;
					bottom: 0;
					margin-top: auto;
					margin-bottom: auto;
					content: "";
					transition: 0.5s;
				}

				.rw-language > a::before {
					right: 25px;
					transform: rotate(35deg);
				}

				.rw-language > a::after {
					right: 20px;
					transform: rotate(-35deg);
				}

			.rw-language ul {
				width: 150px;
				top: 34px;
				left: -50px;
				background-color: #fff;
				border: solid 1px #9e1e5c;
				border-top: none;
				border-bottom-left-radius: 4px;
				border-bottom-right-radius: 4px;
				position: absolute;
				z-index: 100;
				display: none;
				padding: 25px;
			}

				.rw-language ul li {
					margin: 2px 0 !important;
					padding: 3px 5px;
					display: block !important;
					padding: 0;
				}

					.rw-language ul li a {
						color: #ec0037;
						text-align: center;
					}

						.rw-language ul li a:hover {
							background: transparent;
						}

				.rw-language ul:before {
					content: "";
					width: 11px;
					height: 11px;
					left: 65px;
					top: -5px;
					position: absolute;
					transform: rotate(45deg);
					background-color: #ffffff;
					border-width: 1px 0px 0px 1px;
				}

			.rw-language.rw-open > a::before {
				right: 25px;
				transform: rotate(-35deg);
			}

			.rw-language.rw-open > a::after {
				right: 20px;
				transform: rotate(35deg);
			}

			.rw-language.rw-open ul {
				display: block;
			}
	}

	@media (min-width: 1170px) {
		.rw-site-header {
			margin-bottom: 0;
			margin-top: 34px;
		}

			.rw-site-header .navbar {
				padding: 0;
			}

			.rw-site-header .rw-nav {
				margin-top: 0;
			}

				.rw-site-header .rw-nav .nav-item {
					width: unset;
				}

				.rw-site-header .rw-nav .nav-link {
					font-size: 14px;
					font-weight: 400;
				}

					.rw-site-header .rw-nav .nav-link .icon-arrow-down {
						transform: rotate(-90deg);
						-webkit-transform: rotate(-90deg);
						-moz-transform: rotate(-90deg);
					}

				.rw-site-header .rw-nav .rw-arrow .ar-down {
					top: 3px;
				}

			.rw-site-header .rw-page-link-himg {
				display: block;
			}

			.rw-site-header .dropdown-menu {
				display: none;
				overflow: hidden;
				width: auto;
				left: 50%;
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
			}

			.rw-site-header .nav-item:hover .dropdown-menu {
				-webkit-animation: nav-down 300ms;
				-moz-animation: nav-down 300ms;
				-o-animation: nav-down 300ms;
				animation: nav-down 300ms;
				display: block;
			}

		@-webkit-keyframes nav-down {
			0% {
				height: 0px;
			}

			100% {
				height: 180px;
			}
		}

		@-moz-keyframes nav-down {
			0% {
				height: 0px;
			}

			100% {
				height: 180px;
			}
		}

		@-o-keyframes nav-down {
			0% {
				height: 0px;
			}

			100% {
				height: 180px;
			}
		}

		@keyframes nav-down {
			0% {
				height: 0px;
			}

			100% {
				height: 180px;
			}
		}

		.rw-site-header .slide-nav-link-img {
			-webkit-animation: slide-fwd-tl 1000ms ease-in-out;
			animation: slide-fwd-tl 1000ms ease-in-out;
			position: relative;
		}

		@-webkit-keyframes slide-fwd-tl {
			0% {
				top: 15px;
				opacity: 0;
			}

			50% {
				opacity: 0.5;
			}

			100% {
				top: 0px;
				left: 0px;
				opacity: 1;
			}
		}

		@keyframes slide-fwd-tl {
			0% {
				top: 15px;
				opacity: 0;
			}

			50% {
				opacity: 0.5;
			}

			100% {
				top: 0px;
				left: 0px;
				opacity: 1;
			}
		}

		.rw-top-nav {
			width: 100%;
			height: 34px !important;
			top: 0;
			display: block;
		}

			.rw-top-nav ul li {
				display: inline-block;
				margin-left: 30px;
			}

				.rw-top-nav ul li a {
					display: inline-block;
				}

		.rw-site-nav .nav-item {
			padding: 5px 0;
			margin-left: 29px;
		}

			.rw-site-nav .nav-item .nav-link {
				padding-right: 20px !important;
			}

				.rw-site-nav .nav-item .nav-link .icon-arrow-down {
					position: absolute;
					top: 10px;
					right: 0;
					font-size: 18px;
				}

			.rw-site-nav .nav-item:hover:before {
				content: "";
				width: 15px;
				height: 15px;
				left: 0;
				right: 0;
				margin: 0 auto;
				bottom: -7px;
				border: solid #dadada;
				position: absolute;
				transform: rotate(45deg);
				background-color: #fff;
				border-width: 1px 0px 0px 1px;
				z-index: 1500;
			}

			.rw-site-nav .nav-item:last-child:hover:before {
				display: none;
			}

		.rw-site-nav .dropdown-menu {
			padding: 25px 20px;
			background-color: #fff;
		}

			.rw-site-nav .dropdown-menu a {
				font-weight: 400;
			}

		.rw-page-link {
			display: inline-block;
			min-width: 145px;
		}

		.rw-page-link-himg {
			width: 140px;
			margin-top: 5px;
			margin-bottom: 5px;
			height: 150px;
		}

		.rw-top-nav.collapse {
			display: block !important;
		}
	}

	.rw-cart-items-number {
		top: -8px;
		left: -5px;
		width: 9px;
		height: 9px;
		font-size: 8px;
		color: #9e1e5c;
		line-height: 8px;
		text-align: center;
		position: relative;
		border-radius: 50%;
		letter-spacing: 0.1px;
		display: inline-block;
		background-color: #fff;
		font-weight: 700;
	}

	@media (min-width: 1170px) {
		.rw-cart-items-number {
			text-indent: -1px;
		}
	}
	/*=====  End of Site Header  ======*/
	/*=====================================
=            Footer styles            =
=====================================*/
	.rw-footer-sec {
		background-color: #4d4d4d;
		padding: 55px 0 30px;
		margin-top: 130px;
	}

		.rw-footer-sec h5 {
			text-transform: uppercase;
			font-size: 15px;
			color: #fff;
		}

		.rw-footer-sec ul {
			margin-bottom: 60px;
		}

			.rw-footer-sec ul li {
				padding-bottom: 13px;
			}

				.rw-footer-sec ul li:last-child {
					padding-bottom: 0;
				}

				.rw-footer-sec ul li a {
					color: #fff;
					font-weight: 300;
					font-size: 0.875rem;
					text-decoration: none;
				}

	.rw-footer-social li {
		text-align: center;
		margin: 70px 0 90px;
	}

		.rw-footer-social li a {
			margin-right: 30px;
		}

			.rw-footer-social li a i {
				color: #fff;
				font-size: 1.2500000004rem;
			}

	.rw-footer-language {
		font-weight: bold;
		display: inline-flex;
		cursor: pointer;
	}

		.rw-footer-language .icon-arrow-down {
			font-size: 20px;
			margin-top: 2px;
		}

		.rw-footer-language ul {
			top: 30px;
			left: 0;
			border: none;
			border-radius: 4px;
			background-color: #fff;
			position: absolute;
		}

			.rw-footer-language ul li {
				padding-bottom: 0;
			}

				.rw-footer-language ul li:last-child {
					padding-bottom: 5px;
				}

				.rw-footer-language ul li a {
					color: #ec0037;
					font-weight: 400;
				}

	.rw-stay-updated .btn-primary, .rw-stay-updated .btn-fixed-size {
		background-color: #fff;
		border-color: #fff;
		color: #ec0037;
	}

		.rw-stay-updated .btn:disabled, .rw-stay-updated .btn-fixed-size:disabled {
			opacity: 1;
		}

		.rw-stay-updated .btn-primary:not(:disabled):not(.disabled):active, .rw-stay-updated .btn-fixed-size:not(:disabled):not(.disabled):active {
			background-color: #fff;
			border-color: #fff;
		}

	.rw-stay-updated .invalid-feedback {
		position: static;
		max-width: 300px;
		margin-top: 5px;
	}

		.rw-stay-updated .invalid-feedback .error-text {
			color: #fff;
		}

			.rw-stay-updated .invalid-feedback .error-text .icon-alert {
				color: #fff;
			}

	.rw-news-subscription {
		display: none;
	}

	.rw-footer-language {
		position: relative;
	}

		.rw-footer-language > a {
			position: relative;
			padding-right: 18px !important;
			transition: 0.5s;
			transform-origin: right center;
		}

			.rw-footer-language > a::before, .rw-footer-language > a::after {
				transition: 0.5s;
				height: 1.5px;
				width: 8px;
				border-radius: 2px;
				background-color: #fff;
				position: absolute;
				top: 1px;
				bottom: 0;
				margin-top: auto;
				margin-bottom: auto;
				content: "";
				transition: 0.5s;
			}

			.rw-footer-language > a::before {
				right: 6px;
				transform: rotate(35deg);
			}

			.rw-footer-language > a::after {
				right: 0;
				transform: rotate(-35deg);
			}

		.rw-footer-language ul {
			width: 150px;
			top: 34px;
			left: -50px;
			background-color: #fff;
			border: solid 1px #9e1e5c;
			border-top: none;
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			position: absolute;
			z-index: 100;
			display: none;
			padding: 25px;
		}

			.rw-footer-language ul li {
				margin: 2px 0 !important;
				padding: 3px 5px;
				display: block !important;
				padding: 0;
			}

				.rw-footer-language ul li a {
					color: #ec0037;
					text-align: center;
				}

					.rw-footer-language ul li a:hover {
						background: transparent;
					}

			.rw-footer-language ul:before {
				content: "";
				width: 11px;
				height: 11px;
				left: 65px;
				top: -5px;
				position: absolute;
				transform: rotate(45deg);
				background-color: #ffffff;
				border-width: 1px 0px 0px 1px;
			}

		.rw-footer-language.rw-open > a::before {
			right: 6px;
			transform: rotate(-35deg);
		}

		.rw-footer-language.rw-open > a::after {
			right: 0;
			transform: rotate(35deg);
		}

		.rw-footer-language.rw-open ul {
			display: block;
		}

		.rw-footer-language ul {
			width: 150px;
			top: 30px;
			left: 0;
			right: 0;
			border: none;
			border-radius: 4px;
			background-color: #fff;
			position: absolute;
			padding: 25px;
			text-align: center;
		}

			.rw-footer-language ul:before {
				content: "";
				width: 11px;
				height: 11px;
				left: -41px;
				right: 0;
				margin-left: auto;
				margin-right: auto;
				top: -5px;
				position: absolute;
				transform: rotate(45deg);
				background-color: #ffffff;
				border-width: 1px 0px 0px 1px;
			}

	@media (min-width: 768px) {
		.rw-footer-language ul:before {
			left: 130px;
		}
	}

	@media (min-width: 1170px) {
		.rw-footer-language ul:before {
			left: 0;
		}
	}

	@media (min-width: 768px) {
		.rw-footer-social {
			display: flex;
			align-items: flex-end;
		}

			.rw-footer-social li {
				margin: 0;
				text-align: left;
			}

		.footer-disclaimer {
			margin-top: 40px;
		}

		.rw-email-footer {
			width: 270px;
			border: 1px solid transparent;
		}

		.rw-footer-language ul {
			right: 0;
			top: 30px;
			left: auto;
		}
	}

	@media (min-width: 1170px) {
		.rw-footer-sec {
			padding: 60px 0 70px;
		}

		.rw-footer-language {
			font-weight: bold;
			display: inline-flex;
			cursor: pointer;
		}

			.rw-footer-language ul {
				right: -67px;
				top: 25px;
				left: unset;
				border: none;
				border-radius: 4px;
			}

				.rw-footer-language ul li {
					padding-bottom: 0;
				}

					.rw-footer-language ul li:last-child {
						padding-bottom: 5px;
					}

					.rw-footer-language ul li a {
						color: #ec0037;
						font-weight: 400;
					}

		.rw-footer-social {
			display: flex;
			align-items: flex-start;
			position: absolute;
			top: 105px;
			right: 0;
		}

			.rw-footer-social li {
				display: flex;
				justify-content: space-between;
			}

				.rw-footer-social li a {
					margin: 0;
				}

		.rw-email-footer {
			width: 390px;
		}
	}
	/*=====  End of Footer styles  ======*/
	/*=============================================
=            Style for Cards            =
=============================================*/
	.rw-hero-image-card {
		position: relative;
		margin: 20px 0;
	}

		.rw-hero-image-card .container {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 25px;
			margin: 0 auto;
		}

		.rw-hero-image-card .rw-banner-large-text {
			bottom: 30px;
		}

	.rw-card-title {
		display: inline-block;
	}

		.rw-card-title h2 {
			display: inline-block;
			color: #fff;
			font-size: 35px;
		}

		.rw-card-title .btn, .rw-card-title .btn-fixed-size {
			position: relative;
			bottom: 10px;
			left: 10px;
		}

	@media (min-width: 768px) {
		.rw-card-title h2 {
			font-size: 45px;
		}

		.rw-card-title .btn, .rw-card-title .btn-fixed-size {
			left: 10px;
			padding-right: 13px;
			padding-left: 13px;
		}

		.rw-hero-image-card .container {
			bottom: 35px;
		}
	}

	@media (min-width: 1170px) {
		.rw-hero-image-card .container {
			bottom: 70px;
		}
	}

	.full-bleed-banner .container {
		bottom: 20px;
	}

	@media (min-width: 768px) {
		.full-bleed-banner .container {
			bottom: 38px;
		}
	}

	@media (min-width: 1170px) {
		.full-bleed-banner .container {
			bottom: 38px;
		}
	}
	/*========================
= Style for splite images =
========================*/
	.rw-rounded {
		border-radius: 4px;
	}

	.rw-rounded-l {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.rw-rounded-r {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.rw-split-image {
		background-color: #331622;
		-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
		margin: 70px 0;
	}

	@media (min-width: 1170px) {
		.rw-split-image {
			max-width: 990px;
			margin: 50px auto;
		}
	}

	.rw-split-image .btn, .rw-split-image .btn-fixed-size {
		padding: 0 13px 3px;
		line-height: 20px;
	}

	.rw-split-info {
		padding: 30px 40px 40px 30px;
	}

		.rw-split-info h2 {
			font-size: 25px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 25px;
		}

		.rw-split-info p {
			color: #fff;
			font-size: 0.875rem;
		}

		.rw-split-info span {
			display: block;
			color: #fff;
			font-weight: bold;
		}

		.rw-split-info .btn, .rw-split-info .btn-fixed-size {
			margin-top: 10px;
		}

	@media (min-width: 768px) {
		.rw-split-info {
			padding: 30px 70px 45px 25px;
		}

			.rw-split-info h2 {
				font-size: 35px;
				margin-bottom: 15px;
			}

			.rw-split-info p {
				margin: 0;
			}

			.rw-split-info span {
				font-size: 0.875rem;
			}
	}

	@media (min-width: 1170px) {
		.rw-split-info {
			padding: 30px 80px 0;
		}

			.rw-split-info h2 {
				font-size: 35px;
				margin-bottom: 10px;
			}

			.rw-split-info p {
				margin: 0;
				font-size: 1.2500000004rem;
			}

			.rw-split-info span {
				font-size: 1.2500000004rem;
			}

			.rw-split-info .btn, .rw-split-info .btn-fixed-size {
				margin-top: 25px;
			}

		.rw-ride-parallax .rw-split-image {
			width: 823px;
		}
	}

	.rw-split-info-left {
		padding: 30px 40px 40px 30px;
	}

		.rw-split-info-left h2 {
			font-size: 25px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 25px;
		}

		.rw-split-info-left span {
			color: #fff;
		}

		.rw-split-info-left p {
			color: #fff;
			font-size: 0.875rem;
			margin-bottom: 25px;
		}

	@media (min-width: 768px) {
		.rw-rounded-l {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}

		.rw-rounded-r {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}

		.rw-split-info-left {
			padding: 30px 85px 45px 25px;
		}

			.rw-split-info-left h2 {
				font-size: 35px;
				margin-bottom: 0;
				padding-left: 15px;
			}

			.rw-split-info-left p {
				margin: 10px 0 20px;
			}
	}

	@media (min-width: 1170px) {
		.rw-split-info-left {
			padding: 30px 90px 0 80px;
		}

			.rw-split-info-left h2 {
				font-size: 35px;
				margin-bottom: 10px;
			}

			.rw-split-info-left p {
				padding-left: 15px;
				font-size: 1.2500000004rem;
			}

			.rw-split-info-left .btn, .rw-split-info-left .btn-fixed-size {
				margin-top: 10px;
			}
	}

	.rw-split-small {
		max-width: 800px;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.rw-split-image {
			width: 990px;
		}

		.rw-split-small {
			width: 800px;
		}

		.rw-full-view-modal .modal-body {
			height: 600px;
		}
	}
	/*=====  End of splite images ======*/
	/*=============================================
=          Style for Small Image Card            =
=============================================*/
	.rw-small-image-card {
		position: relative;
		margin-bottom: 10px;
	}

		.rw-small-image-card .rw-card-title {
			position: absolute;
			bottom: 0;
			left: 0;
		}

			.rw-small-image-card .rw-card-title h3 {
				display: inline-block;
				color: #fff;
			}

			.rw-small-image-card .rw-card-title .btn, .rw-small-image-card .rw-card-title .btn-fixed-size {
				bottom: 3px;
				vertical-align: baseline;
			}

	@media (min-width: 1170px) {
		.rw-small-image-card {
			margin-bottom: 0;
		}

			.rw-small-image-card .rw-card-title h3 {
				font-size: 35px;
			}
	}
	/*=====  End of Small Image Card  ======*/
	/*==============================================
= Style for Details Card, Booking Events Card, booking hotels, booking theme parks =
==============================================*/
	.rw-lg-card {
		margin-bottom: 30px;
		border: none;
	}

		.rw-lg-card .card-body {
			padding: 15px;
		}

		.rw-lg-card .btn, .rw-lg-card .btn-fixed-size {
			margin-top: 30px;
			line-height: 20px;
		}

	@media (min-width: 768px) {
		.rw-lg-card {
			max-width: 320px;
		}
	}

	@media (min-width: 1170px) {
		.rw-lg-card {
			max-width: 290px;
		}
	}

	@media (min-width: 1200px) {
		.rw-lg-card {
			max-width: 350px;
		}
	}
	/*=====  End of Style for Details Card, Booking Events Card, booking hotels, booking theme parks  ======*/
	/*=============================================
=            Style for Small Cards            =
=============================================*/
	.rw-sm-card i {
		font-size: 18px;
	}

	.rw-sm-card .card-msg {
		position: absolute;
		top: 0;
		right: 0;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
	}

	.rw-sm-card .btn, .rw-sm-card .btn-fixed-size {
		position: relative;
		line-height: 20px;
		font-weight: bold;
	}

	.rw-sm-card-img {
		max-width: 140px;
	}

	@media (min-width: 1200px) {
		.btn, .btn-fixed-size {
			right: -20px;
		}
	}
	/*=====  End of Style for Small Cards  ======*/
	.en-card-detail {
		background-color: #8e0702;
	}

	.things-to-do-card {
		background-color: #05044d;
	}

	.bg-etg {
		background-color: #440807 !important;
	}

	.bg-ride {
		background-color: #341407;
	}

	.text-silver {
		color: #a3a3a3;
	}

	.text-gold {
		color: #c4b274;
	}

	.text-platinum {
		color: #282828;
	}

	.rw-thrill {
		display: flex;
		align-items: center;
	}

		.rw-thrill i span {
			display: inline-block;
			font-size: 22px;
		}

		.rw-thrill .rw-thrill-type {
			display: inline-block;
			font-size: 14px;
			margin-left: 10px;
			font-weight: normal;
		}

	@media (min-width: 768px) {
		.rw-thrill {
			margin-top: 20px;
		}
	}

	.rw-split-info-left .rw-thrill {
		justify-content: flex-start;
	}

	@media (min-width: 768px) {
		.rw-split-info-left .rw-thrill {
			justify-content: flex-end;
		}
	}
	/*=====  End of Cards ======*/
	/*====================================
=            things-to-do            =
====================================*/
	.rw-sm-things-card-img {
		max-width: 140px;
	}

	.rw-things-card-content {
		padding: 17px 15px 15px 17px !important;
	}

	@media (min-width: 768px) {
		.rw-things-card-content {
			padding: 21px 27px 15px 37px !important;
		}
	}

	@media (min-width: 1170px) {
		.rw-things-card-content {
			padding: 17px 15px 15px 17px !important;
		}
	}
	/*=====  End of things-to-do  ======*/
	/*====================================
=            things-to-do            =
====================================*/
	.rw-sm-booking-card-img {
		max-width: 80px;
		margin-left: 0px;
	}

	@media (min-width: 768px) {
		.rw-sm-booking-card-img {
			margin-left: 36px;
		}
	}

	.rw-booking-card-content {
		padding: 13px 0px 13px 17px !important;
	}

	.rw-booking-font {
		font-size: 19px;
	}

	.rw-booking-sm-font {
		font-size: 13px;
	}

	.rw-booking-room-card {
		padding-left: 0px;
		padding-right: 0px;
	}

	@media (min-width: 768px) {
		.rw-booking-room-card {
			padding-left: 60px;
			padding-right: 60px;
		}
	}

	.rw-booking-btn {
		width: 106px;
	}
	/*=====  End of things-to-do  ======*/
	.rw-hotel-detail {
		position: relative;
	}

		.rw-hotel-detail i + .lead {
			margin-bottom: 5px;
		}

	@media (min-width: 768px) {
		.rw-hotel-detail {
			padding-right: 15px;
		}
	}

	@media (min-width: 1170px) {
		.rw-hotel-detail {
			padding-right: 0;
			height: 360px;
			margin-right: 25px;
			overflow-y: scroll;
		}
	}

	.rw-fade-bottom {
		position: sticky;
		bottom: 0px;
		width: 100%;
		height: 50px;
		background: -moz-linear-gradient(top, rgba(137, 255, 241, 0) 0%, white 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 255, 241, 0)), color-stop(100%, white));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(137, 255, 241, 0) 0%, white 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(137, 255, 241, 0) 0%, white 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(137, 255, 241, 0) 0%, white 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, white 100%);
		/* W3C */
	}

	@media (min-width: 768px) {
		.rw-fade-bottom {
			display: none;
		}
	}

	@media (min-width: 1170px) {
		.rw-fade-bottom {
			display: block;
		}
	}

	@media (min-width: 1170px) {
		.rw-casino-carousel {
			padding-right: 10px;
			height: auto;
		}
	}
	/*====================================
=            Tickets card            =
====================================*/
	.rw-tickets-card {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

		.rw-tickets-card .row, .rw-tickets-card .rwg-new-modal, .rw-tickets-card .rw-transactions-lightbox {
			background-color: #f7f7f7;
			border-radius: 4px;
			position: relative;
			margin: 5px 0;
		}

	.rw-fixed-img {
		width: 140px;
		height: 140px;
	}

		.rw-fixed-img img {
			width: 100%;
			border-bottom-right-radius: 4px;
		}
	.rw-fixed-img-long {
        width: 330px;
        height: 500px;
    }

        .rw-fixed-img-long img {
            width: 100%;
            border-bottom-right-radius: 4px;
        }
	@media (min-width: 768px) {
		.rw-fixed-img img {
			border-bottom-right-radius: 0;
		}
	}

	.rw-combo-card-img .rw-fixed-img {
		padding: 6px;
		background-color: #fff;
		border: solid 2px #f7f7f7;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.rw-tickets-detail {
		width: 50%;
		padding-left: 20px;
	}

		.rw-tickets-detail h4 {
			padding: 10px 0 5px;
		}

		.rw-tickets-detail p {
			margin: 0;
		}

	.rw-ticket-price {
		width: 100%;
		padding: 10px 10px 10px 18px;
	}

		.rw-ticket-price span:nth-child(2) {
			font-size: 16px;
		}

			.rw-ticket-price span:nth-child(2) small {
				font-size: 13px;
			}

		.rw-ticket-price div:nth-child(2) a {
			padding-right: 32px;
			padding-left: 32px;
		}

	.rw-ride-card .rw-thrill i span {
		font-size: 22px;
	}

	.rw-ride-card .rw-thrill-type {
		font-size: 14px !important;
		font-weight: normal;
	}

	@media (min-width: 768px) {
		.rw-tickets-detail {
			align-self: flex-start;
			padding-left: 35px;
			width: 70%;
		}

			.rw-tickets-detail h4 {
				padding-top: 21px;
			}

		.rw-ticket-price {
			position: absolute;
			bottom: 0;
			left: 0;
			margin-right: 155px;
			left: 0;
		}

			.rw-ticket-price div:first-child {
				margin-left: 158px;
			}

			.rw-ticket-price div:nth-child(2) a {
				padding-right: 32px;
				padding-left: 32px;
			}

			.rw-ticket-price span:nth-child(2) {
				font-size: 19px;
			}

		.rw-ride-card .rw-thrill-type {
			font-size: 14px !important;
			font-weight: normal;
		}
	}

	@media (min-width: 1170px) {
		.rw-tickets-card .row, .rw-tickets-card .rwg-new-modal, .rw-tickets-card .rw-transactions-lightbox {
			margin: 5px;
		}

		.rw-tickets-detail {
			width: 65%;
			padding-left: 17px;
		}

			.rw-tickets-detail h4 {
				padding-top: 17px;
			}

		.rw-ticket-price div:first-child {
			margin-left: 141px;
		}
	}
	/*=====  End of Tickets card  ======*/
	/*==================================================
=            Cards & carousel in mobile            =
==================================================*/
	@media (max-width: 767.98px) {
		.rw-mob-space {
			margin-left: -13px;
			margin-right: -13px;
		}
	}
	/*=====  End of Cards & carousel in mobile  ======*/
	.rw-full-view-modal .modal-body {
		padding: 25px;
	}

	.rw-full-view-modal .carousel-photo .carousel-control-prev, .rw-full-view-modal .carousel-photo .carousel-control-next {
		width: 50px;
		height: 30px;
		top: 48%;
	}

	@media (max-width: 767.98px) {
		.expand-carousel-img {
			display: none;
		}
	}
	/*=========================================
=            My trips            =
=========================================*/
	.rw-my-trips {
		width: 100%;
		padding: 10px 10px 10px 18px;
	}

		.rw-my-trips span:nth-child(2) {
			font-size: 20px;
		}

			.rw-my-trips span:nth-child(2) small {
				font-size: 13px;
			}

	@media (max-width: 1169.98px) {
		.rw-my-trips span:nth-child(2) small {
			font-size: 14px;
		}
	}

	.rw-my-trips div:nth-child(2) a {
		padding-right: 32px;
		padding-left: 32px;
	}

	.rw-my-trips-detail {
		width: 54%;
	}

	@media (min-width: 768px) {
		.rw-my-trips-detail {
			padding-left: 21px;
			width: 75%;
		}

			.rw-my-trips-detail h4 {
				padding-top: 21px;
			}

		.rw-my-trips div:first-child {
			margin-left: 142px;
		}
	}

	@media (min-width: 1170px) {
		.rw-tickets-card .row, .rw-tickets-card .rwg-new-modal, .rw-tickets-card .rw-transactions-lightbox {
			margin: 5px;
		}

		.rw-my-trips-detail {
			width: 65%;
			padding-left: 17px;
		}

			.rw-my-trips-detail h4 {
				padding-top: 17px;
			}

		.rw-my-trips div:first-child {
			margin-left: 141px;
		}

		.rw-my-trips span:nth-child(2) {
			font-size: 18px;
		}
	}

	.rw-my-trips p {
		margin: 0;
		margin-bottom: 65px;
	}

	.rw-my-trips-text {
		font-size: 15px;
	}

	@media (min-width: 768px) {
		.rw-my-trips-text {
			font-size: 20px;
		}
	}

	.rw-my-trips-plan-box .row, .rw-my-trips-plan-box .rwg-new-modal, .rw-my-trips-plan-box .rw-transactions-lightbox {
		background-color: #f7f7f7;
		border-radius: 4px;
		padding-top: 17px;
		padding-left: 17px;
		padding-bottom: 15px;
		padding-right: 30px;
	}

	.rw-trip-radius {
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px !important;
	}

	.px-my-trip-btn {
		padding-left: 40px;
		padding-right: 40px;
	}
	/*=====  End of My trips  ======*/
	@media (min-width: 1920px) {
		.large-view-fix-img {
			width: 1900px;
			margin-right: auto !important;
			margin-left: auto !important;
		}
	}
	/*=====================================
=            Trip Timeline            =
=====================================*/
	.timeline-wrap {
		margin: 40px -13px 0;
		padding-bottom: 30px;
	}

	@media (min-width: 768px) {
		.timeline-wrap {
			margin-left: 78px;
			margin-right: 0;
		}
	}

	@media (min-width: 1170px) {
		.timeline-wrap {
			margin-left: 84px;
			margin-top: 60px;
		}
	}

	.trip-day {
		position: relative;
		padding-bottom: 66px;
	}

	@media (min-width: 1170px) {
		.trip-day {
			padding-bottom: 84px;
		}
	}

	.trip-day:before {
		width: 1px;
		height: 100%;
		background-color: #dadada;
		position: absolute;
		left: 31px;
		top: 20px;
		content: "";
	}

	@media (min-width: 768px) {
		.trip-day:before {
			left: 34px;
		}
	}

	.trip-day_last:before {
		height: 0;
		width: 0;
		background-color: transparent;
	}

	.trip-day h2 {
		margin-left: 61px;
		margin-bottom: 32px;
		position: relative;
	}

		.trip-day h2:before {
			content: "";
			position: absolute;
			width: 11px;
			height: 11px;
			border-radius: 50%;
			background-color: #dadada;
			left: -35px;
			top: 19px;
		}

	@media (min-width: 768px) {
		.trip-day h2 {
			margin-left: 81px;
			margin-bottom: 40px;
		}

			.trip-day h2:before {
				left: -52px;
			}
	}

	.trip-day .btn-wrap {
		padding: 5px 0 0 64px;
	}

	@media (min-width: 768px) {
		.trip-day .btn-wrap {
			padding-left: 82px;
			padding-bottom: 15px;
		}
	}

	.trip-day .btn-wrap a {
		display: block;
		margin-bottom: 15px;
	}

		.trip-day .btn-wrap a:last-child {
			margin-bottom: 0;
		}

	.trip-day .rw-offer {
		margin-top: 82px;
		padding-left: 61px;
	}

	@media (max-width: 767.98px) {
		.trip-day .rw-offer {
			padding-left: 0;
			padding-right: 20px;
		}
	}

	.trip-day .rw-offer i {
		width: 43px;
		height: 50px;
		float: left;
		font-size: 22px;
		text-align: right;
		margin-top: 5px;
	}

	.trip-day .rw-offer span {
		margin-left: 56px;
		font-size: 15px;
		display: block;
		padding-right: 15px;
	}

	@media (min-width: 768px) {
		.trip-day .rw-offer {
			max-width: 489px;
		}

			.trip-day .rw-offer span {
				font-size: 20px;
			}
	}
	/*=====  End of Trip Timeline  ======*/
	/*==================================
=            rw-card-xx            =
==================================*/
	.rw-card-xx {
		background-color: #f7f7f7;
		border-radius: 4px;
		position: relative;
		margin-bottom: 10px;
	}

	@media (min-width: 768px) {
		.rw-card-xx {
			max-width: 489px;
		}
	}

	.rw-card-xx_img {
		width: 140px;
		float: left;
	}

		.rw-card-xx_img img {
			width: 140px;
			height: auto;
			border-radius: 4px 0 0 4px;
		}

	.rw-card-xx_details {
		padding: 17px 15px 15px 21px;
		margin-left: 140px;
	}

	@media (min-width: 768px) {
		.rw-card-xx_details {
			padding: 17px 15px 15px 21px;
		}
	}

	@media (min-width: 1170px) {
		.rw-card-xx_details {
			padding: 17px 15px 15px 21px;
		}
	}

	.rw-card-xx_details h4 {
		line-height: 1;
	}

	.rw-card-xx_details p {
		font-size: 15px;
	}

	@media (min-width: 768px) {
		.rw-card-xx_details p {
			font-size: 20px;
		}
	}

	.rw-card-xx_details a {
		position: absolute;
		bottom: 15px;
		right: 30px;
		font-weight: 700;
	}

	.rw-card-xx::after {
		display: block;
		clear: both;
		content: "";
	}
	/*=====  End of rw-card-xx  ======*/
	/*======================================
=            rw-card-empty1            =
======================================*/
	.rw-card-empty {
		background-color: #FFF;
		background-image: url("/img/icon/rewards.svg");
		background-repeat: no-repeat;
		background-position: 12px center;
		background-size: 60px 60px;
		border-radius: 4px;
		border: solid 1px #dadada;
		position: relative;
		margin-bottom: 15px;
		padding: 28px 10px 24px 85px;
	}

	@media (min-width: 768px) {
		.rw-card-empty {
			max-width: 489px;
			padding: 42px 20px 38px 145px;
			background-size: 95px 95px;
			background-position: 24px center;
		}
	}

	.rw-card-empty p {
		font-size: 15px;
		margin-bottom: 3px;
	}

	@media (min-width: 768px) {
		.rw-card-empty p {
			font-size: 20px;
			margin-bottom: 4px;
		}
	}
	/*=====  End of rw-card-empty1  ======*/
	/*============================================
=            rewards summary card            =
============================================*/
	.rw-reward-card {
		position: relative;
	}

		.rw-reward-card div {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 30px;
			font-weight: 700;
			color: #fff;
		}

	@media (min-width: 768px) {
		.rw-reward-card div {
			font-size: 20px;
		}
	}

	@media (min-width: 1170px) {
		.rw-reward-card div {
			font-size: 30px;
		}
	}

	.rw-mb-rewards {
		margin-bottom: 40px;
	}

	@media (min-width: 1170px) {
		.rw-mb-rewards {
			margin-bottom: 30px;
		}
	}
	/*=====  End of rewards summary card  ======*/
	/*================================================
=            Lightbox for mobile view            =
================================================*/
	@media (max-width: 767.98px) {
		.rw-full-view-modal .modal-body {
			height: 100vh;
			overflow-y: scroll;
		}

		.rw-full-view-modal .carousel-popup {
			margin-bottom: 0;
		}

		.rw-full-view-modal .rw-hotel-detail h2 {
			width: 264px;
			font-size: 25px;
		}

		.rw-full-view-modal .rw-hide-detail .rw-hotel-detail {
			height: 110px;
			overflow-y: scroll;
			margin-bottom: 15px;
		}

		.rw-full-view-modal .rw-hide-detail .rw-full-scroll {
			height: auto;
			overflow-y: normal;
			margin-bottom: 15px;
		}

			.rw-full-view-modal .rw-hide-detail .rw-full-scroll .rw-fade-bottom {
				height: 0;
			}

		.rw-full-view-modal .rw-hotel-detail + a {
			position: absolute;
			bottom: -30px;
			margin-top: 0 !important;
			margin-bottom: 0 !important;
		}
	}
	/*=====  End of Lightbox for mobile view  ======*/
	/*=====================================================
=            Booking room list mobile view            =
=====================================================*/
	@media (max-width: 767.98px) {
		.rw-room-list-card .rw-tickets-detail {
			width: 58%;
			padding-left: 17px;
		}

			.rw-room-list-card .rw-tickets-detail p {
				font-size: 14px;
			}

			.rw-room-list-card .rw-tickets-detail div:first-child h4 {
				margin-bottom: 5px !important;
				margin-top: 2px !important;
			}

			.rw-room-list-card .rw-tickets-detail div:first-child a {
				position: absolute;
				top: 10px;
				right: 7px;
				padding-top: 0 !important;
			}

		.rw-room-list-card .rw-ticket-price {
			margin-left: 157px;
			padding-left: 0;
			padding-right: 0;
			padding-bottom: 13px;
			padding-top: 15px;
			margin-top: -32px;
		}

			.rw-room-list-card .rw-ticket-price span:nth-child(2) {
				font-size: 15px;
				margin-bottom: 16px;
				display: inline-block;
			}
	}
	/*=====  End of Booking room list mobile view  ======*/
	@media (min-width: 1170px) {
		.rw-annual-card .rw-tickets-detail h4 {
			padding-top: 12px;
			padding-bottom: 6px;
		}
	}
	/*===========================================
=           offer-wallet-mobile            =
===========================================*/
	@media (max-width: 767.98px) {
		.offer-wallet-lb-scroll .rw-fade-bottom {
			position: fixed;
			bottom: 70px;
		}

		.offer-wallet-lb-scroll .lb-btn-fixed {
			height: 70px;
			display: flex;
			background: #fff;
			position: sticky;
			bottom: 0;
		}

			.offer-wallet-lb-scroll .lb-btn-fixed a {
				align-self: flex-end;
				position: relative;
				top: -25px;
			}
	}

	@media (min-width: 1170px) {
		.offer-wallet-lb-scroll {
			height: 422px !important;
		}

			.offer-wallet-lb-scroll .rw-fade-bottom {
				bottom: 70px;
			}

			.offer-wallet-lb-scroll .lb-btn-fixed {
				height: 70px;
				background: #fff;
				position: sticky;
				bottom: 0;
			}

				.offer-wallet-lb-scroll .lb-btn-fixed a {
					position: relative;
					top: 42px;
					right: 0;
				}
	}
	/*=====  End ofoffer-wallet-mobile  ======*/
	.facebook-cards .card-columns .card {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		border: 0;
		margin: 2px 0 20px;
	}

	.facebook-cards .card img {
		width: 100%;
	}

	.facebook-cards .card .card-body {
		margin-bottom: 0;
	}

	.social-info {
		margin: 60px 0 30px;
	}

		.social-info p {
			text-align: center;
			margin: 20px 0;
		}

	.fb-icon-circle {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: solid 1px #dadada;
		font-size: 25px;
		padding: 15px;
		box-shadow: inset 0 0 3px 0 rgba(112, 112, 112, 0.5);
	}

	.facebook-cards .card-body {
		padding: 15px;
	}

	.facebook-cards .rw-user-img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

	.facebook-cards .rw-user {
		margin-left: 10px;
	}

		.facebook-cards .rw-user h6 {
			color: #3b5998;
			margin-bottom: 2px;
		}

		.facebook-cards .rw-user p {
			margin-bottom: 0;
			font-weight: normal;
		}

	.navigate {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 3px;
		height: 3px;
		cursor: pointer;
		background-color: #dadada;
		border-radius: 50%;
	}

		.navigate:before, .navigate:after {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0px;
			background-color: inherit;
			border-radius: inherit;
		}

		.navigate:before {
			left: 5px;
		}

		.navigate:after {
			left: 10px;
		}

	.rw-img-cover {
		position: relative;
		background: #000;
		cursor: pointer;
	}

	.rw-image-bg {
		position: relative;
		width: 100%;
	}

	.rw-card-img-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 165px;
		display: none;
		transform: translate(-50%, -50%);
	}

		.rw-card-img-overlay div:nth-child(2) {
			text-align: right;
		}

		.rw-card-img-overlay img {
			vertical-align: text-top;
		}

		.rw-card-img-overlay span {
			color: #fff;
			font-weight: normal;
			font-size: 1.2500000004rem;
			margin-bottom: 0;
			margin-left: 5px;
		}

	.facebook-cards .card-columns .card:hover .rw-card-img-overlay {
		display: flex;
	}

	.facebook-cards .card-columns .card:hover .rw-image-bg {
		opacity: .6;
	}

	.rw-social-comments {
		padding: 15px 20px;
		position: relative;
		height: 100%;
	}

		.rw-social-comments .rw-social-top {
			display: flex;
			align-items: center;
		}

	.rw-dot {
		position: relative;
	}

		.rw-dot img {
			position: absolute;
			right: 5px;
			top: 15px;
		}

	.rw-social-top .rw-user-img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

	.rw-social-top .rw-user {
		margin-left: 10px;
	}

		.rw-social-top .rw-user h6 {
			color: #4d4d4d;
			margin-bottom: 2px;
		}

			.rw-social-top .rw-user h6 a {
				color: #007bff;
				margin-left: 5px;
			}

		.rw-social-top .rw-user p {
			margin-bottom: 0;
			font-weight: normal;
			font-size: 0.625rem;
		}

	.rw-user-content {
		margin-top: 15px;
		border-top: solid 1px #f7f7f7;
		border-bottom: solid 1px #f7f7f7;
		padding: 20px 0 5px;
	}

	.rw-single-comment {
		margin-bottom: 5px;
	}

		.rw-single-comment span:first-child {
			display: inline-block;
			font-weight: 700;
			margin-right: 5px;
		}

		.rw-single-comment span:nth-child(2) {
			font-weight: 400;
		}

		.rw-single-comment a {
			display: inline-block;
			margin: 0 2px;
			color: #007bff;
		}

	.rw-like-comment {
		padding: 10px 0;
		border-bottom: solid 1px #f7f7f7;
	}

		.rw-like-comment h6 {
			margin-top: 10px;
			margin-bottom: 5px;
		}

		.rw-like-comment p {
			font-size: 0.625rem;
			text-transform: uppercase;
			margin-bottom: 0;
			color: #dadada;
		}

		.rw-like-comment + form input {
			background-color: #fff;
			border: none;
			padding: 0;
			margin-top: 10px;
		}

			.rw-like-comment + form input:focus {
				background-color: #fff;
			}

	.social-carousel .carousel {
		margin: 0;
	}

	.social-carousel .carousel-indicators {
		display: none;
	}

	.social-carousel .carousel-control-next {
		right: 0px;
		top: 50%;
		width: 40px;
		height: 40px;
	}

	.social-carousel .carousel-control-prev {
		left: 0px;
		top: 50%;
		width: 40px;
		height: 40px;
	}

	@media (min-width: 768px) {
		.fb-icon-circle {
			top: 40px;
			width: 100px;
			height: 100px;
			padding: 25px;
			font-size: 55px;
			position: relative;
		}

		.social-info {
			margin-bottom: 60px;
		}

			.social-info p {
				text-align: left;
				margin: 10px 0;
			}

		.rw-user-content {
			max-height: 240px;
			overflow-y: scroll;
		}

		.rw-comment-fix {
			position: absolute;
			bottom: 15px;
			width: 88%;
		}

		.social-carousel .carousel-control-next {
			right: -45px;
			top: 50%;
			width: 40px;
			height: 40px;
		}

		.social-carousel .carousel-control-prev {
			left: -45px;
			top: 50%;
			width: 40px;
			height: 40px;
		}
	}

	@media (min-width: 1170px) {
		.facebook-cards {
			display: block;
			width: 990px;
			margin: 0 auto;
		}

		.fb-icon-circle {
			position: static;
			width: 60px;
			height: 60px;
			padding: 20px;
			font-size: 34px;
		}

		.rw-user-content {
			max-height: 415px;
		}

		.social-carousel .carousel-control-next {
			right: -60px;
		}

		.social-carousel .carousel-control-prev {
			left: -60px;
		}
	}

	.social-carousel .close {
		position: absolute;
		right: 10px;
		top: 10px;
		text-shadow: none;
		z-index: 1000;
	}

	@media (min-width: 768px) {
		.social-carousel .close {
			top: 0;
			right: 15px;
			top: 15px;
		}
	}
	/*================================================
=            Style for Booking Widget            =
================================================*/
	/*----------  rw-booking-widget-wrap added to avoid snapping of widget  ----------*/
	@media (min-width: 768px) {
		.rw-booking-widget-wrap {
			position: relative;
			min-height: 118px;
			z-index: 1000;
			margin-left: -5px;
			margin-right: -5px;
		}
	}

	@media (min-width: 768px) and (min-width: 1170px) {
		.rw-booking-widget-wrap {
			min-height: 58px;
		}
	}

	@media (min-width: 768px) {
		.rw-home-banner .rw-booking-widget-wrap {
			margin-left: 0;
			margin-right: 0;
		}
	}

	@media (max-width: 767.98px) {
		body {
			padding-top: 0 !important;
		}

		.rw-home-banner .rw-booking-widget {
			top: -30px !important;
			/* top: 30px !important; */

			z-index: 100;
		}
	}
	/*----------  booking widget  ----------*/
	.rw-booking-widget {
		background-color: #e9e9e9;
		border-radius: 4px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		position: relative;
		max-width: 340px;
	}

	@media (min-width: 576px) and (max-width: 767.98px) {
		.rw-booking-widget {
			max-width: 540px;
		}
	}

	@media (min-width: 768px) {
		.rw-booking-widget {
			max-width: 700px;
			padding: 15px 20px 5px 15px;
			flex-direction: row;
		}
	}

	@media (min-width: 1170px) {
		.rw-booking-widget {
			max-width: 990px;
			background-color: #f7f7f7;
			padding: 10px 20px;
		}
	}
	/*----------  making the widget sticky only above tablet  ----------*/
	@media (min-width: 768px) {
		.rw-booking-sticky {
			position: fixed !important;
			top: 0;
			bottom: auto !important;
			z-index: 1030;
			left: 0;
			right: 0;
		}

		.rw-home-banner .rw-booking-widget {
			position: absolute;
			bottom: 118px;
			width: 700px;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media (min-width: 768px) and (min-width: 1170px) {
		.rw-home-banner .rw-booking-widget {
			width: 990px;
/* bottom: 57px; */
			bottom: -20px;
			}
	}

	#reset-rw-booking-widget {
		border-radius: 50%;
		cursor: pointer;
		display: none;
		width: 15px;
		height: 15px;
		margin: 0 10px 10px 10px;
	}

	@media (min-width: 768px) {
		#reset-rw-booking-widget {
			margin: 0 10px 0 5px;
		}
	}

	.rw-sub-items {
		display: none;
	}

	.sub-items-visible {
		align-items: center;
	}

	@media (min-width: 768px) {
		.sub-items-visible {
			padding-left: 5px;
		}
	}

	.sub-items-visible .rw-sub-items {
		display: block;
	}

	@media (min-width: 1170px) {
		.sub-items-visible .rw-sub-items {
			min-width: 145px;
		}
	}

	@media (min-width: 1170px) {
		.sub-items-visible .rw-alltheme-park, .sub-items-visible .rw-ticketType {
			min-width: 180px;
		}

		.rw-ticketType {
			display: none;
		}
	}

	.sub-items-visible .rw-hotels {
		display: none;
	}

	.sub-items-visible #reset-rw-booking-widget {
		display: block;
	}

	.sticky-top, .title-with-bg {
		z-index: 100;
	}

	.rw-widget-options input {
		border: none;
		color: transparent;
		display: inline-block;
		text-shadow: 0 0 0 #4d4d4d;
		outline: none;
		cursor: pointer;
		font-weight: 700;
		width: 90%;
	}

		.rw-widget-options input:focus {
			outline: none;
		}

	.rw-widget-options .arow-d {
		position: absolute;
		right: 10px;
		top: 10px;
	}

		.rw-widget-options .arow-d i {
			font-size: 20px;
			color: #ec0037;
		}

	.rw-widget-options .rw-dropdown li {
		list-style: none;
		font-size: 20px;
		font-weight: 300;
		text-align: center;
		padding: 15px 0;
		line-height: 20px;
	}

	.rw-widget-options .rw-dropdown {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #fff;
		border: solid 1px #dadada;
		width: 100%;
		left: 1;
		right: 0;
		z-index: 200;
	}

		.rw-widget-options .rw-dropdown li:hover {
			background-color: #f7f7f7;
		}

	.rw-widget-options .slideDown {
		display: block !important;
	}

	.rw-widget-options .arrowUp {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		transition: 300ms;
		-ms-transition: 300ms;
		-webkit-transition: 300ms;
	}

	.rw-widget-options .dropdown-toggle:after {
		display: none;
	}

	.rw-widget-options .input-bw-data, .rw-widget-options .checkInOut, .rw-widget-options .guestInput, .rw-widget-options .roomInput, .rw-widget-options .input-bws-data {
		padding-right: 5px;
		font-weight: 700;
	}

	.rw-widget-options .rw-dropdown li {
		border-radius: 4px;
	}

	.rw-widget-options .active-catg {
		color: #dadada;
	}

	.rw-check-inout .clnd-icon-wrap {
		padding-right: 5px;
		font-size: 16px;
	}

	.rw-widget-buttons {
		position: relative;
		margin-top: 20px;
	}

		.rw-widget-buttons .btn, .rw-widget-buttons .btn-fixed-size {
			position: absolute;
			top: 7px;
			right: 25px;
			font-weight: 700;
		}

	.btn-promo {
		border: none;
		background-color: #fff;
		border-radius: 4px;
		padding: 11px 30px;
		color: #4d4d4d;
		font-weight: 300;
		width: 140px;
	}

		.btn-promo:focus, .btn-promo:active {
			outline: none;
		}

	.promo-error {
		max-width: 235px;
		position: absolute;
		bottom: -54px;
		left: 0;
		padding: 10px 15px 15px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #575757;
		display: none;
	}

		.promo-error span {
			color: #fff;
			font-size: 14px;
			font-weight: 300;
		}

			.promo-error span .icon-alert {
				position: absolute;
				font-size: 14px;
				left: 15px;
				top: 14px;
			}

			.promo-error span p {
				display: inline-block;
				padding-left: 25px;
				margin: 0;
			}

		.promo-error:after {
			content: "";
			width: 12px;
			height: 12px;
			left: 60px;
			margin: 0 auto;
			top: -6px;
			position: absolute;
			transform: rotate(45deg);
			background-color: #575757;
			border-width: 1px 0px 0px 1px;
		}

	.booking-validation {
		width: 100%;
	}

	.rw-hotels, .rw-check-inout, .rw-guest-room, .rw-ticketType, .rw-myr, .rw-allshow-events, .rw-alltheme-park, .rw-sub-items, .rw-zouk, .rw-transport {
		background-color: #fff;
		margin-bottom: 10px;
		border-radius: 4px;
		cursor: pointer;
		position: relative;
	}

	.disabled .icon-minus {
		color: #dadada !important;
	}

	.disabled .icon-plus {
		color: #dadada !important;
	}

	.bw-data-wrap {
		padding: 10px;
	}

	.rw-allshow-events, .rw-alltheme-park, .rw-zouk {
		display: none;
	}

	.rw-guest-room .guest {
		width: 73px;
	}

	@media (max-width: 1169.98px) {
		.rw-guest-room .guest .guestInput:after {
			content: ", ";
		}
	}

	.rw-guest-room .guest input {
		width: 100%;
	}

	.rw-guest-room .guest .rw-dropdown {
		top: 0 !important;
		left: 0 !important;
	}

	.rw-guest-room .room {
		width: 80px;
	}

		.rw-guest-room .room input {
			width: 100%;
		}

		.rw-guest-room .room .arow-d {
			display: none;
		}

	.gr-mob-click {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 4px;
		z-index: 100;
	}

	.rw-noof-guests, .rw-noof-rooms {
		padding: 15px;
		cursor: context-menu;
	}

		.rw-noof-guests p, .rw-noof-rooms p {
			font-size: 20px;
			font-weight: 300;
			text-align: center;
		}

        .rw-noof-guests .incDec-wrap, .rw-noof-rooms .incDec-wrap {
            width: 100px;
            margin: 0 auto;
        }

        .incDec-wrap {
            width: 105px !important;
            margin: 0 auto;
        }


            .rw-noof-guests .qty, .rw-noof-rooms .qty {
                display: inline-block;
                width: 25px !important;
                font-size: 20px;
                font-weight: 300;
                text-align: center;
                margin-left: 13px;
                margin-right: 13px;
            }

		.rw-noof-guests .gr-qty-minus, .rw-noof-guests .gr-qty-plus, .rw-noof-guests .seat-gr-qty-minus, .rw-noof-guests .seat-gr-qty-plus, .rw-noof-rooms .gr-qty-minus, .rw-noof-rooms .gr-qty-plus, .rw-noof-rooms .seat-gr-qty-minus, .rw-noof-rooms .seat-gr-qty-plus {
			display: inline-block;
			cursor: pointer;
		}

			.rw-noof-guests .gr-qty-minus i, .rw-noof-guests .gr-qty-plus i, .rw-noof-guests .seat-gr-qty-minus i, .rw-noof-guests .seat-gr-qty-plus i, .rw-noof-rooms .gr-qty-minus i, .rw-noof-rooms .gr-qty-plus i, .rw-noof-rooms .seat-gr-qty-minus i, .rw-noof-rooms .seat-gr-qty-plus i {
				font-size: 20px;
				color: #ec0037;
			}

	.addDnone {
		display: none !important;
	}

	.addDblock {
		display: block;
	}

	.addDisable {
		color: gray;
	}

	@media (min-width: 768px) {
		.rw-widget-options {
			flex: 1;
		}

		.btn-promo {
			padding: 10px 18px;
			width: 116px;
		}

		.promo-error {
			top: -58px;
			bottom: unset;
			width: 235px;
			right: 0;
			left: unset;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

			.promo-error:after {
				top: unset;
				bottom: -6px;
				left: unset;
				right: 60px;
				margin: 0;
			}

		.rw-widget-buttons {
			display: flex;
			flex-direction: column;
			min-width: 117px;
			margin-top: 0;
			align-items: flex-end;
		}

			.rw-widget-buttons .btn, .rw-widget-buttons .btn-fixed-size {
				position: initial;
				width: 93px;
				margin-top: 16px;
			}

		.rw-hotels, .rw-check-inout, .rw-guest-room, .rw-myr, .rw-allshow-events, .rw-ticketType, .rw-alltheme-park, .rw-sub-items, .rw-zouk {
			width: 255px;
			margin-right: 9px;
		}
	}

	@media (min-width: 1170px) {
		.rw-widget-options {
			flex: 3;
		}

			.rw-widget-options .arow-d {
				right: 5px;
			}

			.rw-widget-options .rw-dropdown {
				top: 19px !important;
				width: 240px;
				left: -20px !important;
				right: 0;
				background-color: #f7f7f7;
			}

				.rw-widget-options .rw-dropdown li {
					position: relative;
					z-index: 1;
				}

					.rw-widget-options .rw-dropdown li:hover {
						background-color: #fff;
					}

				.rw-widget-options .rw-dropdown:before {
					content: "";
					width: 15px;
					height: 15px;
					left: 40px;
					top: -8px;
					border: solid #dadada;
					border-top-width: medium;
					border-right-width: medium;
					border-bottom-width: medium;
					border-left-width: medium;
					position: absolute;
					transform: rotate(45deg);
					background-color: #f7f7f7;
					border-width: 1px 0px 0px 1px;
				}

			.rw-widget-options .pointer-arow {
				width: 15px;
				height: 15px;
				left: 40px;
				top: -8px;
				border: solid #dadada;
				border-top-width: medium;
				border-right-width: medium;
				border-bottom-width: medium;
				border-left-width: medium;
				position: absolute;
				transform: rotate(45deg);
				background-color: #f7f7f7;
				border-width: 1px 0px 0px 1px;
			}

		.btn-promo {
			padding: 10px 15px;
			margin-left: 0;
			width: 110px;
		}

		.promo-error {
			top: unset;
			bottom: -59px;
			left: -88px;
			margin: 0 auto;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
		}

			.promo-error:after {
				top: -6px;
				bottom: unset;
				left: unset;
				right: 0px;
				left: 0px;
				margin: 0 auto;
			}

		.rw-widget-buttons {
			flex-direction: row;
			align-items: center;
			flex-basis: 223px;
		}

			.rw-widget-buttons .btn, .rw-widget-buttons .btn-fixed-size {
				margin: 0;
				margin-left: 10px;
				right: 0;
			}

			.rw-widget-buttons button[type='submit'] {
				width: 93px;
				margin-left: 20px;
			}

		.rw-hotels, .rw-check-inout, .rw-guest-room, .rw-myr, .rw-allshow-events, .rw-ticketType, .rw-alltheme-park, .rw-sub-items, .rw-zouk, .rw-transport {
			width: auto;
			margin-right: 20px;
			margin-bottom: 0;
			padding: 0 20px 0 0;
			background-color: rgba(0, 0, 0, 0);
		}

			.rw-hotels input, .rw-check-inout input, .rw-guest-room input, .rw-myr input, .rw-allshow-events input, .rw-ticketType input, .rw-alltheme-park input, .rw-sub-items input, .rw-zouk input {
				background-color: unset;
				border-style: none;
			}

			.rw-hotels .arow-d, .rw-check-inout .arow-d, .rw-guest-room .arow-d, .rw-myr .arow-d, .rw-ticketType .arow-d, .rw-allshow-events .arow-d, .rw-alltheme-park .arow-d, .rw-sub-items .arow-d, .rw-zouk .arow-d, .rw-transport .arow-d {
				top: 2px;
				right: 0;
			}

		.rw-check-inout {
			min-width: 160px;
		}

		.rw-alltheme-park, .rw-ticketType, .rw-transport {
			min-width: 170px;
		}

		.rw-allshow-events, .rw-zouk {
			min-width: 200px;
		}

		.rw-guest-room {
			padding-right: 0;
		}

			.rw-guest-room .guest, .rw-guest-room .room {
				padding-right: 20px;
				position: relative;
				width: 84px;
			}

				.rw-guest-room .guest .rw-dropdown {
					top: 19px !important;
					left: -20px !important;
				}

			.rw-guest-room .room {
				margin-left: 20px;
			}

				.rw-guest-room .room .arow-d {
					display: block;
				}

		.bw-data-wrap {
			padding: 0;
		}

		.gr-mob-click {
			display: none;
		}

		.rw-noof-rooms {
			display: none;
		}
	}

	@media (min-width: 1200px) {
		.rw-widget-buttons {
			padding-left: 0;
			flex-basis: 263px;
		}

		.btn-promo {
			margin-left: 40px;
		}

		.rw-hotels, .rw-check-inout, .rw-guest-room, .rw-myr, .rw-sub-items {
			margin-right: 20px;
		}

			.rw-guest-room .room {
				margin-left: 30px;
			}
	}
	/*=====================================
=            booking-event            =
=====================================*/
	.rw-booking-event-border {
		border: none;
	}
	/*=====  End of booking-event  ======*/
	/*=====  End of Style for Booking Widget  ======*/
	.rw-video-widget-wrap .rw-video-widget-col .rw-card-title-container {
		padding: 0 15px;
		bottom: 0;
	}

	.rw-video-widget-wrap .rw-video-widget-col .lead {
		font-size: 14px;
		font-weight: 300;
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container {
		height: 190px;
	}

	.rw-video-widget-wrap .rw-video-widget-col .collapse-full-screen {
		top: 11px;
		right: 13px;
		width: 35px;
		height: 35px;
		position: absolute !important;
		margin: 0;
		left: auto !important;
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-extend-widget {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		z-index: 3000;
	}

	.rw-video-widget-wrap .rw-video-widget-col .rw-collapse-btn-container-show .collapse-btn-container {
		display: block;
	}

	.rw-video-widget-wrap .rw-video-widget-col .full-width-video-widget.rw-collapse-btn-container-show .collapse-btn-container {
		display: none;
	}

	.rw-video-widget-wrap .rw-video-widget-col .rw-card-title-hide .rw-card-title-container {
		display: none;
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-controls-show .video-controls {
		display: flex;
	}

	.rw-video-widget-wrap .rw-video-widget-col .rw-card-title h2 {
		font-size: 35px;
		font-weight: 700;
		color: #fff;
	}

	.rw-video-widget-wrap .rw-video-widget-col .rw-video-widget-text {
		padding: 15px 10px;
	}

		.rw-video-widget-wrap .rw-video-widget-col .rw-video-widget-text h2 {
			font-size: 25px;
			font-weight: 700;
		}

		.rw-video-widget-wrap .rw-video-widget-col .rw-video-widget-text p {
			font-size: 20px;
			font-weight: 300;
			color: #404040;
			line-height: 1.35;
		}

	@media (min-width: 1170px) {
		.rw-video-widget-wrap .rw-video-widget-col .rw-video-widget-text p {
			padding-right: 100px;
		}
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container .play-button {
		width: 28px;
		height: 28px;
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container .video-controls {
		bottom: 20px;
		padding: 0 15px;
		left: 0;
		right: 0;
		width: 100%;
	}

		.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container .video-controls .pause-btn-container {
			width: 30px;
			height: 30px;
		}

			.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container .video-controls .pause-btn-container img {
				width: 100%;
			}

	.rw-video-widget-wrap .rw-video-widget-col .play-btn {
		width: 28px !important;
		height: 28px !important;
	}

	.rw-video-widget-wrap .rw-video-widget-col .sound-btn {
		width: 28px;
		height: 28px;
	}

	.rw-video-widget-wrap .rw-video-widget-col .btn-container {
		top: 15px;
		right: 15px !important;
		cursor: pointer;
	}

	.rw-video-widget-wrap .rw-video-widget-col .video-collapse {
		width: 28px;
		height: 28px;
	}

	@media (min-width: 768px) {
		.rw-video-widget-wrap .rw-video-widget-col .rw-card-title-container {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 30px;
			height: 30px;
			padding: 0;
		}

			.rw-video-widget-wrap .rw-video-widget-col .rw-card-title-container .rw-card-title {
				min-width: auto;
			}

		.rw-video-widget-wrap .rw-video-widget-col .lead {
			margin: 0;
		}

		.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container.full-width-video-widget {
			height: 390px;
		}
	}

	@media (min-width: 1170px) {
		.rw-video-widget-wrap .rw-video-widget-col .video-image-loader-hero-container {
			height: 270px;
		}
	}

	.cld-arrow-right {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

		.cld-arrow-right .icon-arrow-down {
			position: absolute;
			transform: rotate(-90deg);
			top: 5px;
			right: 5px;
		}

	.cld-arrow-left {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

		.cld-arrow-left .icon-arrow-down {
			position: absolute;
			transform: rotate(90deg);
			top: 5px;
			left: 5px;
		}

	.pignose-calendar-wrapper {
		display: none;
		position: fixed;
		width: 80%;
		max-width: 360px;
		top: 50%;
		left: 50%;
		border-radius: 2px;
		z-index: 50001;
		overflow: hidden;
		box-shadow: 0 4px 16px #000000;
		transform: translate3d(0, 160px, 0);
		opacity: 0;
		transition: opacity 0.3s ease, transform 0.5s ease-out;
	}

		.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}

		.pignose-calendar-wrapper .pignose-calendar {
			max-width: auto;
			width: 100%;
			border: none;
		}

			.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
				border-top: 1px solid #e2e2e2;
				overflow: hidden;
			}

				.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
					width: 50%;
					display: block;
					float: left;
					height: 3.2em;
					text-align: center;
					line-height: 3.2em;
					color: #333333;
					font-weight: 600;
					text-decoration: none;
					transition: background-color 0.3s ease;
					box-sizing: border-box;
				}

					.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
						background-color: #efefef;
					}

				.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
					color: #ffffff;
					background-color: #2fabb7;
				}

					.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
						background-color: #49c4d0;
					}

	.pignose-calendar-wrapper-overlay {
		background-color: #000000;
		opacity: 0;
		transition: opacity .3s ease;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 50000;
	}

		.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
			opacity: .7;
		}

	.pignose-calendar {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

		.pignose-calendar .pignose-calendar-top {
			position: relative;
			overflow: hidden;
			padding: 10px 0;
			height: 40px;
		}

			.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
				position: absolute;
				top: 20px;
				left: 0;
				width: 100%;
				text-align: center;
				box-sizing: border-box;
			}

			.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
				text-align: center;
				font-size: 14px;
				display: inline-block;
			}

			.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
				font-size: 14px;
				font-weight: 700;
			}

			.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
				margin-bottom: .4em;
				font-size: 14px;
				font-weight: 700;
			}

			.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
				display: inline-block;
				width: 1.6em;
				height: 1.6em;
				position: relative;
				z-index: 5;
				text-decoration: none;
			}

				.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
					display: inline-block;
					color: #777777;
					font-size: 115%;
					font-weight: 600;
					vertical-align: middle;
					margin-top: -10px;
				}

				.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
					color: #4d4d4d;
					font-size: 16px;
				}

				.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
					position: absolute;
					left: 35px;
					top: 18px;
				}

					.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
						margin-left: .2em;
					}

				.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
					position: absolute;
					right: 35px;
					top: 18px;
				}

					.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
						margin-right: .2em;
					}

		.pignose-calendar .pignose-calendar-header {
			padding: 0 1.2em;
			font-weight: 300;
			overflow: hidden;
			margin-top: 7px;
		}

	.pignose-calendar-header {
		position: relative;
	}

		.pignose-calendar-header:after {
			content: "";
			border-bottom: solid 1px #dadada;
			bottom: 0;
			left: 15px;
			right: 15px;
			position: absolute;
			display: block;
		}

	.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
		float: left;
		width: 14.28%;
		height: 2.8em;
		text-align: center;
		line-height: 2.8em;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: 300;
		color: #4d4d4d;
	}

		.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
			color: #fa4832;
		}

	.pignose-calendar .pignose-calendar-body {
		padding: 10px 10px 10px;
	}

		.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
			overflow: hidden;
		}

	.pignose-calendar .pignose-calendar-unit {
		float: left;
		display: block;
		width: 14.28%;
		height: 30px;
		text-align: center;
		line-height: 1.8em;
		box-sizing: border-box;
	}

		.pignose-calendar .pignose-calendar-unit.unit-today a {
			border: 1px solid #dadada;
			border-radius: 50%;
			max-width: 36px;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
			border: none;
			background-color: transparent;
		}

		.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
			line-height: .5em;
		}

			.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
				display: inline-block;
				background-color: #777777;
				width: .5em;
				height: .5em;
				border-radius: 50%;
				margin-right: .2em;
			}

				.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
					margin-right: 0;
				}

		.pignose-calendar .pignose-calendar-unit a {
			display: inline-block;
			width: 25px;
			height: 25px;
			color: #4d4d4d;
			line-height: 1.6em;
			text-align: center;
			text-decoration: none;
			font-weight: 300;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a:active {
			opacity: .5;
			background-color: transparent;
			cursor: not-allowed;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-temp-disabled a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-temp-disabled a:active {
			opacity: .5;
			background-color: transparent;
			cursor: not-allowed;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
			background-color: #ec0037;
			color: #fff;
			font-weight: 700;
			position: relative;
			z-index: 300;
			transition: background-color 0s 0.1s;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-margin-top {
			margin-top: 1.1px;
		}
	
		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a {
			color: #ffffff;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
			background-color: #fcd9e1;
			border-radius: 0;
			width: 100%;
			height: 25px;
			position: relative;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
			color: #dadada;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.user-disabled a {
			text-decoration: line-through;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.user-disabled.pignose-calendar-unit-active {
			pointer-events: none;
		}

			.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.user-disabled.pignose-calendar-unit-active a {
				opacity: 1;
				text-decoration: none;
			}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active a {
			border-radius: 50%;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a {
			border-radius: 50%;
		}

		.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
			color: #fa4832;
		}

	.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
		color: #cccccc !important;
	}

	.pignose-calendar.pignose-calendar-default.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
		color: #cccccc !important;
	}

	.pignose-calendar.pignose-calendar-dark {
		border-color: #323537;
		background-color: #4b4f51;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
			background-color: #3f4244;
			border-bottom-color: #323537;
			box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
		}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
				color: #ffffff;
			}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
				color: #bdc2c5;
			}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
				color: #a2a9ab;
			}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
				color: #a2a9ab;
			}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
			color: #bdc2c5;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sun, .pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sat {
			color: #ff6060;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
			color: #51cfd2;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
			color: #ff6060;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
			color: #868e8f;
			background-color: #5d6365;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
			color: #ffffff;
			background-color: #31bbbf;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
			color: #8b8f94;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
			background-color: #5a5d62;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
			color: #727a7c;
			background-color: #4f5558;
		}

		.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
			border-top: 1px solid #323537;
			overflow: hidden;
		}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
				color: #ffffff;
			}

				.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
					background-color: #5a5d62;
				}

			.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
				color: #ffffff;
				background-color: #31bbbf;
			}

	.pignose-calendar.pignose-calendar-blue {
		background-color: #fafafa;
	}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
			background-color: #009fe3;
			border-bottom-color: #e1e1e1;
		}

			.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
				color: #ffffff;
			}

			.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
				color: #ffffff;
			}

			.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
				color: #ffffff;
			}

			.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
				color: #ffffff;
			}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
			color: #5c6270;
		}

			.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
				color: #fa4832;
			}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
			color: #5c6270;
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
			color: #fa4832;
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
			background-color: #efefef;
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
			color: #ffffff;
			background-color: #009fe3;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
			color: #cccccc;
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
			background-color: #efefef;
		}

		.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
			background-color: #efefef;
		}

	.pignose-rate-calendar {
		width: 430px;
		max-width: 430px;
		margin: 0;
	}

		.pignose-rate-calendar .pignose-calendar-unit {
			height: 65.8px;
		}

			.pignose-rate-calendar .pignose-calendar-unit span {
				width: 40px;
				font-size: 15px;
				display: block;
			}

			.pignose-rate-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled .price {
				display: none;
			}

	.pignose-calendar .pignose-calendar-unit {
		position: relative;
	}

		.pignose-calendar .pignose-calendar-unit a.dummy-holder, .pignose-calendar.pignose-calendar-unit a.dummy-holder {
			display: none;
		}

		.pignose-calendar.pignose-calendar-unit a.dummy-holder {
			width: 42px;
		}

	.pignose-calendar:not(.pignose-rate-calendar) .pignose-calendar-unit.pignose-calendar-unit-first-active.pignose-calendar-has-range a.dummy-holder, .pignose-calendar:not(.pignose-rate-calendar) .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a.dummy-holder {
		top: 1.35px;
		height: 25px;
	}

	.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active.pignose-calendar-has-range a.dummy-holder {
		display: block;
		position: absolute;
		right: 0;
		background-color: #fcd9e1;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a.dummy-holder {
		display: block;
		position: absolute;
		left: 0;
		background-color: #fcd9e1;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.pignose-rate-calendar .pignose-calendar-unit-first-active .price, .pignose-rate-calendar .pignose-calendar-unit-range .price {
		color: red;
	}

	.pignose-rate-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active.pignose-calendar-has-range a:before, .pignose-rate-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a:after {
		width: 31px;
	}

	.multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-unit span.price, .multi-select-rate-calendar .pignose-rate-calendar .pignose-calendar-unit span.price {
		width: 100%;
		text-align: center;
	}

		.multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-unit span.price.free, .multi-select-rate-calendar .pignose-rate-calendar .pignose-calendar-unit span.price.free {
			color: red;
		}

		.multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-unit span.price.line, .multi-select-rate-calendar .pignose-rate-calendar .pignose-calendar-unit span.price.line {
			margin: 0 auto;
			width: 26px;
			border-bottom: 1px solid black;
			padding: 8px;
		}

	@media (max-width: 767.98px) {
		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-unit {
			padding-top: 4px;
		}

		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-unit-range.pignose-calendar-unit-empty a {
			top: 0;
		}

		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(1n) .pignose-calendar-unit {
			background-color: #fff;
		}

			.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(1n) .pignose-calendar-unit:after {
				position: absolute;
				content: '';
				width: 3px;
				background-color: #f5f5f5;
				height: 100%;
				right: 0;
				top: 0;
			}

			.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(1n) .pignose-calendar-unit:last-child:after {
				content: '';
				width: 0;
				height: 0;
			}

		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(2n) .pignose-calendar-unit {
			background-color: #f5f5f5;
		}

			.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(2n) .pignose-calendar-unit:after {
				position: absolute;
				content: '';
				width: 3px;
				background-color: #fff;
				height: 100%;
				right: 0;
				top: 0;
			}

			.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-row:nth-child(2n) .pignose-calendar-unit:last-child:after {
				content: '';
				width: 0;
				height: 0;
			}

		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-unit.pignose-calendar-has-range span.price,
		.pignose-calendar.pignose-rate-calendar.pignose-multiple-calendar .pignose-calendar-body .pignose-calendar-unit.pignose-calendar-unit-range span.price {
			font-weight: bold;
			color: red;
		}
	}

	.checkInOutRateCalendar {
		width: 323px;
		height: 38px;
		font-family: Brown;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.35;
		letter-spacing: normal;
		color: #4d4d4d;
	}

	.price-details {
		width: 199px;
		height: 38px;
		font-family: Brown;
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.15;
		letter-spacing: normal;
		color: #4d4d4d;
	}

		.price-details .currency {
			font-size: 14px;
			line-height: 1.64;
		}

	@media (min-width: 768px) {
		.modal-rate {
			max-width: 989px;
		}

	}

	@media (max-width: 1169.98px) {
		.modal-rate .multi-select-rate-calendar {
			margin: 0 auto;
			width: 344px;
			max-width: 344px;
		}

			.modal-rate .multi-select-rate-calendar .pignose-calendar {
				width: 344px;
				max-width: 344px;
				margin: 0 auto;
			}
	}

	.multi-select-date-calendar .pignose-calendar-top-month, .multi-select-date-calendar .pignose-calendar-top-year, .multi-select-rate-calendar .pignose-calendar-top-month, .multi-select-rate-calendar .pignose-calendar-top-year {
		font-family: Brown;
		font-size: 20px !important;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.15;
		letter-spacing: normal;
		text-align: center;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
		top: 15px;
	}

	.multi-select-date-calendar .pignose-calendar-unit, .multi-select-rate-calendar .pignose-calendar-unit {
		height: 65.8px;
		font-family: Brown;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.35;
		letter-spacing: normal;
		text-align: center;
	}

	.multi-select-date-calendar .pignose-rate-calendar .pignose-calendar-unit span, .multi-select-rate-calendar .pignose-rate-calendar .pignose-calendar-unit span {
		height: 17px;
		font-family: Brown;
		font-size: 14px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.21;
		letter-spacing: normal;
		text-align: center;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
		left: 88px;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
		right: 88px;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-body, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-body {
		padding-top: 17px;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
		font-weight: 100;
		width: 35px;
		height: 36px;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-unit a, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-unit a {
		height: 36px;
		width: 100%;
	}

	.multi-select-date-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active.pignose-calendar-has-range a:before, .multi-select-date-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a:after, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active.pignose-calendar-has-range a:before, .multi-select-rate-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active.pignose-calendar-has-range a:after {
		top: 0 !important;
		height: 36px;
		width: 40px;
	}

	h4.rate-calendar-hotel-name {
		margin-top: 35px;
	}

	button.rate-calendar-button {
		float: right;
		position: absolute;
		bottom: 14px;
		right: 10px;
	}

	.multi-select-single-date-calendar, .multi-select-2-day-calendar {
		width: 293px;
		margin: 0;
	}

		.multi-select-single-date-calendar .pignose-rate-calendar, .multi-select-2-day-calendar .pignose-rate-calendar {
			width: 293px;
		}

	@media (max-width: 767.98px) {
		.multi-select-single-date-calendar, .multi-select-2-day-calendar {
			width: 100%;
			max-width: 375px;
		}

			.multi-select-single-date-calendar .pignose-rate-calendar, .multi-select-2-day-calendar .pignose-rate-calendar {
				width: 100%;
			}
	}

	.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
		color: #ec1b38;
	}

		.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon::before, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon::before {
			font-weight: 600;
		}

	.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
		right: 65px;
	}

	.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
		left: 65px;
	}

	@media (max-width: 767.98px) {
		.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
			right: 40px;
		}

		.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
			left: 40px;
		}
	}

	.multi-select-single-date-calendar.pignose-rate-calendar .pignose-calendar-top, .multi-select-2-day-calendar.pignose-rate-calendar .pignose-calendar-top {
		padding-top: 0;
		height: 50px;
		z-index: 0;
	}

		.multi-select-single-date-calendar.pignose-rate-calendar .pignose-calendar-top .pignose-calendar-top-month, .multi-select-single-date-calendar.pignose-rate-calendar .pignose-calendar-top .pignose-calendar-top-year, .multi-select-2-day-calendar.pignose-rate-calendar .pignose-calendar-top .pignose-calendar-top-month, .multi-select-2-day-calendar.pignose-rate-calendar .pignose-calendar-top .pignose-calendar-top-year {
			font-size: 20px;
		}

	.multi-select-single-date-calendar .pignose-calendar-unit a, .multi-select-2-day-calendar .pignose-calendar-unit a {
		width: 28px;
		height: 28px;
		padding-top: 2px;
		font-size: 20px;
		padding-top: 0;
		line-height: 1.3em;
	}

	.multi-select-single-date-calendar .pignose-calendar-unit.pignose-calendar-unit-active a, .multi-select-2-day-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
		font-weight: 300;
	}

	.multi-select-single-date-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a, .multi-select-2-day-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
		opacity: 1;
	}

	@media (min-width: 768px) {
		.multi-select-single-date-calendar, .multi-select-2-day-calendar {
			width: 344px;
		}

			.multi-select-single-date-calendar .pignose-rate-calendar, .multi-select-2-day-calendar .pignose-rate-calendar {
				width: 344px;
			}
	}

	@media (min-width: 1170px) {
		.multi-select-single-date-calendar, .multi-select-2-day-calendar {
			width: 430px;
			margin: initial;
		}

			.multi-select-single-date-calendar .pignose-rate-calendar, .multi-select-2-day-calendar .pignose-rate-calendar {
				width: 430px;
			}

			.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
				right: 85px;
			}

			.multi-select-single-date-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev, .multi-select-2-day-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
				left: 85px;
			}

			.multi-select-single-date-calendar .pignose-calendar-unit a, .multi-select-2-day-calendar .pignose-calendar-unit a {
				width: 35px;
				height: 35px;
				line-height: 1.6em;
			}
	}
	/******************************/
	@media (max-width: 767.98px) {
		.multi-select-single-date-calendar, .multi-select-2-day-calendar {
			margin-right: auto;
			margin-left: auto;
		}
	}
	/* Lightbox calendar css */
	.rw-annual-lightbox-calendar {
		width: 265px;
	}

		.rw-annual-lightbox-calendar .pignose-calendar {
			width: 265px;
		}

			.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-top {
				padding-top: 0;
			}

				.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
					margin: 0;
				}

			.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
				padding-top: 1.25px;
				padding-bottom: 1.25px;
			}

			.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-unit {
				height: 32px;
			}

				.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-unit a {
					font-size: 20px;
					font-weight: 100;
					padding: 0;
					height: 30px;
					width: 30px;
					border-radius: 50%;
					line-height: 27px;
					margin: 0;
				}

				.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-unit[data-price="null"] a {
					text-decoration: line-through;
					color: #dadada;
				}

				.rw-annual-lightbox-calendar .pignose-calendar .pignose-calendar-unit span.price {
					display: none;
				}

	@media (max-width: 767.98px) {
		.rw-annual-lightbox-calendar {
			width: 293px;
		}

			.rw-annual-lightbox-calendar .pignose-calendar {
				width: 100%;
			}
	}

	.multi-select-2-day-calendar .pignose-calendar-unit span.price {
		display: none;
	}

	.multi-select-2-day-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
		height: 35px;
	}

	@media (min-width: 768px) {
		.helium-parallax {
			/*position: relative;*/
			height: 480px;
		}

			.helium-parallax .parallax {
				position: absolute;
				right: 0;
				left: 0;
			}
	}

	@media (min-width: 1170px) {
		.helium-parallax {
			height: 620px;
		}

		.rw-ride-parallax {
			height: 580px;
		}
	}

	.rw-category-box {
		margin-top: 100px;
	}

	@media (max-width: 1169px) {
		.rw-category-box {
			margin-top: 150px;
		}
	}

	.rw-category-box h4 {
		margin-bottom: 0;
		padding: 10px;
		width: 100%;
		min-height: 150px;
		display: flex;
		/*align-items: center;*/
		justify-content: center;
	}

	.rw-price-box {
		background-color: #f7f7f7;
		margin-bottom: 20px;
		text-align: center;
		border-radius: 4px;
	}

		.rw-price-box h4 {
			border-bottom: solid 2px #fff;
			margin-bottom: 0;
			padding: 10px;
			width: 100%;
			min-height: 145px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

	@media (min-width: 1170px) {
		.rw-price-box h4 {
			min-height: 97px;
		}
	}

	.rw-price-box p {
		display: flex;
		/*align-items: center;*/
		justify-content: center;
		margin-bottom: 0;
		padding: 10px;
		width: 100%;
		height: 150px;
		font-size: 1.2500000004rem;
		overflow: auto;
	}

	.rw-hotel-box {
		display: flex;
		margin-bottom: 40px;
	}

		.rw-hotel-box div {
			border-radius: 4px;
			text-align: center;
			background-color: #f7f7f7;
			padding-bottom: 30px;
			margin: 0 1px;
			width: 100%;
		}

			.rw-hotel-box div h4 {
				border-bottom: solid 2px #fff;
				margin-bottom: 0;
				padding: 10px;
				width: 100%;
				min-height: 150px;
				display: flex;
				align-items: center;
				justify-content: center;
			}

	@media (min-width: 1170px) {
		.rw-hotel-box div h4 {
			min-height: 97px;
		}
	}
	@media (min-width: 1170px) {
		/* .supporttxt { */
			/* margin-left:160px; */
		/* } */
	}
	.rw-hotel-box div p {
		margin: 30px 0;
		padding: 10px;
		width: 100%;
		font-size: 1.2500000004rem;
	}

	.rw-hotel-box div span {
		font-size: 1.2500000004rem;
		font-weight: 700;
		display: block;
	}

		.rw-hotel-box div span small {
			font-weight: 700;
		}

	body.casino .casino-hero-container .rw-card-title-container {
		z-index: 2;
	}

	body.casino .casino-hero-container .rw-card-title {
		min-width: 240px;
	}

		body.casino .casino-hero-container .rw-card-title .lead {
			display: flex;
			align-items: center;
			cursor: pointer;
		}

	.rw-carousel-iframe {
		height: 47vh !important;
		border-style: none;
	}

	.rw-360-carousel-height .carousel-item {
		height: 220px;
	}

	.rw-carousel-iframe + .container {
		top: 175px;
		bottom: 0;
	}

	@media (min-width: 768px) {
		.rw-carousel-iframe {
			height: 74vh !important;
		}

		.rw-360-carousel-height .carousel-item {
			height: 340px;
		}

		.rw-carousel-iframe + .container {
			top: 255px;
		}
	}

	@media (min-width: 1170px) {
		.rw-carousel-iframe {
			height: 100vh !important;
		}

		.rw-360-carousel-height .carousel-item {
			height: 480px;
		}

		.rw-carousel-iframe + .container {
			top: 390px;
		}
	}

	@media (min-width: 1200px) {
		.rw-carousel-iframe {
			height: 100vh !important;
		}
	}

	.rw-member-profile {
		margin-top: 30px;
		margin-bottom: 80px;
		text-align: center;
	}

	.rw-member-img div {
		width: 107px;
		height: 107px;
		border: solid 3px #cabc86;
		border-radius: 50%;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
	}

		.rw-member-img div img {
			width: 100%;
		}

	.rw-member-detail h2 {
		margin-top: 15px;
		margin-bottom: 2px;
		font-size: 24px;
	}

	.rw-member-detail p {
		font-size: 14px;
	}

	.rw-member-detail div {
		margin-top: 15px;
	}

		.rw-member-detail div a {
			display: block;
			font-weight: 700;
		}

			.rw-member-detail div a:first-child {
				margin-bottom: 15px;
			}

			.rw-member-detail div a i {
				font-size: 16px;
			}

	.rw-image-upload {
		width: 24px !important;
		height: 24px !important;
		border: none !important;
		background-color: #ec0037;
		line-height: 10px;
		text-align: center;
		cursor: pointer;
		padding: 4px;
		position: relative;
		left: 35px;
		top: -25px;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	}

	@media (min-width: 768px) {
		.rw-image-upload {
			display: none;
		}
	}

	.rw-image-upload img {
		width: 100%;
	}

	.rw-update-photo {
		position: relative;
		display: none;
	}

	@media (min-width: 768px) {
		.rw-update-photo {
			display: block;
			text-align: left;
			margin-bottom: 35px;
		}

			.rw-update-photo button {
				position: absolute;
				left: 15px;
				top: -10px;
				width: 90px;
				height: 28px;
				padding: 0;
				text-align: center;
				line-height: 25px;
			}
	}

	@media (min-width: 768px) and (min-width: 1170px) {
		.rw-update-photo button {
			left: 30px;
		}
	}

	@media (min-width: 768px) {
		.rw-update-photo a {
			display: block;
			font-weight: bold;
			position: absolute;
			top: 25px;
		}
	}

	.rw-update-photo .btn, .rw-update-photo .btn-fixed-size {
		overflow: hidden;
	}

		.rw-update-photo .btn .upload-pic-file, .rw-update-photo .btn-fixed-size .upload-pic-file {
			opacity: 0;
			top: 0;
			left: 0;
			position: absolute;
			max-width: 100%;
			max-height: 100%;
			width: 100%;
			height: 100%;
		}

	.rw-member-date {
		position: absolute;
		top: 15px;
		right: 5px;
	}

	@media (min-width: 768px) {
		.rw-member-date {
			top: 0;
		}
	}

	.rw-member-date p {
		margin-bottom: 0;
		font-size: 12px;
		color: #8a8a8a;
	}

	@media (min-width: 768px) {
		.rw-member-date p {
			color: #4d4d4d;
			font-size: 14px;
		}
	}

	.rw-points {
		margin-top: 33px;
		margin-bottom: 60px;
	}

		.rw-points .fixed-h2 {
			font-size: 35px;
		}

		.rw-points p {
			margin-bottom: 0;
			font-size: 13px;
			font-weight: bold;
			color: #8a8a8a;
		}

	@media (min-width: 768px) {
		.rw-points p {
			font-weight: 300;
			color: #4d4d4d;
			font-size: 14px;
		}
	}

	.rw-point-card {
		margin-bottom: 20px;
	}

		.rw-point-card img {
			width: 100%;
		}

	.rw-play-dine {
		margin-top: 20px;
	}

		.rw-play-dine h4 {
			margin-bottom: 5px;
		}

		.rw-play-dine i {
			font-size: 12px;
		}

	.rw-annual-pass {
		margin-top: 80px;
	}

		.rw-annual-pass h4 {
			margin-bottom: 18px;
		}

		.rw-annual-pass .rw-pass-date a {
			display: block;
			font-weight: bold;
			margin-bottom: 10px;
		}

	@media (min-width: 768px) {
		.rw-member-profile {
			margin-top: 40px;
			margin-bottom: 40px;
		}

		.rw-member-img div {
			width: 108px;
			height: 108px;
			margin-left: 0;
		}
	}

	@media (min-width: 768px) and (min-width: 1170px) {
		.rw-member-img div {
			width: 142px;
			height: 142px;
		}
	}

	@media (min-width: 768px) {
		.rw-member-img div img {
			width: 100%;
		}

		.rw-member-detail {
			text-align: left;
			padding-left: 0;
			margin-left: -45px;
		}

			.rw-member-detail h2 {
				margin-bottom: 2px;
				font-size: 35px;
				margin-top: 10px;
			}

			.rw-member-detail div {
				margin-top: 15px;
			}

				.rw-member-detail div a {
					display: inline-block;
				}

					.rw-member-detail div a:first-child {
						margin-bottom: 0;
						margin-right: 20px;
					}

		.rw-play-dine {
			margin: 0;
			margin-bottom: 20px;
		}

		.rw-annual-pass {
			margin-top: 30px;
		}
	}

	@media (min-width: 1170px) {
		.rw-member-profile {
			margin-top: 50px;
			margin-bottom: 60px;
		}

		.rw-member-detail {
			margin-left: 0;
			padding-left: 11px;
		}

			.rw-member-detail h2 {
				margin-top: 10px;
			}

		.rw-pass-date {
			margin-top: -100px;
			padding-left: 278px;
		}

		.rw-play-dine {
			padding-left: 50px;
			margin-bottom: 0;
		}

		.rw-member-date {
			right: 81px;
			top: 0;
		}

		.rw-point-card {
			width: 250px;
		}

		.rw-points {
			margin-bottom: 0;
		}
	}

	.rw-member-title {
		font-size: 25px;
	}

	@media (min-width: 768px) {
		.rw-member-title {
			margin-bottom: 0;
			font-size: 20px;
		}
	}

	@media (min-width: 1170px) {
		.rw-member-title {
			margin-top: -3px;
		}
	}
	/*====================================
=            Offer Wallet            =
====================================*/
	.offer-wallet {
		margin-top: 80px;
		margin-bottom: 80px;
	}

		.offer-wallet h2 {
			font-size: 25px;
		}

	@media (min-width: 768px) {
		.offer-wallet h2 {
			margin-bottom: 40px;
			font-size: 35px;
		}
	}

	@media (min-width: 1170px) {
		.offer-wallet h2 {
			margin-bottom: 60px;
		}
	}

	.offer-wallet > p {
		margin-bottom: 50px;
	}

	@media (min-width: 768px) {
		.offer-wallet > p {
			font-size: 20px;
			padding-bottom: 0;
			width: 700px;
			margin-bottom: 40px;
		}
	}

	@media (min-width: 1170px) {
		.offer-wallet > p {
			width: 720px;
			margin-bottom: 60px;
		}
	}

	.rw-offer-card {
		width: 55%;
	}

		.rw-offer-card p {
			padding-top: 24px;
		}

		.rw-offer-card h4 {
			font-size: 14px;
			font-weight: bold;
		}

	@media (min-width: 768px) {
		.rw-offer-card {
			width: 70%;
		}

			.rw-offer-card h4 {
				padding-top: 5px;
				font-size: 20px;
			}
	}

	@media (min-width: 1170px) {
		.rw-offer-card {
			width: 70%;
		}

			.rw-offer-card h4 {
				font-size: 14px;
			}
	}
	/*=====  End of Offer Wallet  ======*/
	/*===============================
=            App Add            =
===============================*/
	.rw-app-add {
		/*background-image: url(/img/icon/header-image.jpg);*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		padding: 0 23px;
		height: 375px;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-app-add {
			margin-top: 80px;
			margin-bottom: 80px;
		}
	}

	@media (min-width: 1170px) {
		.rw-app-add {
			background-image: url(/img/icon/bg-download-app.jpg);
		}
	}

	.rw-app-add:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		z-index: 1;
	}

	@media (min-width: 1170px) {
		.rw-app-add .row, .rw-app-add .rwg-new-modal, .rw-app-add .rw-transactions-lightbox {
			width: 990px;
			margin-right: auto;
			margin-left: auto;
		}
	}

	.rw-app-add .col-12 {
		position: relative;
	}

	.rw-app-text {
		text-align: center;
		position: absolute;
		width: 100%;
		z-index: 2;
		top: 30px;
	}

		.rw-app-text p {
			color: #fff;
			margin-bottom: 0;
		}

		.rw-app-text h3 {
			color: #fff;
		}

		.rw-app-text .rw-store {
			margin-top: 30px;
		}

	@media (min-width: 1170px) {
		.rw-app-text .rw-store a:first-child {
			margin-right: 15px;
		}
	}

	.app-mockup {
		position: absolute;
		width: 300px;
		z-index: 10;
		bottom: 0;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
	}

	@media (min-width: 768px) {
		.app-mockup {
			width: 400px;
		}
	}

	@media (min-width: 1170px) {
		.app-mockup {
			margin-left: 0;
			width: 384px;
			padding: 6px 6px 0;
		}
	}

	.app-mockup img {
		width: 100%;
	}

	@media (min-width: 1170px) {
		.rw-app-add {
			height: 211px;
			padding: 0;
		}

		.rw-app-text {
			text-align: left;
			padding-left: 14px;
		}

			.rw-app-text h3 {
				width: 350px;
				font-size: 24px;
			}
	}
	/*=====  End of App Add  ======*/
	/*===========================================
=            Genting reward card            =
===========================================*/
	.rw-point-card .gr-card {
		background-size: cover;
		border-radius: 4px;
		height: 170px;
		padding: 15px;
	}

		.rw-point-card .gr-card .progress {
			box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
			background-color: transparent;
		}

			.rw-point-card .gr-card .progress .progress-bar {
				background-color: #fff;
			}

	.gr-title {
		font-size: 1.2500000004rem;
		margin-bottom: 50px;
		padding-top: 8px;
		color: #fff;
	}

	.rw-member-type {
		margin-top: 13px;
	}

		.rw-member-type::after {
			display: block;
			clear: both;
			content: "";
		}

		.rw-member-type .rw-silver-range h5, .rw-member-type .rw-goldplus-range h5 {
			font-size: 12px;
			color: #fff;
			margin-bottom: 0;
		}

		.rw-member-type .rw-silver-range p, .rw-member-type .rw-goldplus-range p {
			font-size: 12px;
			color: #fff;
			margin-bottom: 0;
			line-height: 1;
		}

	@media (min-width: 768px) {
		.rw-point-card .gr-card {
			height: 121px;
		}

			.rw-point-card .gr-card .gr-title {
				padding-top: 0;
				margin-bottom: 25px;
			}
	}

	@media (min-width: 1170px) {
		.rw-point-card .gr-card {
			height: 134px;
			width: 250px;
		}

		.gr-title {
			margin-bottom: 38px;
		}

		.rw-member-type {
			margin-top: 10px;
		}
	}
	/*=====  End of Genting reward card  ======*/
	.points-spent-date {
		margin: 55px 0 60px;
		position: relative;
	}

		.points-spent-date::after {
			display: block;
			clear: both;
			content: "";
		}

	@media (min-width: 768px) {
		.points-spent-date {
			width: 450px;
		}
	}

	.points-spent-date .transactions-date {
		float: left;
		width: 90%;
	}

		.points-spent-date .transactions-date h3 {
			display: inline-block;
			margin-bottom: 0;
		}

		.points-spent-date .transactions-date p {
			font-size: 1.2500000004rem;
			display: inline-block;
			margin-bottom: 0;
			padding-left: 5px;
		}

	.points-spent-date .transactions-point {
		position: absolute;
		bottom: 3px;
		right: 0;
	}

	@media (min-width: 768px) {
		.points-spent-date .transactions-point {
			left: 415px;
			right: auto;
		}
	}

	.points-spent-date .transactions-point h4 {
		font-size: 1.2500000004rem;
		margin-bottom: 0;
		margin-top: 5px;
		text-align: right;
	}

	@media (min-width: 768px) {
		.rw-transaction-list, .rw-lb-transaction-list {
			width: 450px;
		}
	}

	.rw-transaction-list h3, .rw-lb-transaction-list h3 {
		padding-top: 25px;
		margin-bottom: 0;
	}

	.rw-transaction-list .rw-transactions, .rw-lb-transaction-list .rw-transactions {
		position: relative;
		margin-top: 40px;
	}

		.rw-transaction-list .rw-transactions::after, .rw-lb-transaction-list .rw-transactions::after {
			display: block;
			clear: both;
			content: "";
		}

	.rw-show-name {
		float: left;
		width: 80%;
	}

		.rw-show-name p:first-child {
			margin-bottom: 0;
		}

		.rw-show-name p:last-child {
			margin-bottom: 0;
		}

	.rw-point {
		position: absolute;
		bottom: 3px;
		right: 0;
	}

	@media (min-width: 768px) {
		.rw-point {
			left: 415px;
			right: auto;
		}
	}

	.rw-point h4 {
		margin-bottom: 0;
	}

	.rw-qr-img {
		width: 156px;
		margin: 60px auto 15px;
	}

		.rw-qr-img img {
			width: 100%;
		}

		.rw-qr-img + h4 {
			margin-top: 15px;
			margin-bottom: 40px;
		}

	@media (max-width: 1169.98px) {
		.rw-mob-full .modal-body {
			height: 100vh;
			overflow-y: scroll;
		}
	}
	/*==========================================================
=            Membership LightBoxes Transactions            =
==========================================================*/
	.rw-transactions-lightbox {
		margin: 60px 0;
	}

	@media (min-width: 1170px) {
		.rw-transactions-lightbox {
			margin: 0 30px 0 50px;
		}
	}

	.rw-total-gp .rw-switch-currency {
		margin-top: 26px;
	}

		.rw-total-gp .rw-switch-currency form {
			margin-top: 0;
		}

	.rw-lb-transaction-list .rw-transactions {
		margin-top: 18px;
	}

	.rw-scroll-transaction {
		margin-top: 60px;
	}

	@media (min-width: 768px) {
		.rw-scroll-transaction {
			margin-top: 0;
		}
	}

	@media (min-width: 1170px) {
		.rw-scroll-transaction {
			height: 440px;
			overflow-y: scroll;
			padding-left: 5px;
		}
	}

	@media (min-width: 768px) {
		.rw-scroll-transaction .points-spent-date {
			width: 400px;
			margin-bottom: 60px;
		}
	}

	@media (min-width: 1170px) {
		.rw-scroll-transaction .points-spent-date {
			width: 450px;
			margin-top: 55px;
			margin-bottom: 40px;
		}
	}

	@media (min-width: 768px) {
		.rw-scroll-transaction .rw-lb-transaction-list {
			width: 400px;
		}

			.rw-scroll-transaction .rw-lb-transaction-list .rw-point {
				left: 350px;
				right: auto;
			}
	}

	@media (min-width: 1170px) {
		.rw-scroll-transaction .rw-lb-transaction-list .rw-point {
			left: 450px;
		}
	}
	/*=====  End of Membership LightBoxes Transactions  ======*/
	/*===========================================
=            Lightbox Membership            =
===========================================*/
	@media (max-width: 1169.98px) {
		#annual-lb-1.modal .modal-dialog {
			width: 100%;
			max-width: 100%;
			height: 100%;
			max-height: 100%;
			border-radius: 0;
			padding: 0;
			margin: 0;
		}
	}

	@media (max-width: 1169.98px) {
		#annual-lb-1.modal .lightbox-details {
			width: calc(100% - 50px);
			margin: 20px;
			margin-left: 0;
		}
	}

	.rw-membership-lightbox .rw-offer-wallet-membership2-lightbox, .rw-warning-box .rw-offer-wallet-membership2-lightbox, .rw-annual-lightbox .rw-offer-wallet-membership2-lightbox {
		display: none;
	}

		.rw-membership-lightbox .rw-offer-wallet-membership2-lightbox .lightbox-details, .rw-warning-box .rw-offer-wallet-membership2-lightbox .lightbox-details, .rw-annual-lightbox .rw-offer-wallet-membership2-lightbox .lightbox-details {
			height: 417px;
			overflow: auto;
		}

	@media (max-width: 767.98px) {
		.rw-membership-lightbox .rw-offer-wallet-membership2-lightbox .lightbox-details, .rw-warning-box .rw-offer-wallet-membership2-lightbox .lightbox-details, .rw-annual-lightbox .rw-offer-wallet-membership2-lightbox .lightbox-details {
			height: auto;
		}
	}

	@media (max-width: 1169.98px) {
		.rw-membership-lightbox .modal-dialog, .rw-warning-box .modal-dialog, .rw-annual-lightbox .modal-dialog {
			margin: 0;
			max-width: 100%;
		}

			.rw-membership-lightbox .modal-dialog .modal-content, .rw-warning-box .modal-dialog .modal-content, .rw-annual-lightbox .modal-dialog .modal-content {
				border: none;
				border-radius: 0;
			}

				.rw-membership-lightbox .modal-dialog .modal-content .modal-body, .rw-warning-box .modal-dialog .modal-content .modal-body, .rw-annual-lightbox .modal-dialog .modal-content .modal-body {
					padding: 25px;
					height: 100vh;
					overflow-y: scroll;
				}
	}

	.rw-lightbox-content, .rw-voucher-lightbox, .rw-error-voucher {
		margin-top: 30px;
		position: relative;
	}

		.rw-lightbox-content::after, .rw-voucher-lightbox::after, .rw-error-voucher::after {
			display: block;
			clear: both;
			content: "";
		}

		.rw-lightbox-content .price-wrapper, .rw-voucher-lightbox .price-wrapper, .rw-error-voucher .price-wrapper {
			margin-top: 90px;
		}

			.rw-lightbox-content .price-wrapper .rw-input-wrap, .rw-voucher-lightbox .price-wrapper .rw-input-wrap, .rw-error-voucher .price-wrapper .rw-input-wrap {
				display: inline-block;
				max-width: 50%;
			}

	@media (min-width: 768px) {
		.rw-lightbox-content, .rw-voucher-lightbox, .rw-error-voucher {
			width: 580px;
			margin-top: 70px;
			padding-top: 20px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 70px;
			padding-top: 1px;
		}
	}

	@media (min-width: 1170px) {
		.rw-lightbox-content, .rw-voucher-lightbox, .rw-error-voucher {
			margin-top: 20px;
			width: 845px;
			margin-bottom: 24px;
		}
	}

	.rw-lightbox-content .lightbox-title, .rw-voucher-lightbox .lightbox-title, .rw-error-voucher .lightbox-title {
		margin-bottom: 20px;
	}

	@media (min-width: 1170px) {
		.rw-lightbox-content .lightbox-title, .rw-voucher-lightbox .lightbox-title, .rw-error-voucher .lightbox-title {
			margin-bottom: 10px;
		}
	}

	.rw-lightbox-content .lightbox-title p, .rw-voucher-lightbox .lightbox-title p, .rw-error-voucher .lightbox-title p {
		margin-bottom: 5px;
	}

	@media (min-width: 1170px) {
		.rw-lightbox-content .lightbox-title p, .rw-voucher-lightbox .lightbox-title p, .rw-error-voucher .lightbox-title p {
			margin-bottom: 0;
		}
	}

	.rw-lightbox-content .lightbox-title span, .rw-voucher-lightbox .lightbox-title span, .rw-error-voucher .lightbox-title span {
		font-size: 15px;
	}

	@media (min-width: 768px) {
		.rw-lightbox-content .lightbox-title span, .rw-voucher-lightbox .lightbox-title span, .rw-error-voucher .lightbox-title span {
			font-size: 14px;
		}
	}

	@media (min-width: 768px) {
		.rw-lightbox-content .lightbox-title h3, .rw-voucher-lightbox .lightbox-title h3, .rw-error-voucher .lightbox-title h3 {
			width: 580px;
			font-size: 35px;
		}
	}

	@media (min-width: 1170px) {
		.rw-lightbox-content .lightbox-title h3, .rw-voucher-lightbox .lightbox-title h3, .rw-error-voucher .lightbox-title h3 {
			width: 570px;
		}
	}

	.rw-offer-wallet-membership-lightbox button {
		margin-top: -35px;
	}

	@media (min-width: 768px) {
		.rw-offer-wallet-membership-lightbox button {
			margin-top: -75px;
		}
	}

	@media (min-width: 1170px) {
		.rw-offer-wallet-membership-lightbox button {
			margin-top: -20px;
		}
	}

	.close-fixed button {
		margin-top: -35px;
	}

	@media (min-width: 768px) {
		.close-fixed button {
			margin-top: -45px;
		}
	}

	@media (min-width: 1170px) {
		.close-fixed button {
			margin-top: -20px;
		}
	}

	.lightbox-img {
		width: 156px;
		overflow: hidden;
		border-radius: 4px;
		padding-bottom: 30px;
	}

		.lightbox-img img {
			width: 100%;
		}

	.lightbox-details .lightbox-sub-detail {
		margin-top: 40px;
	}

	@media (min-width: 1170px) {
		.lightbox-details .lightbox-sub-detail {
			margin-top: 20px;
		}
	}

	.lightbox-details .lightbox-sub-detail p {
		margin-bottom: 10px;
	}

	@media (min-width: 1170px) {
		.lightbox-details .lightbox-sub-detail p {
			margin-bottom: 4px;
		}
	}

	.lightbox-details .lightbox-sub-detail span {
		margin-top: 10px;
		font-size: 15px;
	}

	@media (min-width: 768px) {
		.lightbox-details .lightbox-sub-detail span {
			font-size: 14px;
		}
	}

	@media (min-width: 1170px) {
		.lightbox-details .lightbox-sub-detail span {
			margin-top: 0;
		}
	}

	.lightbox-details .rw-accordion {
		margin-top: 40px;
		margin-bottom: 70px;
	}

	@media (min-width: 1170px) {
		.lightbox-details .rw-accordion {
			padding-right: 20px;
		}
	}

	@media (min-width: 768px) {
		.lightbox-img {
			position: absolute;
			top: 0;
		}

		.lightbox-title {
			margin-top: 190px;
		}
	}

	@media (min-width: 1170px) {
		.lightbox-img {
			width: 156px;
			top: 10px;
			left: 10px;
			right: auto;
		}

		.lightbox-title,
		.lightbox-details {
			margin-top: 1px;
			margin-left: 210px;
		}
	}

	@media (min-width: 1170px) {
		.lightbox-details {
			height: 350px;
			overflow-y: scroll;
			width: 623px;
			position: relative;
		}
	}

	.lightbox-details .lightbox-title {
		display: none;
	}

	@media (min-width: 1170px) {
		.lightbox-details .lightbox-title {
			display: block;
			margin-left: 0;
		}
	}

	@media (min-width: 1170px) {
		.lightbox-details + .btn-primary, .lightbox-details + .btn-fixed-size {
			margin-left: 205px;
			margin-top: 40px;
		}
	}

	.lightbox-sub-detail .custom-control, .lightbox-sub-detail .rw-top-heading .custom-checkbox, .rw-top-heading .lightbox-sub-detail .custom-checkbox, .lightbox-sub-detail .rw-main-title .custom-checkbox, .rw-main-title .lightbox-sub-detail .custom-checkbox {
		padding-left: 30px;
	}

	@media (max-width: 767.98px) {
		.lightbox-sub-detail .custom-control, .lightbox-sub-detail .rw-top-heading .custom-checkbox, .rw-top-heading .lightbox-sub-detail .custom-checkbox, .lightbox-sub-detail .rw-main-title .custom-checkbox, .rw-main-title .lightbox-sub-detail .custom-checkbox {
			margin-left: 20px;
		}
	}

	.lightbox-sub-detail .custom-control-label {
		line-height: 1;
		margin-bottom: 5px;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-voucher-lightbox .lightbox-title, .rw-error-voucher .lightbox-title {
			margin-top: 390px;
			margin-bottom: 50px;
		}

		.rw-voucher-lightbox .rw-single-voucher, .rw-error-voucher .rw-single-voucher {
			margin-top: 225px;
		}
	}

	@media (max-width: 767.98px) {
		.rw-voucher-lightbox .lightbox-img, .rw-error-voucher .lightbox-img {
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media (min-width: 1170px) {
		.rw-voucher-lightbox .lightbox-img, .rw-error-voucher .lightbox-img {
			margin-top: 0;
		}
	}

	@media (min-width: 1170px) {
		.rw-voucher-lightbox .lightbox-details, .rw-error-voucher .lightbox-details {
			height: auto;
			overflow-y: inherit;
		}
	}

	@media (min-width: 1170px) {
		.rw-voucher-lightbox .lightbox-details .rw-accordion, .rw-error-voucher .lightbox-details .rw-accordion {
			margin-bottom: 10px;
			margin-top: 25px;
		}
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-multiple-voucher .lightbox-title {
			margin-top: 245px;
		}
	}

	.rw-multiple-voucher .lightbox-img {
		width: 206px;
	}

	@media (min-width: 768px) {
		.rw-multiple-voucher .lightbox-img {
			width: 156px;
		}
	}

	@media (min-width: 1170px) {
		.rw-multiple-voucher {
			margin-bottom: 6px;
		}
	}

	@media (min-width: 1170px) {
		.rw-multiple-voucher .lightbox-details {
			height: 435px;
			overflow-y: scroll;
		}
	}

	.lightbox-sub-detail .rw-btn-enable {
		top: 0;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.top-space-lb {
			margin-top: 40px;
		}
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.top-space-offer-wallet {
			margin-top: 235px !important;
		}
	}
	/*=====  End of Lightbox Membership  ======*/
	/*=======================================
=            Annual LightBox            =
=======================================*/
	.rw-annual-lightbox .modal-body-renew {
		display: none;
	}

	@media (min-width: 1170px) {
		.rw-annual-lightbox .modal-body {
			height: 500px;
		}
	}

	.rw-annual-lightbox .lightbox-img {
		width: 100%;
		padding-bottom: 0;
	}

		.rw-annual-lightbox .lightbox-img .voucher-img {
			width: 206px;
			margin: 20px auto 40px;
		}

	@media (min-width: 768px) {
		.rw-annual-lightbox .lightbox-img .voucher-img {
			width: 156px;
			margin-left: 0;
		}
	}

	@media (min-width: 1170px) {
		.rw-annual-lightbox .lightbox-img .voucher-img {
			margin: 107px 0 0;
		}
	}

	.rw-annual-lightbox .lightbox-img .rw-fox-img {
		width: 150px;
		border-radius: 4px;
		overflow: hidden;
	}

	@media (min-width: 1170px) {
		.rw-annual-lightbox .lightbox-img .rw-fox-img {
			position: absolute;
			top: 0;
		}
	}

	.rw-annual-lightbox .lightbox-img .rw-renew-pass .voucher-code {
		font-weight: 300;
		text-transform: inherit;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.rw-annual-lightbox .lightbox-details .rw-pass-section {
		margin-top: 30px;
	}

		.rw-annual-lightbox .lightbox-details .rw-pass-section h4 {
			margin-bottom: 5px;
		}

		.rw-annual-lightbox .lightbox-details .rw-pass-section p {
			margin-top: 5px;
			margin-bottom: 0;
		}

	.rw-annual-lightbox .lightbox-details .print-vr-off {
		margin-top: 35px;
	}

	.rw-annual-lightbox a {
		margin: 50px 0;
	}

	@media (min-width: 768px) and (max-width: 1169.98px) {
		.rw-error-voucher .lightbox-title {
			margin-top: 260px;
			margin-bottom: 50px;
		}
	}

	@media (max-width: 767.98px) {
		.rw-error-voucher .lightbox-img {
			margin-left: auto;
			margin-right: auto;
		}
	}

	.rw-error-voucher .lightbox-img .voucher-img {
		margin: 0 auto;
	}

	@media (min-width: 768px) {
		.rw-error-voucher .lightbox-img .voucher-img {
			margin-left: 0;
		}
	}

	@media (min-width: 1170px) {
		.rw-error-voucher .lightbox-img .voucher-img {
			margin-top: 10px;
		}
	}
	/*=====  End of Annual LightBox  ======*/
	/*=====================================================
=            carousel style for membership            =
=====================================================*/
	.owl-theme .owl-nav {
		display: none;
	}

	.owl-theme .owl-dots {
		margin-top: 10px;
		text-align: center;
	}

		.owl-theme .owl-dots .owl-dot {
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background-color: rgba(138, 138, 138, 0.3);
			margin-right: 5px;
			margin-left: 5px;
		}

		.owl-theme .owl-dots .active {
			background-color: #8a8a8a;
		}
	/*=====  End of carousel style for membership  ======*/
	.rw-accordion .rw-ticket-price div p {
		font-size: 14px;
	}

	@media (max-width: 767.98px) {
		.btn-bottom-fixed {
			bottom: -25px;
		}
	}
	/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
	/*
 *  Owl Carousel - Core
 */
	.owl-carousel {
		display: none;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		/* position relative and z-index fix webkit rendering fonts issue */
		position: relative;
		z-index: 1;
	}

		.owl-carousel .owl-stage {
			position: relative;
			-ms-touch-action: pan-Y;
			touch-action: manipulation;
			-moz-backface-visibility: hidden;
			/* fix firefox animation glitch */
		}

			.owl-carousel .owl-stage:after {
				content: ".";
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}

		.owl-carousel .owl-stage-outer {
			position: relative;
			overflow: hidden;
			/* fix for flashing background */
			-webkit-transform: translate3d(0px, 0px, 0px);
		}

		.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
		}

		.owl-carousel .owl-item {
			position: relative;
			min-height: 1px;
			float: left;
			-webkit-backface-visibility: hidden;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
		}

			.owl-carousel .owl-item img {
				display: block;
				width: 100%;
			}

		.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
			display: none;
		}

		.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
			cursor: pointer;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

		.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
			background: none;
			color: inherit;
			border: none;
			padding: 0 !important;
			font: inherit;
		}

		.owl-carousel.owl-loaded {
			display: block;
		}

		.owl-carousel.owl-loading {
			opacity: 0;
			display: block;
		}

		.owl-carousel.owl-hidden {
			opacity: 0;
		}

		.owl-carousel.owl-refresh .owl-item {
			visibility: hidden;
		}

		.owl-carousel.owl-drag .owl-item {
			-ms-touch-action: pan-y;
			touch-action: pan-y;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

		.owl-carousel.owl-grab {
			cursor: move;
			cursor: grab;
		}

		.owl-carousel.owl-rtl {
			direction: rtl;
		}

			.owl-carousel.owl-rtl .owl-item {
				float: right;
			}
	/* No Js */
	.no-js .owl-carousel {
		display: block;
	}
	/*
 *  Owl Carousel - Animate Plugin
 */
	.owl-carousel .animated {
		animation-duration: 1000ms;
		animation-fill-mode: both;
	}

	.owl-carousel .owl-animated-in {
		z-index: 0;
	}

	.owl-carousel .owl-animated-out {
		z-index: 1;
	}

	.owl-carousel .fadeOut {
		animation-name: fadeOut;
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}
	/*
 * 	Owl Carousel - Auto Height Plugin
 */
	.owl-height {
		transition: height 500ms ease-in-out;
	}
	/*
 * 	Owl Carousel - Lazy Load Plugin
 */
	.owl-carousel .owl-item {
		/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
	}

		.owl-carousel .owl-item .owl-lazy {
			opacity: 0;
			transition: opacity 400ms ease;
		}

			.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
				max-height: 0;
			}

		.owl-carousel .owl-item img.owl-lazy {
			transform-style: preserve-3d;
		}
	/*
 * 	Owl Carousel - Video Plugin
 */
	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000;
	}

	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url("owl.video.play.png") no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		transition: transform 100ms ease;
	}

		.owl-carousel .owl-video-play-icon:hover {
			-ms-transform: scale(1.3, 1.3);
			transform: scale(1.3, 1.3);
		}

	.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
		display: none;
	}

	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity 400ms ease;
	}

	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%;
	}

	@media print {
		*,
		*::before,
		*::after {
			text-shadow: none !important;
			box-shadow: none !important;
		}

		a:not(.btn):not(.btn-fixed-size) {
			text-decoration: underline;
		}

		abbr[title]::after {
			content: " (" attr(title) ")";
		}

		pre {
			white-space: pre-wrap !important;
		}

		pre,
		blockquote {
			border: 1px solid #adb5bd;
			page-break-inside: avoid;
		}

		thead {
			display: table-header-group;
		}

		tr,
		img {
			page-break-inside: avoid;
		}

		p,
		h2,
		h3 {
			orphans: 3;
			widows: 3;
		}

		h2,
		h3 {
			page-break-after: avoid;
		}

		@page {
			size: a3;
		}

		body {
			min-width: 1170px !important;
		}

		.container {
			min-width: 1170px !important;
		}

		.navbar {
			display: none;
		}

		.badge {
			border: 1px solid #000;
		}

		.table {
			border-collapse: collapse !important;
		}

			.table td,
			.table th {
				background-color: #fff !important;
			}

		.table-bordered th,
		.table-bordered td {
			border: 1px solid #dadada !important;
		}
	}

	.print-wrap {
		border: solid 1px #979797;
		max-width: 839px;
		margin-left: auto;
		margin-right: auto;
		color: #000;
	}

		.print-wrap .rw-logo {
			width: 223px;
			height: 45px;
			margin: 32px 0 0 23px;
			float: left;
		}

			.print-wrap .rw-logo img {
				width: 100%;
			}

		.print-wrap .rw-info {
			background-color: #d1d1d1;
			width: 233.4px;
			height: 55.6px;
			margin: 27px 26.6px 47.4px 0;
			float: right;
			border-radius: 4px;
			font-size: 11.2px;
			font-weight: 300;
			padding: 4.6px 9.7px;
		}

			.print-wrap .rw-info strong {
				font-weight: 700;
				display: block;
			}

		.print-wrap .print-details {
			clear: both;
			font-size: 20px;
			margin: 0 0 0 54px;
			line-height: 1;
		}

		.print-wrap h2 {
			font-weight: 700;
			font-size: 30px;
			margin: 13px 0 40px 54px;
		}

		.print-wrap .print-list {
			margin: 0 83px 32px 55px;
			padding-left: 0;
			font-size: 20px;
			font-weight: 400;
			list-style: none;
		}

			.print-wrap .print-list li {
				background-image: url("../print-screens/tick.svg");
				background-repeat: no-repeat;
				background-position: 0 center;
				padding-left: 48px;
				position: relative;
				display: inline-block;
			}

				.print-wrap .print-list li:nth-child(2) {
					margin-left: 120px;
					margin-right: 70px;
				}

				.print-wrap .print-list li:before {
					content: "";
					width: 21px;
					height: 20px;
					background-repeat: no-repeat;
					background-position: 0 center;
					position: absolute;
					left: 21px;
					top: 3px;
				}

				.print-wrap .print-list li.ic-hotel:before {
					background-image: url("../print-screens/ic-hotel.svg");
				}

				.print-wrap .print-list li.ic-entertainment:before {
					background-image: url("../print-screens/ic-entertainment.svg");
				}

				.print-wrap .print-list li.ic-theme-park:before {
					background-image: url("../print-screens/ic-theme-park.svg");
				}

		.print-wrap .vouchers {
			border-top: solid 3px #979797;
			padding: 0 55px 45px 55px;
		}

			.print-wrap .vouchers::after {
				display: block;
				clear: both;
				content: "";
			}

			.print-wrap .vouchers .voucher {
				border: dotted 1px #000;
				width: 140px;
				text-align: center;
				padding: 2px 8px 10px 7px;
				margin-top: 18px;
				float: left;
				position: relative;
				min-height: 250px;
			}

				.print-wrap .vouchers .voucher + .voucher {
					border-left: none;
				}

				.print-wrap .vouchers .voucher:nth-child(5n+1) {
					border-left: dotted 1px #000;
				}

				.print-wrap .vouchers .voucher:before {
					position: absolute;
					left: 11px;
					top: -10px;
					background-image: url("../print-screens/scissor.svg");
					background-repeat: no-repeat;
					width: 16px;
					height: 12px;
					content: "";
				}

				.print-wrap .vouchers .voucher img {
					width: 100%;
					height: auto;
				}

					.print-wrap .vouchers .voucher img + p {
						min-height: 30px;
					}

				.print-wrap .vouchers .voucher p {
					font-size: 10px;
					margin-bottom: 10px;
					line-height: 1.1;
				}

					.print-wrap .vouchers .voucher p:last-child {
						position: absolute;
						width: 100%;
						bottom: 0;
					}

	@media print and (color) {
		* {
			-webkit-print-color-adjust: exact !important;
			print-color-adjust: exact !important;
		}

		.print-wrap .print-list li {
			background-image: url("../print-screens/tick.svg");
		}

			.print-wrap .print-list li.ic-hotel:before {
				background-image: url("../print-screens/ic-hotel.svg");
			}

			.print-wrap .print-list li.ic-entertainment:before {
				background-image: url("../print-screens/ic-entertainment.svg");
			}

			.print-wrap .print-list li.ic-theme-park:before {
				background-image: url("../print-screens/ic-theme-park.svg");
			}

		.print-wrap .vouchers .voucher:before {
			background-image: url("../print-screens/scissor.svg");
		}

		.print-wrap .vouchers .voucher img {
			width: 100%;
		}
	}

	@page {
		size: A4 portrait;
		margin-top: 2cm;
		-webkit-print-color-adjust: exact !important;
	}

	.modalMessage {
		display: none;
	}

	.select ul.select-options {
		height: 120px;
		overflow-y: scroll;
	}

	select.rw-select-box {
		height: 10em;
		overflow-y: scroll;
	}

	a[disabled="disabled"] {
		pointer-events: none;
		color: #adb5bd;
	}

	.tacError {
		position: relative !important;
		right: 0px !important;
		top: 0px !important;
	}

	.voucherCode img {
		width: 100% !important;
	}
	/*.rw-card-title>h2 {
	text-shadow: 0 0 30px #f7f7f7, 0 0 10px #fff, 0 0 15px #fff, 0 0 40px #ec0037;
}*/
	.w500 {
		width: 500px;
	}

	.rw-icon1 {
		position: absolute;
	}

	.btnAlignBotRight {
		position: absolute;
		right: 45px;
		bottom: 30px;
	}

	.viewCardPadding {
		padding-left: 10%;
		padding-right: 10%;
	}

	@media (max-width: 500px) {
		.rewards-table-responsive {
			overflow-x: auto;
		}

			.rewards-table-responsive .row {
				width: 500px;
			}
	}

	.align-center > a {
		text-align: center;
	}

	.wr {
		white-space: pre-wrap !important;
	}

	.countryCode {
		position: absolute;
		top: 6px;
		font-size: 1.2500000004rem;
	}

	.rw-select-box1 {
		height: 41px !important;
	}

	.btn-loadmore {
		border-radius: 15px;
		height: 50px !important;
		width: 250px;
		background-color: #ffffff;
		color: #ec0037;
		border-color: #ec0037;
	    border-width: 1.5px;
	}

		.btn-loadmore:hover {
			background-color: #ec0037 !important;
			color: #ffffff !important;
		}

	.mg-4 {
		margin: 4px;
	}

	.selectBorder {
		border: none;
		padding: 5px 0 5px 5px;
		outline: 0px;
		background: inherit;
		font-size: 16px;
		font-weight: bold;
	}

		.selectBorder option {
			border: none;
			outline: 0px;
		}

	.col-xs-12 {
		padding-left: 15px;
	}

	.announcement-panel {
		background: #9f1f5c;
		left: 0;
		z-index: 2;
	}

	.announcement-holder {
		background: url("/img/icon/announcement.png") top 15px left no-repeat;
		padding: 15px 0 15px 45px;
		color: #fff;
	}
	.announcement-holder1 {
		background: url("/img/icon/announcement.png") top 15px left no-repeat;
		padding: 15px 3px 15px 3px;
		color: #fff;
	}
	.announcement-holder2 {
		background: url("/img/icon/announcement.png") top 15px left no-repeat;
		padding: 15px 3px 15px 3px;
		color: #fff;
	}
	.announcement-holder3 {
		background: url("/img/icon/announcement.png") top 15px left no-repeat;
		padding: 15px 3px 15px 3px;
		color: #fff;
	}
	.announcement-holder4 {
		background: url("/img/icon/announcement.png") top 15px left no-repeat;
		padding: 15px 3px 15px 3px;
		color: #fff;
	}
	.announcement-clicker {
		background: url("/img/arrows/arrow-white-d.png") right top 5px no-repeat;
		padding: 5px 45px 0px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		height: 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

		.announcement-clicker.active {
			background: url("/img/arrows/arrow-white-t.png") right top 5px no-repeat;
			height: auto;
			-webkit-line-clamp: inherit;
		}



	@media (min-width: 576px) {
		.showsCarousel {
			max-width: 540px;
		}
	}

	@media (min-width: 768px) {
		.showsCarousel {
			max-width: 700px;
		}
	}

	@media (min-width: 1170px) {
		.showsCarousel {
			max-width: 990px;
		}
	}

	@media (min-width: 1200px) {
		.showsCarousel {
			max-width: 990px;
		}
	}

	.showsCarousel {
		margin-left: auto;
		margin-right: auto;
	}

	.helium-parallax {
		width: 95% !important;
	}

	.titleHref {
		color: inherit;
	}

		.titleHref .card-title {
			font-size: 1.5rem !important;
		}

		.titleHref .lead.mb-3 {
			font-size: 1.2rem !important;
		}

		.titleHref:hover {
			color: #9e1e5c;
			text-decoration: none;
		}
		.titleHref.hrefDisabled {
			color: black;
			text-decoration: none;
			pointer-events: none;
			cursor: default;
		}

			.titleHref.hrefDisabled:hover {
				color: black;
				text-decoration: none;
				pointer-events: none;
				cursor: default;
			}

	@media (max-width: 767px) {
		.rw-tickets-detail {
			height: fit-content !important;
		}
	}

	.h-50 {
		height: 50px !important;
	}
	/* countdown */
	.countdown-section {
		display: inline-block;
		margin: 0 0 0 25px;
		color: #9e1f5c;
		font-family:inherit;
		position: relative;
	}

		.countdown-section:before {
			content: ':';
			position: absolute;
			left: -20px;
			font-size: 40px;
			line-height: 40px;
			top: 40px;
		}

		.countdown-section:first-child:before {
			content: '';
		}

		.countdown-section:first-child {
			margin: 0;
		}

	.countdown-period {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.countdown-amount {
		font-size: 30px;
		padding: 22px 20px;
		line-height: 30px;
		width: 80px;
		border: 1px solid #9e1f5c;
		border-radius: 10px;
		display: inline-block;
	}

	@media (max-width:500px) {
		.countdown-section {
			display: inline-block;
			margin: 0 0 0 15px;
			color: #9e1f5c;
			font-family: inherit;
			position: relative;
		}

			.countdown-section:before {
				content: ':';
				position: absolute;
				left: -12px;
				font-size: 22px;
				line-height: 22px;
				top: 35px;
			}

			.countdown-section:first-child:before {
				content: '';
			}

			.countdown-section:first-child {
				margin: 0;
			}

		.countdown-period {
			font-size: 16px;
			line-height: 16px;
			margin-bottom: 5px;
		}

		.countdown-amount {
			font-size: 24px;
			padding: 15px 10px;
			line-height: 24px;
			width: 60px;
			border: 1px solid #9e1f5c;
			border-radius: 10px;
			display: inline-block;
		}
	}

	@media (max-width:400px) {
		.countdown-section {
			display: inline-block;
			margin: 0 0 0 10px;
			color: #9e1f5c;
			font-family: inherit;
			position: relative;
		}

			.countdown-section:before {
				content: ':';
				position: absolute;
				left: -10px;
				font-size: 22px;
				line-height: 22px;
				top: 33px;
			}

			.countdown-section:first-child:before {
				content: '';
			}

			.countdown-section:first-child {
				margin: 0;
			}

		.countdown-period {
			font-size: 16px;
			line-height: 16px;
			margin-bottom: 5px;
		}

		.countdown-amount {
			font-size: 24px;
			padding: 12px 5px;
			line-height: 24px;
			width: 50px;
			border: 1px solid #9e1f5c;
			border-radius: 10px;
			display: inline-block;
		}
	}

	.sk_fb_events_calendar_today {
		padding: 5px 10px 5px 10px !important;
	}

	.photo-thumb {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}

	.sk-cal-pop-up-content-item {
	}
.hoverImg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.darkviewcard {
    filter: brightness(0.3);
}

    .darkviewcard:hover {
        filter: brightness(1);
    }

.hoverdiv:hover .rw-card-title.mb-3.ml-4 {
    display: none;
}

.hoverdiv:hover .hoverImg {
    display: inline;
}
.rw-top-mb-2{
	margin-bottom:15px;
}
@media (min-width: 768px) {
	.rw-top-mb-2 {
		margin-bottom: 0px;
	}
}
.supportBox:hover {
	cursor: pointer;
	color: darkgrey;
}
.supportBox:before {
	/*pointer-events: none;
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: top, right, bottom, left;
	-o-transition-property: top, right, bottom, left;
	-moz-transition-property: top, right, bottom, left;
	-ms-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;*/
}

.supportBox:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}
.rw_support_center .supportBox {
	display: inline-flex;
	background-color: #f7f7f7;
	width: 100px;
	height: 80px;
	padding-bottom: 0px;
	margin: 5px;
	border-radius: 10%;
	border: 2px outset buttonface;
	font-weight: 400;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.rw-footer-sec li a:hover{
	color:lightgrey;
}
.lfchkdate:before {
	content: attr(placeholder) !important;
	color: #aaa;
	margin-right: 0.5em;
}

.lfchkdate:focus:before,
.lfchkdate:valid:before {
	content: "";
}
.purpleText {
	color: #9e1e5c;
}
@media (max-width: 767px) {
	.lostFoundtable td {
		float: left;
		width: 100%;
	}
	.mobilecenter-text {
        text-align: center;
    }
}
@media (max-width: 518px) {
	.custom-none{
		display:none;
	}
}
.col-4 .rw-input-wrap.pt-3 rw-select-box {
	position:relative !important;
	top:0px !important;
}

.homeImg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.homediv:hover .homeImg {
    display: inline;
}

@font-face {
    font-family: 'Brown';
    src: url("../fonts/brown-regular.woff2") format("woff2"), url("../fonts/brown-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url("../fonts/brown-bold.woff2") format("woff2"), url("../fonts/brown-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url("../fonts/brown-light.woff2") format("woff2"), url("../fonts/brown-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

#cookieConsent {
    font-family: Brown;
    font-weight: 700;
    background-color: #9e1e5c ;
    min-height: 40px;
    height: 120px;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    line-height: 80px;
    text-align: center;
    padding: 15px 10px 20px 10px;
}

    #cookieConsent a {
        color: #ec0037;
        text-decoration: none;
    }

        #cookieConsent a.cookieConsentOK {
            background-color: #38003F;
            color: white;
            border-radius: 2rem;
            text-align: center;
            white-space: nowrap;
            letter-spacing: -0.3px;
            padding: 0 1.5rem 3.2px;
            font-size: 0.875rem;
            font-weight: 700;
            line-height: 1.4252rem;
            cursor: pointer;
            margin: 10px 0 0 0px;
            display:inline-block;
        }

    #cookieConsent:hover a.cookieConsentOK:hover {
        color: #fff;
        background-color: #570361;
        border-color: #b9002b;
    }

    #cookie_text {
        font-family: Brown;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin-top: -15px;
    }

    #Findtext {
        color: white !important;
        font-weight: 700;
    }
	
	.pdpa_submit {
		background-color: #ec0037;
		color: white !important;
	}

	.pdpa_checkbox::before {
		border-radius: 0.25rem;
		width: 20px;
		height: 20px;
	}
	.pdpa_checkbox::after {
		border-radius: 0.25rem;
		top: 0.03rem;
		left: -2.4px;
		width: 1.55rem;
		height: 1.55rem;
	}

	.black_font {
		color: #4d4d4d !important
	}

	.event_ticket_btn{
		margin-top: -100px;
		color: white !important;
		z-index: 900;
	}

	.margin-price-box {
		margin-bottom: -22px !important;
	}

	.casino-text-center {
		text-align: center;
	}

	.event-details-button {
		margin-top: 40px;
		margin-left: 60px;
	}
	
	.event-column{
		float: left;
		width: 50%;
		padding: 10px;
	}
	
	.event-detailbox {
		height: 60px !important;
		background-color: #F7F7F7 !important;
		box-sizing: content-box !important;
	}
		
	.booking-widget-tab {
		overflow: hidden;
		border: none;
		background-color: #f7f7f7;
	}

	.booking-widget-tab button{
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 16px;
		transition: 0.3s;
		font-size: 17px;
	}
	
	.booking-widget-block {
		display: list-item;
	}
	
	.booking-tabs {
		border-radius: 10px 10px 0px 0px;
		background-color: white !important;
		border-color: white !important;
		border-style: solid;
		font-weight: 700;
		color: #4d4d4d;
		width: 130px;
		height: 50px;
	}
	
	.italic_words {
		font-family: Brown, sans-serif !important;
		font-style: italic;
	}
	
	.ui-radiobox input[type=radio] {
    /*display: none;*/
    width: 17px;
    height: 17px;
	}

	.ui-radiobox input[type="radio"]:checked:before {
		content: "";
		display: block;
		z-index: 10;
		position: relative;
		top: 0px;
		left: 0px;
		/*top: 4px;
		left: 4.5px;*/
		width: 17px;
		height: 17px;
		border-radius: 50%;
		background: white;
		/*background: black;*/
		border: 4.5px solid #ec0037;
	}
	
	hr.greybd {
    border-top: 3px solid grey;
	}
	
/*Desktop*/
@media only screen and (min-width : 1224px) {
    .twitter-height {
        height: 65px !important;
    }
}

@media only screen and (min-width : 682px) {
    .twitter-height {
        height: 65px !important;
    }
}
/*Ipads*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .twitter-height {
        height: 65px !important;
    }
}
/*Mobile*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .twitter-height {
        height: 70px !important;
        /*height: 240px !important;*/
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .twitter-height {
        height: 66px !important;
        /*height: 215px !important;*/
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) {
    .twitter-height {
        height: 66px !important;
        /*height: 215px !important;*/
    }
}

.frame-container {
    position: relative;
    background-color: #9e1e5c;
	padding-top: 5px;
}

.text-primary-white {
    color: white !important;
	margin-right: 40px;
}

.text-primary-black {
    color: #F4F4F4 !important;
    margin-right: 40px;
}

.text-primary-grey {
    color: #ababac;
    margin-right: 40px;
}

.btn.btn-disabled-style:disabled{
	background: #adb5bd;
    color: #fff;
	border-color: #adb5bd;
}