@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../Fonts/OpenSans-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../Fonts/OpenSans-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../Fonts/OpenSans-SemiBold.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../Fonts/OpenSans-Bold.ttf) format("truetype"); }
#nav ul, #header .topbar .social-links, .content-area.contact-block form ul, .filter-box ul, .collapse-area .list, .collapse-area .info, .collapse-area .links, .collapse-area .contact-info ul, .collapse-area .timings ul, .social-networks, .tags, #footer .f-nav, .stars {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #95989a;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 13px;
  width: 13px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .jcf-radio {
      height: 16px;
      width: 16px; } }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
  min-width: 100%;
  height: 32px; }
  @media (min-width: 768px) {
    .jcf-select {
      height: 40px; } }
  .jcf-select.jcf-select-finalize .jcf-select-text {
    margin: 7px 30px 7px 10px; }
  .jcf-select.jcf-select-finalize .jcf-select-opener:after {
    top: 15px; }
  .jcf-select.jcf-select-sort .jcf-select-opener:before {
    display: block;
    transform: rotate(180deg);
    right: 10px;
    top: 9px; }
    @media (min-width: 768px) {
      .jcf-select.jcf-select-sort .jcf-select-opener:before {
        right: 13px;
        top: 12px; } }
  .jcf-select.jcf-select-sort .jcf-select-opener:after {
    top: 17px;
    right: 10px; }
    @media (min-width: 768px) {
      .jcf-select.jcf-select-sort .jcf-select-opener:after {
        top: 21px;
        right: 13px; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 3px 30px 3px 10px;
  color: #000; }
  @media (min-width: 768px) {
    .jcf-select .jcf-select-text {
      font-size: 18px;
      line-height: 26px;
      color: #666;
      margin: 6px 30px 6px 17px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:after,
.jcf-select .jcf-select-opener:before {
  position: absolute;
  top: 13px;
  right: 10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #162a6b; }
  @media (min-width: 768px) {
    .jcf-select .jcf-select-opener:after,
    .jcf-select .jcf-select-opener:before {
      right: 10px;
      top: 16px; } }

.jcf-select .jcf-select-opener:before {
  display: none; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 18px;
  font-size: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 9px;
  color: #656565;
  height: 1%; }
  @media (min-width: 768px) {
    .jcf-list .jcf-option {
      padding: 9px 19px; } }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icomoon.eot?wep91e");
  src: url("../Fonts/icomoon.eot?wep91e#iefix") format("embedded-opentype"), url("../Fonts/icomoon.ttf?wep91e") format("truetype"), url("../Fonts/icomoon.woff?wep91e") format("woff"), url("../Fonts/icomoon.svg?wep91e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-messenger:before {
  content: "\e904";
  color: #0084ff; }

/* nav-nav-opener styles */
.nav-opener {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 14px;
  right: 20px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  z-index: 9;
  transition: 0.35s ease-out right; }
  @media (min-width: 768px) {
    .nav-opener {
      top: 26px; } }
  @media (min-width: 1200px) {
    .nav-opener {
      top: 19px;
      width: 36px;
      height: 36px; } }
  .nav-opener:hover:after, .nav-opener:hover:before,
  .nav-opener:hover span {
    background: #fff; }
  #nav .nav-opener {
    left: 35px;
    top: 25px; }
    #nav .nav-opener:after, #nav .nav-opener:before,
    #nav .nav-opener span {
      background: #162a6b; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
  border-radius: 2px;
  transition: all 0.25s ease-out;
  border-radius: 1px; }
  @media (min-width: 1200px) {
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
      top: 4px;
      height: 5px; } }

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 11px; }
  @media (min-width: 1200px) {
    .nav-opener:before,
    .nav-opener:after {
      top: 18px; } }

.nav-opener:after {
  top: 19px; }
  @media (min-width: 1200px) {
    .nav-opener:after {
      top: 32px; } }

.close-btn span,
.nav-active .nav-opener span {
  opacity: 0; }

.nav-opener:hover {
  opacity: .9; }

.nav-active .nav-opener {
  width: 23px;
  height: 23px; }
  @media (min-width: 768px) {
    .nav-active .nav-opener {
      width: 32px;
      height: 32px; } }

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 9px;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .close-btn:after,
    .close-btn:before,
    .nav-active .nav-opener:after,
    .nav-active .nav-opener:before {
      height: 8px;
      top: 13px; } }

.close-btn:after,
.nav-active .nav-opener:after {
  transform: rotate(-45deg); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear; }
  @media (min-width: 992px) {
    .overlay {
      display: none; } }
  .nav-active .overlay {
    opacity: 1;
    visibility: visible; }

#nav {
  font-size: 1rem;
  line-height: 1.25rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 273px;
  background: #fff;
  z-index: 99;
  transition: 0.35s ease-out right;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  overflow: auto;
  max-height: 100vh; }
  @media (min-width: 768px) {
    #nav {
      font-size: 1.625rem;
      line-height: 1.875rem;
      position: absolute;
      right: -530px;
      width: 510px;
      bottom: auto; } }
  .nav-active #nav {
    right: 0; }
  #nav ul {
    padding-bottom: 20px; }
    #nav ul li {
      border-bottom: 1px solid #ccc;
      position: relative; }
    #nav ul a {
      display: block;
      padding: 12px 20px 12px 50px;
      color: #162a6b; }
      @media (min-width: 768px) {
        #nav ul a {
          padding: 18px 40px 19px 117px; } }
      #nav ul a:focus, #nav ul a:hover {
        text-decoration: none;
        background: #068471;
        color: #fff; }
    #nav ul .fa {
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 400;
      position: absolute;
      top: 13px;
      left: 12px;
      width: 30px;
      text-align: center; }
      #nav ul .fa.ico-fortunewheel {
        height: 1.25rem;
        background-image: url("../Icons/Menu/fortunewheel.svg");
        background-size: 30px 1.25rem; }
      @media (min-width: 768px) {
        #nav ul .fa {
          font-size: 2.1875rem;
          line-height: 2.1875rem;
          width: 50px;
          top: 19px;
          left: 35px; }
          #nav ul .fa.ico-fortunewheel {
            height: 2.1875rem;
            background-size: 50px 2.1875rem; } }
  #nav .user-area {
    background: #e2eaf0;
    overflow: hidden;
    padding: 14px 18px 18px; }
    @media (min-width: 768px) {
      #nav .user-area {
        padding: 22px 38px 17px 78px; } }
  #nav .user {
    font-size: 1rem;
    line-height: 1.25rem;
    float: right;
    color: #162a6b; }
    @media (min-width: 768px) {
      #nav .user {
        font-size: 1.625rem;
        line-height: 1.875rem; } }
    #nav .user .fa {
      font-size: 1.5rem;
      line-height: 1.5rem;
      padding-right: 5px; }
      @media (min-width: 768px) {
        #nav .user .fa {
          font-size: 2.25rem;
          line-height: 2.25rem;
          padding-right: 16px; } }
    #nav .user:hover {
      text-decoration: none;
      opacity: 0.7; }
  #nav .text {
    background: #068471;
    display: block;
    color: #fff;
    padding: 12px 15px 12px 23px;
    margin-bottom: 1px;
    text-align: right; }
    @media (min-width: 768px) {
      #nav .text {
        padding: 19px 15px 26px 41px;
        text-align: left; } }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tx-ikanossmiles-donate.fce-heading h2 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal !important; }
@media (max-width: 991.98px) {
  .tx-ikanossmiles-donate.fce-heading {
    text-align: center; }
    .tx-ikanossmiles-donate.fce-heading h2 {
      font-size: 2rem !important;
      line-height: 1.2 !important; } }
.tx-ikanossmiles-donate img.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.tx-ikanossmiles-donate p {
  margin-bottom: 15px !important; }
