/* ========================================================================================================================================
   jQuery UI 1.12.1 Overriders (Author's Version of Normalization)
   ========================================================================================================================================= */

/* Font  
-------------------------------------------------- */
.ui-widget {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}  

/* Datepicker
-------------------------------------------------- */
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
  border: 1px solid #eee;
  border-radius: .25rem;
  background: #f6f6f6;
  font-weight: normal;  
  color: #333;
  text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #333;
  background: #333;
  font-weight: normal;
  color: #fff;
}


/* ========================================================================================================================================
   Bootstrap Overriders (Author's Version of Normalization)
   ========================================================================================================================================= */

/* Default Row
-------------------------------------------------- */
.row {
  margin-right: -5px; /* Originally 15 */
  margin-left: -5px; /* Originally 15 */
}
.row > [class^="col"] {
  padding-right: 5px; /* Originally 15 */
  padding-left: 5px; /* Originally 15 */
}
@media (min-width: 576px) {
  .row {
    margin-right: -10px; /* Originally 15 */
    margin-left: -10px; /* Originally 15 */
  }
  .row > [class^="col"] {
    padding-right: 10px; /* Originally 15 */
    padding-left: 10px; /* Originally 15 */
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px; /* Originally 15 */
    margin-left: -15px; /* Originally 15 */
  }
  .row > [class^="col"] {
    padding-right: 15px; /* Originally 15 */
    padding-left: 15px; /* Originally 15 */
  }
}

/* Row / Col Variations
-------------------------------------------------- */
.row-n {margin-right: 0px; margin-left: 0px; }
.row-n > [class^="col"] {padding-right: 0px; padding-left: 0px; }

.row-5 {margin-right: -5px; margin-left: -5px; }
.row-5 > [class^="col"] {padding-right: 5px; padding-left: 5px; }

.row-10 {margin-right: -10px; margin-left: -10px; }
.row-10 > [class^="col"] {padding-right: 10px; padding-left: 10px; }

.row-15 {margin-right: -15px; margin-left: -15px; }
.row-15 > [class^="col"] {padding-right: 15px; padding-left: 15px; }

.row-20 {margin-right: -20px; margin-left: -20px; }
.row-20 > [class^="col"] {padding-right: 20px; padding-left: 20px; }

.row-25 {margin-right: -25px; margin-left: -25px; }
.row-25 > [class^="col"] {padding-right: 25px; padding-left: 25px; }

.row-30 {margin-right: -30px; margin-left: -30px; }
.row-30 > [class^="col"] {padding-right: 30px; padding-left: 30px; }


