/* line 3, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab {
  position: relative;
}

/* line 6, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-scroll {
  padding: 12px 0 12px 25px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
/* line 22, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-scroll [class^="icon-"]:before,
.resp-tab-scroll [class*=" icon-"]:before {
  font-size: 16px;
  margin-left: 8px;
}

/* line 27, ../../scss/plugins/easy-responsive-tabs.scss */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

/* line 32, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tabs-list {
  overflow: hidden;
  white-space: nowrap;
}

/* line 36, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-item {
  font-size: 25px;
  font-size: 1.66667rem;
  text-transform: none;
  color: rgba(29, 29, 29, 0.6);
  font-family: "Pathway Gothic One", sans-serif;
  background: #ebebeb;
  display: inline-block;
  padding: 12px 14px;
  margin: 0 0 0 5px;
  list-style: none;
  cursor: pointer;
  float: none;
  line-height: 19px;
}
/* line 50, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-item:first-child {
  margin: 0;
}

/* line 55, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tabs-container {
  padding: 0px;
  clear: left;
}

/* line 60, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

/* line 66, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-content {
  display: none;
  padding: 0;
}

/* line 71, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-active {
  background: #d51c5a;
  color: white;
  border-bottom: none;
  line-height: 28px;
  vertical-align: bottom;
}

/* line 79, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-content-active, .resp-accordion-active {
  display: block;
}

/* line 82, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-content {
  background: white;
  margin: 36px 0;
}

/* line 87, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-accordion {
  background: #d51c5a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 40px;
  margin: 0 -15px 2px;
  padding: 0 15px;
}

/* line 96, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-tab-active {
  /*margin-bottom: 0px !important;
  padding: 10px 15px !important;*/
}

/* line 101, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-tab-title:last-child {
  background: blue;
}

/*-----------Vertical tabs-----------*/
/* line 105, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

/* line 110, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

/* line 118, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

/* line 128, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-vtabs .resp-tab-content {
  border: none;
}

/* line 132, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-vtabs li.resp-tab-active {
  background-color: #d51c5a;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
}

/* line 140, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-arrow {
  float: right;
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 20px;
}
/* line 147, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-arrow:after {
  display: block;
  font-family: "icomoon";
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: auto;
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 37px;
  content: "\e606";
  float: right;
  position: absolute;
  right: 0;
  color: white;
  top: 0;
}

/* line 167, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-tab-active span.resp-arrow:after {
  content: "\e607";
}

/*-----------Accordion styles-----------*/
/* line 173, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-tab-active {
  /*background: #DBDBDB !important;*/
}

/* line 176, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

/* line 179, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

/* line 183, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

/* line 187, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-jfit {
  width: 100%;
  margin: 0px;
}

/* line 192, ../../scss/plugins/easy-responsive-tabs.scss */
.resp-tab-content-active {
  display: block;
}

/* line 196, ../../scss/plugins/easy-responsive-tabs.scss */
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}

/*TAB TYPE 2*/
/* line 204, ../../scss/plugins/easy-responsive-tabs.scss */
.discover-tab .resp-tabs-list {
  border-bottom: 6px solid #d51c5a;
}
/* line 208, ../../scss/plugins/easy-responsive-tabs.scss */
.discover-tab .resp-tab-item {
  min-width: 25%;
}
/* line 212, ../../scss/plugins/easy-responsive-tabs.scss */
.discover-tab .resp-tab-active {
  line-height: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 1219px) {
  /* line 218, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-tab-item {
    font-size: 20px;
  }

  /* line 221, ../../scss/plugins/easy-responsive-tabs.scss */
  .discover-tab .resp-tab-item {
    font-size: 18px;
  }

  /* line 224, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-tabs-content p {
    font-size: 12px;
  }

  /* line 229, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-tab-content p + p,
  .resp-tab-content .p + .p {
    margin-top: 10px !important;
  }
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  /* line 237, ../../scss/plugins/easy-responsive-tabs.scss */
  .bx-mob-full {
    margin: 0 -15px;
  }

  /* line 241, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-tab-item {
    font-size: 18px;
    line-height: 32px;
    padding: 8px;
    text-align: center;
  }

  /* line 248, ../../scss/plugins/easy-responsive-tabs.scss */
  ul.resp-tabs-list {
    display: none;
    margin: 0 -15px;
  }

  /* line 253, ../../scss/plugins/easy-responsive-tabs.scss */
  h2.resp-accordion {
    display: block;
  }

  /* line 257, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-tab-content {
    margin: 0;
    background: none;
  }

  /* line 262, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  /* line 266, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  /* line 273, ../../scss/plugins/easy-responsive-tabs.scss */
  .resp-accordion-closed {
    display: none !important;
  }

  /* ======================================================
   * ALWAYS TAB
   * ------------------------------------------------------ */
  /* line 283, ../../scss/plugins/easy-responsive-tabs.scss */
  .discover-dining ul.resp-tabs-list {
    display: block;
  }

  /* line 287, ../../scss/plugins/easy-responsive-tabs.scss */
  .discover-dining h2.resp-accordion {
    display: none;
  }

  /* line 290, ../../scss/plugins/easy-responsive-tabs.scss */
  .discover-tab .resp-tab-item {
    width: auto;
    line-height: 32px !important;
  }
}