.tx-ikanossmiles-donate a:not(.btn) {
  color: #162a6b; }
  .tx-ikanossmiles-donate a:not(.btn):hover {
    text-decoration: none; }
.tx-ikanossmiles-donate .img-zoom {
  box-shadow: none; }
.tx-ikanossmiles-donate h2, .tx-ikanossmiles-donate .h2,
.tx-ikanossmiles-donate h4, .tx-ikanossmiles-donate .h4,
.tx-ikanossmiles-donate h6, .tx-ikanossmiles-donate .h6 {
  font-weight: bold;
  color: #162A6B; }
.tx-ikanossmiles-donate .institution {
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
  background: #068471;
  z-index: 1; }
.tx-ikanossmiles-donate .percentage {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #cc4b00; }
.tx-ikanossmiles-donate .progress {
  position: relative;
  height: 25px;
  background-color: rgba(0, 156, 132, 0.12); }
  .tx-ikanossmiles-donate .progress .progress-bar {
    background-color: rgba(0, 156, 132, 0.29); }
  .tx-ikanossmiles-donate .progress .progress-bar-label {
    position: absolute;
    text-align: right;
    line-height: 25px;
    /* line-height should be equal to bar height */
    overflow: hidden;
    color: #162A6B;
    right: 5px;
    left: 0;
    top: 0; }
.tx-ikanossmiles-donate.list-action .percentage, .tx-ikanossmiles-donate.carousel-area .percentage {
  float: left;
  margin-right: 10px; }
.tx-ikanossmiles-donate.show-action .headline h2, .tx-ikanossmiles-donate.show-action .headline h4, .tx-ikanossmiles-donate.show-action .headline h5 {
  display: inline-block;
  margin-bottom: 0; }
.tx-ikanossmiles-donate.show-action .img .institution {
  display: inline-block;
  position: absolute;
  top: 0; }
  @media (max-width: 991.98px) {
    .tx-ikanossmiles-donate.show-action .img .institution {
      display: none; } }
.tx-ikanossmiles-donate.show-action .percentage-reached {
  float: right; }
  .tx-ikanossmiles-donate.show-action .percentage-reached .percentage {
    font-size: 44px;
    line-height: 50px;
    margin-left: 15px; }
  .tx-ikanossmiles-donate.show-action .percentage-reached .reached {
    font-size: 20px;
    line-height: 50px;
    color: #cc4b00; }
.tx-ikanossmiles-donate.show-action .progress {
  height: 50px; }
  .tx-ikanossmiles-donate.show-action .progress .progress-bar-label {
    font-size: 18px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .tx-ikanossmiles-donate.show-action .progress .progress-bar-label {
        right: 10px; } }
.tx-ikanossmiles-donate.show-action label.smiles-to-donate {
  font-size: 14px;
  color: #666666;
  line-height: 16px; }
@media (min-width: 768px) {
  .tx-ikanossmiles-donate.show-action .button-holder {
    padding-top: 31px;
    padding-left: 0; } }
.tx-ikanossmiles-donate.show-action input {
  height: 48px; }
.tx-ikanossmiles-donate.modal.show-action .modal-header {
  padding-bottom: 0; }
.tx-ikanossmiles-donate.modal.show-action .modal-body {
  padding-top: 0; }
  .tx-ikanossmiles-donate.modal.show-action .modal-body h5 {
    font-weight: normal; }
  .tx-ikanossmiles-donate.modal.show-action .modal-body .headline .headline img {
    max-height: 80px; }
  @media (max-width: 991.98px) {
    .tx-ikanossmiles-donate.modal.show-action .modal-body .headline {
      margin-bottom: 2rem; } }
  .tx-ikanossmiles-donate.modal.show-action .modal-body p {
    font-weight: bold; }

.om-cookie-panel {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0; }
  .om-cookie-panel.active {
    display: block;
    opacity: 1; }
  .om-cookie-panel .modal-body {
    padding: 2rem; }
  .om-cookie-panel h3 {
    color: #162a6b;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center; }
  .om-cookie-panel .cookie-panel-details {
    margin-bottom: 1.5rem; }
    .om-cookie-panel .cookie-panel-details > a[aria-expanded] {
      color: #000;
      text-decoration: none; }
      .om-cookie-panel .cookie-panel-details > a[aria-expanded] i {
        transition: all .3s; }
      .om-cookie-panel .cookie-panel-details > a[aria-expanded][aria-expanded="true"] i {
        transform: rotate(180deg); }
    .om-cookie-panel .cookie-panel-details small {
      color: #666;
      font-size: .75rem;
      margin-top: 1rem; }
      .om-cookie-panel .cookie-panel-details small strong {
        color: #162a6b; }
      .om-cookie-panel .cookie-panel-details small a {
        color: #666;
        text-decoration: underline; }
        .om-cookie-panel .cookie-panel-details small a:hover {
          text-decoration: none; }
  .om-cookie-panel .btn {
    font-size: 1.125rem;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0; }
  .om-cookie-panel .btn-secondary {
    background-color: transparent;
    border: 1px solid #162a6b;
    color: #162a6b; }
    .om-cookie-panel .btn-secondary:active, .om-cookie-panel .btn-secondary:hover {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: #162a6b; }
  .om-cookie-panel .cookie-panel__attribution {
    margin-top: 1rem; }
    .om-cookie-panel .cookie-panel__attribution a {
      color: #000;
      text-decoration: underline; }
      .om-cookie-panel .cookie-panel__attribution a:hover {
        text-decoration: none; }

.newsletter-checkbox-section {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .newsletter-checkbox-section h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 2rem !important; }
  .newsletter-checkbox-section .container {
    padding-top: 0 !important; }
  .newsletter-checkbox-section .newsletter-checkbox-container {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 1rem; }
    .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label {
      display: inline-block;
      height: 28px;
      margin-right: 1rem;
      min-width: 60px;
      position: relative;
      width: 60px; }
      .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label .checkbox-slider {
        background-color: #ccc;
        border-radius: 14px;
        bottom: 0;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: .6875rem;
        justify-content: space-between;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s; }
        .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label .checkbox-slider:before {
          background-color: #fff;
          border-radius: 50%;
          bottom: 4px;
          content: '';
          height: 20px;
          left: 4px;
          position: absolute;
          transition: .4s;
          width: 20px; }
        .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label .checkbox-slider span {
          align-self: center;
          text-align: center;
          transition: .4s;
          width: 30px; }
          .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label .checkbox-slider span:first-of-type {
            opacity: 0;
            padding-left: 4px; }
          .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label .checkbox-slider span:last-of-type {
            opacity: 1;
            padding-right: 4px; }
      .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input {
        height: 0;
        opacity: 0;
        width: 0; }
        .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input:checked + .checkbox-slider {
          background-color: #cc4b00; }
          .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input:checked + .checkbox-slider:before {
            transform: translateX(32px); }
          .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input:checked + .checkbox-slider span:first-of-type {
            opacity: 1; }
          .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input:checked + .checkbox-slider span:last-of-type {
            opacity: 0; }
        .newsletter-checkbox-section .newsletter-checkbox-container .checkbox-label input:focus + .checkbox-slider {
          box-shadow: 0 0 1px #cc4b00; }
    .newsletter-checkbox-section .newsletter-checkbox-container label {
      align-self: center;
      font-weight: bold;
      margin-bottom: 0; }
  .newsletter-checkbox-section .data-privacy p:last-of-type {
    margin-bottom: 0; }

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

.m-t-1 {
  margin-top: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-t-3 {
  margin-top: 3rem; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-b-3 {
  margin-bottom: 3rem; }

form input.f3-form-error,
form textarea.f3-form-error {
  border: 1px solid #de0000; }
form .help-block.error.errorMessage {
  display: block;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  color: #de0000;
  font-size: 14px;
  font-weight: bold; }
form .flex-wrap .help-block.error.errorMessage {
  flex: 1 1 100%; }

.ce-textpic p {
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 768px) {
    .ce-textpic p {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
.ce-textpic .align-center {
  text-align: center; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-nowrap .ce-bodytext {
  overflow: hidden; }

ul.info-list {
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 768px) {
    ul.info-list {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

main#main .content-area.content-page .container h2 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #162a6b;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    main#main .content-area.content-page .container h2 {
      font-size: 2rem;
      line-height: 2.25rem;
      margin: 0 0 50px; } }
main#main .content-area.content-page .collapse-area {
  border: none;
  box-shadow: none; }
  @media (min-width: 768px) {
    main#main .content-area.content-page .collapse-area {
      margin: 64px auto 64px; } }
  @media (min-width: 768px) {
    main#main .content-area.content-page .collapse-area .head {
      padding: 33px 70px 33px 51px; } }
  @media (min-width: 768px) {
    main#main .content-area.content-page .collapse-area .card {
      padding-left: 51px; } }
  main#main .content-area.content-page .collapse-area .block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px; }
  main#main .content-area.content-page .collapse-area .head h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    color: #000;
    font-weight: 400;
    overflow: visible; }
    @media (min-width: 768px) {
      main#main .content-area.content-page .collapse-area .head h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #162a6b; } }
main#main .content-area.content-page .topics-block h2 {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  color: #162a6b;
  margin: 0;
  text-align: center; }
  @media (min-width: 377px) {
    main#main .content-area.content-page .topics-block h2 {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    main#main .content-area.content-page .topics-block h2 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

@media (max-width: 991.98px) {
  .modal.desktop .modal-footer {
    display: block; }
    .modal.desktop .modal-footer > :not(:first-child) {
      margin: 0; } }
.modal.desktop .modal-footer .btn {
  width: 100%; }

main#main > .content-area > .container {
  padding-top: 65px; }
  @media (min-width: 768px) {
    main#main > .content-area > .container {
      min-height: 345px; } }
  @media (min-width: 768px) {
    main#main > .content-area > .container {
      padding-top: 131px; } }

main#main .content-area.contact-block:after {
  display: none; }

footer#footer {
  z-index: 98;
  margin-top: 50px; }

body.frontend.no-desktop #wrapper {
  display: block; }

p a {
  color: inherit;
  text-decoration: underline; }
  p a:hover {
    color: inherit;
    text-decoration: none; }

#registerOverlay > div {
  max-width: 850px; }
  #registerOverlay > div h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center; }
  #registerOverlay > div h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold; }
  #registerOverlay > div a:not(.btn) {
    color: #e57533;
    font-weight: bold; }
  #registerOverlay > div img {
    height: auto;
    max-width: 100%; }
  #registerOverlay > div .stores img {
    height: 45px !important;
    width: auto; }

#header {
  height: 45px;
  margin-left: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  @media (min-width: 768px) {
    #header {
      height: 60px; } }
  @media (min-width: 992px) {
    #header {
      height: 75px; } }
  #header:before {
    background-color: #009c84;
    border-bottom-left-radius: 8px;
    content: ' ';
    display: block;
    height: 100%;
    margin-left: -23px;
    position: absolute;
    transform: skewX(-16.1deg) skewY(0);
    width: 100%; }
    @media (min-width: 768px) {
      #header:before {
        margin-left: -15px; } }
    @media (min-width: 992px) {
      #header:before {
        margin-left: -8px; } }
  #header > * {
    position: relative; }
  #header #logo {
    display: inline-block;
    left: -45px;
    line-height: 0;
    top: 15px;
    width: 94px; }
    @media (min-width: 768px) {
      #header #logo {
        top: 22px;
        width: 123px; } }
    @media (min-width: 992px) {
      #header #logo {
        top: 30px;
        width: auto; } }
    #header #logo img {
      position: relative;
      z-index: 2; }
  #header h1 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    margin: 2px 0 0 60px;
    padding: 0;
    text-align: left;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #header h1 {
        font-size: 14px;
        margin: 7px 0 0 95px; } }
    @media (min-width: 992px) {
      #header h1 {
        font-size: 18px;
        margin: 10px 0 0 125px; } }
  #header .topbar {
    position: absolute;
    right: 45px;
    top: 0;
    width: auto; }
    #header .topbar .social-links {
      font-size: 1.5rem;
      line-height: 1.5rem;
      float: right;
      padding-top: 10px;
      padding-right: 65px; }
      @media (min-width: 768px) {
        #header .topbar .social-links {
          padding-top: 18px; } }
      @media (min-width: 992px) {
        #header .topbar .social-links {
          padding-top: 24px; } }
      @media (min-width: 1200px) {
        #header .topbar .social-links {
          font-size: 2.625rem;
          line-height: 2.625rem;
          padding-right: 100px;
          padding-top: 16px; } }
      #header .topbar .social-links li {
        display: inline-block; }
        #header .topbar .social-links li a {
          color: #fff; }
          #header .topbar .social-links li a:hover {
            color: #fff; }
    @media (max-width: 991.98px) {
      #header .topbar .nav-opener {
        top: 20px; } }
    @media (max-width: 767.98px) {
      #header .topbar .nav-opener {
        top: 12px; } }
  #header .info-area {
    display: none; }
    @media (min-width: 1200px) {
      #header .info-area {
        font-size: 1.5rem;
        line-height: 2.625rem;
        color: #fff;
        display: block;
        float: right;
        height: 42px;
        margin-right: 40px;
        padding-top: 16px; } }
    #header .info-area span {
      background-color: #068471;
      font-size: 1.25rem;
      padding: 5px 10px; }

footer#footer {
  background-color: #e8e8e8;
  margin: 0;
  padding: 40px 0 20px;
  position: initial;
  text-align: center; }
  footer#footer a {
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
  footer#footer .container {
    padding: 0; }
  footer#footer .social {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer#footer .social li {
      display: inline-block;
      padding: 0 10px;
      vertical-align: top; }
    footer#footer .social a {
      background: #9b9b9b;
      border-radius: 100%;
      color: #fff;
      display: block;
      font-size: 26px;
      height: 48px;
      line-height: 52px;
      width: 48px; }
      footer#footer .social a:hover {
        background: #000; }
    footer#footer .social .fa.fa-envelope-o {
      top: -2px;
      position: relative; }
  footer#footer .nav-footer {
    font-size: 14px;
    padding: 34px 0; }
    @media (min-width: 768px) {
      footer#footer .nav-footer {
        font-size: 18px; } }
    footer#footer .nav-footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer#footer .nav-footer ul li {
        display: inline-block;
        padding: 0 6px;
        vertical-align: top; }
        @media (min-width: 576px) {
          footer#footer .nav-footer ul li {
            padding: 0 13px; } }
        @media (min-width: 768px) {
          footer#footer .nav-footer ul li {
            padding: 0 21px; } }
        @media (min-width: 992px) {
          footer#footer .nav-footer ul li {
            padding: 0 28px; } }
        footer#footer .nav-footer ul li a {
          color: #333; }
          footer#footer .nav-footer ul li a:hover {
            color: #000; }
  footer#footer .copy {
    color: #666;
    font-size: 14px;
    line-height: 1; }
    footer#footer .copy a {
      color: inherit; }

body {
  min-width: 320px; }

a {
  transition: 0.2s linear; }

/* main container styles */
#wrapper {
  position: relative;
  overflow: hidden; }