/* Global Overriders
-------------------------------------------------- */
a {
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out; 
  cursor: pointer;
  color: #999;
}
a:focus, a:hover {
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
}
a.link-golden {
  color: #D2AE68 !important;
}
a.link-golden:hover {
  color: #bc9c5d !important;
}
textarea {
  resize: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
tbody tr td.no-record {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  font-style: italic;
}
strong {
  font-weight: 600;
}
.img {
  /*background: #f0f0f0 url(../../assets/img/loading.gif) center no-repeat;*/
}

/* Text Color
-------------------------------------------------- */
.text-color {color: #fff;}
.text-tosca {color: #6EBEB6;}
.text-gold {color: #D2AE68;}
.text-black, .text-dark {color: #333;}

/* Background Color
-------------------------------------------------- */
.bg-color {background: #fff;}
.bg-grey {background: #f9f9f9;}
.bg-grey .card, .bg-grey .card-block {
  background: #f9f9f9;
}


/* ========================================================================================================================================
   Chrome Frame Support
   ========================================================================================================================================= */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ========================================================================================================================================
   Helper Class
   ========================================================================================================================================= */

/* Animated
-------------------------------------------------- */
.animated {
  opacity: 0;
}

/* Delays
-------------------------------------------------- */
.delayp1 {animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-delay: .1s; -o-animation-delay: .1s; transition-delay: .1s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -o-transition-delay: .1s; }
.delayp2 {animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-delay: .2s; -o-animation-delay: .2s; transition-delay: .2s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -o-transition-delay: .2s; }
.delayp3 {animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-delay: .3s; -o-animation-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; }
.delayp4 {animation-delay: .4s; -moz-animation-delay: .4s; -webkit-animation-delay: .4s; -o-animation-delay: .4s; transition-delay: .4s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -o-transition-delay: .4s; }
.delayp5 {animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; transition-delay: .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; }
.delayp6 {animation-delay: .6s; -moz-animation-delay: .6s; -webkit-animation-delay: .6s; -o-animation-delay: .6s; transition-delay: .6s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; }
.delayp7 {animation-delay: .7s; -moz-animation-delay: .7s; -webkit-animation-delay: .7s; -o-animation-delay: .7s; transition-delay: .7s; -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; }
.delayp8 {animation-delay: .8s; -moz-animation-delay: .8s; -webkit-animation-delay: .8s; -o-animation-delay: .8s; transition-delay: .8s; -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -o-transition-delay: .8s; }
.delayp9 {animation-delay: .9s; -moz-animation-delay: .9s; -webkit-animation-delay: .9s; -o-animation-delay: .9s; transition-delay: .9s; -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; }
.delayp10, .delay1s {animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-delay: 1s; -o-animation-delay: 1s; transition-delay: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; }
.delayp11 {animation-delay: 1.1s; -moz-animation-delay: 1.1s; -webkit-animation-delay: 1.1s; -o-animation-delay: 1.1s; transition-delay: 1.1s; -webkit-transition-delay: 1.1s; -moz-transition-delay: 1.1s; -o-transition-delay: 1.1s; }
.delayp12 {animation-delay: 1.2s; -moz-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; -o-animation-delay: 1.2s; transition-delay: 1.2s; -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; }
.delayp13 {animation-delay: 1.3s; -moz-animation-delay: 1.3s; -webkit-animation-delay: 1.3s; -o-animation-delay: 1.3s; transition-delay: 1.3s; -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; }
.delayp14 {animation-delay: 1.4s; -moz-animation-delay: 1.4s; -webkit-animation-delay: 1.4s; -o-animation-delay: 1.4s; transition-delay: 1.4s; -webkit-transition-delay: 1.4s; -moz-transition-delay: 1.4s; -o-transition-delay: 1.4s; }
.delayp15 {animation-delay: 1.5s; -moz-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -o-animation-delay: 1.5s; transition-delay: 1.5s; -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; }
.delayp16 {animation-delay: 1.6s; -moz-animation-delay: 1.6s; -webkit-animation-delay: 1.6s; -o-animation-delay: 1.6s; transition-delay: 1.6s; -webkit-transition-delay: 1.6s; -moz-transition-delay: 1.6s; -o-transition-delay: 1.6s; }
.delayp17 {animation-delay: 1.7s; -moz-animation-delay: 1.7s; -webkit-animation-delay: 1.7s; -o-animation-delay: 1.7s; transition-delay: 1.7s; -webkit-transition-delay: 1.7s; -moz-transition-delay: 1.7s; -o-transition-delay: 1.7s; }
.delayp18 {animation-delay: 1.8s; -moz-animation-delay: 1.8s; -webkit-animation-delay: 1.8s; -o-animation-delay: 1.8s; transition-delay: 1.8s; -webkit-transition-delay: 1.8s; -moz-transition-delay: 1.8s; -o-transition-delay: 1.8s; }
.delayp19 {animation-delay: 1.9s; -moz-animation-delay: 1.9s; -webkit-animation-delay: 1.9s; -o-animation-delay: 1.9s; transition-delay: 1.9s; -webkit-transition-delay: 1.9s; -moz-transition-delay: 1.9s; -o-transition-delay: 1.9s; }
.delayp20, .delay2s {animation-delay: 2s; -moz-animation-delay: 2s; -webkit-animation-delay: 2s; -o-animation-delay: 2s; transition-delay: 2s; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -o-transition-delay: 2s; }

/* Ellipsis
-------------------------------------------------- */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Set div in the middle
-------------------------------------------------- */
.outer-center {
  float: right;
  right: 50%;
  position: relative;
}
.inner-center {
  float: right;
  right: -50%;
  position: relative;
}

/* Button Center
-------------------------------------------------- */
.btn-x-auto-150 {
  margin: auto;
  display: block;
  width: 150px;
}
.btn-x-auto-200 {
  margin: auto;
  display: block;
  width: 200px;
}
.btn-x-auto-250 {
  margin: auto;
  display: block;
  width: 250px;
}
.btn-x-auto-300 {
  margin: auto;
  display: block;
  width: 250px;
}

/* Image Replacement
-------------------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* Hide / Visible
-------------------------------------------------- */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visible {
  opacity: 1;
}

/* Viewport Animation
-------------------------------------------------- */
.vp-fadeinleft, .vp-fadeinright, .vp-fadein, .vp-fadeindown, 
.vp-fadeinup, .vp-slideinleft, .vp-slideinright, .vp-zoomin,
.vp-zoomindown, .vp-rotatein, .vp-slideindown {
  opacity: 0;
}

/* Form Text
-------------------------------------------------- */
.form-text {
  color: #999 !important;
  font-size: .7rem;
  margin-top: .5rem;
}

/* Margin
-------------------------------------------------- */
.mb-1 {margin-bottom: .25rem !important};
.mb-2 {margin-bottom: .5rem !important};
.mb-3 {margin-bottom: 1rem !important};
.mb-4 {margin-bottom: 1.5rem !important};
.mb-5 {margin-bottom: 3rem !important};
.mt-1 {margin-top: .25rem !important};
.mt-2 {margin-top: .5rem !important};
.mt-3 {margin-top: 1rem !important};
.mt-4 {margin-top: 1.5rem !important};
.mt-5 {margin-top: 3rem !important};


/* ========================================================================================================================================
   Common Components
   ========================================================================================================================================= */

/* ==========================================================================
   Body / Containers
   ========================================================================== */

@media (max-width:768px) {
  html {
    overflow-x: hidden !important;
  }
}
html {
  font-size: 13px;
}
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../assets/bg_cover-name.jpg',sizingMethod='scale')";
  line-height: 1.6;
  font-family: 'MankSans-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden !important;
  font-weight: 200;
  color: #D19A47;
}

.container, .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container, .container-fluid {
    padding-left: 15px; /* originally 15 */
    padding-right: 15px; /* originally 15 */
  }
  .container.container-md {
    max-width: 900px;
  }
  .container.container-sm-md {
    max-width: 800px;
  }
  .container.container-sm {
    max-width: 700px;
  }
}


/* ==========================================================================
   Cover
   ========================================================================== */

/* General
-------------------------------------------------- */
.cover {
  padding: 2rem 1rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .cover {
    padding: 4rem 2rem;
  }
}
.cover-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  background-color: #eceeef;
}

/* Cover Vertically Centered
-------------------------------------------------- */
.cover {
  background-color: #eceeef;
  /*position: relative;*/
  padding: 0;
  border-radius: 0;
  color: #fff;
  /*text-align: center;*/
}
.cover h1 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.cover p {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.cover .container {
  height: 650px; /*450px*/
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
/*  -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;*/
}
.cover.cover-xs .container {
  height: 150px;
}
.cover.cover-sm .container {
  height: 150px;
}
.cover .content {
  max-width: 400px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cover.cover-xs .container {
    height: 150px;
  }
  .cover.cover-sm .container {
    height: 300px;
  }
}

@media (max-width: 465px){
  .cover .container {height: 320px;}
}

.cover-dark h1 {
  color: #333;
}
.cover-dark p {
  color: #333;
}

.cover .cover-content {
  width: 100%;
}

@media (min-width: 768px) {
  .cover .cover-content {
    max-width: 450px;
  }

  .cover .cover-content .cover-title {
    font-size: 2.5rem;
  }
}

/* Cover Overlay
----------------------------------------------------- */
.cover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cover-overlay.cover-overlay-20 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-size: cover;
}
.cover-overlay.cover-overlay-30 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-size: cover;
}

/* Cover Back
----------------------------------------------------- */
.cover-back {
  position: absolute;
  top: 1rem;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}


/* ==========================================================================
   Layout
   ========================================================================== */

/* Section Main
-------------------------------------------------- */
.section-main {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-main {
    padding: 6rem 0;
  }
}
.section-main-top {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 768px) {
  .section-main-top {
    padding: 3rem 0 6rem;
  }
}

.p-box-2 {
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-box-2 {
    padding: 2rem;
  }
}

.bg-white {
  background: #fff;;
}


/* Content w/ Padding
-------------------------------------------------- */
.content-w-padding {
  padding: 2rem;
}
@media (min-width: 768px) {
  .content-w-padding {
    padding: 5rem 5rem;
  }
}


/* ==========================================================================
   Headings / Typography
   ========================================================================== */

.heading {
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 2.5rem;
  }
}
.heading-title {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D19A47;
  line-height: 1.6;
}
.heading-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D19A47;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.heading *:last-child {
  margin-bottom: 0;
}
.heading-w-link .heading-title {
  float: left;
}
.heading-w-link .btn-link {
  padding: 0;
  float: right;
  font-size: 1.1rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.heading-light .heading-title {
  color: #fff;
}
.heading-light.heading-w-link .btn-link {
  color: #fff;
}

/* Text Transform
-------------------------------------------------- */
.text-dark {
  color: #333 !important;
}
.text-uppercase-custom {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

/* Btn General
-------------------------------------------------- */
.btn {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
  padding: 1rem 3rem;
  font-size: .8rem;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  cursor: pointer;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}

/* Btn Primary
-------------------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #6EBEB6;
  border-color: #6EBEB6;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #55a199;
  border-color: #55a199;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #6EBEB6;
  border-color: #6EBEB6;
  color: #fff;
}

/* Btn Golden
-------------------------------------------------- */
.btn-golden {
  color: #fff !important;
  background-color: #D2AE68;
  border-color: #D2AE68;
}
.btn-golden:hover, .btn-golden:focus, .btn-golden.focus {
  color: #fff;
  background-color: #DFBE7C;
  border-color: #DFBE7C;
}
.btn-golden.disabled, .btn-golden:disabled {
  background-color: #E5C88E;
  border-color: #E5C88E;
}

/* Btn Outline Golden
-------------------------------------------------- */
.btn-outline-golden {
  color: #D2AE68;
  background-image: none;
  background-color: transparent;
  border-color: #D2AE68;
}

.btn-outline-golden:hover {
  color: #fff;
  background-color: #D2AE68;
  border-color: #D2AE68;
}

.btn-outline-golden:focus, .btn-outline-golden.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-golden.disabled, .btn-outline-golden:disabled {
  color: #D2AE68;
  background-color: transparent;
}

.btn-outline-golden:active, .btn-outline-golden.active,
.show > .btn-outline-golden.dropdown-toggle {
  color: #fff;
  background-color: #D2AE68;
  border-color: #D2AE68;
}

/* Btn Outline Primary
-------------------------------------------------- */
.btn-outline-primary {
  color: #6EBEB6;
  background-image: none;
  background-color: transparent;
  border-color: #6EBEB6;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #6EBEB6;
  border-color: #6EBEB6;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6EBEB6;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6EBEB6;
  border-color: #6EBEB6;
}


/* Btn Primary Light
-------------------------------------------------- */
.btn-primary-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus {
  color: #333 !important;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  box-shadow: none;
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  opacity: .5;
}

/* Btn Secondary
-------------------------------------------------- */
.btn-secondary {
  color: #373a3c !important;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* Btn White
-------------------------------------------------- */
.btn-white {
  color: #D2AE68 !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
  color: #D2AE68 !important;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #D2AE68;
  background-color: #fff;
  border-color: #fff;
  opacity: .5;
}

/* Btn Link
-------------------------------------------------- */
.btn-link {
  font-weight: 600;
  color:#D19A47;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #ff9800;
  text-decoration: none;
  background-color: transparent;
}
.btn-link:disabled {
  color: #333;
  opacity: .75;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-link .fa-angle-right {
  margin-left: .25rem;
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
}
.btn-link:hover .fa-angle-right {
  margin-left: .5rem;
}

.btn-see-all {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .btn-see-all {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


/* ==========================================================================
   Table
   ========================================================================== */

.table thead th {
  vertical-align: middle;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-control {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  padding: 1rem 0;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  height: auto !important;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #6EBEB6;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200;
}
.form-control::-moz-placeholder {
  color: #ccc;
  font-weight: 200;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200;
}
.form-control::placeholder {
  color: #ccc;
  font-weight: 200;
}

.form-control.custom-select {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-text {
  font-weight: 400;
  color: #333;
}
.form-control-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  font-size: .8rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.help-block {
  color: #999;
}

/* ==========================================================================
   Alert
   ========================================================================== */

.alert {
  padding: 1rem 0;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0rem;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 100000;
  width: 100%;
}
.alert > .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .alert > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Alert Success
-------------------------------------------------- */
.alert-success {
  color: #fff;
  background-color: #2a8d1a;
  border-color: #2a8d1a;
}
.alert-success hr {
  border-top-color: transparent;
}
.alert-success .alert-link {
  color: #fff;
}

/* Alert Info
-------------------------------------------------- */
.alert-info {
  color: #fff;
  background-color: #2a9fd6;
  border-color: #2a9fd6;
}
.alert-info hr {
  border-top-color: transparent;
}
.alert-info .alert-link {
  color: #fff;
}

/* Alert Warning
-------------------------------------------------- */
.alert-warning {
  color: #fff;
  background-color: #d6972a;
  border-color: #d6972a;
}
.alert-warning hr {
  border-top-color: transparent;
}
.alert-warning .alert-link {
  color: #fff;
}

/* Alert Error
-------------------------------------------------- */
.alert-danger {
  color: #fff;
  background-color: #ce3c39;
  border-color: #ce3c39;
}
.alert-danger hr {
  border-top-color: transparent;
}
.alert-danger .alert-link {
  color: #953b39;
}

/* ==========================================================================
   Modal
   ========================================================================== */

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
       -o-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  position: relative;
}
button.close {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  padding-right: .5rem;
  padding-left: .5rem;
  height: 24px;
  width: 24px;
  border-radius: 0;
  line-height: 24px !important;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 1;
  z-index: 2;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
button.close:hover {
  background: #000;
  color: #fff;
}
button.close:focus, {
  outline: none !important;
}
@media (max-width: 575px) {
  .modal-dialog {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .modal-item .modal-dialog {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .modal-item .modal-dialog {
    max-width: 750px;
  }
  button.close {
    background: transparent;
    font-size: 1.2rem;
    color: #999;
    right: .5rem;
    top: .5rem;
  }
  button.close:hover {
    background: transparent;
    color: #333;
  }
}
@media (min-width: 992px) {
  .modal-item .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-item .modal-dialog {
    max-width: 900px;
  }
}


button.close.close-lg {
  width: auto;
  height: auto;
  font-size: 2rem;
  padding: .3rem .5rem .4rem;
  background: transparent;
  right: .5rem;
  top: .5rem;
  outline: none;
}
@media (min-width: 768px) {
  button.close.close-lg {
    font-size: 3rem;
    color: #fff;
  }
}

/* Modal Custom
-------------------------------------------------- */
.modal-custom .modal-body {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .modal-custom .modal-body {
    padding: 3rem;
  }
}

/* Modal Custom
-------------------------------------------------- */
.modal-custom-centered .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); 
}

/* Modal Item
-------------------------------------------------- */
.modal-item .modal-dialog {
  border-radius: 0;
}
.modal-item .modal-body {
  padding: 0;
  color: #333;
}
.modal-item .modal-body > .row > .col-md-6:first-child {
  background: #f3f3f3;
}
.modal-item-content {
  padding: 2rem;
}
@media (min-width: 768px) {
  .modal-item-content {
    padding: 3rem;
  }
}
.modal-item-header {
  margin-bottom: 2rem;
}
.modal-item-header small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
  margin-bottom: .5rem;
  display: block;
  color: #6EBEB6;
}
.modal-item-header h3 {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.modal-item-price .form-control-label {
  margin-bottom: .2rem;
}
.modal-item-price-text {
  font-weight: 600;
  font-size: 1.4rem;
}

.modal-item-date {
  font-weight: 400;
}

.modal-item-desc {
  margin-bottom: 2rem
}

.modal-item-location li a {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
}
.modal-item-location li a:hover {
  color: #6EBEB6;
}

.modal-item-btn .btn {
  margin-bottom: 1rem;
}

/* Modal Download App
-------------------------------------------------- */
.modal-download-app p {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 2rem;
}
.modal-download-app .modal-body {
  padding: 3rem 1.5rem 1.5rem;
}
@media (min-width: 576px) {
  .modal-download-app .modal-body {
    padding: 2rem;
  }
  .modal-download-app .modal-dialog {
    max-width: 400px;
    margin: 30px auto;
  }
}

/* Modal Congrats
-------------------------------------------------- */
.modal-congrats {
  background: rgba(0,0,0,.5);
}
.modal-congrats .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-congrats .modal-item-header {
  background: transparent;
  margin-bottom: 0;
}
.modal-congrats .modal-item-header h3 {
  color: #fff;
  text-align: center;
}
.modal-congrats .modal-content {
  background: transparent;
}

.code-voucher {
  text-align: center;
  margin-top: -20px;
  background: #fff;
  padding: 30px;
  /*margin-left: 20px;
  margin-right: 20px;*/
  position: relative;
  z-index: -2;
}
.code-voucher h3 {
  color: #333;
  font-weight: 600;
}
.code-voucher img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}
.code-voucher + p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}


/* ==========================================================================
   Card
   ========================================================================== */

/* General
-------------------------------------------------- */
.card {
  border: none;
  margin-bottom: 1.5rem;
}
.card-block {
  border: none;
  padding: 0;
  background: transparent;
}
.card-img-top {
  margin-bottom: .75rem;
  border-radius: 0;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.card-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #D19A47;
  font-weight: 600;
  margin-bottom: .4rem;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
}
.card-label {
  letter-spacing: 2px;
  font-size: .7rem;
  color: #aaa;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
}
.card-text {
  font-size: 1rem;
}
.card-price {
  font-weight: 400;
  color: #333;
}
.card-maps {
  color: #333;
}
.card-maps .fa-map-o {
  margin-right: .5rem;
}
.card-maps .fa-angle-right {
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
}
.card-maps:hover .fa-angle-right {
  margin-left: .4rem;
}
@media (min-width: 768px) {
  .card {
    margin-bottom: 3rem;
  }
  .card-img-top {
    margin-bottom: 1rem;
  }
}

.card:hover .card-img-top {
  opacity: .75;
}
.card:hover .card-title {
  color: #ff9800;
}

.card-img-zoom {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: .75rem;
}
.card-img-zoom .card-img-top {
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  margin-bottom: 0;
}
.card-img-zoom:hover .card-img-top {
  
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .card-img-zoom {
    margin-bottom: 1rem;
  }
  .card-img-zoom .card-img-top {
    margin-bottom: 0rem;
  }
}


/* Card Voucher
-------------------------------------------------- */
.card-title-golden, a:hover .card-title-golden {
  font-size: 1rem;
  color: #ff9800 !important;
}
.card-label-brand, .voucher-brand {
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
  color: #999;
  font-weight: 400;
  font-size: .8rem;
  letter-spacing: 1px;
}
.card-block-content {
  height: 150px;
}
@media (min-width: 576px) {
  .card-block-content {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .card-voucher {
    margin-bottom: 20px;
  }
  .card-title-golden, a:hover .card-title-golden {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .card-voucher {
    margin-bottom: 30px;
  }
}

/* Card Box
-------------------------------------------------- */
.box {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.card-box {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  border-radius: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.card-box:hover {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
  /*margin-top: -.25rem;*/
}
.card-box:hover .card-title {
  color: #ff9800;
}
.card-box .card-img-top {
  margin-bottom: 0;
}
.card-box .card-block {
  padding: 1.5rem;
}


/* Card Specific 
-------------------------------------------------- */
.card-box a {
  display: block;
}
.card-points {
  font-size: 1.2rem;
  font-weight: 600;
  color: #D2AE68;
}

/* ==========================================================================
   Filter
   ========================================================================== */

.section-filter {
  margin-bottom: 3rem;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

/* General
-------------------------------------------------- */
.breadcrumb {
  padding: 0.25rem .5rem .2rem;
  background: #f3f3f3;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: 400;
  display: inline-block;
  /*margin-top: -2rem;*/
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}
.breadcrumb-item.active {
  color: #333;
}
.breadcrumb a {
  color: #6EBEB6;
}

/* Page Lang
-------------------------------------------------- */
.page-lang {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.page-lang li {
  display: inline-block;
}
.page-lang a {
  padding: .05rem 1rem;
  border-right: 1px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.5);
  font-weight: 600;
}
.page-lang li:hover a,
.page-lang li.active a {
  color: #fff;
}
.page-lang li:last-child a {
  border-right: none;
}

/* ==========================================================================
   Carousel
   ========================================================================== */

/* OPTIONAL - Carousel Indicators (Rounded)
-------------------------------------------------- */
/*.carousel-indicators li {
  height: 10px;
  width: 10px;
  max-width: 10px;
  border-radius: 5px;
}*/


/* ==========================================================================
   Loader
   ========================================================================== */

/* OPTIONAL - Animate with Image
-------------------------------------------------- */
/*.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  overflow: hidden;
}
.loader {
  background: url('../../assets/img/loader.gif') no-repeat;
  width: 140px;
  height: 140px;
  margin: -70px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  background-size: 140px auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* OPTIONAL - Animate with CSS
-------------------------------------------------- */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  height: 100%;
  overflow: hidden;
}
.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}
.loader-light {
  background: #fff;
}
.loader-light .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
}
.loader-dark {
  background: #B6B0A3;
}
.loader-dark .loader {
  border: 5px solid rgba(255,255,255,.5);
  border-top: 5px solid #fff;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ==========================================================================
   Scroll Hint (Arrow Down)
   ========================================================================== */

.scroll-hint {
  position: absolute;
  display: block;
  height: 75px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
.scroll-hint img {
  position: absolute;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  -webkit-animation: arrow_move 1.5s linear;
  -moz-animation: arrow_move 1.5s linear;
  animation: arrow_move 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes arrow_move {0% {opacity: 1; bottom: 100px; } 50% {opacity: 0; bottom: 96px; } 90% {opacity: 0; bottom: 100px; } 100% {opacity: 1; bottom: 100px; } }
@-moz-keyframes arrow_move {0% {opacity: 1; bottom: 48px; } 50% {opacity: 0; bottom: 24px; } 90% {opacity: 0; bottom: 48px; } 100% {opacity: 1; bottom: 48px; } }
@-o-keyframes arrow_move {0% {opacity: 1; bottom: 48px; } 50% {opacity: 0; bottom: 24px; } 90% {opacity: 0; bottom: 48px; } 100% {opacity: 1; bottom: 48px; } }
@keyframes arrow_move {0% {opacity: 1; bottom: 48px; } 50% {opacity: 0; bottom: 24px; } 90% {opacity: 0; bottom: 48px; } 100% {opacity: 1; bottom: 48px; } }

/* ==========================================================================
  Custom Animation / Effect
============================================================================= */
/*Ref:https://tympanus.net/codrops/2013/05/30/simple-icon-hover-effects/ */

.hi-icon {
  display: inline-block;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon .fa {
  color: #999;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 1px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #999;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.hi-icon:hover .fa {
  color: #fff;
}
.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
   Custom Effect
   ========================================================================== */

/* Common style */
.effect-container figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: #6EBEB6;
  text-align: left;
  cursor: pointer;
}
.effect-container figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.effect-container figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-container figure figcaption::before,
.effect-container figure figcaption::after {
  pointer-events: none;
}
.effect-container figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: .8rem;
}
.effect-container figure p {
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase !important;
  font-size: .7rem;
}

/*-------------------------*/
/***** Goliath Effect *****/
/*-----------------------*/

/*figure.effect-goliath {
  background: rgba(0,0,0,0.3);
}*/
.card:hover figure.effect-goliath .card-img-top {
  opacity: 1;
}
figure.effect-goliath img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12.5px;
  text-align: center;
  width: 100%;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}
.effect-goliath .card-img-top {
  margin-bottom: 0px;
}
figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0,-40px,0);
  transform: translate3d(0,-40px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* ==========================================================================
   Article
   ========================================================================== */

.cover-article {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/common/bg_fox-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-article-top .content {
  background: #fff;
  text-align: center;
}
.section-article-top .content-w-padding {
  padding: 2rem;
}
@media (min-width: 768px) {
  .section-article-top .content-w-padding {
    padding: 5rem 5rem;
  }
}
.section-article-top .heading-title {
  text-align: left;
}
.article-item {
  margin-bottom: 2rem;
}
.article-heading {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 1rem;
}
.article-content {
  text-align: left;
}
.article-content ul {
  margin-left: 1rem;
  padding-left: .1rem;
}
.article-content li {
  margin-bottom: .5rem;
  list-style-type: inherit;
}

/* ========================================================================================================================================
   Author's Custom Styles
   ========================================================================================================================================= */

/* ==========================================================================
   Nav
   ========================================================================== */

/* Navbar General
-------------------------------------------------- */
.navbar {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1030;
  background: #fff;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top + * {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0px;
  }
  .navbar + * {
    margin-top: 63px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top + * {
    margin-top: 92px;
  }
}

/* Navbar Header / Brand / Toggle
-------------------------------------------------- */
.navbar-brand {
  padding: 0; /* Same as container's padding */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
#navbarMain .navbar-header {
  border-bottom: 1px solid #eee;
}
#navbarMain .navbar-toggler {
  padding: .75rem .5rem;
  margin-top: 1rem;
  margin-right: 0rem;
}
#navbarMain .navbar-toggler:focus {
  outline: none;
}
@media (max-width: 767px) {
  #navbarMain .navbar-toggler {
    position: absolute;
    z-index: 1050 !important;
  }
  #navbarMain .nav.navbar-nav {
    margin-top: 4rem;
    position: absolute;
  }
  #navbarMain .navEatDrinks {
    animation-delay: 25ms;
  }
  #navbarMain .navCelebrate {
    animation-delay: 50ms;
  }
  #navbarMain .navMembership {
    animation-delay: 75ms;
  }
  #navbarMain .navShop {
    animation-delay: 100ms;
  }
  #navbarMain .navNews {
    animation-delay: 125ms;
  }
  #navbarMain .navCorporate {
    animation-delay: 150ms;
  }
  #navbarMain .icon-bar {   
    -webkit-transform-origin: 22px;
    -moz-transform-origin: 22px;
    -ms-transform-origin: 22px;
    transform-origin: 22px;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
  }
  #navbarMain .icon-bar-1.animate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); 
  }
  #navbarMain .icon-bar-2 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  #navbarMain .icon-bar-2.animate {
    opacity: 0 !important;
  } 
  /*.icon-bar-3 {
    margin-top: 7px;
  } */
  #navbarMain .icon-bar-3.animate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  #navbarMain .nav.navbar-nav .nav-item {
    -webkit-animation-name: slideInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: slideInRight;
    animation-duration: 1s;
  }
  #navbarMain .navbar-collapse-container {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  #navbarMain .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%; 
    min-height: 100%;
    overflow-y: scroll;
    background: #fff;
  }

}
@media (min-width: 768px) {
  .navbar-brand {
    width: 140px;
    padding-left: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    margin: auto;
    display: block;
    position: relative;
    left: auto;
  }
  #navbarMain.navbar-toggleable-sm {
    -webkit-flex-direction: column; 
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  #navbarMain.navbar-toggleable-sm .navbar-collapse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* OPTIONAL - Make mr-auto on .navbar-brand works to put the nav on the right.
-------------------------------------------------- */
/*@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-collapse,
  .navbar-toggleable-md .navbar-collapse {
    width: auto;
  }
}*/

/* Navbar Toggler (BS3 Style)
-------------------------------------------------- */
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 1px;
  background-color: #333;
  border-radius: 1px;
}
/*.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0px;
} */

