@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* flex */
.site-header {
  /*border-bottom: 1px solid $gray-light-1;
    position: relative;*/ }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }
    .site-header .mask {
        /*background: transparent;*/
        background: #676262;
        opacity: 0.7;
        -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
  .site-header.site-header-open .mask {
    background: #89b048;
    -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media (min-width: 1220px) {
      .site-header.site-header-open .mask {
        background: transparent; } }

.brand a {
  display: block;
  width: 135px;
  height: 32px;
  margin: auto 0;
  background-image: url("../images/language/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 135px auto; }
  @media (min-width: 720px) {
    .brand a {
      background-image: url("../images/language/logo.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 135px auto;
      width: 135px;
      height: 32px; } }
.brand img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }

.offers-wrap {
  margin: 0 -5px;
  position: relative; }
  .offers-wrap::after {
    clear: both;
    content: "";
    display: table; }
  .offers-wrap:last-child {
    margin-bottom: 40px; }
  .offers-wrap .top-offers {
    opacity: 0;
    margin-top: 100px;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none; }
    .offers-wrap .top-offers::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 1025px) {
      .offers-wrap .top-offers {
        display: block; } }
  .offers-wrap .mobi-link {
    display: table-cell;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    height: 160px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    outline: none;
    border: none; }
    @media (min-width: 1025px) {
      .offers-wrap .mobi-link {
        display: none; } }
  .offers-wrap h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-top: 0px;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    display: none; }
    @media (min-width: 720px) {
      .offers-wrap h2 {
        display: block; } }
    @media (min-width: 1220px) {
      .offers-wrap h2 {
        font-size: 22px;
        letter-spacing: 0; } }
    @media (min-width: 1440px) {
      .offers-wrap h2 {
        font-size: 25px; } }
  .offers-wrap h4 {
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    line-height: normal;
    margin-top: 112px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none; }
    @media (min-width: 1025px) {
      .offers-wrap h4 {
        display: block; } }
    @media (min-width: 1220px) {
      .offers-wrap h4 {
        font-size: 22px; } }
    @media (min-width: 1440px) {
      .offers-wrap h4 {
        font-size: 30px; } }
  .offers-wrap .offers-row {
    width: 100%;
    display: block; }
    .offers-wrap .offers-row::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 1025px) {
      .offers-wrap .offers-row {
        width: 50%;
        float: left; } }
    .offers-wrap .offers-row article {
      display: table;
      width: 50%;
      float: left;
      border: 5px solid #fbfbfa;
      height: 160px; }
      @media (min-width: 720px) {
        .offers-wrap .offers-row article {
          height: 290px; } }
      @media (min-width: 1025px) {
        .offers-wrap .offers-row article {
          display: block;
          padding: 24px 37px;
          height: 334px; } }
      .offers-wrap .offers-row article .mobile-overlay h2 {
        margin-bottom: 42px; }
    .offers-wrap .offers-row.large article {
      width: 100%; }
      @media (min-width: 1220px) {
        .offers-wrap .offers-row.large article {
          padding: 33px 37px; }
          .offers-wrap .offers-row.large article h4 {
            font-size: 35px; }
          .offers-wrap .offers-row.large article h2 {
            font-size: 25px; } }
      @media (min-width: 1440px) {
        .offers-wrap .offers-row.large article {
          padding: 25px 63px; } }
      .offers-wrap .offers-row.large article ul {
        width: 50%;
        padding: 0 20px 0 0;
        float: left; }
        .offers-wrap .offers-row.large article ul:last-child {
          padding: 0 0 0 20px; }
      .offers-wrap .offers-row.large article .mobile-overlay ul {
        width: 100%; }
        @media (min-width: 720px) {
          .offers-wrap .offers-row.large article .mobile-overlay ul {
            width: 50%; } }
    .offers-wrap .offers-row.small {
      width: 100%;
      display: block; }
      @media (min-width: 1025px) {
        .offers-wrap .offers-row.small {
          width: 33.33%;
          float: left; } }
      @media (min-width: 1025px) {
        .offers-wrap .offers-row.small article {
          display: block;
          padding: 25px 18px;
          height: 334px; } }
      .offers-wrap .offers-row.small article h4 {
        font-size: 22px; }
        @media (min-width: 1025px) {
          .offers-wrap .offers-row.small article h4 {
            font-size: 20px; } }
        @media (min-width: 1440px) {
          .offers-wrap .offers-row.small article h4 {
            font-size: 30px; } }
      @media (min-width: 1440px) {
        .offers-wrap .offers-row.small article:hover h4 {
          font-size: 20px; } }
      .offers-wrap .offers-row.small article .mobi-link {
        font-size: 16px; }
        @media (min-width: 420px) {
          .offers-wrap .offers-row.small article .mobi-link {
            font-size: 18px; } }
      .offers-wrap .offers-row.small:nth-last-of-type(-n+2) .mobile-overlay {
        top: 294px; }
        @media (max-width: 719px) {
          .offers-wrap .offers-row.small:nth-last-of-type(-n+2) .mobile-overlay {
            top: 174px; } }
  .offers-wrap article {
    overflow: hidden;
    background: #676262;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .offers-wrap article:hover {
      background: #89b048; }
      .offers-wrap article:hover h4 {
        text-align: left;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 40px;
        font-size: 22px;
        font-weight: 400; }
        @media (min-width: 1220px) {
          .offers-wrap article:hover h4 {
            font-size: 18px; } }
        @media (min-width: 1440px) {
          .offers-wrap article:hover h4 {
            font-size: 20px; } }
      .offers-wrap article:hover > h4 {
        display: none; }
      .offers-wrap article:hover h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 30px; }
      .offers-wrap article:hover .top-offers {
        margin-top: 0;
        opacity: 1; }
    .offers-wrap article .mobile-overlay {
      display: none;
      position: absolute;
      overflow: hidden;
      padding: 20px;
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
      height: 568px;
      -webkit-box-shadow: 0px 6px 5px -2px gray;
      -moz-box-shadow: 0px 6px 5px -2px gray;
      box-shadow: 0px 6px 5px -2px gray; }
      @media (max-width: 719px) {
        .offers-wrap article .mobile-overlay {
          height: 330px; } }
      .offers-wrap article .mobile-overlay h2 {
        font-size: 22px;
        letter-spacing: 0;
        display: block;
        padding-top: 20px; }
      .offers-wrap article .mobile-overlay .close-mobile-overlay {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 30px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
        color: #fff; }
        .offers-wrap article .mobile-overlay .close-mobile-overlay:before {
          display: inline-block;
          font-family: 'icomoon';
          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;
          content: ""; }
    .offers-wrap article.open .mobile-overlay {
      display: block; }
      @media (min-width: 1025px) {
        .offers-wrap article.open .mobile-overlay {
          display: none; } }
  .offers-wrap ul {
    display: block;
    overflow: hidden;
    text-align: left; }
  .offers-wrap li {
    width: 100%;
    display: block;
    padding-bottom: 10px; }
    .offers-wrap li a {
      color: #fff;
      display: block;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; }
      .offers-wrap li a:hover {
        text-decoration: underline; }
  .offers-wrap .sofia-section {
    background-color: transparent;
    background: url("../images/city/sofia_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .sofia-section:hover, .offers-wrap .sofia-section .mobile-overlay {
      background: url("../images/city/sofia_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .sofia-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .varna-section {
    background: url("../images/city/varna_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .varna-section:hover, .offers-wrap .varna-section .mobile-overlay {
      background: url("../images/city/varna_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .varna-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .plovdiv-section {
    background: url("../images/city/plovdiv_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .plovdiv-section:hover, .offers-wrap .plovdiv-section .mobile-overlay {
      background: url("../images/city/plovdiv_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .plovdiv-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .burgas-section {
    background: url("../images/city/yujno_chernomorie_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .burgas-section:hover, .offers-wrap .burgas-section .mobile-overlay {
      background: url("../images/city/yujno_chernomorie_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .burgas-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .starazagora-section {
    background: url("../images/city/stara_zagora_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .starazagora-section:hover, .offers-wrap .starazagora-section .mobile-overlay {
      background: url("../images/city/stara_zagora_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .starazagora-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .turnovo-section {
    background: url("../images/city/veliko_tarnovo_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .turnovo-section:hover, .offers-wrap .turnovo-section .mobile-overlay {
      background: url("../images/city/veliko_tarnovo_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .turnovo-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .blagoevgrad-section {
    background: url("../images/city/blagoevgrad_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .blagoevgrad-section:hover, .offers-wrap .blagoevgrad-section .mobile-overlay {
      background: url("../images/city/blagoevgrad_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .blagoevgrad-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .sliven-section {
    background: url("../images/city/sliven_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .sliven-section:hover, .offers-wrap .sliven-section .mobile-overlay {
      background: url("../images/city/sliven_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .sliven-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .yambol-section {
    background: url("../images/city/yambol_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .yambol-section:hover, .offers-wrap .yambol-section .mobile-overlay {
      background: url("../images/city/yambol_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .yambol-section .mobile-overlay {
      background-color: #676262; }
  .offers-wrap .shumen-section {
    background: url("../images/city/shumen_cream.png") no-repeat 0 0;
    background-size: cover;
    background-position: center; }
    .offers-wrap .shumen-section:hover, .offers-wrap .shumen-section .mobile-overlay {
      background: url("../images/city/shumen_green.png") no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .offers-wrap .shumen-section .mobile-overlay {
      background-color: #676262; }

.tabs .tabs-item {
  display: none; }
  .tabs .tabs-item.active {
    display: block; }

.home-title {
  font-size: 28px;
  color: #5c5c5c;
  font-family: 'Exo 2', sans-serif;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0; }
  @media (max-width: 719px) {
    .home-title {
      font-size: 18px;
      padding: 20px 0; } }

.other-cities {
  margin: 0 auto;
  padding-top: 38px;
  width: 100%; }
  @media (min-width: 1220px) {
    .other-cities {
      width: 90%; } }
  @media (min-width: 1440px) {
    .other-cities {
      width: 85%; } }
  .other-cities a {
    color: #ababab;
    display: inline-block;
    line-height: 2.4;
    font-size: 20px;
    font-weight: 200;
    font-family: 'Exo 2', sans-serif; }
  .other-cities ul {
    float: left;
    display: block;
    width: 100%; }
    @media (min-width: 720px) {
      .other-cities ul {
        width: 50%;
        text-align: center; } }
    @media (min-width: 1025px) {
      .other-cities ul {
        width: 25%; } }
    .other-cities ul:first-child {
      margin-left: 0; }

.less-cities-wrap {
  text-align: center;
  padding: 20px 0;
  clear: both; }
  @media (min-width: 1025px) {
    .less-cities-wrap {
      padding: 40px 0 30px 0; } }

.cities-btn {
  color: #5c5c5c;
  padding: 20px 25px;
  border: 1px solid #c3c3c3;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block; }

.less-cities {
  display: none; }
  @media (min-width: 1440px) {
    .less-cities {
      display: inline-block; } }

.all-cities {
  display: inline-block; }
  @media (min-width: 1440px) {
    .all-cities {
      display: none; } }

.sp-caption-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sp-caption-container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1025px) {
    .sp-caption-container {
      padding: 14px 22px 21px 30px; } }
  .sp-caption-container .info-table {
    margin: 0;
    padding: 0; }

.home-slider {
  margin-bottom: 20px;
  background-color: #c1c1c1;
  display: none;
  /*text-align: center;*/ }
  @media (min-width: 720px) {
    .home-slider {
      display: block; } }
  .home-slider .sp-image {
    text-align: center; }
    .home-slider .sp-image img {
      max-width: 100%;
      max-height: 100%; }
  .home-slider .custom-left-arrow,
  .home-slider .custom-right-arrow {
    width: 45px; }

.description-offer {
  color: #5c5c5c;
  text-align: left; }
  .description-offer a.id-link {
    color: #5c5c5c;
    margin-left: 20px;
    margin-left: 40px;
    font-size: 20px;
    display: inline-block; }
  .description-offer h5 {
    /*font-size: 30px;
        font-weight: 400;
        text-decoration: underline;*/
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative; }
    .description-offer h5 a {
      color: #5c5c5c;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 20px;
      padding-left: 0; }
      @media (min-width: 1220px) {
        .description-offer h5 a {
          font-size: 30px;
          text-decoration: underline; } }
    @media (min-width: 1220px) {
      .description-offer h5 {
        padding-left: 44px; } }
    .description-offer h5 span {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 6px; }
      @media (min-width: 1220px) {
        .description-offer h5 span {
          width: 24px;
          height: 24px;
          top: 10px; } }
  .description-offer > span, .description-offer .extras {
    font-size: 20px;
    font-weight: 400;
    display: inline-block; }
    .description-offer > span div, .description-offer .extras div {
      display: inline-block; }
    @media (min-width: 1220px) {
      .description-offer > span, .description-offer .extras {
        font-size: 16px;
        padding-left: 44px; } }
    .description-offer > span [class^="icon-"], .description-offer > span [class*=" icon-"], .description-offer .extras [class^="icon-"], .description-offer .extras [class*=" icon-"] {
      margin-right: 20px; }

.status:before {
  background: #ecc059; }

.status-on:before {
  background: #89b048; }

.quick-links-wrap {
  padding: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1220px) {
    .quick-links-wrap {
      max-width: 1440px; } }
  .quick-links-wrap ul {
    list-style: none;
    text-align: left; }
  .quick-links-wrap li {
    display: inline-block;
    vertical-align: top; }
  .quick-links-wrap a {
    font-size: 12px;
    color: #c4c4c4;
    text-decoration: underline;
    line-height: normal;
    padding: 5px; }
    .quick-links-wrap a:hover {
      text-decoration: none;
      background-color: #89b048;
      color: #fff;
      border-radius: 4px; }

.offer-contact {
  text-align: left;
  margin-top: 15px; }
  .offer-contact span {
    color: #5c5c5c;
    font-size: 20px;
    margin-right: 30px;
    vertical-align: middle;
    display: block; }
    @media (min-width: 1220px) {
      .offer-contact span {
        font-size: 46px;
        display: inline-block; } }
  .offer-contact a {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: auto;
    padding: 14px 12px; }
    @media (min-width: 1220px) {
      .offer-contact a {
        width: 180px;
        padding: 20px 0; } }

.top-offers-wrap {
  width: 100%;
  overflow: hidden; }
  .top-offers-wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1220px) {
    .top-offers-wrap {
      max-width: 1440px;
      margin: 0 auto; } }
  @media (max-width: 640px) {
    .top-offers-wrap {
      width: 100%; } }

.top-offers-list {
  margin: 0;
  font-size: 0; }
  .top-offers-list .mobile-holder {
    text-align: center; }
    @media (min-width: 720px) {
      .top-offers-list .mobile-holder {
        padding: 0 5%; } }
    @media (min-width: 1025px) {
      .top-offers-list .mobile-holder {
        padding: 0; } }
    @media (min-width: 1220px) {
      .top-offers-list .mobile-holder {
        padding: 0;
        margin: 0 -0.5%; } }
    @media (min-width: 1440px) {
      .top-offers-list .mobile-holder {
        overflow: hidden;
        overflow-x: hidden; } }
  .top-offers-list article {
    text-align: left;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    min-width: 300px;
    margin: 0 0.5% 1% 0.5%;
    padding: 6px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px -2px #ccc;
    -moz-box-shadow: 0px 0px 7px -2px #ccc;
    box-shadow: 0px 0px 7px -2px #ccc; }
    @media (min-width: 720px) {
      .top-offers-list article {
        min-width: 310px; } }
    @media (min-width: 1025px) {
      .top-offers-list article {
        min-width: 1px;
        background-color: transparent;
        padding: 0;
        border: none;
        -webkit-box-shadow: 0px 0px 0 0 #ccc;
        -moz-box-shadow: 0px 0px 0 0 #ccc;
        box-shadow: 0px 0px 0 0 #ccc;
        border-radius: 0px; } }
    @media (min-width: 1440px) {
      .top-offers-list article {
        min-width: 332px; } }
  .top-offers-list .img-holder, .top-offers-list .gallery-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #c1c1c1; }
    .top-offers-list .img-holder a, .top-offers-list .gallery-holder a {
      display: block;
      height: 100%;
      text-align: center; }
  .top-offers-list .price-label {
    padding: 6px;
    color: #fff;
    background: rgba(165, 144, 125, 0.8);
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
    line-height: normal !important; }

.img-slider {
  margin-bottom: 5px;
  margin: 0 auto; }

.offer-info {
  width: 100%;
  overflow: hidden; }
  .offer-info::after {
    clear: both;
    content: "";
    display: table; }
  .offer-info .title {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    display: inline-block; }
    .offer-info .title a {
      color: #5c5c5c;
      font-size: 16px; }
    .offer-info .title span {
      position: absolute;
      left: 0;
      top: 4px; }
  .offer-info a {
    color: #ababab;
    font-size: 12px;
    padding-bottom: 12px; }
  .offer-info .id-link {
    font-size: 14px;
    color: #5c5c5c; }
  .offer-info .address {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .offer-info .extras div {
    display: inline-block;
    margin-right: 12px; }
    .offer-info .extras div:last-child {
      margin-right: 0; }
  .offer-info .extras span {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: normal;
    margin-right: 2px; }
    .offer-info .extras span[data-target="tooltip"] {
      color: #979797; }
      .offer-info .extras span[data-target="tooltip"]:last-child {
        margin-right: 0; }

.offer-details {
  float: right;
  color: #ababab;
  text-align: right; }

.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
  background-color: #f1f1f1; }

.sp-arrow {
  width: 10px;
  height: 40px; }