.content-holder,
.ratings-block,
.rate-coupon {
  position: relative;
  z-index: 9; }
  .content-holder:after,
  .ratings-block:after,
  .rate-coupon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: linear-gradient(180deg, #e2eaf0 0%, #ffffff 100%);
    content: '';
    height: 100%;
    z-index: -1;
    display: block; }
  .content-holder > .container,
  .ratings-block > .container,
  .rate-coupon > .container {
    padding-top: 67px;
    padding-bottom: 29px; }
    @media (min-width: 768px) {
      .content-holder > .container,
      .ratings-block > .container,
      .rate-coupon > .container {
        padding-top: 100px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      .content-holder > .container,
      .ratings-block > .container,
      .rate-coupon > .container {
        padding-top: 132px;
        padding-bottom: 89px; } }

/* btn styles */
.btn-primary,
.btn-secondary {
  font-size: 0.875rem;
  line-height: 1.125rem;
  background: #cc4b00;
  color: #fff;
  border-color: #cc4b00;
  padding: 9px 20px;
  border-radius: 0;
  margin: 0 0 15px;
  min-width: 150px; }
  @media (min-width: 768px) {
    .btn-primary,
    .btn-secondary {
      font-size: 1.375rem;
      line-height: 1.625rem;
      padding: 10px 30px;
      min-width: 200px; } }
  .btn-primary i,
  .btn-secondary i {
    padding-right: 15px; }
  .btn-primary:hover,
  .btn-secondary:hover {
    background: #E15E12;
    border-color: #E15E12; }
  .btn-primary:focus,
  .btn-secondary:focus {
    box-shadow: none !important; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #162a6b;
    border-color: #162a6b; }
  .btn-primary.disabled, .btn-primary:disabled,
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    background-color: #e15e12;
    border-color: #e15e12; }

.btn-secondary {
  background: #808080;
  border-color: #808080; }
  .btn-secondary:hover {
    border-color: #068471;
    background: #068471; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #808080;
    border-color: #808080; }

/* Visual */
.visual {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  position: relative;
  background: linear-gradient(to right, #fff 0%, #ffce77 100%);
  color: #162a6b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10; }
  @media (min-width: 768px) {
    .visual {
      font-size: 0.875rem;
      line-height: 1.125rem; } }
  .visual.blue {
    background: linear-gradient(to right, #d4ebf9 0%, #abcbda 100%); }
    .visual.blue .img-holder {
      margin: 0 -31px 0 -16px; }
      @media (min-width: 377px) {
        .visual.blue .img-holder {
          margin: 0 -30px 0 -15px; } }
      @media (min-width: 768px) {
        .visual.blue .img-holder {
          margin: -10px 0 0 37px; } }
    .visual.blue .text-holder {
      text-align: right; }
      @media (min-width: 768px) {
        .visual.blue .text-holder {
          text-align: left;
          padding-left: 20px; } }
  .visual .container {
    padding-top: 48px; }
    @media (min-width: 768px) {
      .visual .container {
        padding-top: 80px; } }
  .visual .cols-holder {
    flex-flow: row wrap;
    align-items: center; }
  .visual .text-holder {
    position: relative;
    z-index: 9; }
    @media (min-width: 1200px) {
      .visual .text-holder {
        padding-left: 95px; } }
  .visual .img-holder {
    max-width: 600px;
    margin: 16px -31px 0 -41px; }
    @media (min-width: 768px) {
      .visual .img-holder {
        margin: -11px 0 0 -29px; } }
    @media (min-width: 1200px) {
      .visual .img-holder {
        margin: -11px 0 0 -127px; } }
    .visual .img-holder img {
      width: 100%;
      height: auto;
      display: block; }
  .visual .logo-smile {
    max-width: 140px;
    margin-bottom: 10px; }
    @media (min-width: 377px) {
      .visual .logo-smile {
        max-width: 160px; } }
    @media (min-width: 768px) {
      .visual .logo-smile {
        max-width: 230px;
        margin: 0 0 5px; } }
    @media (min-width: 992px) {
      .visual .logo-smile {
        max-width: 378px; } }
    .visual .logo-smile img {
      width: 100%;
      height: auto;
      display: block; }
  .visual h1,
  .visual .h1 {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #162a6b;
    margin: 0 0 10px; }
    @media (min-width: 377px) {
      .visual h1,
      .visual .h1 {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    @media (min-width: 768px) {
      .visual h1,
      .visual .h1 {
        font-size: 1.75rem;
        line-height: 2rem;
        margin: 0 0 15px; } }
    @media (min-width: 992px) {
      .visual h1,
      .visual .h1 {
        font-size: 2.5rem;
        line-height: 2.8125rem;
        margin: 0 0 30px; } }
    .visual h1 span,
    .visual .h1 span {
      font-weight: 400; }
  .visual h2,
  .visual .h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #162a6b;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .visual h2,
      .visual .h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 0 0 20px; } }
    @media (min-width: 992px) {
      .visual h2,
      .visual .h2 {
        font-size: 2.5rem;
        line-height: 2.8125rem;
        margin: 0 0 30px; } }
  .visual .btn-primary {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 7px 6px;
    border-radius: 0;
    margin: 0 0 15px;
    min-width: 160px; }
    @media (min-width: 768px) {
      .visual .btn-primary {
        font-size: 1.125rem;
        line-height: 1.375rem;
        padding: 10px 30px;
        min-width: 200px; } }
    @media (min-width: 1200px) {
      .visual .btn-primary {
        font-size: 1.375rem;
        line-height: 1.625rem;
        min-width: 353px; } }
  .visual p {
    margin: 0; }
    .visual p a {
      color: #162a6b;
      text-decoration: underline; }

/* heading styles */
h1,
h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #162a6b; }
  @media (min-width: 768px) {
    h1,
    h2 {
      font-size: 2.25rem;
      line-height: 2.5rem; } }
  h1 span,
  h2 span {
    font-weight: 400; }
  @media (min-width: 992px) {
    h1,
    h2 {
      font-size: 3rem;
      line-height: 3.25rem; } }

/* img-zoom styles */
.img-zoom {
  display: block !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  width: 100%; }
  .img-zoom:hover img {
    transform: scale(1.1); }
  .img-zoom img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s; }

/* Items holder */
.items-holder {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #162a6b;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .items-holder {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 992px) {
    .items-holder {
      font-size: 1.375rem;
      line-height: 1.75rem; } }
  .items-holder.coupons {
    font-size: 0.75rem;
    line-height: 1rem; }
    @media only screen and (min-width: 377px) {
      .items-holder.coupons {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
    @media (min-width: 768px) {
      .items-holder.coupons {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 1200px) {
      .items-holder.coupons {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    .items-holder.coupons.top.container {
      padding-top: 60px; }
      @media (min-width: 768px) {
        .items-holder.coupons.top.container {
          padding-top: 130px;
          padding-bottom: 10px; } }
    .items-holder.coupons.top .header {
      font-size: 1rem;
      line-height: 1.5rem; }
      @media (min-width: 768px) {
        .items-holder.coupons.top .header {
          font-size: 1rem;
          line-height: 1.5rem;
          padding-bottom: 16px; } }
      @media (min-width: 1200px) {
        .items-holder.coupons.top .header {
          font-size: 1.25rem;
          line-height: 1.625rem; } }
      @media (min-width: 992px) {
        .items-holder.coupons.top .header h2 {
          font-size: 3rem;
          line-height: 3.25rem; } }
    .items-holder.coupons.container {
      padding-top: 20px; }
      @media (min-width: 768px) {
        .items-holder.coupons.container {
          padding-top: 47px; } }
    .items-holder.coupons .col-6.img {
      padding-right: 10px; }
      @media (min-width: 768px) {
        .items-holder.coupons .col-6.img {
          padding-right: 15px; } }
    .items-holder.coupons h3 {
      font-size: 0.875rem;
      line-height: 1.125rem; }
      @media only screen and (min-width: 377px) {
        .items-holder.coupons h3 {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) {
        .items-holder.coupons h3 {
          font-size: 1.5rem;
          line-height: 1.625rem; } }
      @media (min-width: 1200px) {
        .items-holder.coupons h3 {
          font-size: 1.75rem;
          line-height: 2rem; } }
    .items-holder.coupons .header {
      text-align: center;
      padding-bottom: 18px;
      color: #000;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .items-holder.coupons .header {
          padding-bottom: 27px;
          margin-bottom: 20px;
          box-shadow: none;
          box-shadow: none; } }
      .items-holder.coupons .header:after {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        content: '';
        height: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
        @media (min-width: 768px) {
          .items-holder.coupons .header:after {
            display: none; } }
      .items-holder.coupons .header h1 {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .items-holder.coupons .header h1 {
            margin-bottom: 50px; } }
        @media (min-width: 992px) {
          .items-holder.coupons .header h1 {
            font-size: 2rem;
            line-height: 2.25rem;
            margin-bottom: 50px; } }
    .items-holder.coupons .box-holder {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .items-holder.coupons .box-holder {
          margin-bottom: 50px; } }
    .items-holder.coupons .box {
      padding-top: 20px;
      margin-bottom: 0;
      position: relative; }
      @media (min-width: 768px) {
        .items-holder.coupons .box {
          padding-top: 0;
          padding-bottom: 0;
          margin-bottom: 0;
          border: none; } }
      .items-holder.coupons .box:last-child .box-holder:after {
        display: none; }
      .items-holder.coupons .box + .box:after {
        display: none; }
        @media (min-width: 768px) {
          .items-holder.coupons .box + .box:after {
            display: none; } }
      .items-holder.coupons .box:after {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #ccc;
        content: '';
        display: none; }
    @media (min-width: 768px) {
      .items-holder.coupons .img {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .items-holder.coupons .img {
        margin-bottom: 0; } }
    .items-holder.coupons .img .category {
      display: block;
      margin: 0;
      position: relative;
      z-index: 10; }
    .items-holder.coupons .time {
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      font-weight: 700;
      display: block;
      color: #4c4c4c; }
      @media only screen and (min-width: 377px) {
        .items-holder.coupons .time {
          font-size: 0.75rem;
          line-height: 1rem; } }
      @media (min-width: 768px) {
        .items-holder.coupons .time {
          font-size: 0.875rem;
          line-height: 1.125rem; } }
      .items-holder.coupons .time time {
        font-weight: 400; }
    .items-holder.coupons .btn-primary:not(#redeem-button) {
      font-size: 0.75rem;
      line-height: 1rem;
      margin: 0;
      display: block;
      padding: 3px 5px; }
      @media only screen and (min-width: 377px) {
        .items-holder.coupons .btn-primary:not(#redeem-button) {
          padding: 5px 10px;
          font-size: 0.875rem;
          line-height: 1.125rem; } }
      @media (min-width: 768px) {
        .items-holder.coupons .btn-primary:not(#redeem-button) {
          font-size: 1rem;
          line-height: 1.25rem;
          padding: 10px; } }
      @media (min-width: 1200px) {
        .items-holder.coupons .btn-primary:not(#redeem-button) {
          padding: 10px 30px;
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    .items-holder.coupons .bottom-info {
      width: 100%; }
      .items-holder.coupons .bottom-info span {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 700;
        color: #4c4c4c;
        display: block; }
        @media (min-width: 377px) {
          .items-holder.coupons .bottom-info span {
            font-size: 0.875rem;
            line-height: 1.125rem; } }
      @media (min-width: 768px) {
        .items-holder.coupons .bottom-info .stars {
          font-size: 22px; } }
    .items-holder.coupons .col-text {
      display: flex;
      flex-flow: column nowrap; }
      .items-holder.coupons .col-text .text {
        flex-grow: 1;
        width: 100%;
        padding: 0 0 5px; }
    .items-holder.coupons p {
      margin: 0 0 5px; }
      @media (min-width: 768px) {
        .items-holder.coupons p {
          margin: 0 0 10px; } }
      @media (min-width: 1200px) {
        .items-holder.coupons p {
          margin: 0 0 30px; } }
  .items-holder .head {
    padding-top: 30px;
    text-align: center; }
  .items-holder .text-heading {
    text-align: center;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .items-holder .text-heading {
        padding-bottom: 36px; } }
    .items-holder .text-heading h1 {
      font-size: 1.25rem;
      line-height: 1.5rem; }
      @media (min-width: 768px) {
        .items-holder .text-heading h1 {
          font-size: 2rem;
          line-height: 2.25rem; } }
      .items-holder .text-heading h1 span {
        font-weight: 400; }
  .items-holder .col-text {
    color: #162a6b;
    padding-left: 8px; }
    @media (min-width: 768px) {
      .items-holder .col-text {
        padding-left: 5px; } }
  .items-holder .col-6.img {
    padding-right: 10px; }
    @media (min-width: 377px) {
      .items-holder .col-6.img {
        padding-right: 13px; } }
    @media (min-width: 768px) {
      .items-holder .col-6.img {
        padding-right: 15px;
        margin-right: 0; } }
  .items-holder h1 {
    margin: 0 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .items-holder h1 {
        margin: 0 0 30px; } }
  .items-holder h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #162a6b;
    margin: 0 0 20px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .items-holder h2 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
    @media (min-width: 992px) {
      .items-holder h2 {
        font-size: 2rem;
        line-height: 2.25rem; } }
    .items-holder h2 span {
      font-weight: 400; }
  .items-holder h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin: 0 0 5px;
    color: #162a6b; }
    @media (min-width: 768px) {
      .items-holder h3 {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    @media (min-width: 992px) {
      .items-holder h3 {
        font-size: 1.75rem;
        line-height: 2rem; } }
    .items-holder h3 a {
      color: #162a6b;
      text-decoration: none; }
      .items-holder h3 a:hover {
        color: #cc4b00; }
  .items-holder .count {
    display: block;
    color: #cc4b00;
    font-weight: 700;
    margin-bottom: 0; }
  .items-holder .img-box {
    position: relative;
    display: block; }
    .items-holder .img-box a {
      display: block; }
    .items-holder .img-box:hover img {
      transform: scale(1.1); }
    .items-holder .img-box .caption {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-end;
      padding: 15px 15px 15px 12px; }
      @media (min-width: 768px) {
        .items-holder .img-box .caption {
          padding: 15px 15px 31px 25px; } }
    .items-holder .img-box h3 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #fff; }
      @media (min-width: 768px) {
        .items-holder .img-box h3 {
          font-size: 1.875rem;
          line-height: 2.1875rem; } }
      .items-holder .img-box h3 a {
        color: #fff; }
        .items-holder .img-box h3 a:hover {
          color: #cc4b00; }
    .items-holder .img-box .category {
      margin-left: -12px; }
      @media (min-width: 768px) {
        .items-holder .img-box .category {
          margin-left: -25px; } }
    .items-holder .img-box .text {
      width: 60%;
      padding: 0 10px 0 0; }
    .items-holder .img-box p {
      margin: 0; }
    .items-holder .img-box .count {
      font-size: 1rem;
      line-height: 1.25rem;
      text-align: right;
      width: 40%; }
      @media (min-width: 768px) {
        .items-holder .img-box .count {
          font-size: 1.75rem;
          line-height: 2rem; } }
  .items-holder .box-holder {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .items-holder .box-holder {
        padding-bottom: 0;
        margin-bottom: 37px; } }
    .items-holder .box-holder:after {
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      content: '';
      height: 2px;
      background: #e4e4e4; }
      @media (min-width: 768px) {
        .items-holder .box-holder:after {
          display: none; } }
    .items-holder .box-holder img {
      width: 100%;
      height: auto;
      display: block; }
    .items-holder .box-holder a {
      display: flex;
      flex-flow: row wrap;
      width: 100%; }
      .items-holder .box-holder a:hover {
        text-decoration: none; }
        .items-holder .box-holder a:hover .img-zoom img {
          transform: scale(1.1); }
  .items-holder p {
    margin-bottom: 7px; }
    @media (min-width: 992px) {
      .items-holder p {
        margin-bottom: 1rem; } }

/* category styles */
.category {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  background: #068471;
  color: #fff;
  padding: 3px 8px;
  font-weight: 400;
  margin: 0 0 5px -8px; }
  @media (min-width: 768px) {
    .category {
      padding: 5px 10px;
      margin: 0 0 5px; } }
  @media (min-width: 992px) {
    .category {
      padding: 5px 20px;
      font-size: 1.125rem;
      line-height: 1.375rem; } }

/* content-area styles */
.content-area {
  position: relative;
  z-index: 9; }
  .content-area .container {
    padding-top: 18px; }
    @media (min-width: 768px) {
      .content-area .container {
        padding-top: 40px; } }
  .content-area .icon {
    position: relative; }
    .content-area .icon .fa-minus-circle {
      position: absolute;
      top: 1px;
      left: 0; }
      @media (min-width: 768px) {
        .content-area .icon .fa-minus-circle {
          top: 2px; } }
  .content-area.contact-block:after {
    display: block; }
  .content-area.contact-block form {
    overflow: hidden;
    max-width: 1060px;
    margin: 0 auto; }
    .content-area.contact-block form .heading {
      font-size: 1rem;
      line-height: 1.25rem;
      text-align: center;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .content-area.contact-block form .heading {
          font-size: 1.25rem;
          line-height: 1.625rem;
          margin-bottom: 50px; } }
    .content-area.contact-block form .btn-area {
      padding-top: 30px; }
    .content-area.contact-block form .holder {
      max-width: 940px;
      margin: 0 auto; }
    .content-area.contact-block form .col {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .content-area.contact-block form .col {
          margin-bottom: 20px; } }
      .content-area.contact-block form .col.input-error .form-control,
      .content-area.contact-block form .col.input-error .jcf-radio {
        border-color: #f00; }
    .content-area.contact-block form label,
    .content-area.contact-block form .label {
      font-size: 0.75rem;
      line-height: 0.9375rem;
      color: #4c4c4c;
      margin-bottom: 5px;
      font-weight: 700;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .content-area.contact-block form label,
        .content-area.contact-block form .label {
          font-size: 1rem;
          line-height: 1.125rem;
          margin-bottom: 10px; } }
    .content-area.contact-block form .form-control {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
      height: 45px;
      border-radius: 0; }
    .content-area.contact-block form textarea {
      height: 136px !important;
      resize: none; }
    .content-area.contact-block form ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0; }
    .content-area.contact-block form ul label,
    .content-area.contact-block form ul .label {
      font-weight: 400;
      margin-bottom: 0; }
    .content-area.contact-block form .btn-primary {
      min-width: 100%;
      font-weight: 400;
      display: block; }
      @media (min-width: 768px) {
        .content-area.contact-block form .btn-primary {
          min-width: 300px;
          display: inline-block; } }
      .content-area.contact-block form .btn-primary .fa {
        margin: 0;
        padding: 0 4px 0 0; }
  .content-area.coupons-holder:after {
    display: block; }
  .content-area.coupons-holder .jcf-select {
    height: 39px; }
  .content-area.faq:after {
    display: block; }
  .content-area.faqs .container {
    padding-top: 65px; }
    @media (min-width: 768px) {
      .content-area.faqs .container {
        padding-top: 131px; } }
    .content-area.faqs .container.topics-block {
      padding-top: 25px; }
      @media (min-width: 768px) {
        .content-area.faqs .container.topics-block {
          padding-top: 58px; } }
      .content-area.faqs .container.topics-block h2 {
        font-size: 1.25rem;
        line-height: 1.5rem; }
        @media (min-width: 768px) {
          .content-area.faqs .container.topics-block h2 {
            font-size: 2.25rem;
            line-height: 2.5rem;
            margin-bottom: 79px; } }
  .content-area.faqs:after {
    display: block; }
  @media (min-width: 768px) {
    .content-area.faqs .collapse-area {
      margin: 0 auto 92px; } }
  @media (min-width: 768px) {
    .content-area.faqs .collapse-area .head {
      padding: 33px 70px 33px 51px; } }
  .content-area.faqs .collapse-area .head h2 {
    text-align: left; }
  @media (min-width: 768px) {
    .content-area.faqs .collapse-area .card-body {
      padding-left: 51px; } }
  .content-area.faqs .about-holder .heading {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .content-area.faqs .about-holder .heading {
        padding-bottom: 24px; } }
  @media (min-width: 768px) {
    .content-area.faqs .about-holder h2 {
      margin: 0 0 50px;
      font-size: 3rem;
      line-height: 3.25rem; } }
  @media (min-width: 768px) {
    .content-area.faqs .about-holder .heading p {
      margin: 0 0 60px; } }
  .content-area.faqs .about-holder h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #162a6b;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .content-area.faqs .about-holder h3 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin: 0 0 50px; } }
  .content-area.faqs .collapse-area .block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .content-area.faqs .collapse-area .head h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    color: #000;
    font-weight: 400;
    overflow: visible; }
    @media (min-width: 768px) {
      .content-area.faqs .collapse-area .head h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #162a6b; } }
  @media (min-width: 768px) {
    .content-area.faqs.inner .collapse-area .head {
      padding: 20px 70px 20px 51px; } }
  .content-area.inner:after {
    display: block; }
  @media (min-width: 768px) {
    .content-area.inner .collapse-area {
      margin-bottom: 50px; } }
  .content-area.inner .filter-box {
    margin-bottom: 27px; }
    @media (min-width: 768px) {
      .content-area.inner .filter-box {
        margin-bottom: 42px; } }
  @media (min-width: 768px) {
    .content-area.collapse-holder .container {
      padding-top: 83px; } }
  .content-area.collapse-holder .card-body {
    padding: 12px 23px;
    border: none; }
    @media (min-width: 377px) {
      .content-area.collapse-holder .card-body {
        padding: 12px 23px 12px 61px; } }
    @media (min-width: 768px) {
      .content-area.collapse-holder .card-body {
        padding: 12px 30px 12px 114px; } }
    .content-area.collapse-holder .card-body p {
      margin: 0 0 23px; }
  @media (min-width: 768px) {
    .content-area.collapse-holder .btn-area {
      padding-bottom: 52px; } }
  .content-area:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: linear-gradient(180deg, #e2eaf0 0%, #ffffff 100%);
    content: '';
    height: 345px;
    z-index: -1;
    display: none; }
    @media (min-width: 768px) {
      .content-area:after {
        display: block; } }
  .content-area .heading {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .content-area .heading {
        padding-bottom: 55px; } }
    .content-area .heading.support {
      text-align: center; }
      @media (min-width: 768px) {
        .content-area .heading.support {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
  .content-area h2 {
    margin: 0 0 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .content-area h2 {
        margin: 0 0 30px; } }
    @media (min-width: 992px) {
      .content-area h2 {
        margin: 0 0 61px; } }

/* Filter box  */
.filter-box {
  border: 1px solid #ccc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  color: #000;
  margin-bottom: 30px;
  background: #f0f4f7;
  position: relative; }
  @media (min-width: 768px) {
    .filter-box {
      background: #fff;
      padding: 17px 30px;
      color: #666;
      margin-bottom: 81px; } }
  @media (min-width: 1200px) {
    .filter-box {
      padding: 17px 33px; } }
  @media (min-width: 768px) {
    .filter-box .collapse {
      display: block; } }
  .filter-box .info-holder {
    position: static; }
  .filter-box .btn-primary {
    font-size: 0.875rem;
    line-height: 1.125rem;
    background: #cc4b00;
    color: #fff;
    border-color: #cc4b00;
    padding: 4px 15px;
    border-radius: 0;
    margin: 0;
    min-height: 32px;
    width: 46%; }
    @media (min-width: 768px) {
      .filter-box .btn-primary {
        font-size: 1.125rem;
        line-height: 1.375rem;
        padding: 8px 30px;
        margin: 0 0 15px;
        width: auto; } }
    .filter-box .btn-primary:hover {
      background: #E15E12;
      border-color: #E15E12; }
  .filter-box .radio-holder {
    display: flex;
    flex-flow: row wrap;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    border: 1px solid #ccc; }
  .filter-box .radio {
    font-size: 1rem;
    line-height: 1.25rem;
    border-left: 1px solid #ccc;
    flex-grow: 1; }
    @media (min-width: 768px) {
      .filter-box .radio {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
    .filter-box .radio:first-child {
      border: 0; }
    .filter-box .radio .jcf-radio {
      position: absolute;
      opacity: 0; }
    .filter-box .radio label {
      background: #fff;
      display: block;
      margin: 0;
      padding: 5px;
      text-align: center; }
      @media (min-width: 768px) {
        .filter-box .radio label {
          padding: 8px; } }
      .filter-box .radio label.jcf-label-active {
        background: #068471;
        color: #fff; }
      .filter-box .radio label:hover {
        cursor: pointer; }
  .filter-box .head h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #162a6b;
    font-weight: 700;
    margin: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .filter-box .head h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-right: 200px;
        margin: 0 0 28px; } }
  .filter-box .filter-opener {
    display: block;
    color: #162a6b;
    position: relative;
    padding: 12px 15px 12px 45px; }
    @media (min-width: 768px) {
      .filter-box .filter-opener {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        pointer-events: none; } }
    .filter-box .filter-opener:hover {
      color: #000;
      text-decoration: none; }
      @media (min-width: 768px) {
        .filter-box .filter-opener:hover {
          color: #162a6b; } }
    .filter-box .filter-opener.collapsed:after {
      transform: translateY(-50%) rotate(-90deg);
      margin-top: 0; }
    .filter-box .filter-opener:after {
      font-size: 1.25rem;
      line-height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 18px;
      transform: translateY(-50%) rotate(0);
      font-family: 'FontAwesome';
      content: '\f107';
      transition: 0.3s linear;
      margin-top: -2px; }
      @media (min-width: 768px) {
        .filter-box .filter-opener:after {
          display: none; } }
  .filter-box .close-filters {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #162a6b;
    display: inline-block;
    float: right; }
    @media (min-width: 377px) {
      .filter-box .close-filters {
        width: 50%; } }
    @media (max-width: 376px) {
      .filter-box .close-filters {
        margin-top: 6px; } }
    @media (min-width: 768px) {
      .filter-box .close-filters {
        font-size: 1rem;
        line-height: 1.25rem;
        position: absolute;
        top: 20px;
        right: 30px;
        width: auto; } }
  .filter-box .right .btn-secondary {
    float: right; }
  .filter-box ul {
    letter-spacing: -0.32em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 4px 18px 0; }
    @media (min-width: 768px) {
      .filter-box ul {
        display: block;
        padding: 0; } }
    .filter-box ul li {
      letter-spacing: 0;
      padding-bottom: 16px;
      width: 100%; }
      @media (min-width: 377px) {
        .filter-box ul li {
          width: 48%; } }
      @media (min-width: 768px) {
        .filter-box ul li {
          padding-bottom: 10px;
          display: inline-block;
          vertical-align: top;
          width: 50%;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .filter-box ul li {
          width: 33.333%; } }
      @media (min-width: 1200px) {
        .filter-box ul li {
          width: 19.4%;
          padding-left: 24px;
          padding-bottom: 0;
          padding-right: 0; } }
      .filter-box ul li:last-child {
        width: 100%;
        position: static; }
        @media (min-width: 377px) {
          .filter-box ul li:last-child {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center; } }
        @media (min-width: 768px) {
          .filter-box ul li:last-child {
            text-align: center;
            display: inline-block; } }
        @media (min-width: 992px) {
          .filter-box ul li:last-child {
            width: 33.333%;
            text-align: left; } }
        @media (min-width: 1200px) {
          .filter-box ul li:last-child {
            width: 19.4%; } }
      .filter-box ul li.search {
        width: 100%; }
        @media (min-width: 768px) {
          .filter-box ul li.search {
            width: 50%; } }
        @media (min-width: 992px) {
          .filter-box ul li.search {
            width: 33.333%; } }
        @media (min-width: 1200px) {
          .filter-box ul li.search {
            width: 19.4%; } }
      @media (min-width: 1200px) {
        .filter-box ul li:first-child {
          padding-left: 0;
          width: 34.4%; } }
      .filter-box ul li:nth-of-type(2) {
        display: none; }
      .filter-box ul li.radio-box {
        width: 100%; }
        @media (min-width: 377px) {
          .filter-box ul li.radio-box {
            width: 77%; } }
        @media (min-width: 768px) {
          .filter-box ul li.radio-box {
            width: 50%; } }
        @media (min-width: 992px) {
          .filter-box ul li.radio-box {
            width: 33.333%; } }
        @media (min-width: 1200px) {
          .filter-box ul li.radio-box {
            width: 26%; } }
  .filter-box .input {
    position: relative; }
  .filter-box .form-control {
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1) inset;
    padding: 3px 35px 3px 12px;
    height: 32px;
    color: #000; }
    .filter-box .form-control::-webkit-input-placeholder {
      color: #000; }
    .filter-box .form-control::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .filter-box .form-control:-moz-placeholder {
      color: #000; }
    .filter-box .form-control:-ms-input-placeholder {
      color: #000; }
    .filter-box .form-control.placeholder {
      color: #000; }
    @media (min-width: 768px) {
      .filter-box .form-control {
        font-size: 1.125rem;
        line-height: 1.375rem;
        height: 40px;
        color: #666; }
        .filter-box .form-control::-webkit-input-placeholder {
          color: #666; }
        .filter-box .form-control::-moz-placeholder {
          opacity: 1;
          color: #666; }
        .filter-box .form-control:-moz-placeholder {
          color: #666; }
        .filter-box .form-control:-ms-input-placeholder {
          color: #666; }
        .filter-box .form-control.placeholder {
          color: #666; } }

/* btn styles */
.btn-primary,
.btn-secondary {
  white-space: normal; }

.btn-area {
  text-align: center;
  padding-bottom: 7px; }
  @media (min-width: 768px) {
    .btn-area {
      padding-bottom: 30px; } }
  .btn-area .btn-primary {
    font-size: 1.125rem;
    line-height: 1.375rem;
    background: #cc4b00;
    color: #fff;
    border-color: #cc4b00;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0 0 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .btn-area .btn-primary {
        font-size: 1.375rem;
        line-height: 1.625rem;
        padding: 10px 30px;
        width: auto;
        min-width: 350px; } }
    .btn-area .btn-primary i {
      margin-right: 10px; }
    .btn-area .btn-primary:hover {
      background: #E15E12;
      border-color: #E15E12; }

/* info detail */
.info-detail {
  overflow: hidden;
  position: relative;
  z-index: 9;
  text-align: center; }
  @media (min-width: 768px) {
    .info-detail {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      background: linear-gradient(to bottom, #e4ecf1 0%, #c7dced 100%);
      text-align: left; } }
  .info-detail:after {
    background: linear-gradient(#9db2c3 0%, rgba(160, 181, 198, 0.99) 3%, rgba(170, 191, 208, 0.98) 7%, rgba(171, 192, 209, 0.98) 8%, rgba(177, 198, 215, 0.97) 12%, rgba(182, 203, 220, 0.97) 14%, rgba(198, 219, 236, 0.94) 26%, rgba(200, 221, 238, 0.93) 30%, rgba(200, 221, 238, 0.9) 43%, rgba(196, 217, 234, 0.88) 50%, rgba(193, 214, 231, 0.88) 52%, rgba(186, 209, 227, 0.86) 61%, rgba(171, 194, 212, 0.83) 73%, rgba(165, 188, 204, 0.82) 76%, rgba(163, 184, 201, 0.81) 79%, rgba(152, 173, 190, 0.8) 85%, rgba(134, 155, 172, 0.77) 98%, rgba(97, 113, 123, 0.76) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    z-index: -1; }
    @media (min-width: 768px) {
      .info-detail:after {
        display: none; } }
  .info-detail .container {
    padding-top: 57px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .info-detail .container {
        padding-top: 136px;
        padding-bottom: 50px; } }
  .info-detail .heading {
    display: flex;
    flex-flow: row wrap; }
    @media (min-width: 768px) {
      .info-detail .heading {
        display: block; } }
    .info-detail .heading h2 {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 20px;
      order: 1;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .info-detail .heading h2 {
          font-size: 3rem;
          line-height: 3.25rem;
          margin-bottom: 47px;
          text-align: left; } }
      .info-detail .heading h2 span:not(.category) {
        font-size: 1.25rem;
        line-height: 1.625rem;
        display: block; }
        @media (min-width: 768px) {
          .info-detail .heading h2 span:not(.category) {
            display: inline;
            font-size: 3rem;
            line-height: 3.25rem; } }
    .info-detail .heading .rating-area {
      width: 100%;
      order: 2; }
  .info-detail .box {
    font-size: 1rem;
    line-height: 1.25rem;
    background: #fff;
    padding: 23px 25px 30px;
    color: #000;
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .info-detail .box {
        padding: 30px;
        margin: 0 0 30px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
    @media (min-width: 992px) {
      .info-detail .box {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin: 0 0 47px;
        padding: 30px 30px 34px; } }
    .info-detail .box p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .info-detail .box p {
          margin: 0 0 52px; } }
  .info-detail .text-col {
    background: #fff; }
    @media (min-width: 768px) {
      .info-detail .text-col {
        background: none; } }
  .info-detail .btn-holder {
    text-align: center; }
    .info-detail .btn-holder .btn-primary {
      font-size: 1.125rem;
      line-height: 1.375rem;
      display: block;
      padding: 10px; }
      @media (min-width: 768px) {
        .info-detail .btn-holder .btn-primary {
          font-size: 1.375rem;
          line-height: 1.625rem;
          display: inline-block;
          min-width: 340px; } }
  .info-detail .footer {
    padding-top: 10px;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .info-detail .footer {
        background: none;
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .info-detail .footer {
        padding-top: 0; } }
    .info-detail .footer .social-holder {
      order: 1; }
      @media (min-width: 768px) {
        .info-detail .footer .social-holder {
          order: inherit; } }
    .info-detail .footer .tags-holder {
      order: 2; }
      @media (min-width: 768px) {
        .info-detail .footer .tags-holder {
          order: inherit; } }
    .info-detail .footer .social-networks {
      padding-bottom: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .info-detail .footer .social-networks {
          text-align: right;
          padding-bottom: 0; } }
      @media (min-width: 992px) {
        .info-detail .footer .social-networks {
          text-align: center; } }
  .info-detail .count {
    font-size: 1.5rem;
    line-height: 1.75rem;
    display: block;
    color: #cc4b00;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 768px) {
      .info-detail .count {
        text-align: right; } }
    @media (min-width: 992px) {
      .info-detail .count {
        font-size: 1.75rem;
        line-height: 2rem; } }
  .info-detail .title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    float: left;
    max-width: 100px;
    margin: 3px 4px 0 0;
    padding-top: 1px;
    color: #162a6b; }
    @media (min-width: 377px) {
      .info-detail .title {
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0 15px 0 0; } }
    @media (min-width: 992px) {
      .info-detail .title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-right: 41px; } }
  .info-detail .img {
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .info-detail .img {
        margin: 0; } }
    @media (min-width: 992px) {
      .info-detail .img {
        margin: 0 0 34px; } }
    .info-detail .img img {
      width: 100%;
      height: auto;
      display: block; }
    .info-detail .img .not-available-overlay {
      background-color: rgba(22, 42, 107, 0.72);
      background-image: url(../Images/sonne.svg);
      background-position: 50px center;
      background-repeat: no-repeat;
      background-size: 105px;
      bottom: 0;
      color: #fff;
      font-size: 26px;
      left: 0;
      padding: 130px 20px 0 180px;
      position: absolute;
      right: 0;
      text-align: left;
      top: 0; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .info-detail .img .not-available-overlay {
          background-position: 50px center;
          font-size: 22px;
          padding: 105px 20px 0 175px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .info-detail .img .not-available-overlay {
          background-position: 90px center;
          padding: 180px 20px 0 230px; } }
      @media (max-width: 767.98px) {
        .info-detail .img .not-available-overlay {
          background-position: 30px center;
          font-size: 20px;
          padding: 130px 20px 0 170px; } }
      @media (max-width: 575.98px) {
        .info-detail .img .not-available-overlay {
          font-size: 5vw;
          padding-top: 23%; } }
      @media (max-width: 400px) {
        .info-detail .img .not-available-overlay {
          background-position: 15% center;
          background-size: 30%;
          padding-left: 50%;
          padding-top: 14%; } }

/* detail area */
.collapse-area {
  font-size: 1rem;
  line-height: 1.25rem;
  max-width: 940px;
  margin: 0 auto 30px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #000; }
  @media (min-width: 768px) {
    .collapse-area {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      margin: 0 auto 85px; } }
  .collapse-area.collapse-holder .card-body {
    padding: 12px 23px;
    border: none; }
    @media (min-width: 377px) {
      .collapse-area.collapse-holder .card-body {
        padding: 12px 23px 12px 61px; } }
    @media (min-width: 768px) {
      .collapse-area.collapse-holder .card-body {
        padding: 12px 30px 12px 114px; } }
    .collapse-area.collapse-holder .card-body p {
      margin: 0 0 23px; }
  .collapse-area .block {
    overflow: hidden;
    border-top: 1px solid #fff; }
    .collapse-area .block .top {
      padding-top: 15px;
      position: relative; }
      @media (min-width: 768px) {
        .collapse-area .block .top {
          border-top: 0;
          padding-top: 0; } }
      .collapse-area .block .top:after, .collapse-area .block .top:before {
        background: #ccc;
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        content: '';
        height: 2px; }
        @media (min-width: 768px) {
          .collapse-area .block .top:after, .collapse-area .block .top:before {
            display: none; } }
      .collapse-area .block .top:before {
        top: auto;
        bottom: 0; }
    .collapse-area .block:first-child {
      border-top: 0; }
  .collapse-area .card-body {
    padding: 12px 23px 12px;
    border: none; }
    @media (min-width: 768px) {
      .collapse-area .card-body {
        padding: 12px 30px; } }
    .collapse-area .card-body p {
      margin: 0 0 23px; }
  .collapse-area .list {
    padding-top: 8px; }
    @media (min-width: 768px) {
      .collapse-area .list {
        padding-top: 12px; } }
    .collapse-area .list li {
      position: relative;
      padding: 0 0 20px 35px; }
      @media (min-width: 768px) {
        .collapse-area .list li {
          padding: 0 0 24px 50px; } }
    .collapse-area .list i {
      font-size: 1.5625rem;
      line-height: 1.5625rem;
      position: absolute;
      top: 0;
      left: 0;
      color: #cc4b00; }
      @media (min-width: 768px) {
        .collapse-area .list i {
          font-size: 1.875rem;
          line-height: 1.875rem; } }
  .collapse-area .info {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .collapse-area .info {
        margin-left: -10px;
        margin-bottom: 10px; } }
    .collapse-area .info li {
      padding: 10px 0 0; }
      .collapse-area .info li:first-child {
        padding-top: 0; }
    .collapse-area .info span {
      background: #f0f4f7;
      color: #000;
      padding: 14px 20px 14px 60px;
      position: relative;
      max-width: 377px;
      display: block; }
      @media (min-width: 768px) {
        .collapse-area .info span {
          display: inline-block;
          vertical-align: top;
          min-width: 470px;
          max-width: 100%;
          padding: 16px 20px 16px 60px; } }
    .collapse-area .info i {
      font-size: 1.875rem;
      line-height: 1.875rem;
      margin: 0 10px 0 0;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .collapse-area .info i {
          font-size: 1.875rem;
          line-height: 1.875rem; } }
  .collapse-area .head {
    background: #dbe5ed;
    position: relative;
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    color: #162a6b;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    @media (min-width: 768px) {
      .collapse-area .head {
        padding: 23px 70px 23px 34px;
        border: none; } }
    .collapse-area .head.collapsed .btn-opener:after {
      content: '\f067'; }
    .collapse-area .head:hover {
      text-decoration: none;
      opacity: 0.9;
      color: #000; }
      .collapse-area .head:hover .btn-opener {
        background: #000; }
    .collapse-area .head i {
      font-size: 1.875rem;
      line-height: 1.875rem;
      float: left;
      margin: 0 10px 0 0;
      flex-shrink: 0;
      width: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .collapse-area .head i {
          font-size: 2.8125rem;
          line-height: 2.8125rem;
          margin: 0 30px 0 0;
          width: 46px;
          text-align: center; } }
      @media (min-width: 992px) {
        .collapse-area .head i {
          margin: 0 30px 0 3px; } }
    .collapse-area .head h3 {
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 700;
      overflow: hidden;
      margin: 0;
      flex-grow: 1; }
      @media (min-width: 768px) {
        .collapse-area .head h3 {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
  .collapse-area .btn-opener {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: #162a6b;
    border-radius: 100%;
    color: #dbe5ed; }
    @media (min-width: 768px) {
      .collapse-area .btn-opener {
        width: 26px;
        height: 26px;
        right: 30px; } }
    .collapse-area .btn-opener:after {
      font-size: 0.75rem;
      line-height: 1.125rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'FontAwesome';
      content: '\f068'; }
      @media (min-width: 768px) {
        .collapse-area .btn-opener:after {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .collapse-area .btn-opener:hover {
      background: #000;
      color: #fff;
      text-decoration: none; }
  .collapse-area address {
    display: block; }
    .collapse-area address strong {
      display: block; }
  .collapse-area .link {
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: inline-block;
    vertical-align: top;
    color: #162a6b;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .collapse-area .link {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin: 0 0 20px; } }
    .collapse-area .link:hover {
      text-decoration: none;
      opacity: 0.9; }
    .collapse-area .link i {
      padding-right: 5px; }
    .collapse-area .link .open {
      display: none; }
    .collapse-area .link .closed {
      display: inline-block; }
    .collapse-area .link .fa-plus-circle {
      opacity: 0; }
    .collapse-area .link.collapsed .fa-minus-circle {
      opacity: 1; }
    .collapse-area .link.collapsed .open {
      display: inline-block; }
    .collapse-area .link.collapsed .closed {
      display: none; }
    .collapse-area .link.collapsed .fa-plus-circle {
      opacity: 1; }
    .collapse-area .link.collapsed .fa-minus-circle {
      opacity: 0;
      z-index: 99; }
  .collapse-area .links {
    font-size: 0.875rem;
    line-height: 1.125rem; }
    @media (min-width: 768px) {
      .collapse-area .links {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    .collapse-area .links li {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      padding: 0 0 12px; }
    .collapse-area .links img {
      margin-right: 20px; }
      .collapse-area .links img.logo {
        max-width: 64px; }
        @media (min-width: 768px) {
          .collapse-area .links img.logo {
            max-width: 91px; } }
      .collapse-area .links img.google {
        max-width: 31px; }
        @media (min-width: 768px) {
          .collapse-area .links img.google {
            max-width: 42px; } }
    .collapse-area .links a {
      color: #162a6b;
      text-decoration: none;
      padding: 5px 0;
      text-decoration: underline; }
      .collapse-area .links a:hover {
        border-color: transparent;
        color: #000; }
  .collapse-area .contact-info {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .collapse-area .contact-info {
        padding: 0; } }
    .collapse-area .contact-info address {
      display: block; }
      .collapse-area .contact-info address span {
        display: block; }
      .collapse-area .contact-info address a {
        color: #000; }
    .collapse-area .contact-info ul li {
      font-weight: 700; }
    .collapse-area .contact-info ul a {
      font-weight: 400;
      color: #162a6b; }
  .collapse-area .timings .title {
    display: block;
    font-weight: 700; }
  .collapse-area .timings ul {
    padding: 0 0 30px; }

/* carousel area */
.carousel-area {
  background: linear-gradient(to right, #f7f6dc 0%, #cdccb0 100%); }
  .carousel-area .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .carousel-area .container {
        padding-top: 50px;
        padding-bottom: 60px; } }
  .carousel-area .slick-slider {
    padding: 0 40px;
    max-width: 450px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .carousel-area .slick-slider {
        padding: 0 34px;
        max-width: 100%;
        margin: 0; } }
    @media (min-width: 992px) {
      .carousel-area .slick-slider {
        padding: 0 74px; } }
    .carousel-area .slick-slider img {
      width: 100%;
      height: auto;
      display: block; }
  .carousel-area h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #162a6b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .carousel-area h2 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin-bottom: 61px; } }
    .carousel-area h2 span {
      font-weight: 400;
      display: block; }
      @media (min-width: 768px) {
        .carousel-area h2 span {
          display: inline; } }
  .carousel-area .slick-arrow {
    font-size: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #aab1b9;
    margin-top: -48px; }
    .carousel-area .slick-arrow.slick-next {
      right: 0; }
    .carousel-area .slick-arrow.slick-prev {
      left: 0; }
    .carousel-area .slick-arrow:hover {
      color: #068471; }
    .carousel-area .slick-arrow:focus, .carousel-area .slick-arrow:active {
      outline: none;
      padding: 0; }
  .carousel-area .slick-track {
    display: flex;
    flex-flow: row nowrap; }
  .carousel-area .img-zoom {
    width: 100%; }
  .carousel-area .slide {
    padding: 0 15px 15px;
    display: flex;
    flex-flow: row wrap;
    height: auto; }
    @media (min-width: 992px) {
      .carousel-area .slide {
        padding: 0 20px 15px; } }
  .carousel-area a:not(.btn) {
    display: flex;
    flex-flow: column nowrap;
    color: #162a6b;
    text-decoration: none;
    width: 100%; }
    .carousel-area a:not(.btn):hover .img-zoom img {
      transform: scale(1.1); }
  .carousel-area .textblock {
    font-size: 0.875rem;
    line-height: 1.125rem;
    overflow: hidden;
    background: #fff;
    padding: 0 15px 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 6px;
    flex-grow: 1;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .carousel-area .textblock {
        font-size: 1.25rem;
        line-height: 1.625rem;
        padding: 0 20px 61px; } }
    .carousel-area .textblock .category {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin: 0 -20px 10px;
      display: block;
      font-weight: 500;
      padding: 5px 15px; }
      @media (min-width: 768px) {
        .carousel-area .textblock .category {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    .carousel-area .textblock h3 {
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 700;
      margin: 0;
      color: #162a6b; }
      @media (min-width: 768px) {
        .carousel-area .textblock h3 {
          font-size: 1.75rem;
          line-height: 2rem; } }
      .carousel-area .textblock h3 a {
        color: #162a6b; }
    .carousel-area .textblock .count {
      font-size: 0.875rem;
      line-height: 1.125rem;
      position: absolute;
      bottom: 10px;
      left: 20px;
      color: #cc4b00;
      font-weight: 700;
      display: block; }
      @media (min-width: 768px) {
        .carousel-area .textblock .count {
          font-size: 1.375rem;
          line-height: 1.625rem;
          bottom: 20px;
          left: 20px; } }
  .carousel-area p {
    margin: 0; }

.btn-container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .btn-container {
      padding-top: 66px;
      padding-bottom: 50px; } }
  .btn-container .btn {
    font-size: 1.125rem;
    line-height: 1.375rem;
    width: 100%; }
    @media (min-width: 768px) {
      .btn-container .btn {
        font-size: 1.375rem;
        line-height: 1.625rem;
        width: auto;
        min-width: 350px; } }

/* social networks */
.social-networks {
  text-align: center; }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px; }
    @media (min-width: 992px) {
      .social-networks li {
        margin: 0 7px 5px; } }
    .social-networks li.facebook a {
      font-size: 1.75rem;
      line-height: 1.75rem;
      background: #3b5998; }
    .social-networks li.facebook i {
      position: relative;
      top: 4px;
      left: 3px; }
    .social-networks li.twitter a {
      background: #4099ff; }
    .social-networks li.whatsapp a {
      background: #25d366; }
    .social-networks li.messenger a {
      background: #448aff; }
    .social-networks li.messenger i {
      top: -2px;
      position: relative; }
    .social-networks li.mail a {
      font-size: 1.25rem;
      line-height: 1.25rem;
      background: #808080; }
  .social-networks a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 35px;
    height: 35px;
    background: #3b5998;
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    @media (min-width: 768px) {
      .social-networks a {
        width: 32px;
        height: 32px; } }
    .social-networks a:hover {
      text-decoration: none;
      opacity: 0.8; }
  .social-networks .icon-messenger:before {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff; }

/* tags */
.tag {
  font-size: 0.875rem;
  line-height: 1.125rem;
  background: #162a6b;
  border-radius: 7px;
  padding: 4px 8px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px 5px; }
  @media (min-width: 768px) {
    .tag {
      font-size: 1rem;
      line-height: 1.25rem; } }
  .tag:hover {
    background: #068471;
    color: #fff;
    text-decoration: none; }

.tags {
  overflow: hidden;
  text-align: left; }
  .tags li {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 992px) {
      .tags li .tag {
        margin: 0 14px 5px 5px; } }

.resize-active *,
.resize-active #nav, .resize-active:after, .resize-active:before {
  transition: none !important; }

body.no-desktop {
  		/*		@media only screen and (min-width: $no-desktop) {
                      overflow: hidden;
                  }*/ }
  body.no-desktop #wrapper {
    display: none; }
  @media (max-width: 991.98px) {
    body.no-desktop form#coupon-redeem {
      margin-top: 20px; } }
  body.no-desktop .custom-form .input {
    margin-bottom: 20px;
    overflow: hidden; }
  body.no-desktop .items-holder .category {
    display: block;
    z-index: 9; }
  body.no-desktop .items-holder.coupons h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      body.no-desktop .items-holder.coupons h2 {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    @media (min-width: 992px) {
      body.no-desktop .items-holder.coupons h2 {
        font-size: 1.75rem;
        line-height: 2rem; } }
    body.no-desktop .items-holder.coupons h2 a {
      color: #162a6b;
      text-decoration: none; }
      body.no-desktop .items-holder.coupons h2 a:hover {
        color: #cc4b00; }
  body.no-desktop .c-code {
    font-size: 1rem;
    line-height: 1.25rem;
    line-height: 1.5;
    color: #162a6b;
    font-weight: 400;
    display: block;
    border: 1px solid #ccc;
    padding: 12px 10px;
    text-align: center;
    margin: 0 0 18px; }
    body.no-desktop .c-code a {
      text-decoration: none; }
  body.no-desktop #redeem-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: block;
    padding: 10px; }
  body.no-desktop .redemption-url a {
    width: 100%; }
  body.no-desktop .modal {
    z-index: 9999;
    border-radius: 0;
    text-align: center; }
    body.no-desktop .modal.mobile.show .modal-dialog {
      margin: 0.5rem 10px; }
      @media only screen and (min-width: 580px) {
        body.no-desktop .modal.mobile.show .modal-dialog {
          margin: 0.5rem auto; } }
  body.no-desktop .modal-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #162a6b;
    font-weight: 400; }
    body.no-desktop .modal-title strong {
      font-weight: 700; }
  body.no-desktop .modal-body {
    text-align: center; }
  body.no-desktop .modal-content {
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #95989a; }
  body.no-desktop .modal-dialog {
    margin: 0.5rem auto; }
  body.no-desktop .modal-header {
    padding: 18px 27px 0;
    border: none; }
    body.no-desktop .modal-header .close {
      position: absolute;
      top: 8px;
      right: 14px;
      color: #162a6b;
      opacity: 1;
      margin: 0;
      padding: 0; }
      body.no-desktop .modal-header .close:hover {
        color: #000; }
  body.no-desktop .modal-footer {
    display: block;
    border: none;
    padding: 0 20px 20px; }
    body.no-desktop .modal-footer .btn-primary,
    body.no-desktop .modal-footer .btn-secondary {
      font-size: 1.125rem;
      line-height: 1.375rem;
      padding: 8px 10px;
      display: block;
      width: 100%;
      margin: 0 0 15px; }
  body.no-desktop .items-holder.coupons .header {
    margin-bottom: 0;
    padding-bottom: 0; }
    body.no-desktop .items-holder.coupons .header:after {
      display: none; }
  body.no-desktop .items-holder.coupons .bottom-info span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: #4c4c4c;
    display: block; }

.warning {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 0 10px 0px;
  position: relative;
  color: #000;
  text-align: left; }
  @media (min-width: 377px) {
    .warning {
      padding: 11px 18px 0px; } }
  .warning i {
    font-size: 1.875rem;
    line-height: 1.875rem;
    float: left;
    max-width: 39px;
    margin: 0 10px 0 0;
    color: #162a6b; }
  .warning p {
    overflow: hidden;
    margin: 0 0 18px !important; }

/* desktop warning */
.desktop-warning {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
  overflow: auto;
  z-index: 9999;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 1025px) {
    .desktop-warning {
      display: block; } }
  .desktop-warning .content {
    max-width: 854px;
    margin: 300px auto 0;
    background: #fff;
    padding: 30px 50px 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #95989a; }
  .desktop-warning .text {
    max-width: 450px;
    margin: 0 auto; }
  .desktop-warning h2 {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    color: #162a6b;
    font-weight: 400;
    margin: 0 auto 30px;
    max-width: 530px; }
  .desktop-warning h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 60px; }
  .desktop-warning .btn-secondary {
    font-size: 1.125rem;
    line-height: 1.375rem;
    min-width: 270px;
    text-align: center;
    margin: 0; }

/* about holder */
.about-holder {
  font-size: 1rem;
  line-height: 1.25rem;
  max-width: 941px;
  margin: 0 auto 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .about-holder {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin: 0 auto 40px; } }
  .about-holder .heading {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .about-holder .heading {
        padding-bottom: 50px; } }
  .about-holder h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .about-holder h1 {
        font-size: 2.25rem;
        line-height: 2.5rem; } }
  .about-holder .collapse-area {
    border: none;
    box-shadow: none; }
    .about-holder .collapse-area .block {
      margin-bottom: 20px;
      text-align: left; }

.faq-info {
  font-size: 1rem;
  line-height: 1.25rem;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.16) inset;
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .faq-info {
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding-top: 70px;
      margin-bottom: 62px; } }
  .faq-info h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #162a6b;
    margin: 0 0 20px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .faq-info h2 {
        font-size: 2.25rem;
        line-height: 2.5rem; } }
  .faq-info p {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .faq-info p {
        margin: 0 0 75px; } }

/*Balance Page*/
.overview-section {
  background-image: linear-gradient(180deg, #e2eaf0 0%, #ffffff 100%); }
  .overview-section .container {
    padding-top: 67px;
    padding-bottom: 29px; }
    @media (min-width: 768px) {
      .overview-section .container {
        padding-top: 100px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      .overview-section .container {
        padding-top: 132px;
        padding-bottom: 89px; } }
  .overview-section .holder {
    max-width: 940px;
    margin: 0 auto; }
  .overview-section .intro {
    margin: 0 0 26px;
    letter-spacing: -0.5px; }
    @media (min-width: 768px) {
      .overview-section .intro {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin: 0 0 31px; } }
  .overview-section h1 {
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .overview-section h1 {
        margin: 0 0 33px; } }
  .overview-section .title {
    display: block;
    margin: 0 0 11px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .overview-section .title {
        color: #666;
        font-weight: 700;
        margin: 0 0 29px; } }
  .overview-section .sub-title {
    color: #162a6b;
    display: block;
    font-weight: 400;
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .overview-section .sub-title {
        margin: 0 0 34px; } }
    .overview-section .sub-title span {
      font-weight: 700; }
  .overview-section .expiry-day {
    display: block;
    margin: 0 0 36px;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.25rem; }
    @media (min-width: 992px) {
      .overview-section .expiry-day {
        margin: 0 0 75px; } }
    .overview-section .expiry-day strong {
      display: block; }
      @media (min-width: 768px) {
        .overview-section .expiry-day strong {
          display: inline-block;
          vertical-align: top;
          color: #162a6b; } }

.current-balance {
  color: #cc4b00;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 19px 29px;
  min-width: 272px;
  padding: 8px 50px 10px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc; }
  @media (min-width: 768px) {
    .current-balance {
      min-width: 375px;
      padding: 11px 50px;
      margin: 0 0 24px 48px; } }
  @media (min-width: 992px) {
    .current-balance {
      font-size: 2rem;
      line-height: 2.25rem;
      padding: 11px 50px; } }
  .current-balance:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 72px;
    height: 72px;
    background: url(../Images/icon01.svg);
    background-size: 100% 100%;
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .current-balance:before {
        width: 100px;
        height: 100px; } }

.select-date {
  margin: 0 -5px; }
  @media only screen and (min-width: 377px) {
    .select-date {
      margin: 0; } }
  .select-date li {
    padding: 0 30px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    @media (min-width: 992px) {
      .select-date li {
        padding: 0 60px 10px 18px; } }
    .select-date li:last-of-type {
      padding-right: 5px;
      padding-top: 15px;
      display: block;
      text-align: center; }
      @media (min-width: 576px) {
        .select-date li:last-of-type {
          padding-top: 0;
          display: inline-block;
          text-align: right; } }
  .select-date label {
    color: #162a6b;
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    @media (min-width: 992px) {
      .select-date label {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    .select-date label:hover {
      cursor: pointer; }
  .select-date .form-control {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
    padding-left: 2px;
    width: 100px;
    height: 29px;
    border-radius: 0;
    margin: 0 5px; }
    @media (min-width: 992px) {
      .select-date .form-control {
        font-size: 0.875rem;
        line-height: 0.875rem;
        padding-right: 12px;
        padding-left: 12px;
        width: 130px;
        height: 50px;
        margin: 0 10px; } }
    .select-date .form-control:focus {
      box-shadow: none; }
  .select-date .icon {
    color: #162a6b;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    right: 10px; }
    @media (min-width: 992px) {
      .select-date .icon {
        font-size: 2.5rem;
        line-height: 2.5rem; } }
  .select-date .btn {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 29px;
    width: 70%; }
    @media (min-width: 576px) {
      .select-date .btn {
        min-width: 1px;
        width: auto; } }
    @media (min-width: 768px) {
      .select-date .btn {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
    @media (min-width: 992px) {
      .select-date .btn {
        font-size: 1.375rem;
        line-height: 1.625rem;
        height: 50px; } }

.table {
  color: #666;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.7); }
  @media (min-width: 992px) {
    .table {
      font-size: 1.25rem;
      line-height: 1.8125rem; } }
  .table thead {
    color: #fff;
    background: #068471; }
    .table thead th {
      padding: 5px;
      font-weight: 500;
      border: 0; }
      @media only screen and (min-width: 377px) {
        .table thead th {
          padding: 5px 14px; } }
      @media (min-width: 768px) {
        .table thead th {
          padding: 10px 12px; } }
      @media (min-width: 992px) {
        .table thead th {
          padding: 11px 30px; } }
      .table thead th + th {
        border-left: 1px solid rgba(255, 255, 255, 0.31); }
  .table tbody {
    border-top: 1px solid #ccc; }
    .table tbody td {
      padding: 5px; }
      @media only screen and (min-width: 377px) {
        .table tbody td {
          padding: 9px 12px; } }
      @media (min-width: 768px) {
        .table tbody td {
          padding: 10px 12px; } }
      @media (min-width: 992px) {
        .table tbody td {
          padding: 10px 30px; } }
  .table tbody tr:nth-of-type(2n+1) {
    background: #f0f4f7; }
  .table .col3,
  .table .col1 {
    font-weight: 700; }
  .table .col3 {
    color: #068471; }
    .table .col3.negative {
      color: #cc4b00; }
  .table td strong {
    color: #162a6b;
    display: block; }

/* Topics  */
.topics-block {
  margin-bottom: 30px; }
  .topics-block .box-holder {
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .topics-block .box-holder {
        margin-bottom: 50px; } }
  .topics-block .faq-info h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #162a6b;
    margin: 0 0 20px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .topics-block .faq-info h2 {
        font-size: 2.25rem;
        line-height: 2.5rem; } }
  .topics-block .col {
    display: flex;
    flex-flow: row wrap; }
  .topics-block .box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 100%;
    transition: 0.2s linear; }
    @media (min-width: 377px) {
      .topics-block .box {
        padding: 20px; } }
    @media (min-width: 768px) {
      .topics-block .box {
        padding: 30px 10px;
        margin-bottom: 43px; } }
    .topics-block .box:hover {
      text-decoration: none;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
      opacity: 0.8; }
    .topics-block .box .text {
      display: flex;
      flex-flow: column nowrap; }
  .topics-block .ico-holder {
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .topics-block .ico-holder {
        height: 150px;
        margin-bottom: 11px; } }
    .topics-block .ico-holder img {
      max-width: 60%;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .topics-block .ico-holder img {
          max-width: 100%; } }
  .topics-block h3 {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 700;
    color: #162a6b;
    margin: 0;
    text-align: center; }
    @media (min-width: 377px) {
      .topics-block h3 {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 768px) {
      .topics-block h3 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }

.hide {
  display: none; }

/* footer */
#footer {
  overflow: hidden;
  position: relative; }
  #footer:after {
    border-top: 1px solid #ccc;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
    height: 3px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    content: ''; }
    @media (min-width: 768px) {
      #footer:after {
        left: 0;
        right: 0; } }
  #footer .container {
    padding-top: 20px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #footer .container {
        padding-top: 45px;
        padding-bottom: 45px; } }
  #footer .col {
    order: 1; }
    @media (min-width: 768px) {
      #footer .col {
        order: inherit; } }
  #footer .copyright-holder {
    order: 2; }
    @media (min-width: 768px) {
      #footer .copyright-holder {
        order: inherit; } }
  #footer .copyright {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    display: block;
    color: #95989a;
    text-align: center; }
    @media (min-width: 768px) {
      #footer .copyright {
        font-size: 0.875rem;
        line-height: 1.375rem;
        text-align: left; } }
    #footer .copyright a {
      color: #95989a; }
      #footer .copyright a:hover {
        text-decoration: none;
        color: #cc4b00; }
  #footer .f-nav {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center; }
    @media only screen and (min-width: 377px) {
      #footer .f-nav {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 768px) {
      #footer .f-nav {
        text-align: right; } }
    @media (min-width: 992px) {
      #footer .f-nav {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
    #footer .f-nav li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 9px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #footer .f-nav li {
          padding: 0 7px;
          margin: 0; } }
      @media (min-width: 992px) {
        #footer .f-nav li {
          padding: 0 15px; } }
      @media (min-width: 1200px) {
        #footer .f-nav li {
          padding: 0 33px; } }
      #footer .f-nav li:first-child:after {
        display: none; }
      #footer .f-nav li:last-child {
        padding-right: 0; }
      #footer .f-nav li:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 12px;
        width: 2px;
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #e0e0e0;
        content: '';
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        top: 5px;
        left: -2px;
        border-radius: 2px; }
        @media (min-width: 768px) {
          #footer .f-nav li:after {
            border-left: 1px solid #666;
            border-right: 1px solid #666; } }
    #footer .f-nav a {
      color: #808080; }
      @media (min-width: 768px) {
        #footer .f-nav a {
          color: #666; } }
      #footer .f-nav a:hover {
        text-decoration: none;
        color: #cc4b00; }

/* about area */
.about-area {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #4c4c4c; }
  @media (min-width: 768px) {
    .about-area {
      font-size: 0.875rem;
      line-height: 1.25rem; } }
  @media (min-width: 992px) {
    .about-area {
      font-size: 1.125rem;
      line-height: 1.375rem; } }
  @media (min-width: 1200px) {
    .about-area {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  .about-area .container {
    padding-top: 25px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .about-area .container {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .about-area h2 {
    margin: 0 0 40px; }
  .about-area img {
    display: block;
    max-width: 47px;
    margin: 0 auto 10px; }
    @media (min-width: 768px) {
      .about-area img {
        max-width: 50px;
        margin: 0 auto 30px; } }
    @media (min-width: 992px) {
      .about-area img {
        max-width: 60px; } }
  .about-area .col-holder {
    counter-reset: newCounter; }
    @media (min-width: 768px) {
      .about-area .col-holder {
        padding-top: 40px; } }
  .about-area .col {
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    padding-bottom: 20px; }
    @media (min-width: 377px) {
      .about-area .col {
        padding-left: 61px;
        padding-right: 61px;
        padding-bottom: 27px; } }
    @media (min-width: 768px) {
      .about-area .col {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      .about-area .col {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 84px; } }
    @media (min-width: 1200px) {
      .about-area .col {
        padding-left: 55px;
        padding-right: 37px; } }
    .about-area .col p {
      position: relative;
      padding-left: 40px; }
      @media (min-width: 377px) {
        .about-area .col p {
          padding-left: 46px; } }
      @media (min-width: 768px) {
        .about-area .col p {
          padding-left: 35px; } }
      @media (min-width: 992px) {
        .about-area .col p {
          padding-left: 65px; } }
      .about-area .col p:before {
        font-size: 2.25rem;
        line-height: 2.25rem;
        position: absolute;
        top: -2px;
        left: 0;
        counter-increment: newCounter;
        content: counters(newCounter,".") ". ";
        color: #cc4b00;
        font-weight: 700; }
        @media (min-width: 768px) {
          .about-area .col p:before {
            transform: translateY(-50%);
            top: 50%; } }
        @media (min-width: 992px) {
          .about-area .col p:before {
            font-size: 3.5rem;
            line-height: 3.5rem; } }
  .about-area .btn-holder {
    padding-top: 25px; }
    @media (min-width: 768px) {
      .about-area .btn-holder {
        padding-bottom: 36px; } }
    .about-area .btn-holder .btn-primary,
    .about-area .btn-holder .btn-secondary {
      margin: 0 0 29px;
      display: block; }
      @media (min-width: 768px) {
        .about-area .btn-holder .btn-primary,
        .about-area .btn-holder .btn-secondary {
          display: inline-block;
          margin: 0 10px 10px; } }
      @media (min-width: 1200px) {
        .about-area .btn-holder .btn-primary,
        .about-area .btn-holder .btn-secondary {
          min-width: 353px; } }

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility,
.wcag-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  height: auto;
  left: 0;
  position: fixed;
  width: auto;
  z-index: 100; }

.stars {
  /* #1132 */
  display: none !important;
  color: #cc4b00;
  font-size: 16px;
  float: left;
  padding: 3px 0 0; }
  @media (min-width: 768px) {
    .stars {
      font-size: 24px;
      padding: 5px 0 0; } }
  .stars li {
    display: inline-block;
    vertical-align: top; }

.rating-area {
  overflow: hidden;
  line-height: 1;
  padding: 0 0 12px; }
  @media (min-width: 768px) {
    .rating-area {
      padding: 0 0 7px; } }
  .rating-area .category {
    float: left;
    min-width: inherit;
    margin: 0 15px 0 0; }

.ui-datepicker .ui-datepicker-header {
  background: #068471;
  color: #fff; }

/* Register*/
.form-holder {
  color: #000; }
  .form-holder .container {
    max-width: 600px; }
  .form-holder .form-control {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    border-radius: 0; }
  .form-holder .form-group {
    margin-bottom: 9px; }
  .form-holder label,
  .form-holder .label {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #4c4c4c;
    margin-bottom: 5px;
    font-weight: 700;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .form-holder label,
      .form-holder .label {
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 10px; } }
  .form-holder .btn-area {
    padding-top: 22px; }
  .form-holder p {
    margin-bottom: 30px; }
  .form-holder h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #162a6b; }
    @media (min-width: 768px) {
      .form-holder h2 {
        font-size: 2.25rem;
        line-height: 2.5rem; } }
    .form-holder h2 span {
      font-weight: 400; }
    .form-holder h2 .fa {
      margin-right: 12px; }
  .form-holder h1 {
    margin-bottom: 29px; }
  .form-holder input {
    padding-top: 10px;
    padding-bottom: 9px; }

.form-login,
.action-code {
  background-image: linear-gradient(180deg, #e2eaf0 0%, #ffffff 100%); }
  .form-login > .container,
  .action-code > .container {
    padding-top: 22px;
    padding-bottom: 18px; }
    @media (min-width: 768px) {
      .form-login > .container,
      .action-code > .container {
        padding-top: 50px; } }
    @media (min-width: 992px) {
      .form-login > .container,
      .action-code > .container {
        padding-top: 89px; } }
  .form-login .heading,
  .action-code .heading {
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 1.4; }
  .form-login .holder,
  .action-code .holder {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .form-login .holder,
      .action-code .holder {
        max-width: 360px; } }
  @media (min-width: 768px) {
    .form-login .btn,
    .action-code .btn {
      width: 100%; } }
  .form-login p,
  .action-code p {
    margin-bottom: 18px; }

.action-code > .container {
  padding-top: 29px;
  padding-bottom: 20px; }
.action-code h2 {
  margin-bottom: 17px; }

.form-login label {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 700; }

.message-error {
  display: none; }

/* Profile */
.intro-profile {
  line-height: 1.4; }
  .intro-profile.container {
    padding-bottom: 14px; }
  .intro-profile h1 {
    margin-bottom: 10px; }
  .intro-profile p {
    margin-bottom: 20px; }

.username {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  margin-bottom: 18px;
  color: #4c4c4c;
  font-weight: 700; }
  @media (min-width: 768px) {
    .username {
      font-size: 1.25rem;
      line-height: 1.25rem; } }
  @media (min-width: 992px) {
    .username {
      font-size: 1.625rem;
      line-height: 1.625rem; } }

.checkbox-form label {
  display: block; }
.checkbox-form .jcf-checkbox {
  margin-left: 22px;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #95989a; }
  .checkbox-form .jcf-checkbox span {
    top: 8px;
    left: 9px;
    width: 15px;
    height: 9px; }
.checkbox-form label {
  font-size: 0.75rem;
  line-height: 0.875rem; }
.checkbox-form .txt-label {
  margin-left: 62px;
  display: block;
  color: #000;
  overflow: hidden;
  text-align: left;
  font-weight: 400; }

.info-list {
  margin: 0 auto 33px;
  padding-top: 15px;
  max-width: 300px; }
  @media (min-width: 768px) {
    .info-list {
      max-width: 335px; } }
  .info-list > li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 4px; }
    .info-list > li:before {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 18px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #000; }

/* Ratings*/
.ratings-block .header-wrapper {
  position: relative;
  padding-bottom: 20px;
  color: #000; }
  @media (min-width: 768px) {
    .ratings-block .header-wrapper {
      margin-bottom: 20px;
      padding-bottom: 40px; } }
  .ratings-block .header-wrapper:after {
    border-top: 1px solid #ccc;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    content: ''; }
    @media (min-width: 768px) {
      .ratings-block .header-wrapper:after {
        left: 0;
        right: 0; } }
  .ratings-block .header-wrapper .stars {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 0;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .ratings-block .header-wrapper .stars {
        font-size: 1.5rem;
        line-height: 1.625rem;
        margin-right: 25px; } }
  .ratings-block .header-wrapper .category {
    margin-left: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .ratings-block .header-wrapper .category {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .ratings-block .header-wrapper .category {
        margin-bottom: 40px; } }
  .ratings-block .header-wrapper .rating {
    font-size: 1rem;
    line-height: 1.125rem;
    padding-left: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .ratings-block .header-wrapper .rating {
        font-size: 1.5rem;
        line-height: 1.625rem; } }
    .ratings-block .header-wrapper .rating span {
      display: inline-block;
      vertical-align: top; }
  @media (min-width: 768px) {
    .ratings-block .header-wrapper h1 {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .ratings-block .header-wrapper h1 {
      margin-bottom: 40px; } }

/*  Comments  */
.comments-list {
  padding-top: 20px;
  padding-left: 0px;
  margin-bottom: 42px; }
  .comments-list p {
    margin-bottom: 0; }

.comment {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 15px;
  color: #162a6b;
  text-align: left; }
  @media (min-width: 768px) {
    .comment {
      font-size: 1rem;
      line-height: 1.25rem;
      margin-bottom: 40px; } }
  .comment .headline {
    padding-left: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .comment .headline {
        padding-left: 15px; } }
    .comment .headline span {
      display: inline-block;
      vertical-align: top;
      padding-top: 2px; }
  .comment .stars {
    font-size: 0.625rem;
    line-height: 0.625rem;
    padding-top: 2px;
    margin-bottom: 0;
    margin-right: 21px; }
    @media (min-width: 768px) {
      .comment .stars {
        font-size: 1rem;
        line-height: 1.25rem; } }

.comment-body {
  padding: 7px;
  margin-bottom: 1px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .comment-body {
      padding: 15px;
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .comment-body + .holder {
      margin-left: 20px; } }
  .comment-body .meta {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .comment-body .meta {
        margin-bottom: 10px; } }
  .comment-body .author,
  .comment-body .date {
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #666666;
    font-weight: bold; }
    @media (min-width: 768px) {
      .comment-body .author,
      .comment-body .date {
        font-size: 1rem;
        line-height: 1.25rem; } }
  .comment-body .date {
    flex: 0 0 60px; }
    @media (min-width: 768px) {
      .comment-body .date {
        flex: 0 0 100px; } }
  .comment-body .author {
    flex: 0 0 auto; }
  .comment-body .comment-txt {
    letter-spacing: .3px; }

/* Rate */
.rate-coupon {
  color: #000; }
  .rate-coupon .container {
    margin: 0 auto;
    max-width: 600px; }
    @media (min-width: 768px) {
      .rate-coupon .container {
        padding-bottom: 50px; } }
  .rate-coupon h2 {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .rate-coupon h2 {
        margin-bottom: 20px; } }
  .rate-coupon textarea {
    padding: 14px 24px 14px 16px;
    margin: 0 auto; }

.rate-box {
  margin-bottom: 10px; }

.rate {
  display: inline-block;
  border: 0; }
  .rate > input {
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .rate > label {
    margin-bottom: 0;
    float: right;
    color: #cccccc;
    font-weight: normal; }
    .rate > label:before {
      font-size: 1.25rem;
      line-height: 1.25rem;
      display: inline-block;
      vertical-align: top;
      margin: 0;
      cursor: pointer;
      font-family: FontAwesome;
      content: "\f006 "; }
  .rate > .half:before {
    content: "\f089 ";
    position: absolute;
    color: transparent; }
  .rate > label:not(.half):hover,
  .rate > label:hover ~ label:not(.half) {
    color: #cc4b00; }
    @media (min-width: 1200px) {
      .rate > label:not(.half):hover,
      .rate > label:hover ~ label:not(.half) {
        color: #068471; } }
    .rate > label:not(.half):hover:before,
    .rate > label:hover ~ label:not(.half):before {
      content: "\f005 "; }
  .rate > label.half:hover:before {
    color: #cc4b00; }
    @media (min-width: 1200px) {
      .rate > label.half:hover:before {
        color: #068471; } }
  .rate > input[type='radio']:checked ~ label:not(.half) {
    color: #cc4b00; }
    .rate > input[type='radio']:checked ~ label:not(.half):before {
      content: "\f005 "; }
  .rate > input[type='radio']:checked + label.half:before {
    color: #cc4b00; }
  .rate > input[type='radio']:checked + label:hover,
  .rate > input[type='radio']:checked ~ label:hover,
  .rate > input[type='radio']:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
    color: #cc4b00; }
    @media (min-width: 1200px) {
      .rate > input[type='radio']:checked + label:hover,
      .rate > input[type='radio']:checked ~ label:hover,
      .rate > input[type='radio']:checked ~ label:hover ~ label,
      .rate > label:hover ~ input:checked ~ label {
        color: #068471; } }

.coupon-block {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 21px;
  color: #162a6b; }
  @media (min-width: 576px) {
    .coupon-block {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    .coupon-block {
      margin-bottom: 50px; } }
  .coupon-block .container {
    position: relative;
    padding-top: 18px;
    padding-bottom: 24px; }
    @media (min-width: 768px) {
      .coupon-block .container {
        padding-top: 35px;
        padding-bottom: 35px; } }
    .coupon-block .container:after, .coupon-block .container:before {
      border-top: 1px solid #ccc;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
      height: 3px;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      content: ''; }
      @media (min-width: 768px) {
        .coupon-block .container:after, .coupon-block .container:before {
          left: 0;
          right: 0; } }
    .coupon-block .container:before {
      top: 100%; }
  .coupon-block .col-text {
    padding-left: 0;
    padding-right: 20px; }
  .coupon-block .category {
    margin-left: 0; }
    @media (min-width: 576px) {
      .coupon-block .category {
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin-bottom: 15px; } }
  .coupon-block .count {
    color: #cc4b00;
    font-weight: 700; }
  .coupon-block h3 {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700; }
    @media (min-width: 576px) {
      .coupon-block h3 {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .coupon-block h3 {
        font-size: 1.75rem;
        line-height: 1.875rem; } }
  .coupon-block p {
    margin-bottom: 12px; }
    @media (min-width: 576px) {
      .coupon-block p {
        margin-bottom: 20px; } }

.fce-teaser .white-on-green {
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  color: #fff;
  background: #068471;
  height: 32px;
  position: relative;
  word-break: break-all; }
.fce-teaser .white-on-green.fade-out:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 32px;
  background: linear-gradient(to right, rgba(0, 156, 132, 0), #009c84 50%); }
.fce-teaser h4, .fce-teaser h6 {
  font-weight: bold; }
.fce-teaser a:hover {
  text-decoration: none; }
.fce-teaser .blue {
  color: #162a6b; }
.fce-teaser .card-block {
  margin-top: 15px;
  margin-bottom: 15px; }
.fce-teaser .img-zoom {
  box-shadow: none; }

/* Error */
.input-error .form-control,
.input-error .jcf-radio,
.input-error .jcf-checkbox {
  border-color: #f00; }
.input-error .rate label {
  color: #f00; }
.input-error .message-error {
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  padding-top: 5px;
  color: #f00;
  font-weight: 700; }

.reset-icon {
  cursor: pointer;
  opacity: .25;
  position: absolute;
  right: 11px;
  top: 11px; }
  @media (max-width: 767.98px) {
    .reset-icon {
      top: 7px; } }
  .reset-icon:hover {
    opacity: 1;
    text-decoration: none; }

@media (max-width: 1199.98px) {
  .clear-keyword {
    right: 25px; } }
@media (max-width: 767.98px) {
  .clear-keyword {
    right: 11px; } }

.clear-input {
  margin-left: 115px;
  right: auto;
  top: 15px; }
  @media (max-width: 991.98px) {
    .clear-input {
      margin-left: 87px;
      top: 8px; } }

.filter-box li:first-child {
  position: relative; }
  .filter-box li:first-child .jcf-select .jcf-select-opener {
    right: 24px; }

.anchor {
  margin-top: -75px;
  position: absolute;
  visibility: hidden; }
  @media (max-width: 767.98px) {
    .anchor {
      margin-top: -49px; } }

a[href^="tel:"] {
  color: inherit; }
  @media (max-width: 991.98px) {
    a[href^="tel:"] {
      text-decoration: underline; } }

.filter-info {
  color: #162a6b;
  font-size: 24px;
  text-align: center; }

.ui-datepicker-calendar .ui-state-highlight {
  background-color: #cc4b00 !important;
  border-color: #cc4b00 !important;
  color: #fff !important; }
.ui-datepicker-calendar .ui-state-active {
  background-color: #068471 !important;
  border-color: #017b68 !important; }

.is-bought .btn-holder {
  display: none; }

.is-bought-overlay {
  align-items: center;
  animation: isBoughtTransition 1s;
  animation-fill-mode: both;
  background-color: rgba(22, 42, 107, 0.65);
  background-image: url(../Images/sonne.svg);
  background-repeat: no-repeat;
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0; }
@keyframes isBoughtTransition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .is-bought .is-bought-overlay {
    display: flex;
    opacity: 1; }
  .items-holder .is-bought-overlay {
    background-position: 24px center;
    background-size: 50px;
    padding: 0 20px 0 90px; }
    @media (max-width: 1199.98px) {
      .items-holder .is-bought-overlay {
        font-size: 1em; } }
    @media (max-width: 991.98px) {
      .items-holder .is-bought-overlay {
        background-position: center center;
        color: transparent; } }
  .info-detail .is-bought-overlay {
    background-position: 105px center;
    background-size: 105px;
    font-size: 40px;
    padding: 0 20px 0 240px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .info-detail .is-bought-overlay {
        background-position: 70px center;
        font-size: 35px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .info-detail .is-bought-overlay {
        background-position: 170px center;
        padding-left: 300px; } }
    @media (max-width: 767.98px) {
      .info-detail .is-bought-overlay {
        background-position: 90px center;
        font-size: 35px; } }
    @media (max-width: 575.98px) {
      .info-detail .is-bought-overlay {
        font-size: 6vw; } }

.modal-body h2 {
  color: #162a6b;
  font-weight: bold;
  text-align: center; }
  .modal-body h2 span {
    font-weight: normal; }

.modal-header,
.modal-footer {
  border: none; }

a {
  color: #162a6b; }

.login-form label {
  position: relative;
  margin-bottom: .2rem;
  font-weight: bold;
  font-size: .875rem;
  color: #666; }
  .login-form label + a {
    font-size: .875rem; }
.login-form .form-control {
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b5b0;
  border-radius: 0; }

.online-info {
  font-size: .9rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 45px; }
  .online-info:before {
    font-family: 'FontAwesome';
    font-size: 2rem;
    content: '\f06a';
    margin-left: -45px;
    position: absolute; }

.lds-spinner {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite; }
    .lds-spinner div:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 3px;
      left: 29px;
      width: 5px;
      height: 14px;
      border-radius: 20%;
      background: #162a6b; }
    .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s; }
    .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s; }
    .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s; }
    .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s; }
    .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s; }
    .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s; }
    .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s; }
    .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s; }
    .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s; }
    .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s; }
    .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s; }
    .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=main.css.map */