/* Navbar Nav
-------------------------------------------------- */
#navbarMain .navbar-nav .nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #D19A47;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
}
#navbarMain .navbar-nav .nav-link:focus, 
#navbarMain .navbar-nav .nav-link:hover {
  color: #ff9800;
}
#navbarMain .navbar-nav .active > .nav-link {
  color: #6EBEB6;
}
#navbarMain .navbar-top {
  height: 63px;
}
@media (max-width: 576px) {
  #navbarMain .navbar .container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #navbarMain .navbar-nav {
    padding: 15px; /* Same as container's padding */
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}
@media (min-width: 768px) {
  #navbarMain .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    font-size: 1rem;
  }
  #navbarMain.navbar-toggleable-sm .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #navbarMain .navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
  }
  #navbarMain .navbar-top, .navbar-bottom {
    width: 100%;
    display: block;
  }
  #navbarMain .navbar-top {
    position: relative;
    height: auto;
  }
}
@media (min-width: 992px) {
  #navbarMain .navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
  }
}

#navbarMain .nav-item .dropdown-toggle::after {
  content: "";
}

/* Nav Account
-------------------------------------------------- */
.nav-account {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: -1rem; 
  top: 1.34rem;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.nav-account-item {
  display: inline-block;
}
.nav-account-item-left {
  margin-right: .5rem;
  padding-right: 1rem;
  border-right: 1px solid #eee;
}
.nav-account-item span {
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  font-size: .9rem;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  display: block;
}
.nav-account-item:hover span {
  color: #6EBEB6;
}
.nav-account-item .nav-account-item-name {
  line-height: 13px;
}
.nav-account-item .nav-account-item-points {
  font-weight: 400;
  font-size: .8rem;
  line-height: 13px;
  letter-spacing: 1px;
}
.nav-account-item:hover .nav-account-item-points {
  color: #999;
}

.nav-card {
  border-radius: .2rem;
  overflow: hidden;
  float: left;
  width: 48px;
  margin-right: .75rem;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.nav-text {
  float: left;
}
@media (min-width: 768px) {
  .nav-account {
    right: 1rem; 
    left: auto;
    top: 1rem;
    -webkit-animation-name: none;
    animation-name: none;
  }
  #navAccountBeforeLogin .nav-card {
    width: 36px;
  }
}

#navAccountAfterLogin .nav-text {
  display: none;
}
#navAccountAfterLogin .nav-text-mobile {
  display: inline-block !important;
}
#navAccountAfterLogin .nav-text-mobile span {
  line-height: 30px;
}
@media (min-width: 414px) {
  #navAccountAfterLogin .nav-text {
    display: block;
  }
  #navAccountAfterLogin .nav-text-mobile {
    display: none !important;
  }
}

/* Dropdown
-------------------------------------------------- */
.dropdown-menu {
  position: relative;
  float: none;
  text-align: left;
  background: #fff !important;
  border-radius: 4px;
  padding: 1rem 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  border-radius: 0;
  border: none;
  width: 100%;
}
.dropdown-item {
  padding: .5rem 0;
  color: #D19A47;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
  white-space: initial;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ff9800;
  background: none !important;
}
@media (max-width: 767px) {
  .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    background: #f9f9f9 !important;
    width: 100vw;
  }
  .dropdown-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu {
    position: absolute;
    text-align: left;
    margin-top: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  }
}

.dropdown-img {
  position: relative;
  width: 100%;
  height: calc(100% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
}
.dropdown-img li {
  height: 100%:;
}
.dropdown-img-brand {
  width: 80px;
  height: 80px;
}
.dropdown .dropdown-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-img-eat-drinks {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
              url(../../assets/img/nav/eat-drinks.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1rem 0;
  position: relative;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  height: 100px;
}
.dropdown-img-eat-drinks span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
  left: 1rem;
  bottom: .75rem;
}
.dropdown-img-eat-drinks span i {
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
}
.dropdown-img-eat-drinks:hover {
  opacity: .8;
}
.dropdown-img-eat-drinks:hover span i {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .dropdown-img-eat-drinks span {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dropdown-img-eat-drinks {
    padding: 0;
  }
  .dropdown .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .dropdown-img-eat-drinks {
    height: calc(100% - 15px);
  }
}


/* Nav Pills
-------------------------------------------------- */
.nav-pills {
  margin-bottom: .5rem;
}
.nav-pills .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: .9rem;
  color: rgba(255,255,255,.5);
 /* transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out; */
}
.nav-pills .nav-link:hover {
  color: #fff;
}
.nav-pills .nav-link.active {
  background: transparent;
  color: #fff;
}

/* Nav Tabs
-------------------------------------------------- */
.nav-tabs-line {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs-line .nav-link {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 0;
  font-size: .9rem;
  color: rgba(255,255,255,.75);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.nav-tabs-line .nav-link:hover, .nav-tabs-line .nav-link:focus {
  border: none;
  color: #fff;
}
.nav-tabs-line .nav-link.active {
  background: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow:inset 0 -4px 0 0 #D2AE68;
  box-shadow:inset 0 -4px 0 0 #D2AE68;
}
@media (min-width: 768px) {
  .nav-tabs-line {
    border-bottom: none;
    width: 400px;
    margin: auto;
  }
}

.nav-tabs-line.nav-tabs-line-dark {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 768px) {
  .nav-tabs-line.nav-tabs-line-dark {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.nav-tabs-line.nav-tabs-line-dark .nav-link {
  color: rgba(0,0,0,.25);
}
.nav-tabs-line.nav-tabs-line-dark .nav-link:hover, .nav-tabs-line.nav-tabs-line-dark .nav-link:focus {
  border: none;
  color: #333;
}
.nav-tabs-line.nav-tabs-line-dark .nav-link.active {
  -webkit-box-shadow:inset 0 -4px 0 0 #333 !important;
  box-shadow:inset 0 -4px 0 0 #333 !important;
  background: #fff;
  color: #333;
}


.nav-tabs-benefits {
  border-bottom: none;
  width: 100%;
}
.nav-tabs-benefits .nav-link {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .75rem 0;
  font-size: .9rem;
  color: rgba(255,255,255,.75);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.nav-tabs-benefits .nav-link:hover {
  color: #fff;
}
.nav-tabs-benefits .nav-link.active {
  border: none;
}
.nav-tabs-benefits .nav-link.active:hover {
  color: #333;
}
@media (min-width: 768px) {
  .nav-tabs-benefits {
    border-bottom: none;
    width: 500px;
  }
}



/* OPTIONAL - Custom dropdown toggle using FontAwesome
-------------------------------------------------- */
.dropdown-toggle::after {
  font-family: 'FontAwesome';
  content: "\f107";
  height: auto;
  margin-left: 0.1em;
  border: none;
  opacity: .75;
}

/* ==========================================================================
   Footer
   ========================================================================== */

/* OPTIONAL - Sticky Footer
-------------------------------------------------- */
.wrapper {
  min-height: calc(100vh - 73px); /* Footer height */
}

/* General
-------------------------------------------------- */
footer {
  background: #fff;
  padding: 0;
  border-top: 1px solid #eee;
}
.footer-top {
  padding: 3rem 0 3rem;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 4rem 0 5rem;
  }
}

/* Footer List
-------------------------------------------------- */
.footer-item {
  margin-bottom: 2rem;
  font-size: 1rem;
}
.footer-item h3 {
  font-size: 1rem;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-item p, .footer-item a {
  padding: .25rem 0;
  display: block;
  font-size: 1rem;
}
/*.footer-list [class^="col-"]:last-child .footer-item {
  margin-bottom: 0;
} */

.footer-brand {
  width: 75px;
  margin-bottom: 2rem;
}
.footer-social li {
  display: inline-block;
}

.footer-social a {
  margin-right: .5rem;
  border: 1px solid #ccc;
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.footer-social a .fa-facebook {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .footer-item {
    margin-bottom: 0;
  }
  .footer-brand {
    width: 100px;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .footer-newsletter {
    width: 70%;
  }
}
.footer-newsletter input {
  border-radius: 0;
}
.footer-newsletter input:focus + .btn-newsletter-go {
  border-bottom: 1px solid #6EBEB6;
}
.btn-newsletter-go {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: #fff;
  padding: 0 .5rem !important;
  line-height: 43px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.btn-newsletter-go:hover {
  color: #6EBEB6;
}

/* ==========================================================================
   Home
   ========================================================================== */ 

/* Cover
-------------------------------------------------- */
/*.cover-home {
  background: #fff url(../../assets/img/common/bg_dwp.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.cover-logo {
  max-height: 50px;
  display: block;
  margin-bottom: 1rem;
}
/*.cover-logo-25 {
  max-height: 25px;
}
.cover-logo-35 {
  max-height: 35px;
}
.cover-logo-50 {
  max-height: 50px;
}
.cover-logo-75 {
  max-height: 75px;
}
.cover-home .container {
  height: calc(100vh - 65px);
}
@media (min-width: 768px) {
  .cover-home .container {
    height: calc(100vh - 118px);
  }
}*/

.cover-slide {
  position: relative;
}

.dot-wrapper {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  z-index: 100;
  width: 100%;
}

.dot {
  height: 4px;
  width: 38px;
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #fff;
}

.fadeCover {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Featured
-------------------------------------------------- */
.section-featured .card-title {
  margin-top: -.25rem;
}

/* Home - Eat & Drinks
-------------------------------------------------- */
.section-home-eat-drink {
  padding-bottom: 2rem;
}
.section-home-eat-drink .card-title {
  font-weight: 400;
}
.section-home-eat-drink .content {
  overflow-x: auto;
  width: 100vw;
}
.custom-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.menu-slider-scroll {
  display: block;
  width: 920px;
}
.menu-slider-scroll .img-wrapper {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

.white-area-holder {
  width: 100vw;
  position: absolute;
  background: #fff;
  height: 40px;
  z-index: 10 !important;
  margin-top: -20px;
}
@media (min-width: 360px) {
  .menu-slider-scroll {
    width: 920px;
  }
  .menu-slider-scroll .img-wrapper {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .section-home-eat-drink {
    padding-bottom: 3rem;
  }
  .menu-slider-scroll {
    width: 1320px;
  }
  .menu-slider-scroll .img-wrapper {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .menu-slider-scroll {
    width: 1720px;
  }
  .menu-slider-scroll .img-wrapper {
    width: 200px;
  }
}
@media (min-width: 1800px) {
  .menu-slider-scroll {
    width: 1930px;
  }
  .menu-slider-scroll .img-wrapper {
    width: 225px;
  }
  .white-area-holder {
    height: 50px;
    margin-top: -5px;
  }
}
@media (min-width: 2200px) {
  .menu-slider-scroll {
    width: 2000px;
  }
}

/* Home - Celebrate
-------------------------------------------------- */
.section-home-celebrate {
  position: relative;
}
.section-home-celebrate-cover {
  /*background: #000 url(../../assets/img/common/bg_dwp-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background: #f3f3f3;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  .section-home-celebrate-cover {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .section-home-celebrate-cover {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .section-home-celebrate-cover {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .section-home-celebrate-cover {
    height: 300px;
  }
}

/* Home - Ismaya Lifestyle Card
-------------------------------------------------- */
.section-home-ismayalifestyle {
  /*background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
  color: rgba(255,255,255,.75);*/
  background: #f7f7f7;
}
/*.section-home-ismayalifestyle .heading-title {
  color: #fff;
}*/
.section-home-ismayalifestyle .ilc-about-card-placeholder {
  height: 220px;
  margin-bottom: 3rem;
}
.section-home-ismayalifestyle .ilc-about-card-main {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -125px;
}
.section-home-ismayalifestyle .ilc-about-card-right,
.section-home-ismayalifestyle .ilc-about-card-left {
  z-index: 1; 
}

@media (min-width: 768px) {
  .section-home-ismayalifestyle .ilc-about-card-placeholder {
    height: auto;
  }
  .section-home-ismayalifestyle .ilc-about-card-main {
    width: 400px;
    margin-top: -80px;
    margin-left: -190px;
  }
  .section-home-ismayalifestyle .ilc-about-card-left {
    left: 20px;
  }
  .section-home-ismayalifestyle .ilc-about-card-right {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .section-home-ismayalifestyle .btn-placeholder {
    width: 70%;
  }
  .section-home-ismayalifestyle .ilc-about-card-main {
    margin-left: -200px;
  }
}

.section-home-ilc {
  position: relative;
}
.section-home-ilc-cover {
  background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}
@media (min-width: 576px) {
  .section-home-ilc-cover {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .section-home-ilc-cover {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .section-home-ilc-cover {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .section-home-ilc-cover {
    height: 300px;
  }
}

.ilc-star {
  position: absolute;
  width: 500px;
  left: -250px;
  top: -100px;
  z-index: -1;
  opacity: .5;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.ilc-star-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -250px;
  z-index: -1;
  opacity: .1;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
@media (min-width: 768px) {
  .ilc-star-bg {
    top: 55%;
  }
}

/* Home - General
-------------------------------------------------- */
.section-general-cover {
  background: #f7f7f7;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 576px) {
  .section-general-cover {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .section-general-cover {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .section-general-cover {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .section-general-cover {
    height: 300px;
  }
}

/* Home - Promo
-------------------------------------------------- */
/*.section-home-promo {
  padding-top: 0rem;
}
@media (min-width: 768px) {
  .section-home-promo {
    padding-top: 1.5rem;
  }
}*/
@media (min-width: 768px) and (max-width: 991px) {
  .section-home-promo .col-md-4:last-child {
    display: none;
  }
}





/* Home - IsmayaLive
-------------------------------------------------- */
.section-cover-ismayalive {
  background: url(../../assets/img/common/bg_ismaya-live.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-cover-career {
  background: url(../../assets/img/common/bg_paper.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-cover {
  color: #fff;
}
.section-cover img {
  width: 200px;
  max-width: 100%;
  margin-bottom: .5rem;
}
.section-cover h4 {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .section-cover h4 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    margin-top: -.75rem;
    font-weight: 200;
  }
}

.section-cover-dark {
  color: #333;
}



/* ==========================================================================
   Eat & Drinks
   ========================================================================== */ 

/* Eat & Drinks General - Container
-------------------------------------------------- */
.cover-eat-drinks .container {
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Eat & Drinks General - Header
-------------------------------------------------- */
.cover-eat-drinks-brand {
  width: 265px;
}

/* Eat & Drinks General - Nav
-------------------------------------------------- */
.section-eat-drinks-nav {
  padding: 1rem;
}
.eat-drinks-nav {
  position: absolute;
  top: -3.3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .eat-drinks-nav {
    width: 700px;
    left: 50%;
    margin-left: -350px;
  }
}
.eat-drinks-nav-item {
  display: inline-block;
}
.eat-drinks-nav-link {
  display: block;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
}

/* Eat & Drinks General - Menu
-------------------------------------------------- */
.eat-drinks-menu-placeholder {
  position: relative;
}
/*.img-menu-1 {
  position: absolute;
  top: 0;
  left: -102%;
}
.img-menu-2 {
  position: absolute;
  top: 0;
  right: -102%;
}*/
.menu-img {
  position: relative;
}

.menu-slider .menu-img {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 3%,transparent 18%);
}
.menu-img img {
  position: relative; z-index: -1; display: block; }

.menu-img span {
  position: absolute;
  bottom: 1rem;
  left: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
  margin: 0;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .menu-img span {
    font-size: 1.25rem;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  padding: 4px 2rem;
}

/* Eat & Drinks General - About
-------------------------------------------------- */
.section-eat-drinks-about,
.section-eat-drinks-about .heading-title {
  text-align: center;
}

/* Eat & Drinks General - Promo
-------------------------------------------------- */
.section-eat-drinks-promo {
  position: relative;
}
.section-eat-drinks-promo-cover {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-eat-drinks-promo .heading-title {
  color: #fff !important;
}
@media (min-width: 576px) {
  .section-eat-drinks-promo-cover {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .section-eat-drinks-promo-cover {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .section-eat-drinks-promo-cover {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .section-eat-drinks-promo-cover {
    height: 350px;
  }
}

/* Eat & Drinks General - Cover
-------------------------------------------------- */
.section-cover-eat-drinks {
  height: 200px;
}
@media (min-width: 768px) {
  .section-cover-eat-drinks {
    height: 350px;
  }
}


/* Eat & Drinks General - Locations
-------------------------------------------------- */
.section-eat-drinks-location {
  position: relative;
}
.section-eat-drinks-location-cover {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-eat-drinks-location .heading-title {
  color: #fff !important;
}
.section-eat-drinks-location .card-block {
  border: 1px solid #eee;
}
.section-eat-drinks-location .card-maps {
  font-weight: 400;
  color: #c85c48 !important;
}
@media (min-width: 576px) {
  .section-eat-drinks-location-cover {
    height: 200px;
  }
  .section-eat-drinks-location .card-block {
    min-height: 190px;
  }
}
@media (min-width: 768px) {
  .section-eat-drinks-location-cover {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .section-eat-drinks-location-cover {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .section-eat-drinks-location-cover {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .section-eat-drinks-location .card {
    margin-bottom: -1px;
  }
}

/* Eat & Drinks General - Members
-------------------------------------------------- */
/*
.section-eat-drinks-members-decay {
  background: #000 url(../../assets/img/common/bg_pattern-ilc_silver.jpg) repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100000 !important;
} */

.section-eat-drinks-members {
  position: relative;
}

.section-ilc {
  position: relative;
}
.section-ilc-cover {
  background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}
@media (min-width: 576px) {
  .section-ilc-cover {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .section-ilc-cover {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .section-ilc-cover {
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .section-ilc-cover {
    height: 275px;
  }
}

.section-eat-drinks-members .heading-title {
  color: #fff !important;
}
.section-eat-drinks-members-left .nav-pills {
  max-width: 280px;
  margin: 0 auto 1rem;
}
.section-eat-drinks-members-left .nav-link {
  color: rgba(255,255,255, 0.3) !important;
}
.section-eat-drinks-members-left .nav-link.active {
  color: #fff !important;
}

.section-eat-drinks-members-left .img-member-card {
  max-width: 280px;
  margin: auto;
  position: relative;
}
.img-member-card img {
  border-radius: 10px;
  z-index: 1000 !important;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.section-eat-drinks-members-right {
  margin-top: 2rem;
  z-index: -1;
}
.section-eat-drinks-members-right .card {
  margin-top: 9rem;
  padding-top: 3rem;
  z-index: 0;
}
.eat-drinks-members-action {
  margin-top: 0rem;
  text-align: center;
}
.eat-drinks-members-action p {
  color: #999;
}
@media (min-width: 576px) {
  .section-eat-drinks-members-left .nav-pills {
    max-width: 300px;
  }
  .section-eat-drinks-members-left .img-member-card {
    max-width: 300px;
  }
  .section-eat-drinks-members-right {
    max-width: 500px;
    margin: auto;
  }
  .section-eat-drinks-members-right .card {
    margin-top: 11rem;
    padding: 4rem 1.5rem 1.5rem;
  }
  .img-member-card {
    margin: 1rem auto 1rem;
    z-index: 10;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section-eat-drinks-members-left .nav-pills {
    max-width: 100%;
  }
  .section-eat-drinks-members-left .img-member-card {
    max-width: 100%;
  }
  .section-eat-drinks-members-right {
    max-width: 100%;
    margin-top: 0px;
  }
  .section-eat-drinks-members-right .card {
    padding: 1.5rem;
    margin-top: 0;
  }
  .eat-drinks-members-action {
    margin-top: 12rem;
  }
}
@media (min-width: 992px) {
  .eat-drinks-members-action {
    margin-top: 15rem;
  }
}

.section-eat-drinks-members-right .card h4 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
  margin-bottom: .4rem;
  margin-top: 1.5rem;
}
.section-eat-drinks-members-right .card h4:first-child {
  margin-top: 0;
}
.section-eat-drinks-members-right .card p {
  font-size: 1rem;
}
.section-eat-drinks-members-right .card p:last-child {
  margin-bottom: 0;
}


/* Eat & Drinks General - Social
-------------------------------------------------- */
.eat-drinks-social-item {
  display: block;
  margin-bottom: 10px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.eat-drinks-social-item:hover {
  opacity: .8;
}
@media (min-width: 576px) {
  .eat-drinks-social-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .eat-drinks-social-item {
    margin-bottom: 30px;
  }
}
.eat-drinks-social-quote {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.eat-drinks-social-follow {
  width: 250px;
  display: block;
  margin: auto;
}

/* ==========================================================================
   Eat & Drinks - Brand Specific Style
   ========================================================================== */ 

/* Owl Carousel
-------------------------------------------------- */
.section-eat-drinks-menu .owl-stage-outer {
  overflow: hidden;  
  width: 100%;
}
.owl-item {
  height: auto;
}
.owl-stage-outer {
  position: relative;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav.disabled {
    display: block;
  } 
  .owl-prev, .owl-next {
    height: 100%;
    position: absolute;
    z-index: 1000 !important;
    top: 0px !important;
  }
  .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    color: transparent !important;
    background: transparent !important;
  }
  .owl-prev:hover {
    cursor: w-resize !important; 
  }
  .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    color: transparent !important;
    background: transparent !important;
  } 
  .owl-next:hover {
    cursor: e-resize !important; 
  }
}

/* Sushi Groove
-------------------------------------------------- */
.body-sushigroove .cover-eat-drinks {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-sushigroove .eat-drinks-nav {
  background: #bfd10b;
}
.body-sushigroove .eat-drinks-nav a {
  color: #105129;
}
.body-sushigroove .eat-drinks-nav a:hover,
.body-sushigroove .eat-drinks-nav a.active {
  color: #fff;
}
.body-sushigroove .heading-title {
  color: #105129;
}
.body-sushigroove .section-eat-drinks-menu {
  background: #F4ECE0;
}
.body-sushigroove .section-eat-drinks-promo-cover {
  background: url(../../assets/img/eat-drinks/sushigroove/pattern.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-sushigroove .section-eat-drinks-promo .heading-title {
  color: #fff;
}
.body-sushigroove .section-cover-eat-drinks {
  background: url(../../assets/img/eat-drinks/sushigroove/cover-location.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-sushigroove .section-eat-drinks-location-cover {
  background: url(../../assets/img/eat-drinks/sushigroove/pattern.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-sushigroove .section-eat-drinks-location .card-maps {
  color: #105129;
}
.body-sushigroove .eat-drinks-social-quote {
  color: #105129;
}
.section-eat-drinks-menu .owl-stage-outer {
  overflow: hidden;  
  width: 100%;
}

/* Mr. Fox
-------------------------------------------------- */
.body-mr-fox .cover-eat-drinks {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-mr-fox .eat-drinks-nav {
  background: #c85c48;
}
.body-mr-fox .eat-drinks-nav a {
  color: rgba(255,255,255,.5);
}
.body-mr-fox .eat-drinks-nav a:hover,
.body-mr-fox .eat-drinks-nav a.active {
  color: #fff;
}
.body-mr-fox .heading-title {
  color: #333;
}
.body-mr-fox .section-eat-drinks-menu {
  background: #f5ede0;
}
.body-mr-fox .section-eat-drinks-promo-cover {
  background: url(../../assets/img/eat-drinks/mr-fox/pattern.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-mr-fox .section-eat-drinks-promo .heading-title {
  color: #333 !important;
}
.body-mr-fox .section-cover-eat-drinks {
  background: url(../../assets/img/eat-drinks/mr-fox/cover-location.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-mr-fox .section-eat-drinks-location-cover {
  background: url(../../assets/img/eat-drinks/mr-fox/pattern-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.body-mr-fox .section-eat-drinks-location .heading-title {
  color: #333 !important;
}
.body-mr-fox .section-eat-drinks-location .card-maps {
  color: #c85c48;
}
.body-mr-fox .eat-drinks-social-quote {
  color: #105129;
}


/* ==========================================================================
   Membership - Ismaya Lifestyle
   ========================================================================== */ 

.cover-lifestyle {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/ismayalifestyle/cover-publik-markette-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-lifestyle-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/ismayalifestyle/cover-party.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-lifestyle-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/ismayalifestyle/cover-publik-markette.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-lifestyle-logo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.cover-lifestyle .cover-logo {
  float: left;
}
.cover-lifestyle .cover-logo:first-child {
  margin-right: .5rem;
}

/* Lifestyle About
-------------------------------------------------- */
.ilc-about-card-placeholder {
  margin-top: 3rem;
  position: relative;
}
.ilc-about-card {
  border-radius: .5rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.ilc-about-card-main {
  width: 250px;
  margin: auto;
}
.ilc-about-card-left {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 0;
  z-index: -1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ilc-about-card-right {
  position: absolute;
  width: 200px;
  top: 20px;
  right: 0;
  z-index: -1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.section-ilc-about .btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .ilc-about-card-main {
    width: 300px;
  }
  .ilc-about-card-left {
    width: 250px;
    left: 50px;
  }
  .ilc-about-card-right {
    width: 250px;
    right: 50px;
  }
}

.section-ilc-vouchers-img img {
  width: 110%;
  max-width: 110%;
  margin-right: -10%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section-ilc-vouchers-img img {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-ilc-vouchers-img img {
    width: 120%;
    max-width: 120%;
    margin-right: -10%;
  }
}
@media (min-width: 992px) {
  .section-ilc-vouchers-text {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-ilc-vouchers-text {
    margin-top: 2rem;
    padding-right: 4rem !important;
  }
}

/* Lifestyle Benefits
-------------------------------------------------- */
.section-ilc-benefits {
  padding-bottom: 0;
  position: relative;
}
.section-ilc-benefits .heading-title {
  margin-bottom: 3rem;
}
.section-ilc-benefits .section-home-ilc-cover {
  height: 155px;
}
@media (min-width: 768px) {
  .section-ilc-benefits .heading-title {
    margin-bottom: 5rem;
  }
  .section-ilc-benefits .section-home-ilc-cover {
    height: 207px;
  }
}

.section-ilc-benefits-content {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .section-ilc-benefits-content {
    padding-top: 4rem;
  }
}

.nav-tabs-benefits-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ilc-benefits-card {
  width: 45%;
  display: block;
  margin: 0 auto 1.5rem;
  border-radius: .5rem;
  /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
}
@media (min-width: 768px) {
  .ilc-benefits-card {
    /* width: 300px; */
    /* width: 150px; */
    margin: 0 auto 1rem;
  }
}

.nav-tabs-benefits-by {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 1rem;
}
.nav-tabs-benefits-by .nav-link {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .75rem 0;
  font-size: .9rem;
  color: rgba(0,0,0,.5);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-box-shadow:inset 0 -1px 0 0 #eee;
  box-shadow:inset 0 -1px 0 0 #eee;
}
.nav-tabs-benefits-by .nav-link:hover {
  color: #333;
}
.nav-tabs-benefits-by .nav-link.active {
  border: none;
  -webkit-box-shadow:inset 0 -3px 0 0 #D2AE68;
  box-shadow:inset 0 -3px 0 0 #D2AE68;
}
@media (min-width: 768px) {
  .nav-tabs-benefits-by {
    border-bottom: none;
    width: 300px;
    margin-bottom: 2rem;
  }
}

.benefits-by-level-item {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  cursor: pointer;
  position: relative;
}
.benefits-by-level-item:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
}
.benefits-by-level-item img {
  width: 50px;
  margin-right: 1.5rem;
}
.benefits-by-level-item .fa-angle-right {
  color: #ccc;
  position: absolute;
  right: 1rem;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
  font-size: 1.3rem;
}
.benefits-by-level-item .multiplier-no {
  color: #333;
  font-weight: 600;
}
@media (min-width: 768px) {
  .benefits-by-level-item {
    margin-bottom: 20px;
    min-height: 101px;
  }
}

@media (max-width: 767px) {
  .benefits-by-brand .row-10 {margin-right: -5px; margin-left: -5px; }
  .benefits-by-brand .row-10 > [class^="col"] {padding-right: 5px; padding-left: 5px; }
}
.benefits-by-brand-item {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 1.5rem;
  display: block;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.benefits-by-brand-item:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
}
@media (min-width: 768px) {
  .benefits-by-brand-item {
    margin-bottom: 20px;
  }
}

.modal-benefits .modal-body {
  padding: 2rem;
}
@media (min-width: 768px) {
  .modal-benefits .modal-body {
    padding: 3rem;
  }
}
.modal-benefits-header h5 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1rem;
  display: block;
}
.modal-benefits-header h5 a {
  color: #333;
}
.modal-benefits-header p {
  color: #999;
  text-align: center;
}
.modal-benefits-header img {
  width: 100px;
  margin: 0 auto 2rem;
  display: block;
}
.modal-benefits-header-level-img {
  width: 50px !important;
  height: 50px;
  margin-bottom: 1rem;
}

.modal-benefits-content h4 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
  margin-bottom: .4rem;
  margin-top: 1.5rem;
}
.modal-benefits-content h4:first-child {
  margin-top: 0;
}
.modal-benefits-content p {
  font-size: 1rem;
}
.modal-benefits-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modal-benefits .nav-tabs-benefits-by {
    width: 100%;
  }
}
.modal-benefits-content-w-image img {
  width: 50px;
  height: 50px;
  margin-top: 0;
  float: left;
  margin-right: 15px;
}
.modal-benefits-content-item {
  margin-bottom: 2rem;
}
.modal-benefits-content-text {
  display: inline-block;
  width: calc(100% - 50px - 15px);
}
.modal-benefits-content-item h4 {
  font-size: .8rem;
  color: #D2AE68;
  /*color: #999;*/
  font-weight: 600;
}
.modal-benefits-content-item p {
  margin-bottom: 0;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*.modal-benefits-content h4, .modal-benefits-content p {
  display: inline-block;
}*/

/* ==========================================================================
   What's On
   ========================================================================== */

.cover-whats-on {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/whats-on/cover-food.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ==========================================================================
   Shop
   ========================================================================== */ 

.body-shop .card-text {
  font-weight: 400;
}
.cover-shop {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/shop/cover-xx-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ==========================================================================
   News
   ========================================================================== */ 

/* Cover
-------------------------------------------------- */
.cover-news {
  background: #000 url(../../assets/img/common/cover-news.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* News Index
-------------------------------------------------- */
.news-index-item {
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 1.75rem;
}
.news-index-item-featured .card-block {
  margin-top: .25rem;
}
@media (min-width: 768px) {
  .news-index-item {
    margin-bottom: 1.5rem;
  }
  .news-index-item-featured .news-index-img {
    margin-bottom: 0;
  }
  .news-index-item-featured .card-block {
    margin-top: 1.5rem;
  }
  .news-index-item-featured h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .news-index-item {
    margin-bottom: 2.5rem;
  }
}
.news-index-img {
  border-radius: 0rem;
  overflow: hidden;
}
.news-index-datestamp {
  color: rgba(0,0,0,.5);
  display: block;
}
.news-index-block {
  padding: 0;
}
.news-index-title {
  color: #D19A47;
}
.news-index-text {
  color: #D19A47;
}
.news-index-link {
  display: inline-block;
  margin-top: .5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
}

@media (min-width: 568px) and (max-width: 767px) {
  .news-index-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .news-index-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .news-index-item:nth-child(4n+1) {
    clear: left;
  }
}

/* News Details
-------------------------------------------------- */
.news-details-datestamp {
  letter-spacing: 2px;
  font-size: .7rem;
  color: #aaa;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
}
.news-details-cover {
  width: 100%;
  margin-bottom: 2rem;
}
.news-details-title {
  font-size: 1.5rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.news-details-content {
  color: #333;
}
.news-details-content h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
}
.news-details-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.news-details-content img {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: .25rem;
}
@media (min-width: 768px) {
  .news-details-title {
    margin-bottom: 2.5rem;
  }
  .news-details-cover {
    margin-bottom: 3rem;
  }
}

/* ==========================================================================
   Ismaya TV
   ========================================================================== */ 

.card-img-zoom .fa-youtube-play {
  font-size: 2rem;
  color: rgba(255,255,255,.65);
  position: absolute;
  right: 1rem;
  bottom: .8rem;
  z-index: 3;
  transition: color .5s ease-in-out;
  -moz-transition: color .5s ease-in-out;
  -webkit-transition: color .5s ease-in-out;
  -o-transition: color .5s ease-in-out;
}
.card-img-zoom:hover .fa-youtube-play {
  color: #fff;
}

.modal-tv {
  background: rgba(0,0,0,.65)
}
.modal-tv .modal-dialog {
  margin-top: 50px;
}
.modal-tv .modal-content {
  border-radius: 0;
}
.modal-tv .modal-body {
  padding: .5rem;
  background: #000;
}
@media (min-width: 768px) {
  .modal-tv .modal-dialog {
    max-width: 700px;
    margin-top: 100px;
  }
  .modal-tv .modal-body {
    padding: 1rem;
  }
}

/* ==========================================================================
   General
   ========================================================================== */

.section-general .container .content {
  margin-top: -6rem;
  z-index: 10;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .section-general .container .content {
    margin-top: -12rem;
  }
}

/* ==========================================================================
   Careers
   ========================================================================== */

.cover-careers {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/common/bg_fox-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-careers .content {
  padding: 2rem;
  background: #fff;
  margin-bottom: 1rem;
}
.section-careers .section-filter {
  margin-bottom: 0;
}
.section-careers .card {
  margin-bottom: 1px;
  border-bottom: #eee;
}
.section-careers .card .card-block {
  background: #fff;
}
@media (max-width: 767px) {
  .section-careers .content-careers {
    margin-top: -6rem;
    z-index: 10;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section-careers .section-filter .form-group {
    margin-bottom: 0;
  }
  .section-careers .content {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .section-careers .card {
    /*border-top: 1px solid #f3f3f3;*/
    height: 120px;
    margin-bottom: 20px;
  }
  .section-careers .card-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */

.cover-contact {
  /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
              url(../../assets/img/common/bg_pattern.jpg) repeat;
  background: #f7f7f7;
  background-size: 400px;*/
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/common/bg_fox-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-contact .content {
  background: #fff;
}
.section-contact-left {
  padding: 2rem;
}
.section-contact-right {
  padding: 2rem;
  background: #fcfcfc;
  height: 100%;
  border-top: 1px solid #f3f3f3;
}
.section-contact-right h3:first-child {
  margin-top: 0;
}
.section-contact-right h3 {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section-contact-left,.section-contact-right {
    padding: 3rem;
  }
  .section-contact-right {
    border-top: 0;
    border-left: 1px solid #f3f3f3;
  }
}


/* ==========================================================================
   About
   ========================================================================== */

.cover-about {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url(../../assets/img/common/bg_fox-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-about-top .content {
  background: #fff;
  text-align: center;
}
.section-about-top .content-w-padding {
  padding: 2rem;
}
.section-about-top .heading-title {
  text-align: center;
}
.about-top-brand {
  width: 100px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .section-about-top .content-w-padding {
    padding: 5rem 5rem;
  }
}

.about-video {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .about-video {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.about-video .card-img-zoom {
  margin-bottom: 0;
}

.about-brands {
  padding-bottom: 3rem;
}
.about-brands a {
  display: inline-block;
  padding: 1rem;
  width: 25%;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: .5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.about-brands a:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
@media (min-width: 768px) {
  .about-brands a {
    display: inline-block;
    padding: 1rem;
    width: 14.28%;
  }
}
@media (min-width: 992px) {
  .about-brands a {
    display: inline-block;
    padding: 1rem;
    width: 12.5%;
  }
}

/* ==========================================================================
   Join
   ========================================================================== */ 

/* Cover
-------------------------------------------------- */
.cover-join-index {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
              url('../../assets/img/ismayalifestyle/bg_member_main-menu.jpg')no-repeat center;
  background-size: cover;
}
.cover-join-index .heading {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

/* Sign Up Box - Index
-------------------------------------------------- */
.row-sign-up-index {
  margin-left: 0px;
  margin-right: 0px;
}
.signup-index {
  background: #FFFFFF;
  padding: 2rem !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  padding-top: 3rem !important;
}
.signup-index h4 {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .row-sign-up-index {
    margin: auto;
    width: 700px;
    margin-top: -5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .row-sign-up-index {
    width: 800px;
  }
  .signup-index {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .signup-index h4 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .row-sign-up-index {
    width: 1000px;
    margin-top: -4rem;
  }
}

.btn-signup {
  display: block;
  color: #333 !important;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;  
}
.btn-signup .fa {
  margin-left: 2.5px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out; 
}
.btn-signup:hover .fa {
  margin-left: 5px;
}
.btn-signup img {
  width: 22px;
  margin-right: 10px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: -3px;
}
.btn-signup .fa {
  color: #6EBEB6;
}

.or-label {
  display: block;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.or-label .line {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-bottom: 3px;
  background: #D2AE68;
}
.or {
  margin-left: 10px;
  margin-right: 10px;
  font-size: .9rem;
}
.have-an-account {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
.have-an-account > * {
  display: inline-block !important;
  border-bottom: none !important;
}
.have-an-account a {
  font-weight: 400 !important;
  color: #D2AE68 !important;
}
.have-an-account a:hover {
  text-decoration: underline;
}

/* Sign Up Box - Lifestyle Card
-------------------------------------------------- */
.signup-lifestyle-card {
  text-align: center;
  background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.signup-lifestyle-card p {
  margin-bottom: 2rem;
}
.signup-lifestyle-card .ilc-star-right {
  position: absolute;
  width: 70%;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -35% 0 0 -35%;
  opacity: .5 !important;
  -webkit-animation: spin 80s linear infinite;
  animation: spin 80s linear infinite;
}

.signup-lifestyle-card .ilc-about-card-placeholder {
  margin-top: 0px;
  margin-bottom: 2rem;
}
.signup-lifestyle-card .ilc-about-card-right {
  right: 15px;
}
.signup-lifestyle-card .ilc-about-card-left {
  left: 15px;
}
.ilc-join-img {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .signup-lifestyle-card .ilc-about-card-right {
    right: 10px;
  }
  .signup-lifestyle-card .ilc-about-card-left {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .signup-lifestyle-card .ilc-about-card-main {
    width: 250px;
  }
  .signup-lifestyle-card .ilc-about-card-right {
    width: 200px;
  }
  .signup-lifestyle-card .ilc-about-card-left {
    width: 200px;
  }
  .ilc-join-img {
    margin-top: 50px;
  }
}
@media (min-width: 991px) {
  .ilc-about-card-main {
    width: 300px;
  }
  .signup-lifestyle-card .ilc-about-card-left {
    left: 15px;
  }
  .signup-lifestyle-card .ilc-about-card-right {
    right: 15px;
  }
  .ilc-mockup-benefits {
    width: 350px;
    margin-top: -30px;
  }
  .ilc-join-img {
    width: 350px !important;
    margin-top: 20px;
  }
}

.signup-lifestyle-card > div {
  z-index: 100;
  position: relative;   
}
.signup-lifestyle-card h5 {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .signup-lifestyle-card h5 {
    margin-bottom: 3rem;
  }
}

/* Sign Up / Sign In / Forgot Password
-------------------------------------------------- */
.cover-join {
  background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cover.cover-join .container {
    height: 250px;
  }
}
.cover-join .ilc-star-right {
  position: absolute;
  width: 500px;
  top: -100px;
  right: -250px !important;
  z-index: -1;
  opacity: 1;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
  z-index: 1;
}
.logo-join {
  width: 200px;
  margin: auto;
}
@media (min-width: 768px) {
  .logo-join {
    width: 250px;
  }
  .cover-join .logo-join {
    width: 250px;
    margin-top: 3.75rem;
  }
}

/* Register Response
-------------------------------------------------- */
/*.join-choose-card-style {
  overflow: hidden;
}*/
.join-choose-card-style .owl-item img {
  opacity: 0.5;
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
}
.join-choose-card-style .owl-item.active.center img {
  width: 100% !important;
  opacity: 1;
}
.join-choose-card-style .owl-theme .owl-dots .owl-dot span {
  height: 6px;
  width: 6px;
  margin-top: 1rem;
  background: #D2AE68 !important;
  opacity: .5;
}
.join-choose-card-style .owl-dot.active span, .join-choose-card-style .owl-dot:hover span {
  background: #D2AE68 !important;
  opacity: 1;
}
.join-join-choose-card-style .owl-item img {
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  .join-choose-card-style .owl-nav {
    display: none;
  }
  .join-choose-card-style .owl-carousel.owl-drag .owl-item {
    padding: 0 10px;
  }
  .join-choose-card-style .btn {
    margin-top: 2rem;
  }
  .join-choose-card-style p.join-swipe-info {
    text-align: center;
    font-size: .9rem;
  }
}
@media (min-width: 768px) {
  .join-choose-card-style-container {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .join-choose-card-style {
    margin: auto;
    overflow: hidden;
  }
  .join-choose-card-style .owl-item img{
    width: calc(90%) !important;
    margin: auto;
    margin-top: 5%;
  }
  .join-choose-card-style .owl-item.active.center img {
    margin-top: 2% !important;
  }
}
@media (min-width: 1400px) {
  .join-choose-card-style .owl-item.active.center img {
    width: 100% !important;
  }
}

.section-join-congratulations .box {
  background: #fff;
}
.section-join-congratulations {
  text-align: center;
  padding-top: 5rem;
}
.section-join-congratulations .heading-title {
  text-align: center;
}
.section-join-congratulations img {
  border-radius: .5rem;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
  max-width: 300px;
  margin: 0 auto 2rem;
}

/* Join Step Indicator
-------------------------------------------------- */
.join-step-indicator {
  margin-bottom: 1.5rem;
}
.join-step-indicator li {
  height: 3px;
  width: 10px;
  background: #eee;
  margin-right: 5px;
  display: inline-block;
}
.join-step-indicator li.active {
  background: #D2AE68;
}


/* ==========================================================================
   Dashboard
   ========================================================================== */

/* Dashboard Menu
-------------------------------------------------- */
.navbar-dashboard {
  background: transparent;
}
.navbar-dashboard .navbar-toggler {
  border-radius: 0;
  height: 48px;
  border: none;
  outline: none !important;
  width: 100%;
  background: transparent;
}
.navbar-dashboard .navbar-dashboard-title {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  float: left;
  text-transform: uppercase;
  padding-left: 1rem;
}
.navbar-dashboard .fa-angle-down {
  margin-left: 5px;
  color: #fff;
  position: absolute;
  right: 2rem;
}

.navbar-dashboard .navbar-collapse {
  padding: 10px 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-dashboard .nav-link {
  color: #333;
}

@media (min-width: 768px) {
  .navbar-dashboard {
    height: auto;
  }
  .body-dashboard-basic .navbar-dashboard .navbar-collapse {
    background: #589A96;
    text-align: center;
  }
  .navbar-dashboard .navbar-nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-dashboard .nav-link {
    color: rgba(255,255,255,.5);
    letter-spacing: 2px;
    font-size: .9rem;
    text-align: center;
    margin: 0 .5rem;
  }
  .navbar-dashboard .nav-link:hover,
  .navbar-dashboard .active .nav-link {
    color: #fff;
  }
}

/* Dashboard Header
-------------------------------------------------- */
.section-dashboard-header {
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.section-dashboard-header .nav-tabs-line {
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-dashboard-header {
    padding-top: 3rem;
  }
  .section-dashboard-header .nav-tabs-container {
    max-width: 500px;
    margin: auto;
    margin-top: 1rem;
    z-index: 1000;
    position: relative;
  }
}

.dashboard-user {
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.dashboard-user small {
  margin-top: -5px;
  color: rgba(255,255,255,.4);
  display: block;
}
.dashboard-user-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #000;
  float: left;
  margin-right: 1rem;
}
.dashboard-user-name {
  float: left;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 48px;
}
.dashboard-user-name .fa-angle-right {
  margin-left: 3px;
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
}
.dashboard-user:hover .fa-angle-right {
  margin-left: 6px;
}
.section-dashboard-header .ilc-star {
  z-index: 1;
  left: -210px;
  top: -200px;
}
@media (min-width: 768px) {
  .dashboard-user {
    margin: auto;
    display: block;
    width: 300px;
    text-align: center;
  }
  .dashboard-user-img {
    float: none;
    display: block;
    margin: auto;
  }
  .dashboard-user-name {
    float: none;
  }
  .section-dashboard-header .ilc-star {
    left: 50%;
    margin-left: -250px;
    top: -185px;
  }
}
.dashboard-user-big {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
.dashboard-user-big .dashboard-user-content, .dashboard-user-big .dashboard-user-img {
  height: 56px;
  width: 56px;
  float: none;
  display: block;
  margin: auto;
  position: relative;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.dashboard-user-big .dashboard-user-content:hover {
  opacity: .75;
}
.dashboard-user-img-icon {
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}


/* Dashboard - Main
-------------------------------------------------- */
.section-dashboard-main {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .section-dashboard-main .row-modified {margin-right: -10px; margin-left: -10px; }
  .section-dashboard-main .row-modified > [class^="col"] {padding-right: 10px; padding-left: 10px; }
}
@media (min-width: 768px) {
  .section-dashboard-main .row-modified {margin-right: -15px; margin-left: -15px; }
  .section-dashboard-main .row-modified > [class^="col"] {padding-right: 15px; padding-left: 15px; }
}
@media (min-width: 992px) {
  .section-dashboard-main .row-modified {margin-right: -20px; margin-left: -20px; }
  .section-dashboard-main .row-modified > [class^="col"] {padding-right: 20px; padding-left: 20px; }
}

.dashboard-main-info {
  margin-bottom: 1.5rem;
}
.dashboard-main-label {
  text-transform: uppercase;
  color: #999;
  font-size: .8rem;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}
.dashboard-main-label span {
  display: inline-block;
}
.dashboard-main-number {
  font-weight: 800;
  color: #333;
  font-size: 2rem;
  margin-top: -3px;
}
.dashboard-main-number small {
  font-weight: 600;
}

.dashboard-card {
  position: relative;
  cursor: pointer;
}
.dashboard-card-img {
  float: right;
  max-width: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.dashboard-card-img-i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 20px;
}
@media (min-width: 576px) {
  .dashboard-card-img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .dashboard-main-number {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .dashboard-main-info {
    margin-top: 2rem;
  }
}

.dashboard-card-level {
  margin-top: 3px;
}
.dashboard-card-progress span{
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow:inset 0 -1px 0 0 #eee;
  box-shadow:inset 0 -1px 0 0 #eee;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  font-size: .9rem;
  color: #ccc;
}
.dashboard-card-level-info {
  font-size: .8rem;
  margin-top: 5px;
  display: block;
  color: #aaa;
}
.dashboard-card-level-info strong {
  color: #333;
}
@media (min-width: 768px) {
  .section-dashboard-main {
    padding: 4rem 0;
  }
  .dashboard-card-progress span {
    font-size: 1rem;
  }
  .dashboard-card-level-info {
    font-size: .9rem;
    margin-top: 7.5px;
  }
}

.section-dashboard-card-status .container {
  position: relative;
  z-index: 5;
}
.dashboard-card-status {
  margin-top: 0rem;
  background: #fff;
  padding: 1.5rem;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #f3f3f3;
  /*border-bottom: 1px solid #f3f3f3;*/
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.dashboard-card-number-status {
  font-weight: 800;
  color: #333;
  font-size: 1.75rem;
  margin-top: -3px;
}
.dashboard-card-number-status small {
  font-weight: 600;
}
@media (min-width: 576px) {
  .dashboard-card-status {
    margin-left: 0;
    border-top: 1px solid #f9f9f9;
  }
}
@media (min-width: 768px) {
  .dashboard-card-status {
    margin-top: 0rem;
    padding: 1.5rem;
  }
  .dashboard-card-number-status {
    font-size: 2rem;
  }
}
.progress {
  background: #f6f6f6;
  border-radius: 4px;
  height: 8px;
}
@media (min-width: 768px) {
  .progress {
    border-radius: 8px;
    height: 12px;
  }
}

/* Dashboard - History
-------------------------------------------------- */
.section-dashboard-history {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .section-dashboard-history {
    padding: 8rem 0 6rem;
    margin-top: -4rem;
  }
}

.history-item {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.history-item .main-label {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #999;
  font-size: .9rem;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}
.history-item .box {
  background: #fff url(../../assets/img/common/ilc-star-dark-partial.jpg) no-repeat right;
  background-size: 300px;
  padding: 1rem;
  display: block;
  position: relative;
}
.history-img {
  width: 60px;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: top;
}
.history-item-info {
  display: inline-block;
  margin-top: 10px;
  width: calc(100% - 60px - 2.5rem);
}
.history-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.history-item-description {
  color: #999;
}
.history-points-info {
  position: absolute;
  right: 1rem;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.history-points {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
}
.history-points small {
  font-weight: 600;
}
.history-points-info .fa-angle-right {
  line-height: 30px;
  margin-left: 5px;
  font-size: 1.25rem;
  color: #ccc;
}
@media (min-width: 768px) {
  .history-item {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .history-item .box {
    padding: 1.5rem;
  }
  .history-img {
    width: 75px;
    margin-right: 2rem;
  }
  .history-item-info {
    margin-top: 15px;
    width: calc(100% - 60px - 4.5rem);
  }
  .history-item-title {
    font-size: 1.25rem;
  }
  .history-points {
    font-size: 1.75rem;
  }
  .history-points-info {
    right: 2rem;
  }
  .history-points-info .fa-angle-right {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .history-points-info-up {
    top: 2.3rem;
  }
}

.history-timeline {
  width: 2px;
  background: #D2AE68;
  height: calc(100% + 20px);
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.history-timeline-circle {
  background: #D2AE68;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  border: 3px solid #f9f9f9;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.history-item:last-child .history-timeline {
  height: calc(100% + 20px + 3rem);
}
@media (min-width: 768px) {
  .history-timeline {
    height: calc(100% + 30px);
  }
  .history-item:last-child .history-timeline {
    height: calc(100% + 30px + 6rem);
  }
}


/* Dashboard - Card Modal
-------------------------------------------------- */
#modalCardDetails {
  background: rgba(0,0,0,.5);
}
#modalCardDetails .modal-dialog {
  margin-top: 2rem;
}
#modalCardDetails .modal-content {
  background: transparent;
}
#modalCardDetails .modal-body {
  background: transparent;
}
.modal-card-img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  display: block;
  position: relative;
  z-index: 2;
}
.modal-card-paper {
  background: #fff;
  padding: 3rem 1.5rem;
  max-width: 300px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.modal-card-qr {
  width: 150px;
  margin: auto;
  display: block;
}
.modal-card-paper span {
  text-align: center;
  font-size: .8rem;
  margin-top: 1rem;
  display: block;
}
.modal-info ul {list-style: none;}
.modal-info li::before {
  content: "•";
  color: #D2AE68;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}
@media (min-width: 576px) {
  #modalCardDetails .modal-dialog {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  #modalCardDetails .modal-dialog {
    margin-top: 3rem;
  }
}

@media (min-width: 576px) {
  .modal-info .modal-dialog {
    max-width: 500px;
  }
}

.modal-voucher .nav-tabs-line.nav-tabs-line-dark .nav-link.active  {
  box-shadow: inset 0 -2px 0 0 #D2AE68 !important;
}
.modal-voucher .voucher-content ul {list-style: none;}
.modal-voucher .voucher-content li::before {
  content: "•";
  color: #D2AE68;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}

/* Dashboard - Additional
-------------------------------------------------- */
.ic-q {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  cursor: pointer;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
}
.ic-q:hover {
  opacity: .75;
}
.ic-q-dark {
  background: url(../../assets/img/common/ic_q-dark.png) no-repeat;
  background-size: 16px;
}
.ic-q-light {
  background: url(../../assets/img/common/ic_q-light.png) no-repeat;
  background-size: 16px;
}

.ic-topup {
  width: 32px;
  height: 33px;
  display: inline-block;
  margin-bottom: -4px;
  cursor: pointer;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  margin-left: 0rem;
  right: 0;
  position: absolute;
}
.ic-topup:hover {
  opacity: .75;
}
.ic-topup-dark {
  background: url(../../assets/img/common/ic_topup-dark.png) no-repeat;
  background-size: 32px;
}
.ic-topup-light {
  background: url(../../assets/img/common/ic_topup-light.png) no-repeat;
  background-size: 32px;
}
@media (min-width: 768px) {
  .ic-topup {
    position: relative;
    margin-left: 0.5rem;
  }
}

/* Dashboard - Level Specific - BASIC
-------------------------------------------------- */
.body-dashboard-basic .section-dashboard-header {
  background: #6EBEB6 url(../../assets/img/common/bg_pattern-ilc.jpg) repeat;
}
.body-dashboard-basic .navbar-dashboard {
  background: #589A96;
}
.body-dashboard-basic .navbar-dashboard .navbar-collapse {
  background: #fff;
}
.body-dashboard-basic .nav-tabs-line .nav-link.active {
  -webkit-box-shadow:inset 0 -4px 0 0 #D2AE68;
  box-shadow:inset 0 -4px 0 0 #D2AE68;
}
.body-dashboard-basic .dashboard-card-progress.dashboard-card-progress-black {
  display: none;
}
.body-dashboard-basic .dashboard-card-progress.dashboard-card-progress-basic span {
  -webkit-box-shadow:inset 0 -2px 0 0 #5FBAB3;
  box-shadow:inset 0 -2px 0 0 #5FBAB3;
  border-bottom: 0;
  color: #333;
  font-weight: 800;
}
.body-dashboard-basic .progress-bar {
  background: #5FBAB3;
}
@media (min-width: 768px) {
  .body-dashboard-basic .navbar-dashboard .navbar-collapse {
    background: #589A96;
    text-align: center;
  }
}

/* Dashboard - Level Specific - SILVER
-------------------------------------------------- */
.body-dashboard-silver .section-dashboard-header {
  background: #666 url(../../assets/img/common/bg_pattern-ilc-silver.jpg) repeat;
}
.body-dashboard-silver .navbar-dashboard {
  background: #333;
}
.body-dashboard-silver .navbar-dashboard .navbar-collapse {
  background: #fff;
}
.body-dashboard-silver .nav-tabs-line .nav-link.active {
  -webkit-box-shadow:inset 0 -4px 0 0 #D2AE68;
  box-shadow:inset 0 -4px 0 0 #D2AE68;
}
.body-dashboard-silver .dashboard-card-progress.dashboard-card-progress-black {
  display: none;
}
.body-dashboard-silver .dashboard-card-progress.dashboard-card-progress-silver span {
  -webkit-box-shadow:inset 0 -2px 0 0 #989898;
  box-shadow:inset 0 -2px 0 0 #989898;
  border-bottom: 0;
  color: #333;
  font-weight: 800;
}
.body-dashboard-silver .progress-bar {
  background: #989898;
}
@media (min-width: 768px) {
  .body-dashboard-silver .navbar-dashboard .navbar-collapse {
    background: #333;
    text-align: center;
  }
}

/* Dashboard - Level Specific - GOLD
-------------------------------------------------- */
.body-dashboard-gold .section-dashboard-header, .body-dashboard-gold .section-home-ilc-cover {
  background: #D2B170 url(../../assets/img/common/bg_pattern-ilc-gold.jpg) repeat;
}
.body-dashboard-gold .navbar-dashboard {
  background: #a78b57;
}
.body-dashboard-gold .navbar-dashboard .navbar-collapse {
  background: #fff;
}
.body-dashboard-gold .section-dashboard-main, .body-dashboard-gold .section-dashboard-card-status {
  background: #C9A764;
}
.body-dashboard-gold .section-dashboard-main .ic-q {
  background: url(../../assets/img/common/ic_q-light.png) no-repeat;
  background-size: 16px;
}
.body-dashboard-gold .section-dashboard-main .ic-topup {
  background: url(../../assets/img/common/ic_topup-light.png) no-repeat;
  background-size: 32px;
}
.body-dashboard-gold .section-dashboard-main .dashboard-main-label {
  color: rgba(255,255,255,1);
}
.body-dashboard-gold .section-dashboard-main .dashboard-main-number {
  color: #fff;
}
.body-dashboard-gold .nav-tabs-line .nav-link.active {
  -webkit-box-shadow:inset 0 -4px 0 0 #fff;
  box-shadow:inset 0 -4px 0 0 #fff;
}
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-basic, 
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-silver {
  display: none;
}
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-black {
  display: inline-block;
}
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-gold {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-gold span {
  -webkit-box-shadow:inset 0 -2px 0 0 #fff;
  box-shadow:inset 0 -2px 0 0 #fff;
  border-bottom: 0;
  color: #fff;
  font-weight: 800;
}
.body-dashboard-gold .dashboard-card-progress.dashboard-card-progress-black span {
  -webkit-box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.5);
  box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.5);
  border-bottom: 0;
  color: rgba(255,255,255,.5);
  font-weight: 800;
}
.body-dashboard-gold .dashboard-card-level-info {
  color: rgba(255,255,255,.75);
}
.body-dashboard-gold .dashboard-card-level-info strong {
  color: #fff;
}
.body-dashboard-gold .progress-bar {
  background: #D2B170;
}
@media (min-width: 768px) {
  .body-dashboard-gold .navbar-dashboard .navbar-collapse {
    background: #a78b57;
    text-align: center;
  }
}

/* Dashboard - Level Specific - BLACK
-------------------------------------------------- */
.body-dashboard-black .section-dashboard-header, .body-dashboard-black .section-home-ilc-cover {
  background: #333 url(../../assets/img/common/bg_pattern-ilc-black.jpg) repeat;
}
.body-dashboard-black .navbar-dashboard {
  background: #111;
}
.body-dashboard-black .navbar-dashboard .navbar-collapse {
  background: #fff;
}
.body-dashboard-black .section-dashboard-main, .body-dashboard-black .section-dashboard-card-status {
  background: #343434;
}
.body-dashboard-black .section-dashboard-main .ic-q {
  background: url(../../assets/img/common/ic_q-light.png) no-repeat;
  background-size: 16px;
}
.body-dashboard-black .section-dashboard-main .ic-topup {
  background: url(../../assets/img/common/ic_topup-light.png) no-repeat;
  background-size: 32px;
}
.body-dashboard-black .section-dashboard-main .dashboard-main-label {
  color: rgba(255,255,255,.5);
}
.body-dashboard-black .section-dashboard-main .dashboard-main-number {
  color: #fff;
}
.body-dashboard-black .nav-tabs-line .nav-link.active {
  -webkit-box-shadow:inset 0 -4px 0 0 #fff;
  box-shadow:inset 0 -4px 0 0 #fff;
}
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-basic, 
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-silver {
  display: none;
}
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-black {
  display: inline-block;
}
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-gold {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-gold span {
  -webkit-box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.5);
  box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.5);
  border-bottom: 0;
  color: rgba(255,255,255,.5);
  font-weight: 800;
}
.body-dashboard-black .dashboard-card-progress.dashboard-card-progress-black span {
  -webkit-box-shadow:inset 0 -2px 0 0 #fff;
  box-shadow:inset 0 -2px 0 0 #fff;
  border-bottom: 0;
  color: #fff;
  font-weight: 800;
}
.body-dashboard-black .dashboard-card-level-info {
  color: rgba(255,255,255,.75);
}
.body-dashboard-black .dashboard-card-level-info strong {
  color: #fff;
}
.body-dashboard-black .progress-bar {
  background: #333;
}
@media (min-width: 768px) {
  .body-dashboard-black .navbar-dashboard .navbar-collapse {
    background: #111;
    text-align: center;
  }
}


/* ==========================================================================
   History
   ========================================================================== */

/* Transaction History
-------------------------------------------------- */
.transaction-datestamp {
  padding: 2rem 0 1rem;
  text-align: center;
}
.transaction-datestamp p {
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  font-size: .9rem;
  text-transform: uppercase;
}
.transaction-datestamp span {
  display: block;
  color: #999;
  font-size: .9rem;
}
@media (min-width: 768px) {
  .transaction-content {
    padding: 3rem 0 1.5rem;
  }
}

.transaction-header {
  background: url(../../assets/img/common/bg_pattern-ilc-white.jpg) repeat;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.transaction-header .ilc-star {
  width: 300px;
  right: -150px;
  bottom: -150px;
  left: initial;
  top: initial;
  position: absolute;
  animation: none;
  z-index: 1;
  opacity: .2;
}
.transaction-header-title {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}
.transaction-header-title.title-golden {
  color: #D2AE68;
}
.transaction-header-subtitle {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
}
.transaction-header-subtitle + .transaction-header-title {
  margin-top: -10px;
}
.transaction-header-link {
  text-align: center;
}
.transaction-header-link p {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 2.5px;
}
.transaction-header-link p .fa-angle-right {
  color: #999;
  transition: margin .25s ease-in-out;
  -moz-transition: margin .25s ease-in-out;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
}
.transaction-header-link:hover .fa-angle-right {
  margin-left: 5px;
}
.transaction-header-link span {
  display: block;
  text-align: center;
  color: #999;
  font-size: .9rem;
}
@media (min-width: 768px) {
  .transaction-header {
    padding: 3rem;
  }
}

.transaction-content {
  padding: 2rem;
}
@media (min-width: 768px) {
  .transaction-content {
    padding: 3rem;
  }
}

.transaction-id {
  text-align: center;
  color: #999;
  font-size: .9rem;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.transaction-id strong {
  color: #333;
}
@media (min-width: 768px) {
  .transaction-id {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }
}

.transaction-row {
  padding: 10px 0;
}
.transaction-label {
  float: left;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-weight: 600;
}
.transaction-amount {
  float: right;
  width: 30%;
  color: #333;
  float: right;
  font-weight: 600;
  text-align: right;
  font-size: 1.2rem;
}
.transaction-help-block {
  margin-top: -15px;
  display: block;
}
.points-plus {
  color: #5FBAB3;
}
.points-minus {
  color: #e86f75;
}

.transaction-receipt {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  padding: 1.5rem;
  background: #fcfcfc;
}
.receipt-label {
  color: #333;
  float: left;
}
.receipt-amount {
  color: #333;
  font-weight: 600;
  float: right;
}
@media (min-width: 768px) {
  .transaction-receipt {
    padding: 2rem;
  }
}


/* ==========================================================================
   Voucher
   ========================================================================== */

/* Voucher
-------------------------------------------------- */
.modal-transaction .box-voucher {
  border-top: 1px solid rgba(0,0,0,.025);
}
.box-voucher {
  display: block;
  background: #fcfcfc url(../../assets/img/common/ilc-star-dark-partial-2.jpg) no-repeat right bottom;
  background-size: 250px;
}
.voucher-img {
  width: 100%;
  height: 100%;
}
.voucher-salad {
  background: #f9f9f9 url(../../assets/img/ismayalifestyle/reward_salad.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voucher-xx {
  background: #f9f9f9 url(../../assets/img/ismayalifestyle/reward_the-xx.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voucher-mr-fox {
  background: #f9f9f9 url(../../assets/img/ismayalifestyle/reward_mr-fox.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voucher-sushigroove {
  background: #f9f9f9 url(../../assets/img/ismayalifestyle/reward_sushigroove.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voucher-content {
  padding: .75rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .voucher-content {
    padding: 1rem 1.5rem;
  }
}
.voucher-title {
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.voucher-description {
  color: #999;
}
.voucher-date {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
}

/* ==========================================================================
   Redeem Rewards
   ========================================================================== */

.section-redeem-rewards {
  position: relative;
  padding-top: 2rem;
}
.section-redeem-rewards .content.box {
  padding: 1.5rem;
  background: #fff;
  margin-bottom: 2rem;
}
.section-redeem-rewards .content.box .section-filter {
  margin-bottom: 0;
}
.section-redeem-rewards .section-home-ilc-cover {
  height: 150px;
}
.section-redeem-rewards .heading, .content-redeem-rewards {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .section-redeem-rewards {
    padding-top: 6rem;
  }
  .section-redeem-rewards .section-home-ilc-cover {
    height: 300px;
  }
  .section-redeem-rewards .content.box .section-filter .form-group {
    margin-bottom: 0;
  }
}

/* Redeem Confirmation
-------------------------------------------------- */
.modal-redeem-calculation {
  background: url(../../assets/img/common/bg_pattern-ilc-white.jpg) repeat;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .modal-redeem-calculation {
    margin-left: -3rem;
    margin-right: -3rem;
    padding: 2rem 3rem;
    margin-top: 2rem;
  margin-bottom: 2rem;
    width: calc(100% + 6rem);
  }
}


/* ==========================================================================
   My eVouchers
   ========================================================================== */

.section-my-evouchers {
  position: relative;
  padding-top: 2rem;
  background: #f3f3f3;
}
.section-my-evouchers .content.box {
  padding: 1.5rem;
  background: #fff;
  margin-bottom: 2rem;
}
.section-my-evouchers .content.box .section-filter {
  margin-bottom: 0;
}
.section-my-evouchers .section-home-ilc-cover {
  height: 120px;
  position: absolute;
  z-index: 2;
}
.section-my-evouchers .heading, .content-my-evouchers {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .section-my-evouchers {
    padding-top: 6rem;
  }
  .section-my-evouchers .section-home-ilc-cover {
    height: 192px;
  }
  .section-my-evouchers .content.box .section-filter .form-group {
    margin-bottom: 0;
  }
}
.box-voucher {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-dashboard-header.cover.cover-sm .container {
    height: 50px;
  }
  .section-dashboard-header.section-dashboard-header-w-heading.cover.cover-sm .container {
    height: 100px;
  }
}

.blank-voucher {
  text-align: center;
  width: 100%;
  padding: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .blank-voucher {
    margin-top: 10rem;
  }
}
.blank-voucher img {
  margin: 0 auto 1rem;
  width: 24px;
  display: block;
}
.blank-voucher p {
  color: #999;
  margin-bottom: 0;
}


/* Rewards Details
-------------------------------------------------- */
.voucher-cover {
  height: 250px;
}
.voucher-header {
  padding: 1.5rem;
  position: relative;
  background: #fcfcfc url(../../assets/img/common/ilc-star-dark-partial-2.jpg) no-repeat right bottom;
  background-size: 250px;
}
.voucher-header .btn {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}
.voucher-points {
  color: #D2AE68;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.voucher-content {
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .voucher-points {
    font-size: 1.75rem;
    position: absolute;
    right: 1.5rem;
    top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .voucher-header {
    padding: 3rem;
  }
  .voucher-points {
    font-size: 2rem;
    right: 3rem;
    top: 3.5rem;
  }
  .voucher-header .btn {
    margin-top: 1.5rem;
    margin-bottom: -.75rem;
  }
  .voucher-content {
    padding: 2.5rem 3rem;
  }
}


/* ==========================================================================
   Buy Points
   ========================================================================== */

.buy-points-notif {
  padding: 2rem;
  background: #f3f3f3;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.buy-points-notif h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-size: .9rem;
}
@media (min-width: 768px) {
  .buy-points-notif {
    padding: 3rem 5rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

.section-buy-points .form-control {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6EBEB6;
}
.section-buy-points .form-control-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}
.section-buy-points .btn {
  margin-top: 2rem;
}

/* ==========================================================================
   Card Modal Detail
   ========================================================================== */
.card-modal-detail {
  position: absolute;
  top: 13rem;
  z-index: 10;
  left: 4rem;
}
p.card-modal-header {
  font-size: 0.7rem;
  margin-bottom: 0;
}
p.card-modal-name {
  margin-top: -4px;
  font-size: 1.2rem;
}

@media(max-width: 457px){
  .card-modal-detail {top: 13rem;}
  p.card-modal-name {margin-top: -8px;}
}


/* ==========================================================================
   Cover banner
   ========================================================================== */

  .cover-banner .owl-nav.disabled {display: none !important;}
  /*.cover-banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cover-banner .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background-color: rgba(255,255,255,.5);
  }
  .cover-banner .owl-theme .owl-dots .owl-dot span:hover,
  .cover-banner .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
  }

  .cover-banner .content {
    position: relative;
  }*/

  .cover-banner .content .container {
    position: absolute;
    top: calc(100% - 12rem);
    left: 0;
    width: 100%;
    padding: 0 10px;
  }

  .cover-banner .content .cover-logo {
    max-height: 50px;
    display: block;
    margin-bottom: 1rem;
    width: auto;
  }


  @media(max-width: 576px){
    .cover-banner .content h1 {font-size: 1.5rem;}
    .cover-banner .content .cover-logo {
      max-height: 23px; margin-bottom: .5rem;
    }
    .cover-banner .content p {font-size: 80%;}
  }

  @media(min-width: 765px){
    .cover-banner .content .container { top: calc(100% - 24rem); padding: 0 10rem; }
  }
  @media(min-width: 950px){
    .cover-banner .content .container { top: calc(100% - 24rem); padding: 0 10rem; }
  }
  @media(min-width: 1120px){
    .cover-banner .content .container { top: calc(100% - 24rem); padding: 0 13rem;}
  }
  @media(min-width: 1140px){
    .cover-banner .content .container { top: calc(100% - 30rem); padding: 0 13rem;}
  }

/* ==========================================================================
   Cover Responsive
   ========================================================================== */

  .cover-responsive {
    /*background: url(/assets/img/common/img_banner_h&m.jpg) no-repeat center;*/
    background-size: cover;
  }

  @media (max-width: 767.98px) {
    .cover.cover-full .container {
      height: auto;
      padding-bottom: 2rem;
    }
    .cover-responsive .container .cover-content .cover-title {
      text-transform: uppercase;
      font-weight: 600;
    }
  }

  @media (max-width: 767.98px) {
    .cover.cover-full {
      height: 100vh;
      margin-top: 0 !important;
    }

    .cover-responsive {
      height: auto !important;
      /*background: none;*/
      background-color: black;
    }

    .cover-responsive .cover-responsive-img {
      /*background: url(/assets/img/common/img_banner_h&m.jpg) no-repeat center;*/
      background-size: cover;
      height: 250px;
      position: relative;
    }

    .cover-responsive .cover-responsive-overlay {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    }

    .cover-responsive .container {
      background: black;
    }

    .cover-responsive .container .cover-content {
      padding: 1.5rem 0;
    }

    .cover-responsive .container .cover-content .cover-title {
      color: white;
      z-index: 1;
      position: relative;
    }

    .cover-responsive .container .cover-content .cover-text {
      color: #999999;
    }

    .cover-responsive.bg-gray-50 {
      background: transparent;
    }

    .cover-responsive.bg-gray-50 .cover-responsive-overlay {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    }

    .cover-responsive.bg-gray-50 .container {
      background: #F7F7F7;
    }

    .cover-responsive.bg-primary {
      background: transparent;
    }

    .cover-responsive.bg-primary .cover-responsive-overlay {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000001 100%);
    }

    .cover-responsive.bg-primary .container {
      background: #000001;
    }

    .cover-responsive.bg-primary .container .cover-title {
      color: #fff;
    }

    .cover-responsive.bg-primary .container .cover-text {
      color: rgba(255, 255, 255, 0.75);
    }

    .cover-responsive.bg-dark {
      background: transparent;
    }

    .cover-responsive.bg-dark .cover-responsive-overlay {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #191919 100%);
    }

    .cover-responsive.bg-dark .container {
      background: #191919;
    }

    .cover-responsive.bg-dark .container .cover-title {
      color: #fff;
    }

    .cover-responsive.bg-dark .container .cover-text {
      color: rgba(255, 255, 255, 0.75);
    }
  }